0% found this document useful (0 votes)
7 views6 pages

HELP

The document provides a guide on using the SQL*Plus help system, including commands to access help topics and specific commands such as HELP, HOST, LIST, DEL, SHOW, and TIMING. It outlines how to view command usage and syntax for various SQL*Plus functionalities. Additionally, it includes resources for further SQL*Plus documentation and online help.

Uploaded by

KhemissaSahraoui
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views6 pages

HELP

The document provides a guide on using the SQL*Plus help system, including commands to access help topics and specific commands such as HELP, HOST, LIST, DEL, SHOW, and TIMING. It outlines how to view command usage and syntax for various SQL*Plus functionalities. Additionally, it includes resources for further SQL*Plus documentation and online help.

Uploaded by

KhemissaSahraoui
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 6

Help

 SQL> help or SQL> ?


HELP
----
Accesses this command line help system. Enter HELP INDEX or ? INDEX for a list of topics.
In iSQL*Plus, click the Help button to display iSQL*Plus online help.
You can view SQL*Plus resources at http://otn.oracle.com/tech/sql_plus/
and the Oracle Database Library at http://otn.oracle.com/documentation/
HELP|? [topic]

 SQL> help index or SQL> ? index


Enter Help [topic] for help.
@ COPY PAUSE SHUTDOWN
@@ DEFINE PRINT SPOOL
/ DEL PROMPT SQLPLUS
ACCEPT DESCRIBE QUIT START
APPEND DISCONNECT RECOVER STARTUP
ARCHIVE LOG EDIT REMARK STORE
ATTRIBUTE EXECUTE REPFOOTER TIMING
BREAK EXIT REPHEADER TTITLE
BTITLE GET RESERVED WORDS (SQL) UNDEFINE
CHANGE HELP RESERVED WORDS (PL/SQL) VARIABLE
CLEAR HOST RUN WHENEVER OSERROR
COLUMN INPUT SAVE WHENEVER SQLERROR
COMPUTE LIST SET
CONNECT PASSWORD SHOW

 SQL> help host or SQL> help ho


HOST
----
Executes an operating system command without leaving SQL*Plus.
Enter HOST without command to display an operating system prompt.
You can then enter multiple operating system commands.
HO[ST] [command]
Not available in iSQL*Plus
 SQL> host or SQL> ho
 SQL> HELP LIST or SQL> ? LIST
LIST
Lists one or more lines of the most recently executed SQL command or PL/SQL block
which is stored in the SQL buffer. Enter LIST with no clauses to list all lines.
In SQL*Plus command-line you can also use ";" to list all the lines in the SQL buffer.
The buffer has no command history list and does not record SQL*Plus commands.
L[IST] [n | n m | n * | n LAST | * | * n | * LAST | LAST]

 SQL> help DEL or SQL> ? del


DEL
Deletes one or more lines of the SQL buffer. The buffer has no
command history list and does not record SQL*Plus commands.
DEL [n | n m | n * | n LAST | * | * n | * LAST | LAST]
Not available in iSQL*Plus
 SQL> HELP SHOW or SQL> help sho or SQL> ? SHOW or SQL> ? sho
SHOW
Shows the value of a SQL*Plus system variable, or the current SQL*Plus environment.
SHOW SGA requires a DBA privileged login.
SHO[W] option
where option represents one of the following terms or clauses: system_variable
ALL
BTI[TLE]
ERR[ORS] [{FUNCTION | PROCEDURE | PACKAGE | PACKAGE BODY | TRIGGER
| VIEW | TYPE | TYPE BODY | DIMENSION | JAVA CLASS} [schema.]name]
LNO
PARAMETERS [parameter_name]
PNO
RECYC[LEBIN] [original_name]
REL[EASE]
REPF[OOTER]
REPH[EADER]
SGA
SPOO[L]
SQLCODE
TT[ITLE]
USER
SHOW SPOOL is not available in iSQL*Plus

‫ مما ادي إلي ظهور الخطاء السابق‬trigger  erro ‫ في الـ‬error ‫ هنا تم كتابة‬: ‫مالحظة‬
 SQL> HELP RESERVED WORDS (SQL) or SQL> ? RESERVED WORDS (SQL)
 SQL> HELP PASSWORD or SQL> ? PASSWORD

 SQL> HELP TIMING or SQL> ? TIMING


TIMING
------
Records timing data for an elapsed time period, lists the current
timer's name and timing data, or lists the number of active timers.
TIMI[NG] [START text|SHOW|STOP]
 SQL> SELECT * FROM user_tab_columns ;

 SQL> SELECT * FROM user_tab_columns WHERE table_name = 'EMP' ;

You might also like