About 9,620,000 results
Open links in new tab
  1. Use tnsnames.ora in Oracle SQL Developer - Stack Overflow

    I am evaluating Oracle SQL Developer. My tnsnames.ora is populated, and a tnsping to a connection defined in tnsnames.ora works fine. Still, SQL Developer does not display any …

  2. oracle database - Difference between using a TNS name and a …

    Apr 5, 2013 · There are multiple ways to connect to the database: SID, TNS name, Service name. I would like to understand what is the difference between each of these connections and what …

  3. sql - ORA-12560: TNS:protocol adaptor error - Stack Overflow

    -2 In my case, (ORA-12560: TNS protocol adapter error)Issue cause of database connection issue like database, user name and password. Once you got the issue. Initially you have to …

  4. PL/SQL Developer cannot find my tnsnames.ora file

    Mar 21, 2023 · 0 I recently had the problem of deleting the tnsnames.ora from the path where I had it, my solution was to create an environment variable called TNS_NAME with the value …

  5. Oracle ORA-12154: TNS: Could not resolve service name Error?

    ORA-12154: TNS:could not resolve the connect identifier specified Cause: A connection to a database or other service was requested using a connect identifier, and the connect identifier …

  6. ERROR: ORA-12560: TNS:protocol adapter error - Stack Overflow

    Jul 20, 2019 · If "tnsnames.ora" and "listener.ora" files looks fine and still you are getting errors then try the following simple steps Go to start->Run [windows button + r] Type "services.msc" …

  7. ORA-12170: TNS:Connect timeout occurred - Stack Overflow

    May 31, 2014 · I was trying to connect to the database here in my laptop using Oracle Toad but I kept on having this error: ORA-12170: TNS:Connect timeout occurred What are the possible …

  8. oracle database - ORA-12514 TNS:listener does not currently …

    May 28, 2012 · We have an application running locally where we're experiencing the following error: ORA-12514: TNS:listener does not currently know of service requested in connect …

  9. windows - Oracle Database 19c をインストール後、sqlplusでログ …

    Aug 11, 2021 · Oracle Database 19cをWindows環境にインストールし、コマンドプロンプトを起動してSQL*Plusで「SYS」や「SYSTEM」アカウントからログインを試みた際に、以下の …

  10. Oracle - What TNS Names file am I using? - Stack Overflow

    Aug 13, 2008 · Sometimes I get Oracle connection problems because I can't figure out which tnsnames.ora file my database client is using. What's the best way to figure this out? ++happy …