Using SQL*Plus in the Labs
You can access SQL*Plus from the START menu:
START/Apps/Oracle 9i Client/OracleHome 9i/Application
Development/SQL*Plus
Logging on to Oracle
When SQL*Plus is started, the Log On dialog box will be displayed:
Enter your username and password; enter cp01 for the Host
String.
You should now be connected to the Oracle database using SQL*Plus.
Changing Your Password
When you log on for the first time, you will be prompted to change your password.
Your password:
- can be up to 30 characters in length
- can consist of letters (it is not case sensitive), digits, _ (underscore),
$ and #
- must begin with a letter
Exiting from SQL*Plus
To quit SQL*Plus, key in quit or exit at the prompt.
Do not exit by clicking the upper right corner of the window!