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, 3853🔥, 0💬
Popular Posts:
How To View Data Files in the Current Database in Oracle? If you want to get a list of all tablespac...
How to download and install Microsoft SQL Server Management Studio Express in SQL Server? Microsoft ...
How To Get Help Information from the Server in MySQL? While you are at the "mysql>" prompt, y...
How To Look at the Current SQL*Plus System Settings in Oracle? If you want to see the current values...
How to calculate the storage size of a JSON (JavaScript Object Notation) value using the JSON_STORAG...