Connect Oracle Database SQLPLUS without TNS

sqlplus system/password"(DESCRIPTION = (LOAD_BALANCE = yes) (ADDRESS = (PROTOCOL = TCP) (HOST = dbs25-scan) (PORT = 1521)) (CONNECT_DATA = (SID = PXUSM)))"

1 comment:

  1. sqlplus system/password@dbs25-scan:1521/PXUSM - Does this work?

    ReplyDelete