To start SQL*Plus and connect to the database from the command line:
1. Open a command window.
2. Configure the operating system environment variables, as described in
"Configuring the Operating System Environment Variables" on page 3-2.
3. Start SQL*Plus using a command in the following format:
sqlplus {username | /} [as sysdba]
An example of this command is the following:
$ sqlplus / AS SYSDBA
Enter password: password
For username, you can use the SYS or SYSTEM administrative users. At the prompt,
enter the password that you set up during installation. If you use the SYS user, you
must include AS SYSDBA after the username.
SQL*Plus connects you to the default database instance (Microsoft Windows) or
the database instance specified by environment variables (Linux and UNIX).
... zobacz całą notatkę
Komentarze użytkowników (0)