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, 3574🔥, 0💬
Popular Posts:
How To Verify Your PHP Installation in MySQL? PHP provides two execution interfaces: Command Line In...
How To Use "IF ... ELSE IF ..." Statement Structures in SQL Server Transact-SQL? "IF ... ELSE IF ......
How To Connect to a MySQL Server with a Port Number in MySQL? If you want to connect a MySQL server ...
What Happens If the UPDATE Subquery Returns Multiple Rows in MySQL? If a subquery is used in a UPDAT...
What Are Bitwise Operations in SQL Server Transact-SQL? Bitwise operations are binary operations per...