当前位置:网站首页>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. Payment system
- The salary of testers is polarized. How to become an automated test with a monthly salary of 20K?
- How to test whether an object is a proxy- How to test if an object is a Proxy?
- 刷视频的功夫,不如看看这些面试题你掌握了没有,慢慢积累月入过万不是梦。
- Using flask_ Whooshalchemyplus Jieba realizes global search of flask
- Captcha killer verification code identification plug-in
- Database monitoring SQL execution
- Overview of LNMP architecture and construction of related services
- 【指针】查找最大的字符串
- Transplant hummingbird e203 core to Da Vinci pro35t [Jichuang xinlai risc-v Cup] (I)
猜你喜欢
Résumé des points de connaissance et des réponses aux exercices après la classe du chapitre 7 de Jia junping dans la huitième édition des statistiques
《统计学》第八版贾俊平第三章课后习题及答案总结
《统计学》第八版贾俊平第十二章多元线性回归知识点总结及课后习题答案
How to transform functional testing into automated testing?
Want to learn how to get started and learn software testing? I'll give you a good chat today
Intranet information collection of Intranet penetration (4)
Apache APIs IX has the risk of rewriting the x-real-ip header (cve-2022-24112)
数字电路基础(五)算术运算电路
Quaternion -- basic concepts (Reprint)
Mysql的事务是什么?什么是脏读,什么是幻读?不可重复读?
随机推荐
What level do 18K test engineers want? Take a look at the interview experience of a 26 year old test engineer
The four connection methods of JDBC are directly coded
Zhejiang University Edition "C language programming experiment and exercise guide (3rd Edition)" topic set
With 27K successful entry ByteDance, this "software testing interview notes" has benefited me for life
Function: string storage in reverse order
Four methods of exchanging the values of a and B
【指针】求二维数组中最大元素的值
【指针】使用插入排序法将n个数从小到大进行排列
[pointer] find the largest string
Based on authorized access, cross host, and permission allocation under sqlserver
MySQL interview questions (4)
使用 flask_whooshalchemyplus jieba实现flask的全局搜索
Function: find the root of the equation by Newton iterative method
Function: find the maximum common divisor and the minimum common multiple of two positive numbers
Fundamentals of digital circuit (V) arithmetic operation circuit
Quaternion -- basic concepts (Reprint)
指针--剔除字符串中的所有数字
. Net6: develop modern 3D industrial software based on WPF (2)
Pointers: maximum, minimum, and average
JDBC read this article is enough