Sqlplus usually have four ways of connecting

Source: Internet
Author: User
Tags dedicated server sqlplus

1.sqlplus/as SYSDBA

Operating system authentication, does not require the database server to start listener, nor does it require the database server to be in a usable state. For example, if we want to start a database, we can enter it this way

Sqlplus, and then start with the startup command.

2.sqlplus Username/password


The listener process of the database server is not required to connect to the native database, but it requires the database server to be in a usable state because of the authentication of the user name password.

3. Sqlplus Usernaem/[email protected]


Over a network connection, this is the listener that requires the database server to be in the listening state. The approximate steps to establish a connection at this time are as follows

A. Query Sqlnet.ora to see how names are parsed, by default Tnsname

B. Query the Tnsnames.ora file, find the ORCL record from the inside, and find the hostname or IP, port and service_name of the database server

C. If the server listener process is not a problem, establish a connection to the listener process.

D. Depending on the server mode, such as dedicated server mode or shared server mode, listener takes the next action. The default is dedicated server mode, no problem if the client

The server process on which the database is connected.

E. The connection is now established and the database can be manipulated.

4.sqlplus Username/[email Protected]//host:port/sid

Remotely connect Oracle commands with Sqlplus (example:

Sqlplus Risenet/[email protected]//192.168.130.99:1521/risenet

)


Sqlplus usually have four ways of connecting

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.