Difference between revisions of "Oracle:SQLPlus"
From mi-linux
Jump to navigationJump to searchLine 3: | Line 3: | ||
== SQL*Plus Client == | == SQL*Plus Client == | ||
− | Once SQL*Plus has been installed you should find it has been added to your program menu | + | Once SQL*Plus has been installed you should find it has been added to your program menu, or you can select it from the folder shown when you launch the software (see: [[Oracle:Getting_Started|Oracle]]): |
http://mi-linux.wlv.ac.uk/~oracle/wiki/oracle_options.png | http://mi-linux.wlv.ac.uk/~oracle/wiki/oracle_options.png |
Revision as of 13:31, 13 January 2016
Main Page >> Oracle and SQL >> Getting Started >> SQL*Plus
SQL*Plus Client
Once SQL*Plus has been installed you should find it has been added to your program menu, or you can select it from the folder shown when you launch the software (see: Oracle):
http://mi-linux.wlv.ac.uk/~oracle/wiki/oracle_options.png
In which case you can start the program by clicking on:
Start>All Programs>Oracle >SQL Plus 12.1
It will then present you with a log on screen as shown on the following figure:
http://mi-linux.wlv.ac.uk/~oracle/wiki/SQLPlus_Client.png
Fill in the following, note the format of the username carefully:
User-name: | This is your student number, preceded by OPS$ and followed by @ora12c |
E.g., if your username is 0912345, then type in: OPS$0912345@ora12c | |
Password: | When you registered for Oracle, you will have been given a password. Type this in when prompted. |
Note, the password will not be echoed on the screen, nor any asterisks shown. |