当前位置:网站首页>Oracle foundation and system table
Oracle foundation and system table
2022-07-06 14:48:00 【CS gun King】
1)oracle Startup sequence
start-up :
(1) Sign in ORACLE user , Start listening
lsnrctl start
(2) Log in to the database , And start the (mount ,oppen( example ))
sqlplus as sysdba
start
2) System table view
user_tables; // Table owned by current user
all_tables; // All users' tables
dba_tables; // Including system tables
Corresponding table fields :
user_tab_columns ;
all_tab_columns ;
dba_tab_columns;
Table annotation :
user_tab_comments;
dba_tab_comments;
all_tab_comments;
Comment on the field
user_col_comments;
dba_col_comments;
all_col_comments;
Table space :
user_tablespaces;
Program processing :
all_source;
边栏推荐
- {1,2,3,2,5}查重问题
- Pointeurs: maximum, minimum et moyenne
- Statistics, 8th Edition, Jia Junping, Chapter 11 summary of knowledge points of univariate linear regression and answers to exercises after class
- Statistics 8th Edition Jia Junping Chapter 5 probability and probability distribution
- 函数:求1-1/2+1/3-1/4+1/5-1/6+1/7-…+1/n
- 【指针】八进制转换为十进制
- Statistics 8th Edition Jia Junping Chapter XIII Summary of knowledge points of time series analysis and prediction and answers to exercises after class
- Binary search tree concept
- 【指针】删除字符串s中的所有空格
- 指针--剔除字符串中的所有数字
猜你喜欢

《统计学》第八版贾俊平第四章总结及课后习题答案

Statistics 8th Edition Jia Junping Chapter IX summary of knowledge points of classified data analysis and answers to exercises after class

Wang Shuang's detailed learning notes of assembly language II: registers

Statistics 8th Edition Jia Junping Chapter 2 after class exercises and answer summary

《统计学》第八版贾俊平第十四章指数知识点总结及课后习题答案

servlet中 servlet context与 session与 request三个对象的常用方法和存放数据的作用域。

《统计学》第八版贾俊平第十二章多元线性回归知识点总结及课后习题答案

Software testing interview summary - common interview questions

移植蜂鸟E203内核至达芬奇pro35T【集创芯来RISC-V杯】(一)

王爽汇编语言学习详细笔记一:基础知识
随机推荐
Login the system in the background, connect the database with JDBC, and do small case exercises
《统计学》第八版贾俊平第八章假设检验知识点总结及课后习题答案
后台登录系统,JDBC连接数据库,做小案例练习
指针--剔除字符串中的所有数字
What is an index in MySQL? What kinds of indexes are commonly used? Under what circumstances will the index fail?
1.支付系统
《統計學》第八版賈俊平第七章知識點總結及課後習題答案
Flash implements forced login
1. Payment system
Zhejiang University Edition "C language programming experiment and exercise guide (3rd Edition)" topic set
Captcha killer verification code identification plug-in
【指针】八进制转换为十进制
{1,2,3,2,5}查重问题
指针:最大值、最小值和平均值
MySQL interview questions (4)
Summary of thread implementation
How does SQLite count the data that meets another condition under the data that has been classified once
我的第一篇博客
Statistics 8th Edition Jia Junping Chapter IX summary of knowledge points of classified data analysis and answers to exercises after class
flask实现强制登陆