ORA-12222 : TNS:No such protocol adapter -error

Hi
when i try to connect database from forms builder i get the below error.
ORA-12222 : TNS : No such protocol adapter. I refered many forums and help sites... i checked everyting in my system. like Regedit and environment variable.
still i am getting the same error. kindly help to resolve this issue.
Please find the below details of my desktop, form builder and Oracle database.
Desktop OS
Operating system : WINDOWS XP (professional) version 2002 service pack 3
Oracle Database
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
PL/SQL Release 10.2.0.4.0 - Production
CORE     10.2.0.4.0     Production
TNS for Linux: Version 10.2.0.4.0 - Production
NLSRTL Version 10.2.0.4.0 - Production
Oracle database installed in Linux server
linux server details
Linux VM177 2.6.18-194.0.0.0.3.el5xen #1 SMP Mon Mar 29 18:27:00 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
any rpm are required in Linux server resolve this issue.
my linux server i couldn't find any rpms OPENM*
$ rpm -qa openm*
$
Oracle forms builder
Forms [32 Bit] Version 6.0.8.24.1 (Production)
Oracle Toolkit Version 6.0.8.24.0 (Production)
PL/SQL Version 8.0.6.3.0 (Production)
Oracle Procedure Builder V6.0.8.21.0 Build #1459 - Production
PL/SQL Editor (c) WinMain Software (www.winmain.com), v1.0 (Production)
Oracle Query Builder 6.0.7.1.0 - Production
Oracle Virtual Graphics System Version 6.0.5.38.0 (Production)
Oracle Tools GUI Utilities Version 6.0.8.20.1 (Production)
Oracle Multimedia Version 6.0.8.20.0 (Production)
Oracle Tools Integration Version 6.0.8.18.0 (Production)
Oracle Tools Common Area Version 6.0.8.18.0
Oracle CORE Version 4.0.6.0.0 - Production
Thanks in advance. your early reply will be very much appriciated.
Gowtham

Please find below the output.
$ lsnrctl services
LSNRCTL for Linux: Version 11.2.0.2.0 - Production on 03-APR-2012 06:08:23
Copyright (c) 1991, 2010, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=VM.xxx.com )(PORT=1525)))
The listener supports no services
The command completed successfully
$ lsnrctl status
LSNRCTL for Linux: Version 11.2.0.2.0 - Production on 03-APR-2012 06:13:18
Copyright (c) 1991, 2010, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=VM.xxx.com )(PORT=1525)))
STATUS of the LISTENER
Alias LISTENER
Version TNSLSNR for Linux: Version 11.2.0.2.0 - Production
Start Date 02-APR-2012 02:51:12
Uptime 1 days 3 hr. 22 min. 5 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File /oracle11g/o11gr22/app/o11gr22/product/11.1.0/db_1/network/admin/listener.ora
Listener Log File /oracle11g/o11gr22/diag/tnslsnr/VM/listener/alert/log.xml
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=VM.xxx.com )(PORT=1525)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1525)))
The listener supports no services
The command completed successfully
$ cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
10.123.256.177 VM.xxx.com VM VM.in.oracle.com
Gowtham

Similar Messages

  • "ORA-12222 TNS no such protocol adapter" When running Forms after installing Portal

    We have a Forms 6i (web) application running on 9iAS. This worked fine. But after installing Portal on the same 9iAS, we got the following error when starting the WebForms application:
    ORA-12222 TNS no such protocol adapter
    Who knows a solution?
    Configuration
    9IAS v1.0.2.2
    8.1.7
    Form 6i Patch 10
    Windows NT
    Best regards,
    Harm van Zoest

    This is s SQLNET error.
    You can search for it on OTN using the search button.
    IT usually means that the tnsnames.ora file was changed. Or that you are now using another tnsnames.ora.

  • ORA-12222: TNS:no such protocol adapter

    This is not a repository problem, but it happened when I tried to install the repos.
    I get this message whenever I try to connect to the database using sqlplus from the orecle_home where I installed the repository or the repos. admin-utility.
    I have tried both to use TNS_ADMIN and not, but the error is the same in both cases.
    When I use Net8 assistant to make a tns and test the connection it works fine.
    I can connect to the database with sqlplus from my 817-oracle_home.
    I just tried to install the protocol-adapters manually, but it doesn't help.
    Does anybody know what to do?
    Arne.

    Dear OTN,
    I've got the same problem!
    After I upgraded Designer 6i Rel2 to 6i Rel3
    SQL Plus 8.0 returns ORA-12222 Error, "The protocol adapter requested (by way of the "(PROTOCOL=..)"
    keyword-value pair in a TNS address) is unknown. If the supplied address
    is typographically correct then the protocol adaptor is not installed.
    Action: Install the protocol adapter or correct typographically error,
    as appropriate. Note: if the supplied address was derived from
    resolving the service name, check the address in the appropriate file
    (TNSNAMES.ORA, LISTENER.ORA or TNSNET.ORA)."
    I'm not novice and checked quite a few times all required files and also tried NET EASY CONFIG and so on. It doesn't work.
    Please, help me with the settings! It should be beneficial to all!
    null

  • Patch6: paradox-ORA 12222 TNS : no such protocol adopter

    getting a ORA 12222 TNS : no such protocol adopter found
    after installing patch 6 over existing oracle 9i AS 1.0.2.0.0
    and forms 6i and reports 6i server,when we are running the test form with all the settings required for running forms as servlets tesst forms is coming successfully.But when with the same parameter we are running our form which makes databse connection gives the above ORA error 12222.
    to ensure that it is not a protocol adapter problem we remove one line
    ;serverURL= ---- this line is commented-----
    serverURL=/servlet/oracle.forms.servlet.ListenerServlet
    and put instead
    serverURL=
    ;serverURL=/servlet/oracle.forms.servlet.ListenerServlet ---this line is commented ----
    After replacing again we tried to run the test.fmx as well as our form.Both were running successfully.
    Since this one line change made Listener Servlet inactive and forms listerner as active component.
    looking at the above situation we came to conclusion that it should not be a TNS protocol adaptor probel. so there must be either some problem with the configuration or some probelem with the patch 6 itself.
    (we would like to mention that earlier we did same thing with patch 5 and getting error FRM-92100.This error was resolved when we used patch 6 with one additional line
    in formsweb.cfg
    as "networkRetries=30" )
    we are using windows 2000
    null

    A few more facts..
    while installing we had done a custom install for patch 6 .Druing this a error came up as
    a wrtie error while trying to copy NLSRTL33.DLL while installing server patch component during custom install.
    does anyone out there know .. what this DLL is for.
    Regards
    Sunil choudhary

  • Designer6i - can't connect database TNS:no such protocol adapter

    Cannot connect to database with Repository Administration Utility.
    I have installed Oracle8i Enterprise Edition Release 2 on my WindowsNT in one oracle_home (ora8i) and Designer 6i in the same machine in another oracle_home (orades which is DEFAULT_HOME).
    Installation is successful. I have set up the tnsnames.ora file in the directory d:\orades\net80\admin. I have also set the registry variables \HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\TNS_ADMIN
    and
    \HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\Home1\TNS_ADMIN
    to d:\orades\net80\admin as per Installation Guide.
    From ora8i->DatabaseAdministration->DBA Studio I can connect to the database using the service string in the above tnsnames.ora file.
    But it fails from OracleRepository6i-> RepositoryAdministrationUtility with an error of ORA-12222: TNS:no such protocol.
    The TCP network protocol is installed for Designer6i as the folder "tnsapi" exists in orades\net80.
    Can anyone please point out what is wrong and help? thanks

    Hi PAUL,
    I think you first install designer and then Oracle.
    Kavita
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Paul Kwok ([email protected]):
    Cannot connect to database with Repository Administration Utility.
    I have installed Oracle8i Enterprise Edition Release 2 on my WindowsNT in one oracle_home (ora8i) and Designer 6i in the same machine in another oracle_home (orades which is DEFAULT_HOME).
    Installation is successful. I have set up the tnsnames.ora file in the directory d:\orades\net80\admin. I have also set the registry variables \HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\TNS_ADMIN
    and
    \HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\Home1\TNS_ADMIN
    to d:\orades\net80\admin as per Installation Guide.
    From ora8i->DatabaseAdministration->DBA Studio I can connect to the database using the service string in the above tnsnames.ora file.
    But it fails from OracleRepository6i-> RepositoryAdministrationUtility with an error of ORA-12222: TNS:no such protocol.
    The TCP network protocol is installed for Designer6i as the folder "tnsapi" exists in orades\net80.
    Can anyone please point out what is wrong and help? thanks
    <HR></BLOCKQUOTE>
    null

  • TNS-12538: TNS:no such protocol adapter, and install MS loopback adapter

    Hello,
    I am trying to install oracleAS Infrastructure and portal on my windows xp pc. (Oracle Application Server 10g Release 2 (10.1.2)
    At some point of the installation for Internet Directory Configuration Assistant, there is an error:
    ===========================================================
    Output generated from configuration assistant "Internet Directory Configuration Assistant" (attempt 2):
    Myinfra.mypcname.domainname
    java.sql.SQLException: Io exception: The Network Adapter could not establish the connectionat oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:137)
    ===========================================================
    After did some searching, I find I may need to install MS loopback adapter.
    So I followed http://support.microsoft.com/kb/839013 to install the MS Loopback adapter.
    After I installed, When I open the Network Connetcions, I found there are two local area connetcions. One of then called local area connection 2, and it's MS loopback adapter. I got a warning for local area connection 2, it says that my pc does not have a IP address assigned, and its status is : limited or no connectivity .
    I tried to repair to establish the full connection by clicking on the repair button, but the process is failed.
    I also tried to run command: tnsping orcl ( orcl is my database service name ), after installed the loopback adapter.
    tnsping orcl, still got this error:
    ======================================================
    C:\>tnsping orcl
    TNS Ping Utility for 32-bit Windows: Version 9.0.1.4.1 - Production on 16-MAR-20
    06 22:41:35
    Copyright (c) 1997 Oracle Corporation. All rights reserved.
    Used parameter files:
    E:\oracle\product\10.1.0\Db_1\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST =mypcname.mydomainname)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = orcl)))
    TNS-12538: TNS:no such protocol adapter
    ===================================================
    btw. my pc IP was assigned by DHCP, and pc host name is something like: abcd.abc.edu
    Q1. I am wondering which local area connection is currently used by default ? If it's the old one, how to configure it to use the new added one? ( local area connetcion 2 ).
    Q2. Do I have to install MS Loopback adapter for installing Oracle Application Server 10g Release 2 (10.1.2)?
    I don't have a fixed IP, however my IP is seldom changed. And I'm ok with 127.0.0.1
    Any suggestion ?
    Thanks for your reply,
    Emily

    Hello,
    I am trying to install oracleAS Infrastructure and portal on my windows xp pc. (Oracle Application Server 10g Release 2 (10.1.2)
    At some point of the installation for Internet Directory Configuration Assistant, there is an error:
    ===========================================================
    Output generated from configuration assistant "Internet Directory Configuration Assistant" (attempt 2):
    Myinfra.mypcname.domainname
    java.sql.SQLException: Io exception: The Network Adapter could not establish the connectionat oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:137)
    ===========================================================
    After did some searching, I find I may need to install MS loopback adapter.
    So I followed http://support.microsoft.com/kb/839013 to install the MS Loopback adapter.
    After I installed, When I open the Network Connetcions, I found there are two local area connetcions. One of then called local area connection 2, and it's MS loopback adapter. I got a warning for local area connection 2, it says that my pc does not have a IP address assigned, and its status is : limited or no connectivity .
    I tried to repair to establish the full connection by clicking on the repair button, but the process is failed.
    I also tried to run command: tnsping orcl ( orcl is my database service name ), after installed the loopback adapter.
    tnsping orcl, still got this error:
    ======================================================
    C:\>tnsping orcl
    TNS Ping Utility for 32-bit Windows: Version 9.0.1.4.1 - Production on 16-MAR-20
    06 22:41:35
    Copyright (c) 1997 Oracle Corporation. All rights reserved.
    Used parameter files:
    E:\oracle\product\10.1.0\Db_1\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST =mypcname.mydomainname)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = orcl)))
    TNS-12538: TNS:no such protocol adapter
    ===================================================
    btw. my pc IP was assigned by DHCP, and pc host name is something like: abcd.abc.edu
    Q1. I am wondering which local area connection is currently used by default ? If it's the old one, how to configure it to use the new added one? ( local area connetcion 2 ).
    Q2. Do I have to install MS Loopback adapter for installing Oracle Application Server 10g Release 2 (10.1.2)?
    I don't have a fixed IP, however my IP is seldom changed. And I'm ok with 127.0.0.1
    Any suggestion ?
    Thanks for your reply,
    Emily

  • TNS:no such protocol adapter

    Hai,
    When i tried to start lsnrctl>start
    i got the following error messages please if some one could resolve my problem it is very urgent
    LSNRCTL> start
    Starting /usr2/oracle/u01/app/oracle/product/8.1.6/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 8.1.6.0.0 - Production
    System parameter file is /usr2/oracle/u01/app/oracle/product/8.1.6/network/admin/listener.ora
    Log messages written to /usr2/oracle/u01/app/oracle/product/8.1.6/network/log/listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC)))
    Attempted to listen on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=dbserver)(PORT=1521)))
    TNS-12538: TNS:no such protocol adapter
    TNS-12560: TNS:protocol adapter error
    TNS-00508: No such protocol adapter
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Anand Sengodan ([email protected]):
    Hai,
    When i tried to start lsnrctl>start
    i got the following error messages please if some one could resolve my problem it is very urgent
    LSNRCTL> start
    Starting /usr2/oracle/u01/app/oracle/product/8.1.6/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 8.1.6.0.0 - Production
    System parameter file is /usr2/oracle/u01/app/oracle/product/8.1.6/network/admin/listener.ora
    Log messages written to /usr2/oracle/u01/app/oracle/product/8.1.6/network/log/listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC)))
    Attempted to listen on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=dbserver)(PORT=1521)))
    TNS-12538: TNS:no such protocol adapter
    TNS-12560: TNS:protocol adapter error
    TNS-00508: No such protocol adapter
    <HR></BLOCKQUOTE>
    Would probably have to see your listener.ora to know for sure but two things I would look for: AFAIK you can use either tcp or udp for the PROTOCOL= statement in the listener.ora, the Oracle Listener listens on port 1521 so you should add port 1521 to your SERVICES file in the /etc directory. See if either of those help any..
    dmm
    null

  • TNS-12538: TNS:no such protocol adapter

    hi, i'm a newbie for oracle... now I face some problem while i try to create database.
    After i installed Oracle 10g on Solaris 10x86-64, I created listener.ora by using netca.
    but I cannot start it. error shown as
    $ lsnrctl start
    TNSLSNR for Solaris: Version 10.2.0.3.0 - Production
    System parameter file is /oracle/ZTDB3/bin/oracle10/product/10.2.0/network/admin/listener.ora
    Log messages written to /oracle/ZTDB3/bin/oracle10/product/10.2.0/network/log/listener.log
    TNS-01150: The address of the specified listener name is incorrect
    TNS-01153: Failed to process string: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=10.104.131.92)(PORT=1524)))
    Listener failed to start. See the error message(s) above...
    $ lsnrctl status
    LSNRCTL for Solaris: Version 10.2.0.3.0 - Production on 12-SEP-2008 10:05:30
    Copyright (c) 1991, 2006, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=10.104.131.92)(PORT=1524)))
    TNS-12538: TNS:no such protocol adapter
    TNS-12560: TNS:protocol adapter error
    TNS-00508: No such protocol adapter
    how can I fix this problem? also I cannot sqlplus / as sysdba
    error shown as
    $ sqlplus / as sysdba
    SQL*Plus: Release 10.2.0.3.0 - Production on Fri Sep 12 10:28:56 2008
    Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
    ERROR:
    ORA-12157: TNS:internal network communication error
    please help me...thank you.

    Hi Rajesh Vig
    Thank for your help.
    I did change follow your advice. But it doesn't work at all.
    However, before finishing configured listener, something warn me as popup message.
    "The information provided for this listener is currently in use by other software on this computer.
    You can proceed with the configuration as it is, but it will not be possible to start this listener until
    the conflict is resolved."
    I'm so doubt, what wrong with my listener. Why did oracle warn me that my listener was conflict with another. Although, there was no listener.ora at that time. ?????
    Here is my new listener.ora created by netca.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /oracle/ZTDB3/bin/oracle10/product/10.2.0)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.104.131.92)(PORT = 1530))
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    $ lsnrctl start
    TNSLSNR for Solaris: Version 10.2.0.3.0 - Production
    System parameter file is /oracle/ZTDB3/bin/oracle10/product/10.2.0/network/admin/listener.ora
    Log messages written to /oracle/ZTDB3/bin/oracle10/product/10.2.0/network/log/listener.log
    TNS-01150: The address of the specified listener name is incorrect
    TNS-01153: Failed to process string: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=ztdb3)(PORT=1530)))
    Listener failed to start. See the error message(s) above...
    $ netstat -an | grep 1530
    no result shown up.
    If you have found something wrong, please advise me. Thank you.

  • TNS-12538: TNS:no such protocol adapter, please delete this thread, Sorry!

    Hello,
    I am trying to install oracleAS Infrastructure and portal on my windows xp pc,
    At some point of the installation for Internet Directory Configuration Assistant, there is an error:
    ===========================================================
    Output generated from configuration assistant "Internet Directory Configuration Assistant" (attempt 2):
    Myinfra.mypcname.domainname
    java.sql.SQLException: Io exception: The Network Adapter could not establish the connectionat oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:137)
    ===========================================================
    After did some searching, I find I may need to install MS loopback adapter.
    So I followed http://support.microsoft.com/kb/839013 to install the MS Loopback adapter.
    After I installed, When I open the Network Connetcions, I found there are two local area connetcions. One of then called local area connection 2, and it's MS loopback adapter. I got a warning for local area connection 2, it says that my pc does not have a IP address assigned, and its status is : limited or no connectivity .
    I tried to repair to establish the full connection by clicking on the repair button, but the process is failed.
    I also tried to run command: tnsping orcl ( orcl is my database service name )
    tnsping orcl, still got this error:
    ======================================================
    C:\>tnsping orcl
    TNS Ping Utility for 32-bit Windows: Version 9.0.1.4.1 - Production on 16-MAR-20
    06 22:41:35
    Copyright (c) 1997 Oracle Corporation. All rights reserved.
    Used parameter files:
    E:\oracle\product\10.1.0\Db_1\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST =mypcname.mydomainname)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = o
    rcl)))
    TNS-12538: TNS:no such protocol adapter
    ===================================================
    btw. my pc IP was assigned by DHCP, and pc host name is something like: abcd.abc.edu
    Q1. I am wondering which local area connection is currently used by default ? If it's the old one, how to configure it to use the new added one? ( local area connetcion 2 )
    Q2. Do I have to install MS Loopback adapter ? I don't have a fixed IP, however my IP is seldom changed. And I'm ok with 127.0.0.1
    Any suggestion ?
    Thanks for your reply,
    Emily

    Hi Rajesh Vig
    Thank for your help.
    I did change follow your advice. But it doesn't work at all.
    However, before finishing configured listener, something warn me as popup message.
    "The information provided for this listener is currently in use by other software on this computer.
    You can proceed with the configuration as it is, but it will not be possible to start this listener until
    the conflict is resolved."
    I'm so doubt, what wrong with my listener. Why did oracle warn me that my listener was conflict with another. Although, there was no listener.ora at that time. ?????
    Here is my new listener.ora created by netca.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /oracle/ZTDB3/bin/oracle10/product/10.2.0)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.104.131.92)(PORT = 1530))
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    $ lsnrctl start
    TNSLSNR for Solaris: Version 10.2.0.3.0 - Production
    System parameter file is /oracle/ZTDB3/bin/oracle10/product/10.2.0/network/admin/listener.ora
    Log messages written to /oracle/ZTDB3/bin/oracle10/product/10.2.0/network/log/listener.log
    TNS-01150: The address of the specified listener name is incorrect
    TNS-01153: Failed to process string: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=ztdb3)(PORT=1530)))
    Listener failed to start. See the error message(s) above...
    $ netstat -an | grep 1530
    no result shown up.
    If you have found something wrong, please advise me. Thank you.

  • Database link : TNS-12538: TNS:no such protocol adapter

    I have created a database link on schema1:
    CREATE public DATABASE LINK db_link
    CONNECT TO schema2 IDENTIFIED BY schema2
    USING 'schema2' (service name);
    While I am testing this link to access the object of schema 2 on schema1
    i am getting error:TNS-12538: TNS:no such protocol adapter
    In tnsnames.ora file of schema1,i have also included the details for schema2.
    Please tell me the solution of this problem
    Thanks in advance

    Hi,
    Can you ping the schema2 which is another DB or can you connect to schema2 DB with the service which you have used for DB link.
    Check that first functioning correct or not.
    Check this link.
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/ds_admin.htm#sthref4108
    Pavan Kumar N

  • TNS: no such protocol error

    Hi,
    In order to solve the JVM problem because of the max length directory name problem (which i read about in the forum
    Re: How to lock entire schema?
    i installed the oracle designer 6i into c:\odes6i folder as indicated in the above forum answer,
    but now, when i want to connect i am getting the error message :
    ORA-12222: TNS:no such protocol adapter
    RME-00220: Failed to connect to Repository
    Does somebody know the solution for this? (i also install the needed drivers)
    Thanks in advance,
    C|neyt Uslu

    Please find below the output.
    $ lsnrctl services
    LSNRCTL for Linux: Version 11.2.0.2.0 - Production on 03-APR-2012 06:08:23
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=VM.xxx.com )(PORT=1525)))
    The listener supports no services
    The command completed successfully
    $ lsnrctl status
    LSNRCTL for Linux: Version 11.2.0.2.0 - Production on 03-APR-2012 06:13:18
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=VM.xxx.com )(PORT=1525)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.2.0.2.0 - Production
    Start Date 02-APR-2012 02:51:12
    Uptime 1 days 3 hr. 22 min. 5 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /oracle11g/o11gr22/app/o11gr22/product/11.1.0/db_1/network/admin/listener.ora
    Listener Log File /oracle11g/o11gr22/diag/tnslsnr/VM/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=VM.xxx.com )(PORT=1525)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1525)))
    The listener supports no services
    The command completed successfully
    $ cat /etc/hosts
    127.0.0.1 localhost.localdomain localhost
    10.123.256.177 VM.xxx.com VM VM.in.oracle.com
    Gowtham

  • *URGENT* Forms 6i on XP - "no such protocol adapter" problem

    Hello,
    I seem to have run into a common problem but mine has a twist.
    I have a laptop with Windows XP that I have installed Oracle 8.1.7.3.0 on. That works fine.
    I have a project that has me connected to Oracle O.com network. I can connect fine to that using my initial Oracle installation.
    I needed to install Oracle 6i and ran into a few problems, but found recommended work arounds which included me installing it in a seperate directory as Windows 95 or windows 98. I installed it in C:/oracle/developer. I can open existing forms to work on them.
    What I can't do is connect to my O.com connection using the Developer or the Sqlplus 8.0 version that is included with it.
    Per this website http://metalink.oracle.com/oracleinstall/oracle8i/windows.html#MSfive
    I have run through the net80 configuration process.
    I have copied my working tnsnames.ora file to all possible locations that the developer version would pick up (including of course c:\oracle\developer\net80\admin).
    I have changed the required sqlnet.ora file to sqlnet.old.
    I rebooted.
    The listener and database start on their own, so I don't have to start them from the dos prompt.
    Any attempt to connect to the O.com or my local database using the Developer sqlplus or Developer itself results in the message - "ERROR: ORA-12222: TNS:no such protocol adapter".
    If I try to connect to some made up database name, I get a "could not resolve service name" message. So I can tell that it least recognizes my database names defined in the tnsname.ora file.
    If anyone has installed Forms 6i on XP and ran into similar problems and fixed them, or if anyone has any clue as to what I need to do to fix this, I'll be immensely grateful.
    Thanks.
    Kurt

    It occurs to me that perhaps I need to install a second version of the listener, specifically for my forms environment. Is this the case?
    Thanks again.
    Kurt

  • No such protocol adapter

    When i connect to oracle8i from form builder, connection failed and giving an error message 'no such protocol adapter'(error code- ora-12222). I checked the tnsname.ora and listenr.ora file but could not find out any mistake.
    Can u pls any one gving the solution of the error?
    thanks
    sanaul

    No. Oracle database(8.1.6) and D2K(6i) in the same machine. OS is windows NT Server. I can connect sql plus from database SQL but can’t connect from developer SQL.
    During the service name configuration Test Connection shows OK. (Successfully connected).
    Pls give the suggestion how to connect to database from developer.
    Thanks
    Sanaul.

  • ORA-12560: TNS:protocol adapter error in Oracle Forms...

    Hi, I installed Oracle developer suite to use for Oracle forms but am getting "ORA-12560: TNS:protocol adapter error" when trying to run a form. The database is running locally on my PC.
    I've run the command line to see if hostname matches up with the "HOST= " in the ".../network/admin/listener.ora " file match, they do. What can I try next? I did have Oracle 10gXE installed, which I have now removed. I'm including my tnsnames and listener file content:
    # tnsnames.ora Network Configuration File: C:\oracle\product\10.2.0\db_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    LISTENER_ORCL =
    (ADDRESS = (PROTOCOL = TCP)(HOST = frankenputer)(PORT = 1522))
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = frankenputer)(PORT = 1522))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    # listener.ora Network Configuration File: C:\oracle\product\10.2.0\db_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oracle\product\10.2.0\db_1)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = frankenputer)(PORT = 1522))
    Thanks in advance for any help!

    Of course you found another one. Each .and every Oracle database client home (such as developer, app server) has one.
    Don't just change the port - the tnsnames.ora in the dev home does not point to a database service. It only points to an extproc [external procedure called by a database]. You need to put a database service entry into that file similar to the one in the database home. (Easiest solution - copy the tnsnames.ora from db home ... after you've made a backup)
    And please don't tell me you are using Developer 6i - a simple Google search would verify that the networking is incompatible.

  • ORA-12560: TNS Protocol adapter error after full database restore.

    Good afternoon,
    Following the steps given in page 9-32 of the 2 Day DBA document, after doing a full database restore, the home page shows:
    NOTE: all of the output shown in this post is obtained directly from the host not a client. AND all using ENTERPRISE MANAGER.
    1. The database instance is down
    2. The listener is up
    3. Agent Connection to Instance has status of Failed, followed by ORA12505: TNS: listener does not currently know of SID in connect descriptor (DBD ERROR: OCIServerAttach)
    When I try to connect as sysdba using SQL Plus, I get the output shown below:
    0 18:14 [Oracle] [13G] [2,031M] E:\Oracle\product\11.2.0\dbhome_1\NETWORK\ADMIN>
    tnsping dbca
    TNS Ping Utility for 32-bit Windows: Version 11.2.0.1.0 - Production on 30-AUG-2
    010 18:14:36
    Copyright (c) 1997, 2010, Oracle.  All rights reserved.
    Used parameter files:
    E:\Oracle\product\11.2.0\dbhome_1\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)
    (HOST = orahost.john.local)(PORT = 1521))) (CONNECT_DATA = (SERVICE_NAME = dbca.
    john.local)))
    OK (50 msec)
    0 18:14 [Oracle] [13G] [2,050M] E:\Oracle\product\11.2.0\dbhome_1\NETWORK\ADMIN>
    sqlplus /nolog
    SQL*Plus: Release 11.2.0.1.0 Production on Mon Aug 30 18:17:53 2010
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    SQL> connect
    Enter user-name: sys as sysdba
    Enter password:
    ERROR:
    ORA-12560: TNS:protocol adapter error
    SQL>All I did was perform a full database restore in the same database, the simplest case. Any ideas as to why I can no longer connect ?
    Thank you very much for your help,
    John.
    Edited by: 440bx - 11gR2 on Aug 30, 2010 6:58 PM - added Using Enterprise Manager.

    I don't know what else I could have done given the behavior of the service.You can avoid problems like this in the future by avoiding Windows & using any approved *NIX Operating System.
    No such "service" or daemon exist on any *NIX OS.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

Maybe you are looking for

  • Sale Order Item Quantity Not Populating When Create A Sale Order Using BAPI

    I am having a problem when creating a sale order using BAPI BAPI_SALESORDER_CREATEFROMDAT2 Problem is that sale order item quantity field is not populating code is as follows ORDER_ITEMS_IN-ITM_NUMBER = '0010'. ORDER_ITEMS_IN-MATERIAL = '000000000010

  • Is Apple Pro Res viewable on computers WITHOUT Final Cut installed?

    I have used Apple Pro Res to compress 3d animation and it looks great, far better than any codec so far. Now I find that it is only viewable on computers with Final Cut Pro 6 installed. I am planning to exhibit the work as quicktimes, but need to use

  • Burning a disk of high resolution images

    I am new to Lightroom, so am asking what is likely a really basic question. Up to now, once I finish processing images, I simply post them online. Now, I would like to burn a disk of several high resolution images (by this I mean 300 dpi J-Pegs, unle

  • Help identifying a powerbook model

    hi there could someone help me identify a powerbook for me i found on ebay the ad says its a 12 inch but i can tell it isnt because i already own a 12 inch g4 and can somebody tell me what year and screen size it is please? http://www.ebay.co.uk/itm/

  • Substitution of BELNR

    Hello to all.  We have a requirement that will entail us to substitute the value of BKPF-BELNR (SAP Document number) into the Reference (BKPF-XBLNR) and Reference Key 1 fields (BSEG-XREF1).  At the time of the substitution call-ups (separate for the