Who Can Use SQL*Plus?
The SQL*Plus, SQL, and PL/SQL command languages are powerful enough to serve the needs of users with some database experience, yet straightforward enough for new users who are just learning to work with Oracle.
The design of the SQL*Plus command language makes it easy to use. For example, to give a column labelled ENAME in the database the clearer heading "Employee", you might enter the following command:
COLUMN ENAME HEADING EMPLOYEE
Similarly, to list the column definitions for a table called EMP, you might enter this command:
DESCRIBE EMP
Installing SQL*Plus
The CD-ROM insert that accompanies your product CD-ROM contains the following information:
• System requirements for SQL*Plus
• Instructions on how to install SQL*Plus
Installation of SQL*Plus version 8.0 does not overwrite previous versions of SQL*Plus that are installed. Therefore, more than one version of SQL*Plus can exist on the same computer. However, you may want to remove any previous versions.
Tuesday, May 6, 2008
Introducing SQL*Plus 1
Label:
Introducing SQL*Plus