sqlplus - To connect and manage the Oracle RDBMS
SQL Plus is a command-line tool that provides access to the Oracle RDBMS. SQLPlus enables you to:
- Enter SQLPlus commands to configure the SQLPlus environment.
- Startup and shutdown an Oracle database.
- Connect to an Oracle database.
- Enter and execute SQL commands and PL/SQL blocks.
- Format and print query results.
Connect to Oracle database
If we manage to get some credentials we can connect to the Oracle TNS service with sqlplus.
In case of this error message ( sqlplus: error while loading shared libraries: libsqlplus.so: cannot open shared object file: No such file or directory), there might be an issue with libraries. Possible solution:
Basic commands
All commands from Oracle's documentation.