Collections:
Output Spooling in SQL*Plus in Oracle
What Is Output Spooling in SQL*Plus in Oracle?
✍: FYIcenter.com
The output spooling a nice feature of the command-line SQL*Plus tool. If the spooling feature is turned on, SQL*Plus will send a carbon copy of the everything on your screen to a specified local file.
Output spooling is used mostly for quick dump of data to local files. Here are the commands to turn on and off output spooling in SQL*Plus:
⇒ Save Query Output to a Local File in Oracle
⇐ Generate Query Output in HTML Format in Oracle
2020-07-15, 2463🔥, 0💬
Popular Posts:
How To Use "IF ... ELSE IF ..." Statement Structures in SQL Server Transact-SQL? "IF ... ELSE IF ......
How to change the data type of an existing column with "ALTER TABLE" statements in SQL Server? Somet...
How To Query Tables and Loop through the Returning Rows in MySQL? The best way to query tables and l...
Where to find answers to frequently asked questions on CREATE, ALTER and DROP Statements in MySQL? H...
What are binary literals supported in SQL Server Transact-SQL? Binary literals in Transact-SQL are s...