Explicit connection to a database without using tnsnames
Time for a quick “did you know..?“
You can connect to an Oracle Database using SQLPLUS without the need for a tnsnames.ora file using the following syntax:
sqlplus sys/password@//server:1521/orcl as sysdba
8 Comments