Ora - 12203 error

Hi all
I installed oracle 9i and forms 6i on my home system. Operating system is window xp media center edition 2005. SQLl*plus working fine but when i tried to connect database from forms it is giving following error
ora-12203:tns:unable to connect destination.
Some one help me to solve this problem please.
Thanx in advance,
Ram.

Invalid TNS address supplied or destination is not listening.
This error can also occur because of underlying network transport problems.
Verify that the service name you entered on the command line was correct.
Ensure that the listener is running at the remote node and that the ADDRESS parameters specified in TNSNAMES.ORA are correct.
Finally, check that all Interchanges needed to make the connection are up and running.
Verify your tnsnames.ora entry matches the address where your listener is running. Example:
MyOwnDB =
  (DESCRIPTION =
    (ADDRESS_LIST =
      (ADDRESS = (PROTOCOL = TCP)(HOST = HostPCName)(PORT = 1521))
    (CONNECT_DATA =
      (SID = DatabaseSID)
  )

Similar Messages

  • ORA-12203 error in Forms6i, after installing 10g local DB

    Hello,
    I have a configuration with multiples Oracle_Homes as I use Disco R4, Forms6i, Forms 10g, and sqlplus. I had no problem when I used a local 9i DB. All worked fine.
    When I had the 9i DB, I decided to set a TNS_ADMIN variable and only use one version of SQLNET.ORA and TNSNAMES.ORA. All was fine !
    Recently, I have decided to install a brand new 10gR2 DB, and get rid off my 9i DB.
    Since then, only the 10g tools work fine... and I cannot connect anymore to any of my Forms6i or Disco. BIG Problem !!!
    The error is always the same : ORA-12203: TNS:unable to connect to destinationI have made many different tries for fixing this issue...but I have no clue, and I would like some advices from you.
    Here are the details of the variables and files (after all my modifications):
    - My 10DB is located under OracleHome DB10g_OH (c:\10g\DB)
    - My Forms6i is located under OracleHome DEFAULT_HOME (c:\oraNT)
    - I created environment variables
    ORACLE_SID=SCFOXD
    TWO_TASK=SCFOXD
    and
    PATH= C:\10g\DB\bin;C:\orant\bin; ....
    I currently put the same version of listener.ora, sqlnet.ora and tnsnames.ora in both directories (C:\orant\NET80\ADMIN and C:\10g\DB\NETWORK\ADMIN):
    - sqlnet.ora:
    SQLNET.ALLOWED_LOGON_VERSION = 9
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    TRACE_LEVEL_CLIENT = ADMIN
    TRACE_UNIQUE_CLIENT = on
    NAMES.DIRECTORY_PATH= (HOSTNAME, EZCONNECT, TNSNAMES)
    TRACE_LEVEL_SERVER = ADMIN
    TRACE_DIRECTORY_CLIENT = C:\orant\net80\admin
    TRACE_DIRECTORY_SERVER = C:\orant\net80\admin
    USE_DEDICATED_SERVER = on
    - tnsnames.ora
    SCFOXD =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SID = SCFOXD)
    (SERVER = DEDICATED)
    (GLOBAL_NAME = SCFOXD)
    (HS = OK)
    - listener.ora (defined with the 10g Net Manager)
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = SCFOXD)
    (SID_NAME = SCFOXD)
    LISTENER =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    Using the Dos command window, I stopped and started the listener (lsnrctl stop/start and its current status is (in french!!):
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 05-NOV. -2006 12:07:23
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connexion Ó (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))
    STATUT du PROCESSUS D'ECOUTE
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production
    Date de départ 05-NOV. -2006 12:02:33
    DurÚe d'activitÚ 0 jours 0 heures 4 min. 52 sec
    Niveau de trace off
    Sécurité ON: Local OS Authentication
    SNMP OFF
    Fichier de paramètres du processus d'écoute C:\oraNT\NET80\admin\listener.ora
    Fichier journal du processus d'écoute C:\10g\DB\network\log\listener.log
    Récapitulatif d'écoute des points d'extrémité...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    Récapitulatif services...
    Le service "SCFOXD" comporte 1 instance(s).
    L'instance "SCFOXD", statut UNKNOWN, comporte 1 gestionnaire(s) pour ce service...
    La commande a réussi
    Looking at the listerner status, all seems fine, except the status UNKNOWN of the DB... I have no idea why it is that, as I can successfully connect it using the 10g tools (sqlplus/forms10g)
    To go further, I can reproduce the same error (like with Forms6i) when I use the DOS command window, when I run plus80.
    Anyway, I am sure there is something I missed to do... but, I am really stuck, and I would like to get some advices in order to solve my issue.
    Thanks,
    Olivier

    Thanks for your quick reply.
    1) forms 6i version is = 6.0.8.23.2
    2) in the DOS box, here is what I get :
    I set ORACLE_SID=SCFOXD
    a) lsnrctl status : all seems ok.
    b) tnsping SCFOXD : seems ok.
    c) tnsping80 SCFOXD : brings this error:
    TNS Ping Utility for 32-bit Windows: Version 8.0.6.0.0 - Production on 06-NOV-06
    21:25:38
    (c) Copyright 1997 Oracle Corporation. All rights reserved.
    Attempting to contact (ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521))
    TNS-12538: TNS:no such protocol adapter
    d) plus80 username/password gives error
    ORA-12203: TNS:unable to connect to destination
    e) plus80 username/password@SCFOXD gives error
    ORA-12222: TNS:no such protocol adapter
    Here are my current listener/sqlnet/tnsnames files:
    - listener.ora
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = SCFOXD)
    (ORACLE_HOME = c:\10g\DB)
    (SID_NAME = SCFOXD)
    USE_PLUG_AND_PLAY_LISTENER = ON
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    - sqlnet.ora
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    - tnsnames.ora
    SCFOXD = (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA = (SID = SCFOXD))
    (SRVR = DEDICATED) )
    I really feel bad about my current configuration. I don't understand at all...
    Any other suggestion?

  • Ora-12203 error when connecting to oracle 9i on win2003 - urgent help reqd

    hi
    one of our clients who is on same N3 network and is trying to log on to our oracle 9i database which is installed on windows 2003 + srv pack 1 but is getting ora-12203 erorr.
    the ip address of the client machine has been allowed thr our firewalls and been allowed to use sqlnet on oracle port 1521
    following setting have also been done
    in registry HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\HOME(0) i have set
    USED_SHARED_SOCKET=TRUE
    using Net manager, i have set connection type as DEDICATED_SERVER.
    protocol as TCP/IP and Port no =1521.
    At O/S level we have given oracle_home for 9i access (read, modify execute ..etc) to all sub-folders under e:\orant\ora9i
    i have restarted the listener service and also the windows 2003 server.
    Is there any specific setup criteria which we need to cater when users connect to windows 2003 server
    thanks
    kedar

    Hi Paul
    we have 2 external machine which have been given access thr our firewalls
    our database is in Wales and the machines are in england.
    everything is ok on the server as i have checked the settings which i could know of
    All these machines are on same N3 network , the 2 client machines have DNSlookup set which goes thr all the necessary firewalls and when the following command is run on client machine it can see the server
    c:\> nslookup < machine_name >
    the access to our database is given thr range of ip address as we dont have static IP and when the above command is run it returns dynamic IP address for the database in Wales
    H:\>nslookup krusty.hsw.wales.nhs.uk
    Server: bwd-dc1.bwd.xelpct.nhs.uk
    Address: 10.xxx.xx.xx
    Non-authoritative answer:
    Name: krusty.hsw.wales.nhs.uk
    Address: 194.xxxx.x.xx <---- ip address of databse
    Thanks
    Kedar

  • Oracle 8 - ORA -12203 error message -ORA-12203: TNS:unable to connect to destination

    dear friends..
    it 's been for long time that i have been popped up with the iterating statement at the login time "ORA-12203: TNS:unable to connect to destination " .i slept over the issue and what i have found is that sometime we are not aware that at the time if process is started or not or whether it is started automatically or automatic.i would suggest you to make it "automatic" and prior to that make it sure if the process is already started or not.
    i hope by doing this method it might help you to come out from the problem.
    thanks ..
    Harish M Tiwari
    Technical Consultant...

    You should be able to log in with
    SYSTEM/MANAGER
    SYS/CHANGE_ON_INSTALL
    You can either leave the host string blank, or use ORCL.
    Alison
    iSQL*Plus Team

  • SQL not connecting to Personal database - ORA-12203

    I have just installed Oracle 8.1.7 Personal Edition which is required for my Graduate Database Mgmt course.
    I am getting an ORA-12203 error when loging onto SQL Plus (part of the install instructions) Instructions say to leave the Host String blank. Only gives instructions for errors 27101 or 01034 and cannot seem to find a help or error index anywhere.
    Please help so that I can continue or else drop the class in time to get my money back!!!!

    Jana,
    Your TNSNAMES.ORA file will be found in a path similar to this one:
    C:\Oracle\Ora81\NETWORK\ADMIN
    The file may looks similar to this:
    ORA1 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = xxx.xxx.xx.xxx)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = ora1)
    When you log on to SQL*PLUS try:
    USERNAME: system
    PASSWORD: manager
    HOSTNAME: (leave blank)
    If you still get an error, refer to your TNSNAMES.ORA file to see what your host name should be (in my example, it is ORA1).
    If you still get an error after filling in the hostname, launch server manager (C:\Oracle\Ora81\BIN\SVRMGRL.EXE), then try to start the database:
    SVRMGR> CONNECT INTERNAL
    SVRMGR> STARTUP
    Good luck,
    Emily
    [email protected]

  • Ora-12203 TNS unable to connect ot destination

    Good Day.
    My boss handed me a 8.0.5 database running on win2k3R2, I'm encountering the ora-12203 error, I restarted the service and tns listener of oracle and it worked fine but what's bothering me is before I didn't need to restart the service or tns listener. When I reboot the server a windows error pops out "STRTDB80.EXE" encountered an error/problem, is this related? Does anyone have any ideas how to fix this?
    And in 8.0.5, how do you enable archive logs? isn't it the same as in 9i or 8.1.7?
    Please help.
    Thanks and Best Regards
    Dexter Kwan

    8.0.5 is not supported for this platform. If you are successful to start it and peform some tasks on it it'll be ok, but there is no guarantee it will work smoothly
    I suggest you to install it on a winNT 4.0 Platform, otherwise, you may be walking on a mine field.
    If you want to configure archivelog, it is quite the same as in 8i, just make sure you set the log_archive_dest parameter. You may set also the log_archive_duplex_dest parameter and the log_archive_min_succeed_dest.
    ~ Madrid.

  • 12203 Error

    Hi Everyone,
    I have installed oracle8i lite version 4.0.0.2 from the net in my windows 95 machine. After installating i am not able to
    connect to the default database. I am getting
    ora-12203 error unable to connect to destination. I checked the executables in bin directory. But there is no executables found for listener. Example lsnrctl80.exe tnslsnr80.exe etc., I manually configured tnsnames.ora and listener.ora. Still i am getting the same and no listener 12224 error.
    How to access the database.
    Please send your reply to [email protected]
    Regards
    Krishna

    Which operating system you are using ?
    if this is Microsoft windows NT/W2k, then first check the 'OracelListener' service from 'Services' available in windows control pannel.
    you must also restart system after installation.
    If it does't work even then, you should re-configure the network connection by one of the provided tool like 'Oracle Easy Configue' by providing exact values for 'Host Name' etc. Delete all other default services that were already there (like 'Example1.world') and name the new for your own. also use that name in 'Database' field in connection window with username and password.
    First try these things then proceed for other things, best of luck.

  • Import and error ora-12203

    Hi,
    I got this error ora-12203 (TNS:unable to connect to destination) when I was importing a table into my own schema. I don't know whether the error is related with import. My question is: when performing import, can other user login into the database?
    Thanks,
    Richard

    Hi Richard,
    The database will you to logon irrespective of what other work you are doing with whatever tool you are using. The Exceptions are :-
    If the refered schema comes under certain restriction of the assigned profile.
    If the database is running in RESTRICTED mode and you are not having accessibilty during this peiod.
    As for your error in the import statement, check the connection you are using in the import statement.
    I'm personally using import at least 10 times a week and usually come across these errors. These errors are all human errors and not bugs in the program.
    Bye,
    Piyush.

  • Report connection error ORA-12203 : TNS : unable to connect to destination

    hi
    when in open report and go to query builder then show me this error
    REP-0501 : Unable to connect to the specified database.
    ORA-12203 : TNS : unable to connect to destination
    how i connect report and form with oracle8i which two file in copy into developer folder
    please give he solution
    thanking your

    $ oerr ora 12203
    12203, 00000, "TNS:unable to connect to destination"
    // *Cause: Invalid address specified or destination is not listening.
    // This error can also occur because of underlying network or network
    // transport problems.
    // *Action: Verify that the net service name you entered was correct.
    // Verify that the ADDRESS portion of the connect descriptor which
    // corresponds to the net service name is correct.  Ensure that the
    // destination process (for example the listener) is running at the
    // remote node.
    $In Developer Home check that TNS alias in tnsnames.ora has no errors. Are you able to connect from Sql*Plus from Developer Home, using same alias ?
    Also check that the listener is running on DB machine.
    how i connect report and form with oracle8i which two file in copy into developer folder What does it mean exactly ?

  • Report connting error  (ORA-12203: TNS: unable to connect to destination)

    hi;
    when i open report and connect with oracle then not accept my id and password
    and show this error
    REP-0501 : Unable to connect to the specified database.
    ORA-12203: TNS: unable to connect to destination
    how i connect oracle with report and form which files i copy in developer folder
    please give me solution
    thanking you

    Hi!
    Does this happen when you are on another machine? Maybe there is a firewall present?
    When you are on the machine itself, can you connect?
    cu
    Andreas

  • Intermittent of error "ORA-12203: TNS:unable to connect to destination"

    Hi,
    One of my application (run 24 hours each day) face intermittent of error "ORA-12203: TNS:unable to connect to destination", any one face the same issue ? any solution for this ? The error may occur weekly, some time monthly, occur randomly.
    My Oracle is 8i. Application and 8i run on different SUN machines.
    Checked with my network engr and db admin, network traffic was not congested and db was not overloaded at the time of this error. CPU and memory also not overloaded.
    regards,
    johnvun98

    This error generally occurs when you listener at server is not working properly or at client you sqlnet.ora,tnsnames.ora (if using local names) file is not configured properly check both the files

  • Connectin error ORA-12203: TNS: unable to connect to destination

    hi;
    when i open report and connect with oracle then not accept my id and password
    and show this error
    REP-0501 : Unable to connect to the specified database.
    ORA-12203: TNS: unable to connect to destination
    how i connect oracle with report and form which files i copy in developer folder
    please give me solution
    thanking you

    You have to enter the database you want to connect to in the tnsnames.ora file.

  • ERROR ORA-12203: TNS: unable to connect to destination

    Hello All,
    I have installed Oracle 8i and forms 6i on my computer running on Windows NT 4.0 with service pack 4.0. The order of my installation was Oracle 8i and then Forms 6i. I have also used Net8 Easy Config to configure the tnsnames.ora file. I tested the connection on the Net8 Easy Config wizzard and I got the connection successful message. However I still get the ERROR ORA-12203: TNS: unable to connect to destination message when I tried to connect from forms 6i.
    I have below my tnsnames.ora file:
    # C:\FORMS6I\NET80\ADMIN\TNSNAMES.ORA Configuration File:C:\forms6i\net80\admin\tnsnames.ora
    # Generated by Oracle Net8 Assistant
    LISTENER1 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = austin)(PORT = 1521))
    (CONNECT_DATA = (SID = SUN))
    Rep60_AUSTIN-Forms6i,Rep60_AUSTIN-Forms6i.world=(ADDRESS=(PROTOCOL=tcp)(HOST=AUSTIN)(PORT=1949))
    I have created database objects, but forms will not connect. What else should do?
    Thanks for your anticipated response.

    Hi
    Your oracle database and forms are installed on different oracle home so when you configurate your sql net that time you are configurating only your oracle database. So for form you must be having different oracle home. you cand change thid from start/oracle inatallation products/home selecter. so change our home and run the form. and if still having problem than check for tnsnames.ora file you must be having two files and both must be having right configuration.
    thanks

  • Error Message :- ORA-12203 TNS : Unable to connect to destination

    Hi,
    I am trying to install Oracle 8i and oracle Forms and reports on my personal system for prectise purpose,
    I have window XP on my system and I installed Oracle Forms & Reports first on my system in C: drive,
    then I installed Oracle 8i(sql, pl/sql) in D: drive on my system, both installed successfully
    but whenever I am trying to connect oracle(sql)
    with scott/tiger then it is showing below error message and unable to connect with oracle(sql)
    ORA-12203 TNS : Unable to connect to destination.
    Please suggest how can I solve that problem.
    mohan

    As there are several fixes to this issue, one unique place to look for is the iptables/firewall in Redhat server. Even though EBS applications worked fine until the reboot, we looked at the iptables that was disabled using ‘service iptables stop’ but was never turned off in rc. Nonetheless, this forced the iptables to be enabled during startup and blocked the tns port.
    running ‘service iptables off’ helped to fix the issue.
    Also, you can confirm if this is the case by simply running telnet dbserver port number . If it doesn’t connect, above fix is valid.

  • Error Message :- ORA-12203 TNS : Unabel to connect to destination

    Hi,
    I am trying to install Oracle 8i and oracle Forms and reports on my personal system for prectise purpose,
    I have window XP on my system and I installed Oracle Forms & Reports first on my system in C: drive,
    then I installed Oracle 8i(sql, pl/sql) in D: drive on my system, both installed successfully
    but whenever I am trying to connect oracle(sql)
    with scott/tiger then it is showing below error message and unable to connect with oracle(sql)
    ORA-12203 TNS : Unable to connect to destination.
    Please suggest how can I solve that problem.
    mohan

    Moved to   Forum Home  » Database  » Database - General as it itsn't an SQL and PL/SQL question.
    >
    ORA-12203:
         TNS:unable to connect to destination
    Cause:      Invalid address specified or destination is not listening. This error can also occur because of underlying network or network transport problems.
    Action:      Verify that the net service name you entered was correct. Verify that the ADDRESS portion of the connect descriptor which corresponds to the net service name is correct. Ensure that the destination process (for example the listener) is running at the remote node.

Maybe you are looking for

  • IPod Touch wont play music or connet to iTunes!

    My ipod touch wont play music through the headphones or docking station, it only plays music through the actual iPod and it isnt found when i connect to itunes, help!

  • Data passed from Java to a PL/SQL function

    OK, I am at the beginner-to-intermediate level when it comes to PL/SQL...and a virtual novice when it comes to Java, so please forgive me if my question seems strange or naive. We are developing a Java-based web app. Some of the screens are reminisce

  • A myriad of issues.

    _*Below is a list of a myriad of issues I have with iTunes 8 and have had with iTunes 7.*_ Whilst installing iTunes 8 it felt the need to kill explorer.exe, rendering my desktop unusable for ten minutes whilst it installed. Before it killed explorer

  • Conversion Routine problem

    Hi, In one of the info object there is a conversion routine. So, when the query is executed in BeX Query Analyzer the result is comming correct i.e. if in the database the value of info object is 0001234 then at display it is coming as 1234. However,

  • KERNAL PANIC EVERY TIME I START UP

    Hello, I have a four month old Mac Pro, that has been not working properly since the day i bought it. Apple suggested I bring the machine into the store, but I am a student and cannot go without my computer for more than 2-3 days... I purchased the c