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.
How you can use a bind variable in SQLPlus
The slash command (/):
The exclamation mark is an alias of the HOST command on Unix system. It permits to send an shell command.
SQL> !pwd
/home/oracle
See SQL Plus - (Arobase|At) (@ and @@)
; is:
The anti-slash (\) is the default escape character
The question mark is the equivalent of the ORACLE_HOME directory when using the start command.
Example: to start the compilation script utlrp.sql
@?/rdbms/admin/utlrp.sql
The Period is the default character of concat