Password and connection for Scott, system, and sys in Oracle

Source: Internet
Author: User

Scott's password is: Tiger

The system password is Manager.

Sys password: change_on_install

 

If you have installed oralce9i, note the following when using system or sys for connection:

If the current connection is system/super Administrator (sys): Write as sysdba at the end of the connection. Log on as a system administrator.

For example, Conn system/manager as sysdba, Conn sys/change_on_install as sysdba.

 

TIPS:

1. If you want to know that the current user is:

Show user; displays the user currently being connected

You can also use Select User from dual; the effect is the same.

 

2. If multiple tables exist in a database, you can run the following command to obtain all the table names in the database:

Select * From tab; if you log on with different users, the data in the table you see is also different.

 

3. The most commonly used in development is to view the structure of a table. For example, you can use the DESC table name to view the complete structure of a table.

 

4. You can enter a "/" in sqlplusw to repeat the operation of the previous statement.

 

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.