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, 4083🔥, 0💬
Popular Posts:
How To Create a Dynamic Cursor with the DYNAMIC Option in SQL Server Transact-SQL? If the underlying...
How To Drop a Stored Procedure in Oracle? If there is an existing stored procedure and you don't wan...
How To Create a Table Index in Oracle? If you have a table with a lots of rows, and you know that on...
What are DDL (Data Definition Language) statements for tables in SQL Server? DDL (Data Definition La...
How To Recover a Dropped Index in Oracle? If you have the recycle bin feature turned on, dropped ind...