Not able to resolve ORA-12154 issue

Hi,
have installed a Oracle 11g on a 64-bit Windows 2008R2 server. Installation based on logs was success full, however I do have some issues with getting TNS to work. I am able to TNSPING the server and it returns expected result, but when i try to connect via SQLPLUS (sqlpuls ora/ @srv1) it results in "ORA-12154: TNS:could not resolve the connect identifier specified".
We are in contact with the sid by bypassing TNSNAMES.ORA , but that does not resolve my issue since i need this to work.
I have attempted some suggested changes to tnsnames.ora, sqlnet.ora and listner.ora with out success sofar.
Hope some one has some suggestions on how to overcome this issue
tnsnames.ora
SRV1=
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = test1.example.com)(PORT = 1521))
(CONNECT_DATA =(SERVER = DEDICATED)(SERVICE_MAME = srv1)
ORACLR_CONNECTION_DATA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
(CONNECT_DATA =
(SID = CLRExtProc)
(PRESENTATION = RO)
sqlnet.ora
SQLNET.AUTHENTICATION_SERVICES= (NTS)
NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
listner.ora
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = CLRExtProc)
(ORACLE_HOME = C:\oracle\product\11.2.0\dbhome_1)
(PROGRAM = extproc)
(ENVS = "EXTPROC_DLLS=ONLY:C:\oracle\product\11.2.0\dbhome_1\bin\oraclr11.dll")
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
          (ADDRESS = (PROTOCOL = TCP)(HOST = test1.example.com)(PORT = 1521))
ADR_BASE_LISTENER = C:\oracle

Posting the requested data. If the result from lsnrctl services/status seem a bit strange, please assist me in change settings so that output is english:-)
LISTNER.ORA
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
          (GLOBAL_BDNAME=srv1)
(SID_NAME = srv1)
(ORACLE_HOME = C:\oracle\product\11.2.0\dbhome_1)
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = test1.example.com)(PORT = 1521))
ADR_BASE_LISTENER = C:\oracle
TNSNAMES.ORA
srv1 =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST =148.53.60.44)(PORT = 1521))
(CONNECT_DATA =
(SERVICE_NAME = srv1)
C:\Users\CJuell>lsnrctl services
LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 29-MAR-2011 13:22
:44
Copyright (c) 1991, 2010, Oracle. All rights reserved.
Kobler til (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=test1.example.com)(
PORT=1521)))
Tjenesteoversikt...
Tjenesten srv1 har 1 forekomst(er).
Forekomsten srv1, statusen UNKNOWN, har 1 behandler(e) for denne tjenesten.
Behandler(e):
DEDICATED etablert:0 avslÕtt:0
LOCAL SERVER
Tjenesten srv1.ingrnet.com har 1 forekomst(er).
Forekomsten srv1, statusen READY, har 1 behandler(e) for denne tjenesten...
Behandler(e):
DEDICATED etablert:5 avslÕtt:0 tilstand:ready
LOCAL SERVER
Tjenesten srv1XDB.ingrnet.com har 1 forekomst(er).
Forekomsten srv1, statusen READY, har 1 behandler(e) for denne tjenesten...
Behandler(e):
D000 etablert:0 avslÕtt:0 gjeldende:0 maks:1022 tilstand:ready
DISPATCHER <machine: OSL-PPMV-VM31, pid: 2864>
(ADDRESS=(PROTOCOL=tcp)(HOST=test1.example.com)(PORT=61088))
Kommandoen ble utf°rt
C:\Users\CJuell>lsnrctl status
LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 29-MAR-2011 13:23
:00
Copyright (c) 1991, 2010, Oracle. All rights reserved.
Kobler til (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=test1.example.com)(
PORT=1521)))
STATUS FOR LYTTERPROSESS
Alias LISTENER
Versjon TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Produ
ction
Startdato 29-MAR-2011 11:44:12
Oppetid 0 dager 1 t. 38 min. 48 sek
SporingsnivÕ off
Sikkerhet ON: Local OS Authentication
SNMP OFF
Lytterens parameterfil C:\oracle\product\11.2.0\dbhome_1\network\admin\listen
er.ora
Lytterens loggfil c:\oracle\diag\tnslsnr\osl-ppmv-vm31\listener\alert\lo
g.xml
Sammendrag for lyttende nettverksknutepunkt...
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=test1.example.com)(PORT=1521
Tjenesteoversikt...
Tjenesten srv1 har 1 forekomst(er).
Forekomsten srv1, statusen UNKNOWN, har 1 behandler(e) for denne tjenesten.
Tjenesten srv1.ingrnet.com har 1 forekomst(er).
Forekomsten srv1, statusen READY, har 1 behandler(e) for denne tjenesten...
Tjenesten srv1XDB.ingrnet.com har 1 forekomst(er).
Forekomsten srv1, statusen READY, har 1 behandler(e) for denne tjenesten...
Kommandoen ble utf°rt
C:\Users\CJuell>lsnrctl services

Similar Messages

  • Unable to resolve ORA-12154: TNS:could not resolve the connect identifier specified

    Hi Friends,
    I am unable to resolve ORA-12154: TNS:could not resolve the connect identifier specified, error:
    C:\Windows\system32>sqlplus scott/tiger@ORADATA
    SQL*Plus: Release 11.2.0.1.0 Production on Sun Feb 2 13:46:10 2014
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    ERROR:
    ORA-12154: TNS:could not resolve the connect identifier specified
    SQL> select database_name from v$database;
    DATABASE_NAME
    ORADATA
    SQL> select instance_name from v$instance;
    INSTANCE_NAME
    oradata
    tnsnames.ora
    ============
    ORADATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL=TCP)(HOST=himanshu-PC)(PORT=1521))
        (CONNECT_DATA =
    (SERVICE_NAME = oradata)
      (SERVER = DEDICATED)
    listener.ora
    =========
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = TCP)(HOST = himanshu-PC)(PORT = 1521))
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (GLOBAL_DBNAME = ORADATA)
          (ORACLE_HOME = G:\app\himanshu\product\11.2.0\dbhome_1)
          (SID_NAME = oradata)
    sqlnet.ora
    ========
    SQLNET.AUTHENTICATION_SERVICES = (NTS)
    C:\Windows\system32>lsnrctl status
    LSNRCTL for 32-bit Windows: Version 11.2.0.1.0 - Production on 02-FEB-2014 13:53:37
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=himanshu-PC)(PORT=1521)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for 32-bit Windows: Version 11.2.0.1.0 - Production
    Start Date                02-FEB-2014 13:29:35
    Uptime                    0 days 0 hr. 24 min. 6 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   G:\app\himanshu\product\11.2.0\dbhome_1\network\admin\listener.ora
    Listener Log File         g:\app\himanshu\diag\tnslsnr\himanshu-PC\listener\alert\log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=himanshu-PC)(PORT=1521)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
    Services Summary...
    Service "ORADATA" has 2 instance(s).
      Instance "ORADATA", status UNKNOWN, has 1 handler(s) for this service...
      Instance "oradata", status READY, has 1 handler(s) for this service...
    Service "ORADATAXDB" has 1 instance(s).
      Instance "oradata", status READY, has 1 handler(s) for this service...
    The command completed successfully
    Kindly guide whats wrong with my configuration.

    ORADATA =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL=TCP)(HOST=himanshu-PC)(PORT=1521))
        (CONNECT_DATA =
    (SERVICE_NAME = oradata)
      (SERVER = DEDICATED)
    Try editing the tnsnames.ora file to check there is any junk characters around the tns entry(shown in RED) and then try pining the tns from CMD as
    tnsping ORADATA.

  • Need assistance with ORA-12154 issue

    I know this has been answered several times so i'll try to eliminate most of the common troubleshooting.
    I'm on a 64 bit windows server running one database called PECDB on Oracle Database 10.2.0.1.
    sqlnet.ora:
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    TNSnames.ora was recreated using Net Config Assistant and ran lsnrctl status and tnsping PECDB to verify it is correct. Sqlplus works and connecting using MSACCESS (ODBC) from a client machine works also.
    Problem: A user requested the IT dept to install his program called "STATA 10" directly on the server to take advantage of the memory. STATA uses the ODBC to connect to the database. I created the ODBC on the server which tested successfully. Now in Stata you type the following command to list all ODBC's available:
    odbc list
    which shows:
    Data Source Name Driver
    PECDB Oracle in PECDB
    Then you type this that should list all tables owned by the specified user:
    odbc query "PECDB", user(x) password(x)
    but instead I get this error message:
    [Oracle][ODBC][Ora]ORA-12154: TNS:could not resolve the connect identifier specified
    , SQLSTATE=08004
    [Oracle][ODBC][Ora]ORA-12154: TNS:could not resolve the connect identifier specified
    I'm not sure where else to look and hoping someone here can help me.

    user6711087 wrote:
    I know this has been answered several times so i'll try to eliminate most of the common troubleshooting.
    I'm on a 64 bit windows server running one database called PECDB on Oracle Database 10.2.0.1. PECDB? Uh, could I hazard a guess and ask you to come down to room 101?
    >
    sqlnet.ora:
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    TNSnames.ora was recreated using Net Config Assistant and ran lsnrctl status and tnsping PECDB to verify it is correct. Sqlplus works and connecting using MSACCESS (ODBC) from a client machine works also.
    Problem: A user requested the IT dept to install his program called "STATA 10" directly on the server to take advantage of the memory. STATA uses the ODBC to connect to the database. I created the ODBC on the server which tested successfully. Now in Stata you type the following command to list all ODBC's available:
    odbc list
    which shows:
    Data Source Name Driver
    PECDB Oracle in PECDB
    Then you type this that should list all tables owned by the specified user:
    odbc query "PECDB", user(x) password(x)
    but instead I get this error message:
    [Oracle][ODBC][Ora]ORA-12154: TNS:could not resolve the connect identifier specified
    , SQLSTATE=08004
    [Oracle][ODBC][Ora]ORA-12154: TNS:could not resolve the connect identifier specified
    I'm not sure where else to look and hoping someone here can help me.

  • Error BEA 380001 ... Not able to resolve Please help

    Hi Guys,
    I am getting an BEA 380001 error and the message is "Invoke JCA outbound service failed with application error"
    Please help me to resolve this... as i am not able to proceed further.
    It's urgent.
    Regards,
    Archu

    PLease find the log message...
    <May 31, 2010 12:40:14 PM IST> <Error> <JCA_FRAMEWORK_AND_ADAPTER> <BEA-000000>
    <servicebus:/WSDL/CustomerService/Provider/UCP-DB/Resources/PERSON [ PERSON_ptt:
    :update(PersonCollection) ]
    - Could not invoke operation 'update' against the 'D
    atabase Adapter' due to:
    JCA-11627
    Mapping Not Found Exception.
    The mapping [Sender] for descriptor [class BusinessService_IdentityManagerServic
    eIteration2_V1_Provider_UCP_DB_Services_CallPersonBS_8760382809275770117_6ce764f
    6_128ecbb837a__7fa7_BusinessService_IdentityManagerServiceIteration2_V1_Provider
    _UCP_DB_Services_CallPersonBS_8760382809275770117_6ce764f6_128ecbb837a__7fa7.PER
    SON.Person] could not be found. The input xml record had an element [Person/Send
    er].
    Make sure that the input xml is valid relative to the xsd and that the mapping e
    xists in the Mappings.xml. If an old version of the descriptor without this mapp
    ing has been loaded by the database adapter, you may need to bounce the app serv
    er. If the same descriptor is described in two separate Mappings.xml files, make
    sure both versions include this attribute/mapping.

  • 5530XM : No Gate Way Reply..not able to resolve

    Hi Friends..
    I have just purchased 5530XM but not able to use WLAN. I have tried all the suggestions / advise from the net about No Gate Way reply but I am frustrated.
    1. I changed the Power Setting to disabled - did not work
    2. I changed phone ip address as static - did not work
    Can anybody bring me smile on my face ? I would be thankful to him / her. Please obliged me. I am able to connect WLAN but while going to web browsing got same error "No Gate Way Reply".
    Please reply on this.
    Thank you in advance.

    Have a look at this thread and see if any of the suggestions help.

  • Not able to solve : ORA-12514

    ORA-12514: TNS:listener does not currently know of service requested in connect descriptor.
    (Error occurs when i try connecting using plsql developer tool or toad or sqldeveloper)
    Hi All,
    From past 2 days i am trying to solve the problem of ORA - 12514, but coulndt resolve it.. I am pasting my TNS.ora and listener.ora below
    ============================================================================================
    listener.ora :
    SID_LIST_QECGDEV11G =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = Oracle11G)
    (ORACLE_HOME = C:\oracle\ora92\bin)
    (SID_NAME = ORCL)
    QECGDEV11G =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = inban-snd01.quintiles.net)(PORT = 1521))
    ============================================================================================
    TNSNAMES.ora :
    QECGDEV1 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.36.64.141)(PORT = 1522))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = QECGDEV11G)
    ============================================================================================
    Result of TNSPING is as follows :
    C:\>tnsping qecgdev1
    TNS Ping Utility for 32-bit Windows: Version 11.1.0.6.0 - Production on 30-SEP-2
    010 10:23:56
    Copyright (c) 1997, 2007, Oracle. All rights reserved.
    Used parameter files:
    C:\app\q741372\product\11.1.0\db_1\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)
    (HOST = 10.36.64.141)(PORT = 1522))) (CONNECT_DATA = (SERVER = DEDICATED) (SERVI
    CE_NAME = QECGDEV11G)))
    OK (20 msec)
    ============================================================================================
    tnsping shows that my db is up.. Infact i was able to connect to this database through plsql developer successfully, but now i am getting the above stated error..
    Can any one help me in resolving this issue.. Thanks in Advance..
    Edited by: 798932 on Sep 29, 2010 10:02 PM
    Edited by: 798932 on Sep 29, 2010 10:03 PM

    @kanchana:
    This is the output i got on lsnrctl ::
    Microsoft Windows [Version 5.2.3790]
    (C) Copyright 1985-2003 Microsoft Corp.
    C:\Documents and Settings\q756600>cd\
    C:\>lsnrctl
    LSNRCTL for 32-bit Windows: Version 11.1.0.6.0 - Production on 30-SEP-2010 12:51
    :16
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Welcome to LSNRCTL, type "help" for information.
    LSNRCTL> set cur qecgdev11g
    Current Listener is qecgdev11g
    LSNRCTL> status
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=inban-snd01.quintiles.ne
    t)(PORT=1522)))
    STATUS of the LISTENER
    Alias QECG11G
    Version TNSLSNR for 32-bit Windows: Version 11.1.0.6.0 - Produ
    ction
    Start Date 30-SEP-2010 12:32:28
    Uptime 0 days 0 hr. 19 min. 7 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File C:\app\q741372\product\11.1.0\db_1\network\admin\liste
    ner.ora
    Listener Log File c:\app\q741372\diag\tnslsnr\inban-snd01\qecg11g\alert\
    log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=inban-snd01.quintiles.net)(PORT=1522
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1522ipc)))
    The listener supports no services
    The command completed successfully
    LSNRCTL>

  • Font not found when opening file and not able to resolve, but is listed in the fonts drop down list?

    Hi, i just downloaded some files from a friend and he sent me a link to download the fonts. I did so and 98% of the fonts work, but there are two fonts i am struggling with.
    When i open the file i get the font missing warning and it asks me to resolve the fonts. I cannot find the appropriate font in the drop down list so i click 'don't resolve' and start to edit the file. i then come across some text that has missing fonts and i am able to highlight the text and change the text to the appropriate font using the type tool and the font I am looking for is in the drop down list.
    The fonts that aren't working are:
    Franchise Bold and BebasNeue
    The problem is there are multiple separate incidents where these fonts occur, and going through changing each one manually would take a lot of time.
    Is there something i can do to fix them all at once?
    Thanks,
    Harry

    I do not see either font  in the list you show.  I see Bebas Neue xxx but no Bebas Neue without any extra style. Try Bebas Neue at Download Bebas Neue Font - Thousands of fonts to download for free

  • Apple advisor (supervisor) Steven not helpful in resolving my iphone issue

    I just called apple today regarding my screen not responding and was advised my product is out of warranty and they want $199 to replace it. They admit my serial no has an issue and that the original warranty was extended - well im having the problem which is a common problem and some individuals were covered out of warranty as well - then why do i have to pay $199? also he was very rude, he did not even say bye and just hung up even though I was extremely polite. I'm not sure if I would buy another apple product again or recommend the same???

    Sorry you are having problems.
    Are you aware that you are NOT addressing Apple here?
    We are iphone users like you.
    If your iphone is out of warranty, then you would have to pay for a replacement. That is the point of a warranty period.
    Have you tried reset? Restore?

  • BW not able to resolve "Top N" Condition against Custom Hierarchy in 3.0B

    I have a simple query that is attempt to display the "Top 15" Product Families in a customer BW Hierarchy.
    When I run the query I get a warning message that says BW cannot execute "Top N" queries against hierarchies, but the query runs successfully anyway (this is good).  The query actually sorts all the Product Families in Descending order (based on net sales).  This is good too.  The only problem is the query does not limit the results to the "Top 15" (even though I am sure the Condition is correct because I have done this many times without hierarchies)
    Any thoughts on how to overcome this problem and force the results to be limited to "Top N"?
    Thanks!
    Jim

    Hi Jim,
    I don't think that it will work for hierarchies because the condition checks at all hierarchy levels and tries to apply  the condition independetly so the overall result doesn't gets applied with the condition.
    Hope this helps.
    Don't forget to assign points.
    Venkat

  • ORA-12154 Developer 6

    I need advice on resolving ORA-12154 while trying to
    connect to a database using developer 6 ( Win NT 4.0
    install using SP5 - standalone machine ).
    I've installed :
    Oracle 8i ( home - OraHome81 ) - :\Oracle\Ora81
    Oracle Client ( home - OraClient ) - :\Oracle\Ora81Client
    Oracle OEM ( home - OraOEM ) - :\Oracle\OraOEM
    When I installed developer it needed to be installed
    as :\Oracle\Oradev
    I have a starter database and have configured it with
    Net 8 easy config, the connection test ran O.K.
    However when trying to connect to the database from
    developer I received an ORA-12154.
    I've checked technet.oracle.com and looked at document id
    '106355.243 WIN:ORA-12154 and SQL*NETV2' for any advice.
    The TNS listner and the database have been started in the
    Oracle services.
    The TNSNAMES.ORA file exists but I'm not sure of the
    correct location.
    Help please !
    null

    <html>
    <head>
    <meta http-equiv="Content-Language" content="en-us">
    <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
    <meta name="ProgId" content="FrontPage.Editor.Document">
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <title>hope this will help</title>
    </head>
    <body>
    <p>hope this will help, i had this same problem and looked up the site with for
    a solution, got some good <br>
    tips, but nothing seemed to work............well there are two solutions, stated
    below<br>
    <br>
    first my system and its configuration, <br>
    i'am using oracle 9i enterprise installer and developer suite 6i, on windows nt
    OS with the following <br>
    hdd's......<br>
    c drive fat, 55mb, OS loader drive (for future multi-boots OS's )<br>
    d drive, ntfs, 16gb, contains the OS and programs etc<br>
    e drive, ntfs, 8gb, dedicated to hold oracle db<br>
    the original installation: the e drive held all data and code for the oracle
    database server and <br>
    developer suite<br>
    in other words, the e drive contained both the homes, the database and developer
    homes (under e:\oracle)<br>
    the d drive held all installation requirements and logs<br>
    under d:\program files\oracle<br>
    <br>
    first soln, least head-breaking, requires a definite amount of time, not more
    then usual, not less then <br>
    usual<br>
    clean restart, <br>
    removed all the oracle services installed into nt ( namely used a freeware prog
    called Service+ )<br>
    delete everything under HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE key<br>
    using regedit ( be very careful what u do in regedit, there is no recovery here
    )<br>
    and cleared all files under e:\oracle dir ( need a reboot to remove all files,
    some wont delete coz they <br>
    are still active and loaded )<br>
    also cleared everything under d:\program files\oracle so that the next new
    installation doesn't know of the <br>
    previous one<br>
    after doing that, rebooted, and re-installed the database server - 9i enterprise
    and then installed the <br>
    typical forms developer 6i suite ( no forms server as of yet)<br>
    after doing all this, the db's client (sqlplus) was able to connect to the
    server, but the forms client <br>
    (another sqlplus, under the developer home) wasn't able to connect.<br>
    to solve that, went to E:\oracle\ora90\network\ADMIN<br>
    ( i.e. [ORACLE_HOME]\network\ADMIN ) and copied listener.ora, sqlnet.ora and
    tnsnames.ora into <br>
    E:\oracle\ora90\dev6i\NET80\ADMIN ( i.e. [DEVELOPER_HOME]\net80\ADMIN )<br>
    and all problems were solved<br>
    <br>
    the other method, could b faster, but also could take forever, depend on ur
    'luck', but definitely more <br>
    head breaking, is to replace the '.ora' files with the info provided below, <br>
    here are what my files contain at the moments ( and yes all works fine with em )<br>
    1. LISTENER.ORA<br>
    # LISTENER.ORA Network Configuration File: E:\oracle\ora90\network\admin\listener.ora<br>
    # Generated by Oracle configuration tools.<br>
    <br>
    LISTENER =<br>
    (DESCRIPTION_LIST =<br>
    (DESCRIPTION =<br>
    (ADDRESS_LIST =<br>
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))<br>
    )<br>
    (ADDRESS_LIST =<br>
    (ADDRESS = (PROTOCOL = TCP)(<b>HOST = driven</b>)(PORT = 1521))<br>
    )<br>
    )<br>
    )<br>
    <br>
    SID_LIST_LISTENER =<br>
    (SID_LIST =<br>
    (SID_DESC =<br>
    (SID_NAME = PLSExtProc)<br>
    (<b>ORACLE_HOME = E:\oracle\ora90</b>)<br>
    (PROGRAM = extproc)<br>
    )<br>
    (SID_DESC =<br>
    (<b>GLOBAL_DBNAME = drvn</b>)<br>
    (<b>ORACLE_HOME = E:\oracle\ora90</b>)<br>
    (<b>SID_NAME = drvn</b>)<br>
    )<br>
    )<br>
    <br>
    2. SQLNET.ORA<br>
    # SQLNET.ORA Network Configuration File: E:\oracle\ora90\network\admin\sqlnet.ora<br>
    # Generated by Oracle configuration tools.<br>
    <br>
    SQLNET.AUTHENTICATION_SERVICES= (NTS)<br>
    <br>
    NAMES.DIRECTORY_PATH= (TNSNAMES, ONAMES, HOSTNAME)<br>
    <br>
    3. TNSNAMES.ORA<br>
    # TNSNAMES.ORA Network Configuration File: E:\oracle\ora90\network\admin\tnsnames.ora<br>
    # Generated by Oracle configuration tools.<br>
    <br>
    <b>DRVN</b> =<br>
    (DESCRIPTION =<br>
    (ADDRESS_LIST =<br>
    (ADDRESS = (PROTOCOL = TCP)(<b>HOST = driven</b>)(PORT = 1521))<br>
    )<br>
    (CONNECT_DATA =<br>
    (<b>SERVICE_NAME = drvn</b>)<br>
    )<br>
    )<br>
    <br>
    INST1_HTTP =<br>
    (DESCRIPTION =<br>
    (ADDRESS_LIST =<br>
    (ADDRESS = (PROTOCOL = TCP)(<b>HOST = driven</b>)(PORT = 1521))<br>
    )<br>
    (CONNECT_DATA =<br>
    (SERVER = SHARED)<br>
    (SERVICE_NAME = MODOSE)<br>
    (PRESENTATION = http://HRService)<br>
    )<br>
    )<br>
    <br>
    EXTPROC_CONNECTION_DATA =<br>
    (DESCRIPTION =<br>
    (ADDRESS_LIST =<br>
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))<br>
    )<br>
    (CONNECT_DATA =<br>
    (SID = PLSExtProc)<br>
    (PRESENTATION = RO)<br>
    )<br>
    )<br>
    <br>
    that's the end of it,  <br>
    in the text above, where it says .......<br>
    &gt;&gt; <b>HOST = driven</b> , replace <i>'driven'</i> with ur computers name, b4
    reinstalling i had tried 127.0.0.1, but it <br>
    didn't work, so just stick to the computer name ( to find ur computer name look
    under &quot;Control Panel &gt; <br>
    SYSTEM&quot; properties )<br>
    &gt;&gt; <b>ORACLE_HOME = E:\oracle\ora90</b> , replace <i>'E:\oracle\ora90'</i> with
    the folder that u have chosen <br>
    on ur computer while installing the database server<br>
    &gt;&gt; <b>GLOBAL_DBNAME = drvn</b> , replace <i>'drvn'</i> with the name of the db that u
    have created<br>
    &gt;&gt; <b>SID_NAME = drvn</b> , replace <i>'drvn'</i> with the SID that u stated while
    installing the db server, if u <br>
    havent modified the default, it will be the same as GLOBAL_DBNAME<br>
    &gt;&gt; <b>SERVICE_NAME = drvn</b> , replace <i>'drvn'</i> with the service that u have
    started, this can b located under <br>
    &quot;Admin Tools &gt; Services&quot; look for a service begining with &quot;OracleService&quot; on my
    computer it is <br>
    &quot;OracleServiceDRVN&quot; where DRVN in the service name, to confirm the service name,
    look at the services <br>
    properities, it will something like &quot;Path to executable:- e:\oracle\ora90\bin\ORACLE.EXE
    DRVN&quot; where <br>
    'DRVN' was the service name<br>
    if u used all defaults while installing, SERVICE_NAME, SID_NAME and
    GLOBAL_DBNAME will all b the same<br>
    <br>
    just modify the files as stated above and place them in<br>
    <b>[ORACLE_HOME]\network\ADMIN</b> and <b>[DEVELOPER_HOME]\net80\ADMIN</b><br>
    <br>
    hope that helps<br>
    -df<br>
    <br>
    p.s.: to make sure have replaced all the instances, give a search for the <br>
    following keywords one at a time<br>
    1. driven<br>
    2. drvn<br>
    3. E:\oracle\ora90<br>
    if the lookup fails, good, everything is in place and it should(will) work.<br>
     </p>
    <p> </p>
    </body>
    </html>

  • Ora-12154 when trying to connect to database from fortran application

    I am trying to connect to database and run an simple select query to a table(without any where clause) using pro*fortran code.
    the connect strng is like
    exec sql connect :uidpwd
    where uidpwd = username/password@SID
    SID and tnsnames connect string are the same.
    The fortran (profortran) code is placed in the database server and there are no errors when make is run.
    Tnsping is working fine, also i am able to conect using sql*plus and run the same query.
    Please help
    Thanks and Regards
    Nitin

    Hi Nitin
    Thanks for the helpful! With your point I'm now Pro! Great thanks.
    By the way have your seen that?
    Files such as LISTENER.ORA, TNSNAMES.ORA, SQLNET.ORA, if configured manually, or copied and edited from earlier releases of Oracle Database may have record attributes that are incompatible with Oracle Database 10g release 2. The software cannot read such files. The required record format is stream_lf and the record attributes are carriage_control and carriage_return.
    This may result in:
    Inability to start the listener
    Services not registered with the listener
    Inability to connect to other databases
    ORA-12154: TNS:could not resolve service name
    Run the following command on each file affected:
    $ DIR/FULL filename
    An output similar to the following may be displayed:
    Record format: Variable length, maximum 255 bytes
    Record attributes: Carriage return carriage control
    If the output includes the preceding entries, then run the following command:
    $ CONVERT/FDL=SYS$INPUT filename filename
    RECORD
    CARRIAGE_CONTROL CARRIAGE_RETURN
    FORMAT STREAM_LF
    ^Z
    Otherwise herewith an interesting metalink note. Doc ID:      Note:437597.1
    Subject:      Ora-12154 When Executing Pro*Fortran Code Compiled With Oracle 10g.
    Hope this will also help you...
    Cheers
    Hubert

  • Ora-12154 is finished and now ora-12514

    Hi,
    I have installed oracle client 10.0.2 on Windows Server 2003 R2 SP1, and then I copied tnsname.ora from another server (Windows Server 2003 SP1 ora client 10.0.2), which is used everyday.
    There is only one oracle foler on this server and only one tnsname.ora.
    ping DB server OK!
    tnsping OK!
    test connection from Net Manager OK!
    test connection from Net Configuration Assistant OK!
    sqlplus user/password@SID NOT ok!
    error:
    ORA-12154: TNS:could not resolve the connect identifier specified
    tnsname.ora:
    SLMP =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.1.5.56)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = SLMP)
    listner.ora:
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = xxxxxx)(PORT = 1521))
    sqlnet.ora:
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    hat anyone suggestion?
    Thanks a lot!
    Message was edited by:
    Nerbcq
    Message was edited by:
    Nerbcq

    At the command prompt on the server, enter 'lsnrctl status' to find out which services the listener recognizes. If a relatively new version of Oracle, re-register the service by connecting to the database instance (using SQLPlus) as a DBA, issuing 'alter system register;' and checking the listener status again.
    One thing that might be giving a problem is the use of multiple listeners on the host. Or using a non-default port (lsnrctl status does not display port 1521).

  • Not able to view the content in Microsoft help viewer (MS VS 2012)

    Hello Team,
    I'm Rahul from Daimler-Chrysler, Bangalore location. I’m the IT Engineer for Daimler-Chrysler.
    We tried many settings in IE but still not able to resolved. So i need more expert help. 
    My customer having one issue- 
    # User is not able to view the content in Microsoft help viewer (MS VS 2012), below is the error: Its opening in HTML Format.
    So please help me. Contact no- +91-9972004298. and personal id:- [email protected]/[email protected]
    I call you to Microsoft customer care they advice me to ASK Question. Please help me, I'm waiting for your reply.
    Thanks,
    Rahul B. Patil.
    +919972004298.

    Hi Sri,
    it looks that your HANA instance has been created before we enabled the web-based development workbench. Some privileges are missing, we can't migration those existing instances.
    Nevertheless you can ignore the error above. You can see all the content inside your instance "smstest1".
    If you want to get rid of the cosmetic issue. You might delete this instance and create a new one.
    Best regards
    Xu

  • Not able to pass portal login page with valid credentials using WebDispatch

    Hi,
    We are implementing SAP BillerDirect Portal. To make BillerDirect Portal available over the internet, we Configured SAP WebDispatcher with SSL termination.  We followed the steps mentioned in SAP Help Documentaion for SAP WebDispatcher with SSL termination.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/76/6d4fa247d0d647b5bd40745400d873/frameset.htm
    We created certificate  and send it to CA (TrustCenter CA). We received the CA response and we imported the certificate.
    AS mentioned in the help document, we configured the SAP Web Dispatcher profile to support SSL termination
    We tried to access our BillerDirect Portal over the internet using below link
    https://company.com/bd
    We are getting login page, once we enter correct user ID and Password, portal is not loading (not going to next page) portal remains on same login page.
    If we enter invalid credentials portal login page is giving u201CUser Authentication Failedu201D error.
    If we try to access any portal login pages which brings a pop-up for login, login gets succeeded and we are able to see next pages
    Examples
    1)     https://company.com/bd/admin/xcm/init.do
    2)     https://company.com/monitoring/SystemInfo
    All pages which bring up portal login page without pop-up, not able to pass through portal login screen.
    We Tried the ProxyMapping option on Dispatcher using Visual admin. This option also didnu2019t work for us.
    Here is the WebDispatcher Profile
    SAPSYSTEMNAME = xxx
    SAPGLOBALHOST = xxxxx
    SAPSYSTEM = 00
    INSTANCE_NAME = W00
    DIR_CT_RUN = $(DIR_EXE_ROOT)\$(OS_UNICODE)\NTI386
    DIR_EXECUTABLE = $(DIR_CT_RUN)
    Accesssability of Message Server
    rdisp/mshost = hostnameofportalserver with FQDN
    ms/http_port = 8101
    Configuration for medium scenario
    icm/max_conn = 500
    icm/max_sockets = 1024
    icm/req_queue_len = 500
    icm/min_threads = 10
    icm/max_threads = 50
    mpi/total_size_MB = 80
    SAP Web Dispatcher Ports
    icm/server_port_0 = PROT=HTTPS,PORT=443
    icm/server_port_1 = PROT=HTTP,PORT=80
    icm/HTTPS/verify_client = 0
    SAP Web Dispatcher Web Administration
    icm/HTTP/admin_0 = PREFIX=/sap/wdisp/admin,DOCROOT=D:\usr\sap\xxx\W00\data\icmanroot\admin,AUTHFILE= D:\usr\sap\xxx\SYS\global\security\data\icmauth.txt
    Parameters for the SAP Cryptographic Library
    ssl/ssl_lib = D:\usr\sap\xxxW00\sapcrypto.dll
    ssl/server_pse = D:\usr\sap\xxx\W00\sec\SAPSSLS.pse
    ssf/name = D:\usr\sap\xxx\W00\sec\SAPSSLS.pse
    ssf/ssfapi_lib =  D:\usr\sap\xxx\W00\sapcrypto.dll
    sec/libsapsecu =  D:\usr\sap\xxx\W00\sapcrypto.dll
    wdisp/ssl_cred = D:\usr\sap\xxx\W00\sec\SAPSSLC.pse
    Parameters for Using SSL to the backend server
    wdisp/ssl_encrypt = 1
    wdisp/ssl_auth = 1
    wdisp/ssl_cred = D:\usr\sap\xxxW00\sec\SAPSSLC.pse
    wdisp/ssl_certhost = hostnameofportalserver with FQDN
    wdisp/ssl_ignore_host_mismatch = true
    #ICM Parameters
    icm/HTTP/j2ee_0 = PREFIX=/, HOST =hostnameofportalserver with FQDN PORT=50000,SPORT=50001, SSLENC=1,TYPE=1, CRED =D:\usr\sap\xxx\W00\sec\SAPSSLC.pse
    We also tried below options in WebDispatcher profile but we are getting same problem.
    wdisp/add_client_protocol_header = true
    wdisp/add_clientprotocol_header = 1
    wdisp/ssl_ignore_host_mismatch = true
    #ICM Parameters
    icm/HTTPS/forward_ccert_as_header = true
    icm/HTTPS/trust_client_with_issuer = *
    icm/HTTPS/trust_client_with_subject = *
    we also tried
    wdisp/ssl_encrypt = 0
    wdisp/ssl_auth = 0
    we also tried
    wdisp/ssl_encrypt = 2
    wdisp/ssl_auth = 2
    We are not able to resolve issue. Please help us on resolving this issue.
    Thanks
    Praveen

    ' in Host Names is not allowed. Our hosname has '_'.
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/67/be9442572e1231e10000000a1550b0/frameset.htm

  • Not able to use "Fixed recepients" option

    hi all,
    can anyone help me out,
    while configuring alert when i am adding user to alert category i created
    i am not able to do it , nothing appears.
    previously,  when i was creating alert category though the xi_admin role was assigned but still any action during creation of alert catgry wsa asking about request number..though i continued wth that but was stuck up in this.
    else hav created msg text, container etc.following mich's blog..
    waiting for inputs
    thanks
    Pratibha

    Hi ,
    Sorry for delay ,
    I have captured the details as you required :
    Please find attache file .
    I am working on the same now  but still i am not able to resolve the issue so far .
    I gone through the document where it is mentioned that ,we can face the same issue if you are not able to resolve the DNS name of the server.
    I tried to add the entry in localhost file with server IP address with server name and deleted the existed entry of 127.0.0.1 and afterword I tried but no luck ........
    I have attached the all necessary details ..
    Please suggest me based on the same .
    Thanks,
    Vinod

Maybe you are looking for