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, 3498🔥, 0💬
Popular Posts:
What Are Date and Time Functions in MySQL? MySQL offers a number of functions for date and time valu...
How To Fix the INSERT Command Denied Error in MySQL? The reason for getting the "1142: INSERT comman...
How to obtain the number of rows found by the last SELECT statement using the FOUND_ROWS() function?...
How To Change the Password for Your Own User Account in MySQL? If you want to change the password of...
How to put statements into a statement block in SQL Server Transact-SQL? You can put statements into...