Finding Port number using Oracle Profile options
ERP =
(DESCRIPTION =
(ADDRESS =
(PROTOCOL = CC)
(HOST = erp.com)
(PORT = 1520)
)
(CONNECT_DATA =
(SID = ERP)
)
)
I would like to login database with database username & password but don't have TNS entries in my client machine.I am able to find out host & SID from oracle application using profile options but not able to find out port number. How can I find out the port number from oracle application.
Regards,
Madhu