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, 3016🔥, 0💬
Popular Posts:
Can You Drop an Index Associated with a Unique or Primary Key Constraint in Oracle? You can not dele...
How to change the data type of an existing column with "ALTER TABLE" statements in SQL Server? Somet...
How To Convert Characters to Numbers in Oracle? You can convert characters to numbers by using the T...
How To Enter Unicode Character String Literals in SQL Server Transact-SQL? Unicode characters are mu...
How To Use GO Command in "sqlcmd" in SQL Server? "sqlcmd" is a command line client application to ru...