TNS Service error

Hi All
I'm getting the following error while trying to update rowcount on a table.
[NQODBC][SQL_STATE:HY000][nqsError:10058]A general error has occured.
[nQSError:43093]An error occured while processing the EXECUTE PHYSICAL statement.The specified procedure could not be found.
[nQSError:46029]Failed to load the DLL C:\OracleBI\server\Bin\nqsdbgatewayoci8i.dll.Check if 'Oracle OCI 8.x' database client is installed.
We are currently using 9i client on our machines.Is there a compulsion of using 8i client.i'm able to connect to the database using toad.
Below is my PATH variable content.Please let me know if it requires any changes.
C:\OracleBI\server\Bin;C:\OracleBI\web\bin;C:\OracleBI\web\catalogmanager;C:\OracleBI\SQLAnywhere;C:\Program Files\Java\jdk1.5.0_14\bin;C:\Progra~1\Oracle\Ora\bin;C:\Progra~1\Oracle\Ora92\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C:\Program Files\Oracle\jre\1.1.8\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\Progra~1\Oracle\Ora\jdk\bin;C:\Program Files\QuickTime\QTSystem\;C:\Program Files\NetManag.32\
Please let me know the cause of this error.
Thanks.

Hi
you need to configure odbc.ini file for ODBC file name setup directory under OracleBI
check .profile for unix user and set correctly
LD_LIBRARY_PATH vaible
Regards
Sunil

Similar Messages

  • TNS service error while DBLOGIN in ggsci...

    Hi...
    I am connecting my oracle 11g v 11.2.0.2 to Oracle golden gate. While running the DBLOGIN cmd it gives me the TNS service error... Please let me know the solution as, I am new to oracle golden gate.
    ERROR:-
    GGSCI (localhost.localdomain) 2> DBLOGIN USERID ggs_owner,PASSWORD ggs_owner
    ERROR: Unable to connect to the database using user ggs_owner. Please check privileges.
    ORA-12162: TNS:net service name is incorrectly specified.
    Please reply me...
    Thanks...

    To use a TNS alias, make sure that we are able to do a tnsping as well as connect via SQL*PLUS using that alias before we launch GGSCI.
    In the relevant parameter file (in this example an extract parameter file) we just add the TNS alias to the USERID as shown below:
    USERID ggs_owner@<TNS-alias name>, PASSWORD ggs_owner
    e.g.
    DBLOGIN USERID ggs_owner@toprod, PASSWORD ggs_owner
    Hope it is done for you....

  • Tns-04406 tns-04409 error during adding net service in oracle10g OID

    Hi,
    We have installed oracle OID using oracle app server 10 and are in process of configuring directory naming method
    ldap.ora file has foll entries
    # ldap.ora Network Configuration File: /app/oracle/product/101202/network/admin/ldap.ora
    # Generated by Oracle configuration tools.
    DIRECTORY_SERVERS= (smtest02:389:636)
    DEFAULT_ADMIN_CONTEXT = ""
    DIRECTORY_SERVER_TYPE = OID
    getting following error during adding net service names ... is this a setup issue ?
    error writing ServiceAlias to: LDAPDataStore [svr: smtest02:389:636, type: OID, ctxt: cn=OracleContext,, home: /app/oracle/product/101202] original exception message: TNS-04409: Directory service error caused by: oracle.net.config.DirectoryServiceException: TNS-04406: Invalid parameter caused by: oracle.net.ldap.NNFLException original stack trace: oracle.net.config.ServiceAliasException: TNS-04409: Directory service error caused by: oracle.net.config.DirectoryServiceException: TNS-04406: Invalid parameter caused by: oracle.net.ldap.NNFLException oracle.net.config.DirectoryServiceException: TNS-04406: Invalid parameter caused by: oracle.net.ldap.NNFLException oracle.net.ldap.NNFLException at oracle.net.config.DirectoryService.throwException(Unknown Source) at oracle.net.config.DirectoryService.read(Unknown Source) at oracle.net.config.ServiceAlias.<init>(Unknown Source) at oracle.net.common.dataStore.LDAPNetServiceHandler.save(Unknown Source) at oracle.net.common.dataStore.NetObjectHandler.maybeCommit(Unknown Source) at oracle.net.common.dataStore.NetObjectHandler.addElement(Unknown Source) at oracle.sysman.emo.net.config.srvc.Services.writeLDAPEntry(Services.java:1120) at oracle.sysman.emo.net.config.srvc.Services.saveService(Services.java:1072) at oracle.sysman.emo.net.config.srvc.NetServiceAdminObject.commit(NetServiceAdminObject.java:505) at oracle.sysman.db.net.NetController.applyAdminObjectBean(NetController.java:449) at oracle.sysman.db.net.NetController.onApply(NetController.java:499) at oracle.sysman.db.net.srvc.NetServiceController.onApply(NetServiceController.java:1401) at oracle.sysman.db.net.NetController.handleApply(NetController.java:843) at oracle.sysman.db.net.srvc.NetServiceController.handleApply(NetServiceController.java:1412) at oracle.sysman.db.net.NetController.handleEvent(NetController.java:1036) at oracle.sysman.emSDK.svlt.PageHandler.handleRequest(PageHandler.java:376) at oracle.sysman.db.net.NetControllerResolver.handleRequest(NetControllerResolver.java:169) at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:688) at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:291) at oracle.sysman.eml.app.Console.doGet(Console.java:285) at oracle.cabo.servlet.UIXServlet.doPost(Unknown Source) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65) at oracle.sysman.emSDK.svlt.EMRedirectFilter.doFilter(EMRedirectFilter.java:101) at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16) at oracle.sysman.db.adm.inst.HandleRepDownFilter.doFilter(HandleRepDownFilter.java:133) at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20) at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:269) at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:600) at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317) at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270) at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112) at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192) at java.lang.Thread.run(Thread.java:534)
    thanks
    Kedar

    Resolved this issue by logging in as super user.

  • TNS Service starting error- Windows 7.0 Home premium- 64bit machine

    I bought a new DELL Inspiron machine, where windows 7.0 home premium was installed. It is now a 64 bit system.
    I installed Oracle 10g database. It goes well until end, but throws TNS Service could not be started as an error message at the end. However, it mentions that the error could be resolved by starting the service manually. I tried to do that, but I get TNS: Permission Denied error.
    I started installation process by login to adminstrator login. I tried starting the TNS service with admin login.
    Is the error message I am getting because of 64 bit machine? Is permission denied because of Home premium?
    Let me know and suggest your advices.
    Please suggest if there are any turn around for this issue. I am trying to solve this from past 15 days.

    My views is you didn't read my response.
    So here it is again
    Oracle doesn't run on Windows Home. Period. Windows Home doesn't have accounts.
    Oracle 10g doesn't run on Windows 7. Moreover it is desupported.
    11gR2 is about to be certified on Windows 7, but not on Windows Home.
    Sybrand Bakker
    Senior Oracle DBA

  • Impossible to start a listener: Failed to start service, error 3 TNS-12560

    Hi all,
    I had a database in my machine in 10g.
    I have installed oracle 11.1.0.7 on the same machine.
    So now i have 2 oracle_home.
    With 10g I have a default listener which is running on port 1521.
    I wanted to run an other listener under the 11g oracle home.
    listener.ora:
    # listener.ora Network Configuration File: C:\ora111\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    LISTENER2 =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = T0009696.corp.gltrade.com)(PORT = 1522))
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    C:\ora111\BIN>lsnrctl start listener2
    LSNRCTL for 32-bit Windows: Version 11.1.0.7.0 - Production on 16-MARS -2010 15:21:19
    Copyright (c) 1991, 2008, Oracle.  All rights reserved.
    Lancement de tnslsnr: Veuillez patienter...
    Failed to start service, error 3.
    TNS-12560: TNS : erreur d'adaptateur de protocole
    TNS-00530: Erreur d'adaptateur de protocoleEven if I stop the 10g listener I can't start the 11g listener. I also tried to start a default listener with 11g (name=listener and port=1521) but I get the same error.
    Please, can someone explain me the reason of such error ?

    C:\ora111\BIN>set
    ALLUSERSPROFILE=C:\Documents and Settings\All Users
    ANT_HOME=U:\eclipse\plugins\org.apache.ant_1.7.0.v200706080842
    CLIENTNAME=Console
    CommonProgramFiles=C:\Program Files\Fichiers communs
    COMPUTERNAME=T0009696
    ComSpec=C:\WINDOWS\system32\cmd.exe
    ECLIPSE_HOME=C:\Program Files\Eclipse
    FP_NO_HOST_CHECK=NO
    HOMEDRIVE=C:
    JAVA_HOME=U:\JDK
    JMS_ADAPTER=ActiveMQJMS
    JMS_SERVERURL=tcp://SRV-JMS:61616
    LOGONSERVER=\\SRV-46-CORP1
    MSDevDir=C:\msdev\Common\MSDev98
    NUMBER_OF_PROCESSORS=2
    ORACLE_HOME=C:\ora111
    oracle_sid=ubix11
    OS=Windows_NT
    Path=C:\ora111\bin;C:\ora111\bin;C:\ora102\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Prog
    ram Files\Fichiers communs\Adaptec Shared\System;c:\uti\exew32;c:\Perforce;c:\uti;C:\WINDOWS\system32\WindowsP
    owerShell\v1.0;C:\Sun\SDK\bin;C:\Program Files\EclipsePATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
    ;.PSC1
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.PSC1
    PERL5LIB=C:\ora102\perl\lib\5.8.3\MSWin32-x86;C:\ora102\perl\lib\5.8.3;C:\ora102\perl\5.8.3\lib\MSWin32-x86-mu
    lti-thread;C:\ora102\perl\site\5.8.3;C:\ora102\perl\site\5.8.3\lib;C:\ora102\sysman\admin\scripts
    PROCESSOR_ARCHITECTURE=x86
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 75 Stepping 2, AuthenticAMD
    PROCESSOR_LEVEL=15
    PROCESSOR_REVISION=4b02
    ProgramFiles=C:\Program Files
    PROMPT=$P$G
    PYDEVHOME=C:\Program Files\Eclipse\plugins\org.python.pydev.debug_1.3.13\pysrc
    SESSIONNAME=Console
    SystemDrive=C:
    SystemRoot=C:\WINDOWS
    tns_admin=C:\ora111\network\admin
    UBIXDEV_DRIVE=U
    USERDNSDOMAIN=CORP.GLTRADE.COM
    USERDOMAIN=CORP
    USERNAME=EMB
    UTI=c:\uti
    Vs6CommonDir=c:\msdev
    windir=C:\WINDOWS

  • Listener 10g: Failed to start service, error 0 and TNS-12560

    E:\>set oracle_home
    ORACLE_HOME=f:\oracle\product\10.2.0\db_1
    E:\>set tns_admin
    TNS_ADMIN=f:\oracle\product\10.2.0\db_1\network\admin\PROD_r12db
    E:\>tnsping prod
    TNS Ping Utility for 32-bit Windows: Version 10.2.0.1.0 - Production on 11-MAY-2008 10:26:49
    Copyright (c) 1997, 2005, Oracle. All rights reserved.
    Used parameter files:
    f:\oracle\product\10.2.0\db_1\network\admin\PROD_r12db\sqlnet_ifile.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION= (ADDRESS=(PROTOCOL=tcp)(HOST=r12db.pasi.om)(PORT=1522)) (CONNECT_DATA= (SID=PROD)))
    TNS-12541: TNS:no listener
    E:\>lsnrctl
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 11-MAY-2008 10:26:55
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Welcome to LSNRCTL, type "help" for information.
    LSNRCTL> start
    Starting tnslsnr: please wait...
    Failed to start service, error 0.
    TNS-12560: TNS:protocol adapter error
    LSNRCTL> exit
    E:\>set hostname
    Environment variable hostname not defined
    E:\>set computername
    COMPUTERNAME=R12DB

    No. Under windows services, unable to start. Getting the message as follows ..
    .. Service started and then stopped. Some services stop automatically if they have no work to do ...
    Actually the error number is 3. 3 means The system cannot find the path specified
    How do we find which path is looked upon when LSNRCTL is starting ...
    Your quick reply will be highly appreciated.

  • TNS-12518 error while trying to fetch data from SQL Server

    Hi everyone,
    I'm trying to establish connectivity from Oracle 10.2 server to a SQL Server 2005. These are the server details
    DOVER - This is where I installed Oracle Gateway for SQL Server. There's already an Oracle home in this server and I have used the existing listener for the incoming connections
    LUNDY - This is where my actual Oracle server resides
    HEBRIDES - This is where SQL Server 2005 instance resides, the database name is TRACKIT90
    I've set everything as explained in Oracle documentation http://download.oracle.com/docs/cd/B19306_01/gateways.102/b14270/ch2.htm#i1005694 but in the end I'm getting an TNS-12518: TNS:listener could not hand off client connection when I run a test query and this is what it says in the listener.log of DOVER
    01-MAR-2010 15:33:19 * (CONNECT_DATA=(SERVICE_NAME=tg4msql)(HS=OK)(CID=(PROGRAM=w:\oracle\product\10.2.0\db_1\bin\ORACLE.EXE)(HOST=LUNDY)(USER=))) * (ADDRESS=(PROTOCOL=tcp)(HOST=10.0.0.58)(PORT=3887)) * establish * tg4msql * 12518
    TNS-12518: TNS:listener could not hand off client connection
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    32-bit Windows Error: 2: No such file or directory
    My initialization parameter under \\ORACLE_HOME\tg4msql\admin of gateway installation in DOVER is as below:
    HS_FDS_CONNECT_INFO=hebrides.TRACKIT90
    HS_FDS_TRACE_LEVEL=OFF
    HS_FDS_RECOVERY_ACCOUNT=RECOVER
    HS_FDS_RECOVERY_PWD=RECOVER
    The listener.ora of the active listener in DOVER has the following lines, by the way this listener does not reside on the same ORACLE_HOME as the gateway's ORACLE_HOME but it is the current active listener in the server. The listener has also been stopped and started:
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = dover)(PORT = 1521))
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    SID_LIST_LISTENER =
    (SID_DESC =
    (SID_NAME = tg4msql)
    (ORACLE_HOME = E:\oracle\product\10.2.0\tg_1)
    (PROGRAM = tg4msql)
    The following entry has been added to the tnsnames.ora in LUNDY server where my actual Oracle database resides.
    TRACKIT_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = DOVER)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = tg4msql)
    (HS = OK)
    And finally a database link is created by using the below DDL statement:
    CREATE DATABASE LINK "DLINK" CONNECT TO "username" IDENTIFIED BY "password" USING 'TRACKIT_DATA';
    When I do a select statement on one of the tables of TRACKIT database by using the following query I got the TNS-12518 error with above details
    select * from announcement@dlink;
    I would appreciate any help and also please let me know if I missed out any details.
    Thanks.

    This is the output comes with the "lsnrctl service listener" command on DOVER server
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 02-MAR-2010 11:48:55
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Service "STD81" has 1 instance(s).
    Instance "STD81", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:5 refused:0
    LOCAL SERVER
    Service "STD81" has 1 instance(s).
    Instance "std81", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:4234 refused:0 state:ready
    LOCAL SERVER
    Service "STD81_XPT" has 1 instance(s).
    Instance "std81", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:4234 refused:0 state:ready
    LOCAL SERVER
    Service "tg4msql" has 1 instance(s).
    Instance "tg4msql", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:22
    LOCAL SERVER
    The command completed successfully

  • ORA-12560-TNS PROTOCOL ERROR

    SIR,
    i hadbeen installed oracle aplication server.but i m not connecting to database.when i use the sql*plus.i use the user name-scott &password-tiger.i got an error ORA-12560=TNS PROTOCOL ERROR.
    I M NOT ABLE TO RECTIFY ITS PROBLEM,how can i create host string in oracle application server 10g.please send reply its very urgent.
    thanx ranjeet

    Although this question is completely off topic of the Personalization you can learn how to configure the SQL*Net connect from the manual by reading the topic "Configure the Client to Use a Net Service Name" found at the following link:
    http://download-west.oracle.com/docs/cd/A91202_01/901_doc/network.901/a90154/gettings.htm#483215

  • TNS Listener Error. Please Help. Urgent

    Hello All,
    I restarted the Oracle Server. After restarting the TNS SERVICE is not starting at all. It shows the status as started and then thros the error "TNSLSNR.EXE encountered a problem and needs to close."
    The error stack is something like
    szAppname :TNSLSNR.EXE
    szAppver : 0.0.0.0
    szModename: unknown
    szModVer: 0.0.0.0
    offset :0003002
    Please help me to overcome this error. Even when i try to configure a new listener using the Net Configuration Assistant nothing happend. Means nothing shows up in the services.
    Please tell me what could be the possible reason and what should be done to overcome the issues.
    Regards,
    SID

    The documentation
    http://tahiti.oracle.com/
    Select your database version, note I guessed here because you don't provide that information.
    http://www.oracle.com/pls/db102/db102.homepage
    Enter listener.log into the Quick Search
    http://www.oracle.com/pls/db102/search?remark=quick_search&word=listener.log
    Analyzing Listener Log Files
    http://download.oracle.com/docs/cd/B19306_01/network.102/b14212/troublestng.htm#sthref1676
    Resolving the Most Common Error Messages for Oracle Net Services
    http://download.oracle.com/docs/cd/B19306_01/network.102/b14212/troublestng.htm#i440403

  • Help tns service erroe

    I installed forms 6i and oracle 10g. I can sign in the db called Test using sys but when i tried to connect usng the form builder i get this error
    ora-12154 TNS service could not resolve service name
    on the log on screen i use sys and the syspassword and database as Test and i get the above error
    this is a copy of my tnsnames.ora file.
    can anyone help me please

    Hi,
    Try to copy the Tnsnames.ora file of the Data base to the Network/Admin location where Forms got installed.
    And ensure that the service is started.
    Hope this works

  • TNS-12500 Error

    Guys,
    I get TNS-12500 error whenever I tried to connect to my Oracle Instance
    C:\>sqlplus /nolog
    SQL*Plus: Release 9.2.0.6.0 - Production on Mon Feb 16 17:42:46 2009
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    SQL> conn /@oradev as sysdba
    ERROR:
    ORA-12500: TNS:listener failed to start a dedicated server process
    i then tried to restart the listener services but I get the following message
    C:\>lsnrctl status
    LSNRCTL for 32-bit Windows: Version 9.2.0.6.0 - Production on 16-FEB-2009 17:39:
    56
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=amcad3)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 9.2.0.6.0 - Produc
    tion
    Start Date 16-FEB-2009 13:19:14
    Uptime 0 days 4 hr. 20 min. 42 sec
    Trace Level off
    Security OFF
    SNMP OFF
    Listener Parameter File C:\oracle\ora92\network\admin\listener.ora
    Listener Log File C:\oracle\ora92\network\log\listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=<>)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC0ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=<>)(PORT=2100))(Presen
    tation=FTP)(Session=RAW))
    Services Summary...
    Service "OraDev" has 1 instance(s).
    Instance "OraDev", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    C:\>lsnrctl services
    LSNRCTL for 32-bit Windows: Version 9.2.0.6.0 - Production on 16-FEB-2009 17:40:
    30
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=<>)(PORT=1521)))
    Services Summary...
    Service "OraDev" has 1 instance(s).
    Instance "OraDev", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:5
    LOCAL SERVER
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    The command completed successfully
    I have checked listener logs and thsi is what I see
    16-FEB-2009 17:41:44 * (CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=OraTEST)(CID=(PROGRAM=C:\oracle\ora92\bin\sqlplus.exe)(HOST=LP-AB)(USER=abell))) * (ADDRESS=(PROTOCOL=tcp)(HOST=172.16.67.112)(PORT=3304)) * establish * OraTEST * 12500
    TNS-12500: TNS:listener failed to start a dedicated server process
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    32-bit Windows Error: 2: No such file or directory
    16-FEB-2009 17:41:54 * ping * 0
    16-FEB-2009 17:42:11 * (CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=OraDev)(CID=(PROGRAM=C:\oracle\ora92\bin\sqlplus.exe)(HOST=LP-AB)(USER=abell))) * (ADDRESS=(PROTOCOL=tcp)(HOST=172.16.67.112)(PORT=3306)) * establish * OraDev * 12500
    TNS-12500: TNS:listener failed to start a dedicated server process
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    32-bit Windows Error: 2: No such file or directory
    16-FEB-2009 17:42:53 * (CONNECT_DATA=(SERVER=DEDICATED)(SERVICE_NAME=OraDev)(CID=(PROGRAM=C:\oracle\ora92\bin\sqlplus.exe)(HOST=AMCAD3)(USER=scelamkoti))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.53)(PORT=20980)) * establish * OraDev * 12500
    TNS-12500: TNS:listener failed to start a dedicated server process
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    32-bit Windows Error: 2: No such file or directory
    ------ Entries from sqlnet.ora
    SQLNET.AUTHENTICATION_SERVICES= (NONE)
    NAMES.DIRECTORY_PATH= (TNSNAMES, ONAMES, HOSTNAME)
    ------ listener.ora
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = OraDev)
    (ORACLE_HOME = C:\oracle\ora92)
    (SID_NAME = OraDev)
    Any suggestions and inputs would help
    Thanks

    Hi..
    On the server where the database resides..
    go to START -->RUN --> services.msc --> Look at "OracleService" and "OracleStart". These two services are followed by your SID name.These services should be started.
    Check for OraclexxxxTNSListener -- it must be started.
    HTH
    Anand

  • Persistent TNS-03505 error

    Hi
    I am getting the tns-03505 error when trying to connect. I have used a known good tnsnames.ora file, and can connect with the IP but not service name.
    The same happens with TNSPing - as in I can ping IP but not service name.
    Any help greatly appreciated.
    Best Regards
    Jamie

    Can you post the relevent tnsnames.ora entry?
    What happens when you ping the host name (not service name) specified in the tnsnames.ora file?
    Justin
    Distributed Database Consulting, Inc.
    www.ddbcinc.com

  • TNS 12154 error

    My application is in one machine (say machine A) and the DB in another machine (machine B).
    When i connect using a user (appuser@netservicename) from A to be , TNS 12154 error comes.
    netservicename have an entry in tnsnames.ora.
    also, i am able to do "tnsping netservicename" from A to B ?
    What will be the issue ?
    Regards,
    JJ

    12154, 00000, "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 specified could not
    // be resolved into a connect descriptor using one of the naming methods
    // configured. For example, if the type of connect identifier used was a
    // net service name then the net service name could not be found in a
    // naming method repository, or the repository could not be
    // located or reached.
    // *Action:
    //   - If you are using local naming (TNSNAMES.ORA file):
    //      - Make sure that "TNSNAMES" is listed as one of the values of the
    //        NAMES.DIRECTORY_PATH parameter in the Oracle Net profile
    //        (SQLNET.ORA)
    //      - Verify that a TNSNAMES.ORA file exists and is in the proper
    //        directory and is accessible.
    //      - Check that the net service name used as the connect identifier
    //        exists in the TNSNAMES.ORA file.
    //      - Make sure there are no syntax errors anywhere in the TNSNAMES.ORA
    //        file.  Look for unmatched parentheses or stray characters. Errors
    //        in a TNSNAMES.ORA file may make it unusable.
    //   - If you are using directory naming:
    //      - Verify that "LDAP" is listed as one of the values of the
    //        NAMES.DIRETORY_PATH parameter in the Oracle Net profile
    //        (SQLNET.ORA).
    //      - Verify that the LDAP directory server is up and that it is
    //        accessible.
    //      - Verify that the net service name or database name used as the
    //        connect identifier is configured in the directory.
    //      - Verify that the default context being used is correct by
    //        specifying a fully qualified net service name or a full LDAP DN
    //        as the connect identifier
    //   - If you are using easy connect naming:
    //      - Verify that "EZCONNECT" is listed as one of the values of the
    //        NAMES.DIRETORY_PATH parameter in the Oracle Net profile
    //        (SQLNET.ORA).
    //      - Make sure the host, port and service name specified
    //        are correct.
    //      - Try enclosing the connect identifier in quote marks.
    //   See the Oracle Net Services Administrators Guide or the Oracle
    //   operating system specific guide for more information on naming.Not getting off client due to lookup error

  • Tns name error.

    tns name error . unable to login to presnetation services. Any idea on how to restore original tns name and how to get the original tns name?

    hi BI,
    Have u uninstalled the DB ?
    . unable to login to presnetation servicesIS bi server fine ? If yes are u able to view the data from tables?
    Thanks,
    Saichand.v

  • 48 character limit on TNS Service Name

    In the Oracle ODBC Driver Configuration Dialogue Box there is a 48 character limit in the TNS Service name file. In my case, I need 56 characters if I use the //HOST:PORT/service_name format. The service_name is the format SID.host. The full TNS service name can get quite long since the host is repeated twice.
    For me a workable workarounds is to use the IP address in the HOST field (but not the service_name). I didn't test, but another workaround I presume is to use a TNS_NAMES.ora file, but that adds complexity to a tool that's supposed to be simple.
    Better yet, Oracle developers need to make the TNS service name field a bit longer (96 chars?).
    Now that it is working I am happy with the concept and usability of the Instant Client.
    Trenton

    Hi!
    I found the error:
    TNS_ADMIN=C:\Oracle\instantclient_10_2\network\admin\tnsnames.oraThat's wrong. The environment variable TNS_ADMIN has to point to the directory containing the tnsnames.ora file; it must not contain the complete path to the tnsnames.ora file.
    After changing TNS_ADMIN to C:\Oracle\instantclient_10_2\network\admin, all is fine.
    Thanks,
    Alexander

Maybe you are looking for

  • Adobe Acrobat X Standard User

    How can I create a form that can be received, completed and returned via an Apple iphone.  If it is possible how can this be accomplished?  I have three personnel working in the field that need to send in daily reports.  This would be a great help, u

  • How can I deactivate my Adobe software?

    I sold my old laptop after removing all programs and files. But I did not know I had to deactivate my Photoshop Cs6 and Illustrator Cs6. How can I solve this issue, I cannot install it in my new computer. Cause it says is already on two, and I don't

  • Getting my macbook pro DVD player  to become region free

    I travel a lot. The last 3 years has been 5 continents and over 20 countries. The fact we now live in a globally accessible world means this DVD region BS needs to stop. Good example, in the next 6 weeks I will travel/live in 3 different DVD regions.

  • Use of primitive datatypes as hashtable key finally OK?

    Are we finally at the point where we can use primitive values as keys in a hashtable? I know that this wouldn't work in the past, and I haven't needed to use a hashtable for years, so I haven't really cared. Yesterday I tried it in a program compiled

  • On 8.1, how do I delete photos from camera roll but not from photo stream?

    I recently updated to iOS 8.1 on my 5S and was happy to get camera roll back, but unlike in the past, when I delete a picture from camera roll, it also deletes it from photo stream.  This makes no sense; I want to delete it from my phone while keepin