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, 3373🔥, 0💬
Popular Posts:
How To Start the Command-Line SQL*Plus in Oracle? If you Oracle server or client installed on your w...
What Happens If the UPDATE Subquery Returns Multiple Rows in MySQL? If a subquery is used in a UPDAT...
How to obtain the number of rows found by the last SELECT statement using the FOUND_ROWS() function?...
How to execute statements in loops in SQL Server Transact-SQL? How to use WHILE ... loops? You can u...
How To Divide Query Output into Multiple Groups with the GROUP BY Clause in SQL Server? Sometimes, y...