Coding Knowledge Center
Oracle
| sqlplus (Connect) |
sqlplus> connect sys/password@oraclass as sysdba
Connect as the "sys" user to the oraclass database.
| sqlplus (Run script file) |
sqlplus> START <path to script>
OR
sqlplus> @<path to script>
Runs an sql script from pecified file path.
| sqlplus (Show current login) |
sqlplus> show user
Runs an sql script from pecified file path.
| sqlplus (Start) |
sqlplus /nolog
Start the sqlplus program and do not login.