[Oracle] several common database tools and dictionary table views

Source: Internet
Author: User

1. Enterprise Manager has two forms: Database Control and grid control.

Database control is used to manage a single database, and grid control is used to manage multiple databases. Database Control is generally configured by dbca during database installation. Both are web managers, but can be used only with appropriate licenses.


2. SQL developer

SQL developer is a tool used by software developers to view database objects such as table structures and execute query plans.


3. RDA (Remote diagnostic agent)

A tool used to collect information about a database and its mainstream systems, and organizes the collected information into HTML structures. It can also be used to execute some typical database management tasks.


4. dictionary tables and views

The data (metadata) is called a dictionary table, which is owned by the Sys user, just like the stored data of a number of users. Common dictionary tables are as follows:

 
Select * From dba_users; select * From dba_tablespaces; select * From dba_data_files; select * From dba_indexs; select * From region; select * From dba_tables; select * From region; select * From dba_views;


5. Third-party tools

toad and dbartisan are widely used third-party tools.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.