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:
2016-10-17, 463👍, 0💬
Popular Posts:
What Causes Index Fragmentation in SQL Server? Index fragmentation is usually caused by deleting of ...
What Is SQL in MySQL? SQL, SEQUEL (Structured English Query Language), is a language for RDBMS (Rela...
How To Import One Table Back from a Dump File in Oracle? If you only want to import one table back t...
What Causes Index Fragmentation in SQL Server? Index fragmentation is usually caused by deleting of ...
How To Enter Unicode Character String Literals in SQL Server Transact-SQL? Unicode characters are mu...