Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

sql developer connectivity

user8838095Nov 10 2022

Hello All,
I installed 19c database in Desktop and SQL Developer also. When i trying to connect from SQL Developer, i am getting below error. Shall i need to put Hostname localhost or DEKSTOP-BDNUCO.
image.png
tns entry -
ORCL =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = orcl.in.jim.com)
)
)

Comments
Post Details
Added on Nov 10 2022
14 comments
454 views