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, 4264🔥, 0💬
Popular Posts:
How Many Groups of Data Types in MySQL? MySQL support 3 groups of data types as listed below: String...
How To Select All Columns of All Rows from a Table in Oracle? The simplest query statement is the on...
How To Count Rows with the COUNT(*) Function in SQL Server? If you want to count the number of rows,...
How Run SQL*Plus Commands That Are Stored in a Local File in Oracle? If you have a group of commands...
How to detect the collation coercibility associated to a given character string using the COERCIBILI...