Collections:
Input Buffer in SQL*Plus in Oracle
What Is Input Buffer in SQL*Plus in Oracle?
✍: FYIcenter.com
Input buffer is a nice feature of the command-line SQL*Plus tool. It allows you to revise a multiple-line command and re-run it with a couple of simple commands. By default, input buffer is always turned on in SQL*Plus. The last SQL statement is always stored in the buffer. All you need is to remember to following commonly used commands:
⇒ Revise and Rerun the Last SQL Command in Oracle
⇐ Save Query Output to a Local File in Oracle
2020-07-15, 3818🔥, 0💬
Popular Posts:
What Are Bitwise Operations in SQL Server Transact-SQL? Bitwise operations are binary operations per...
How To Start the Command-Line SQL*Plus in Oracle? If you Oracle server or client installed on your w...
How To Query Tables and Loop through the Returning Rows in MySQL? The best way to query tables and l...
How to continue to the next iteration of a WHILE loop in SQL Server Transact-SQL? How to use CONTINU...
How To Get the Definition of a Stored Procedure Back in SQL Server Transact-SQL? If you want get the...