SQL Plus - Run (the SQL Buffer)

Card Puncher Data Processing

SQL Plus - Run (the SQL Buffer)

About

Lists and executes the most recently executed SQL command or PL/SQL block which is stored in the SQL buffer.

Example

>select 'test' from dual;
'TES
----
test

>/
'TES
----
test

>r
1* select 'test' from dual

'TES
----
test





Discover More
Card Puncher Data Processing
SQL Plus - Special Characters

Useful command in sqlplus. The At & character is the default character that define a substitution variable. You can change it with the define system variable. The slash command (/): ...



Share this page:
Follow us:
Task Runner