SQL*Plus User's Guide for Windows Platforms | ![]() Library |
![]() Product |
![]() Contents |
![]() Index |
This chapter provides information on Windows-specific information cross-referenced in the SQL*Plus User's Guide and Reference.
Operating System-Specific References
As you work through the examples in the SQL*Plus User's Guide and Reference, note the references to the "Oracle installation and user's manual(s) provided for your operating system." Whenever you see one of these cross references, you can find the Windows-specific information in the following section. Loading the Sample Data
The section "Access to Sample Tables" in Chapter 1 of SQL*Plus User's Guide and Reference discusses the sample data that you must load into your database in order to work through the exercises.
|
SQL> @C:\ORAWIN\DBS\DEMOBLD.SQL
SQL> @C:\ORAWIN\DBS\DEMODROP.SQL
|
Sending Query Results to a File
"Sending Results to a File" in Chapter 4 of SQL*Plus User's Guide and Reference describes the use of the SPOOL command. Note that this command is available as a menu option in the SQL*Plus for Windows File menu. (See the section, "File Menu", in Chapter 3 of this guide.)
|
Path Search and the @ and START Commands
The sections, "@ ("at" sign)," "@@(double "at" sign)," and "START" in Chapter 6 of SQL*Plus User's Guide and Reference explain how SQL*Plus searches for a file when you use the @, @@, or START command. Under Windows, SQL*Plus searches the current default directory for the filename you specified with the @, @@, or START command. If SQL*Plus cannot find this file, the program searches a path to find the file. Exit Command
The section, "EXIT" in Chapter 6 of SQL*Plus User's Guide and Reference describes how to use the EXIT command to run SQL*Plus command files in batch mode. SQL*Plus for Windows does not support batch mode. Host Command
As described in the section, "HOST" in Chapter 6 of SQL*Plus User's Guide and Reference, you can access the DOS command line by entering the HOST command or the dollar sign ($) at the SQL*Plus prompt. To return to SQL*Plus, type EXIT at the DOS prompt. RUNFORM Command
The section, "RUNFORM", in Chapter 6 of SQL*Plus User's Guide and Reference describes how to use the RunForm command to invoke a SQL*Forms application from within SQL*Plus. SQL*Plus for Windows does not support RUNFORM. MAXDATA Parameter of the SET Command
The function of the SET command parameter, MAXDATA, is described in the section "SET" in Chapter 6 of SQL*Plus User's Guide and Reference. SQL*Plus for Windows can process a row width of up to 32K. The default value for the MAXDATA parameter is 32K.
|
Site Profile
The "SQLPLUS" section of Chapter 6 of SQL*Plus User's Guide and Reference describes how to use the Site Profile command file. This command file is not applicable to the Windows environment. PUPBLD.SQL
Appendix E of SQL*Plus User's Guide and Reference describes the PRODUCT_USER_PROFILE table. To create this table, you or your DBA must run the PUPBLD.SQL file located in the \DBS subdirectory of your Oracle home directory.
![]() ![]() Prev Next |
![]() Copyright © 1996 Oracle Corporation. All Rights Reserved. |
![]() Library |
![]() Product |
![]() Contents |
![]() Index |