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, 4323🔥, 0💬
Popular Posts:
How AdventureWorksLT tables are related in SQL Server? There are 12 user tables defined in Adventure...
Where to find answers to frequently asked questions on PHP Connections and Query Execution for MySQL...
How To Convert Numeric Expression Data Types using the CAST() Function in SQL Server Transact-SQL? I...
Where to find answers to frequently asked questions on INSERT, UPDATE and DELETE Statements in MySQL...
How to connect SQL Server Management Studio Express to SQL Server 2005 Express in SQL Server? Once y...