What does sqlplus/nolog mean?

Source: Internet
Author: User

What does sqlplus/nolog mean by sqlplus Command Format: www.2cto.com usage: SQLPLUS [[<option>] [<logon>] [<start>] Where <option> :: =-H |-V | [[-M <o>] [-R <n>] [-S] <login> :: = <User Name> [/<password>] [@ <connect_string>] |/NOLOG <start >:=@ <File Name> [. <ext>] [<parameter>...] "-H" display SQL * Plus version labels and Syntax "-V" display SQL * Plus version labels "-M <o>" Use HTML flag options <o>" -R <n> "uses restricted mode <n>"-S "uses silent mode/nolog means not logging on to the database server. If no/nol Og parameter. sqlplus will prompt you to enter the user name and password. If you use the shutdown command in the SQL * plus environment to close the database, you must first enter the sqlplus environment without logging on to the database server, and then run the startup command to start the database. If the database is not started, you cannot log on to the database or verify the user name and password. Www.2cto.com sqlplus/nolog -- run the sqlplus command to enter the sqlplus environment. The nolog parameter indicates no logon; SQL> connect/as sysdba -- connect to the database as a system administrator (sysdba; if you need to manage the database, You need to log on to the database in this way, or connect sys @ service_name as sysdba, where service_name is the customer's tnsname service name you configured. SQL> startup -- if the database is not started, data 1, sqlplus '/as sysdba' and 2 will be started normally after the above steps are connected, sqlplus/nolog SQL> connect/as sysdba 1 and 2 are the same meaning

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.