I'm trying to go to PL-SQL Developer, I enter the name of the database, which is on another computer. The result is the following error.
I must say right away that this database is registered in the TNS file, like other databases.
myDB1 =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = ***IP-adress***)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = myDB1)
)
)
What is in the computer's TNS file is also in the client's file. On the host computer, the database works and starts, but not on the client. The database service has started. As I understand it, the client does not need to create a listener, the main thing is that there should be tnsnames.ora. I went through the names and myDBB1, myDBDB, myDataBase and myDB and through dots and spaces its IP address, but the error did not disappear. Other bases on the client computer work without problems.
