Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Oracle SQL*Plus ( 8.1.7.0.0)
Message
From
31/05/2001 17:15:22
Patrick O'Neil
American Specialty Information Services
Roanoke, Indiana, United States
 
 
To
30/05/2001 09:25:28
General information
Forum:
Oracle
Category:
PL/SQL
Miscellaneous
Thread ID:
00512612
Message ID:
00513453
Views:
10
>While using the SQL*Plus tool to query data I saw on the Menu the following options : File--->Spool---->SpoolFile.../Spool off.
>Does anyone knows the purpose of this items.??
>It looks like they are used to send data to a file. But I am not clear on the Purpose/functionality of Spool off.
>
>Sergio O.




those menu commands are equivalent to the pl/sql sequence

spool -- specifies what file to write to
-- output is directed to file
spool out -- stops output to file

as other mentioned, you can also include column formatting
commands. another useful functionality you may want to investigate
is the trim-trailing-spaces command. trim-spool or something like that.
patrick
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform