is there any option in pl/sql tool without using TNS manual process like a
user/pwd/hostname/servername/port name like SQL Developer tool manual connection
Hi,
you can try tu put your database like this
(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = SERVER)(PORT = 1521))(CONNECT_DATA = (SID = BDD_SID)))