1 Sqlplus Login Log on locally (log on to the database server) Oracle Login Sqlplus account name/password as role name 1.1 SYS Login Example: Sqlplus sys/oracle ERROR: Ora-28009:connection as SYS should be as SYSDBA or sysoper SYS administrator must
In sqlplus, how does one save all your operations and Result Records to your specified file?
[In sqlplus operations, we often want to record the SQL statements we write and modify the log or result information]
[First] You must connect to the oralce
Oracle Note (ii) sqlplus commandFor Oracle database operations, the command line is used primarily, and all commands are done using sqlplus, and there are two forms for sqlplus.
One is the sqlplus:sqlplus.exe of DOS style;
The other is
In addition to providing various permissions at the database level to control security, Oracle provides a special control method for the Sqlplus tool.
When a general database is created, DBCA automatically loads the
1. Oracle startup and Shutdown1. In a single-host environmentTo start or shut down the Oracle system, you must first switch to the Oracle user, as shown below:Su-Oracle
A. Start the Oracle SystemOracle> svrmgrlSvrmgr> connect internalSvrmgr>
1. Oracle startup and Shutdown1. to enable or disable the Oracle System in a single-host environment, you must first switch to the Oracle user, as shown below:Su-Oracle
A. Start the Oracle SystemOracle> svrmgrlSvrmgr> connect internalSvrmgr>
From http://baike.baidu.com/view/1239908.htm
SQL * Plus is one of the most commonly used tools with strong functions, mainly including:
1. database maintenance, such as startup and shutdown, is generally performed on the server.2. Execute SQL
Oracle uses SqlplusInstallation, one-click installation, very simple. The installation process, be sure to remember the passwordTo connect to the local server, you can open cmd directly:Can be directly without landing, if login need to enter the
Use SQL * Plus to connect to the database and sqlplus to connect to the database
About SQL * Plus
SQL * Plus is the primary command-line interface to your Oracle database. you use SQL * Plus to start up and shut down the database, set database
Method One: Autotrace1, connect sys/password as SYSDBA, run under SYS user $oracle_home/sqlplus/admin/plustrce.sqlThis paragraphSQLThe actual contents are as follows:Set echo onDrop role Plustrace;Create role Plustrace;Grant SELECT on V_$sesstat to
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.