I face the below error when i try to connect to the database
Related
Can connect to oracle database from Oracle SQL developer but cannot connect to sys as sysdb from command prompt
I wanted to connect to oracle database using dbeaver. Facing an error
I am able to connect to Oracle12C DB with with Oracle SQL Developer. but not able to connect with SQL Plus. with same credentials.
Why this is happening ?
I am trying to connect the oracle database using universal data link(UDL) with the provider as "Oracle provider for OLEDB"
The test connection fails with the below error
Test connection failed because of an error in initializing provider. ORA-12170: TNS:Connect timeout occurred
I am able to connect to the oracle database using SQLPLUS and Oracle SQL Developer from the same machine.
Please suggest the possible root cause of the issue.
I'm using Oracle 19c. I have tested the connection by the commands "ping [ip]" and "tnsping", and both were successfully connected. Now, I want to connect to the Oracle developer from a client, and it is not be able to connect.
When I was using Oracle 12c, there was no such a problem. I really don't know what's going wrong here.
I've installed Oracle client in my machine, when I'm trying to connect to the oracle database server from Oracle SQL Developer am getting the following error:
Status : Failure -Test failed: IO Error: The Network Adapter could not establish the connection
But am able to connect to the server using sql plus and TOAD as well from my machine. What is the issue if Toad connects to the server why cant my Oracle sql developer could not connect??
checked all the possible solutions like:
tns strings checking, telnet to the server and its port,
changing the oracle home in the sqldeveloper->tools->preferences->database->advanced tab.
None solved my issue. Is this the firewall issue?
If it is so how am able to connect using TOAD/sql plus ??
UPDATE: I'm connecting to the Oracle database server using the VPN.
Any help is much appreciated.
Thanks in advance.