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, 3308🔥, 0💬
Popular Posts:
How AdventureWorksLT tables are related in SQL Server? There are 12 user tables defined in Adventure...
What Is "mysqld" in MySQL? "mysqld" is MySQL server daemon program which runs quietly in background ...
Where to find answers to frequently asked questions I am new to Oracle database. Here is a list of f...
How to calculate the storage size of a JSON (JavaScript Object Notation) value using the JSON_STORAG...
How To Verify a User name with SQLCMD Tool in SQL Server? The quickest way to verify a user name in ...