To start SQL Plus Windows

Nasza ocena:

3
Wyświetleń: 819
Komentarze: 0
Notatek.pl

Pobierz ten dokument za darmo

Podgląd dokumentu
To start SQL Plus Windows - strona 1

Fragment notatki:

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)

Zaloguj się, aby dodać komentarz