Starting SQL*PLUS

Starting SQL*PLUS

Get to the DOS command prompt and type the following:
> sqlplus scott/tiger@cs325
"scott/tiger" is the userid/password for a user associated with the database that you want to use. "@cs325" is the name of the datbase that you want to connect to. The user "scott" has access to certain tables and can perform certain types of operations on the "cs325" database.

The SQL Prompt

You should see somehting that looks like this:

 

Bob Dugan bdugan@stonehill.edu