ORA-20998: Transaction Failed on Headstart Utilities 6.5 installation

Hello,
I am having problem when running insthsu.sql script to install
Headstart utilities 6.5. We are doing client/server approach. The
server is Sun 450 - Oracle 8.1.7.0.0
Designer 6i Release 4 repository was installed on the server.
How far was the installation:
1. Installed HST65 --> No problem found
2. Installed HDEMO65 --> No problem found
3. Failed on the following statement on insthsu.sql script:
... installing Quality Check utilities
execute hsu_qa_app.install;
error message:
hsu65@devl> execute hsu_qa_app.install
BEGIN hsu_qa_app.install; END;
ERROR at line 1:
ORA-20998: Transaction Failed
ORA-06512: at "HST65.QMS$ERRORS", line 128
ORA-06512: at "HST65.QMS_TRANSACTION_MGT", line 814
ORA-06512: at "HSU65.CG$AIS_HSU_UTILITIES", line 39
ORA-04088: error during execution of
trigger 'HSU65.CG$AIS_HSU_UTILITIES'
ORA-06512: at "HSU65.HSU_INSTALL", line 132
ORA-06512: at "HSU65.HSU_QA_APP", line 40
ORA-06512: at line 1
Any idea or direction where should I go from here?
Thanks,
Sanny Subowo

Ali,
You are running into a bug in the install form. It sees the tables that you imported manually (like the message told you to do), and then complains about them. The best thing to do is change the code in the hsdinst.fmb where the check for existing objects is performed in program units CHECK_USERS:
function hsu_objects_exist
return boolean
is
cursor c_chk
is
select 'x'
from user_objects
where object_name like 'BL_%'
-- or object_name like 'HSU_%'
-- or object_name like 'OMR_%'
So comment out the two lines as indicated above and recreate the fmx.
Kind regards,
Peter

Similar Messages

  • ORA-20998 when entering exec qms_transaction_mgt.open_transaction('PATCH')

    When only entering the statement
    exec qms_transaction_mgt.open_transaction('PATCH') on the SQL*Plus prompt raises the following error:
    ORA-20998: Transaction Failed
    ORA-06512: at "HST65.QMS$ERRORS", line 128
    ORA-06512: at "HST65.QMS$ERRORS", line 238
    ORA-06512: at "HST65.QMS$ERRORS", line 455
    ORA-06512: at "HST65.QMS_TRANSACTION_MGT", line 666
    ORA-06512: at line 1
    How is this possible? No DML was actually executed.
    Has anyone an idea?

    I'm not real familiar with JHeadstart, I would try reposting this in the JHeadstart forum at JHeadstart
    Rob
    Team JDev

  • Deferred transaction fails due to a "ORA-01403: no data found" error

    I recently acticated replication between two Oracle instances.
    (one being the master definition site and the other one being
    a second master site).
    Everything was going well until two weeks ago, when i realized
    that some datas were different between the two Oracle instances.
    I tried to figure out why and found that some deferred transation
    failed to propagate due to a "ORA-01403: no data found" error.
    Not all transaction fail, only a few.
    All the errors are stored in the DEFERROR table of the second
    master site, the DEFERROR table is empty in the master definition
    site.
    For every error, the source is the master definition site and the
    destination is the second master site, which is OK because the
    second master site is supposed to be "read-only". But why are the
    errors stored in the DEFERROR table of the second master site
    (and not in the master definition site (the source)).
    Most errors occur on UPDATE statements but a few of them occur
    on DELETE statements. Given the fact that the record actually is
    in the second master site, how is it possible to get a
    "ORA-01403: no data found" error on a delete statement ???????
    I can't figure out what data cannot be found,
    Thanks for your help,
    Didier.

    What if i tell you the first transaction in error is an UPDATE
    statement on a record that actually is in the destination table
    in the second master site. So the data is there, it should be
    found ...
    I've tried an EXECUTE_ERROR on that very first transaction
    in error but it doesn't work. Here's the call (as repadmin) :
    begin
    DBMS_DEFER_SYS.EXECUTE_ERROR (
    DEFERRED_TRAN_ID => '6.42.271',
    DESTINATION => 'AMELIPI.SENAT.FR'
    end ;
    And here's the full message :
    ORA-01403: no data found
    ORA-06512: at "SYS.DBMS_DEFER_SYS_PART1" line 430
    ORA-06512: at "SYS.DBMS_DEFER_SYS" line 1632
    ORA-06512: at "SYS.DBMS_DEFER_SYS" line 1678
    ORA-06512: at line 2
    I thought it could be because the primary key constraint on the
    destination table wasn't activated but it was. Could it
    be a problem with the corresponding index ?
    Thanks for your help,
    Didier.

  • Headstart Utilities Failure w/Designer 6.0

    Hello:
    I've just tried to install Headstart 2.1.2 with the new patches
    for Designer 6/Developer 6 on Windows NT 4.0 SP 4. I've checked
    all of the logs (in my ORANT\HSD21 folder) and I don't see any
    errors in any of them.
    However, when I go to start the Headstart Utilities
    Administration and log in as the Headstart Utilities owner, I
    get the following:
    I get a number of "FRM-40733: PL/SQL built-in DBMS_ERROR_TEXT
    failed". This comes up 5 times in a row.
    Then I get "FRM-40735: PRE-FORM trigger raised unhandled
    exception ORA-03114". This comes up once, and the form exits.
    This last one seems to indicate that the logon has failed, but I
    can log on using SQLPlus 3.3 and SQLPlus 8.0 with no problems,
    using exactly the same ID/password.
    If it matters, I'm using Oracle 8.1.5.0.0, Developer 6.0
    downloaded from Technet with the dev60 patches and Designer 6.0
    with no additional patches. They all seem to be working OK
    (I've generated a test form w/o Headstart and it runs OK).
    I've also run the following as suggested in another of your
    posts:
    select object_name from user_objects where status='INVALID';
    which returns no rows.
    Help!!
    TIA
    Eric Raskin
    null

    Headstart Team (guest) wrote:
    : Jeff Esposito (guest) wrote:
    : : Headstart Team (guest) wrote:
    : : : Eric Raskin (guest) wrote:
    : : : : Headstart Team (guest) wrote:
    : : : : : Eric Raskin (guest) wrote:
    : : : : : : Hello:
    : : : : : : I've just tried to install Headstart 2.1.2 with the
    new
    : : : : patches
    : : : : : : for Designer 6/Developer 6 on Windows NT 4.0 SP 4.
    : I've
    : : : : : checked
    : : : : : : all of the logs (in my ORANT\HSD21 folder) and I
    don't
    : : see
    : : : : any
    : : : : : : errors in any of them.
    : : : : : : However, when I go to start the Headstart Utilities
    : : : : : : Administration and log in as the Headstart Utilities
    : : owner,
    : : : : I
    : : : : : : get the following:
    : : : : : : I get a number of "FRM-40733: PL/SQL built-in
    : : : : : DBMS_ERROR_TEXT
    : : : : : : failed". This comes up 5 times in a row.
    : : : : : : Then I get "FRM-40735: PRE-FORM trigger raised
    : : unhandled
    : : : : : : exception ORA-03114". This comes up once, and the
    form
    : : : : exits.
    : : : : : : This last one seems to indicate that the logon has
    : : failed,
    : : : : but
    : : : : : I
    : : : : : : can log on using SQLPlus 3.3 and SQLPlus 8.0 with no
    : : : : problems,
    : : : : : : using exactly the same ID/password.
    : : : : : : If it matters, I'm using Oracle 8.1.5.0.0, Developer
    : 6.0
    : : : : : : downloaded from Technet with the dev60 patches and
    : : Designer
    : : : : 6.0
    : : : : : : with no additional patches. They all seem to be
    : working
    : : OK
    : : : : : : (I've generated a test form w/o Headstart and it runs
    : : OK).
    : : : : : : I've also run the following as suggested in another
    of
    : : your
    : : : : : : posts:
    : : : : : : select object_name from user_objects where
    : : : : status='INVALID';
    : : : : : : which returns no rows.
    : : : : : : Help!!
    : : : : : : TIA
    : : : : : : Eric Raskin
    : : : : : Eric,
    : : : : : I'm sorry to say I have bad news for you. The error you
    : run
    : : : : into
    : : : : : is caused by the following bug in Forms 6.0, which only
    : : : : : reproduces with Oracle 8.1.5 on NT:
    : : : : : 966970: CONNECTION LOST WHEN INVOKING PACKAGED
    PROCEDURE
    : : WITH
    : : : : : PLSQL-TABLE AS ARG OFMO899
    : : : : : Only work around is to use 8.0.5, or 8.1.5 on a UNIX
    : : machine.
    : : : : You ain't kiddin' about the "bad news" part, are you?
    : : Just
    : : : : to be sure I understand, this is only on the development
    : : : : machines, right? I can still run 8.1.5 on NT for the
    : actual
    : : : : database?
    : : : : Eric
    : : : I wish I was kidding! This is a problem you might run into
    on
    : : : your production database as well. The moment you have a
    forms
    : 6
    : : : application that calls a server-side procedure which has a
    : : PL/SQL
    : : : table of records as parameter, the connection is lost.
    : : : Headstart-generated applications will all run into this, as
    : : : Headstart uses such a server-side procedure for message
    : : : handling.
    : : : We have raised this issue with Forms Development, and have
    : : asked
    : : : for a patch. (although it might turn out to be a server bug
    : : : instead of a forms bug...).
    : : This is very bad news, as I was looking to leverage
    : : headstart with 8.1.5/Designer/Developer 6.0 for rapid
    : development
    : : and deployment of an application to the web.
    : : I'm sure there are a few of us in this boat.
    : : Questions:
    : : 1) Does this problem exist for 8.1.5 in a Unix deployment?
    : : Specifically, can I be assured of reliable forms generation
    via
    : : headstart if my 8.1.5 database lives in Unix?
    : : 2) Assuming Forms Development agrees with you and is working
    on
    : a
    : : patch, may I offer to help test that patch?
    : : Jeff
    : Jeff,
    : This is only a problem with Oracle 8i on NT. Note that it is
    not
    : just a Headstart problem. If you generate a form with Designer,
    : and the block is based on a MAPI procedure, it won't run on
    8.1.5
    : on NT either, because the MAPI procedure has a PL/SQL table of
    : records as a parameter, just like the Headstart message
    handling
    : routine. Thanks for your offer, but given the wide impact of
    this
    : bug, Oracle will be able to create sufficient testcases
    : themselves.
    Hello,
    does the same problem exist on Oracle 8.0.5 on Windows NT and/or
    Digital Unix too?
    We are currently thinking about using Headstart and if the
    problem exists on 8.0.5 the workaround you provided might be a
    big problem for us ...
    thx in advance
    null

  • Error on HSU_OUTPUT dir when using Headstart Utilities

    Hi all,
    Does anyone have experience with the following problem: when I try to run the Headstart Utilities - Quality checks (elements) - Functions check, I get the following error:
    "Could not create file, possibly because output-directory does not exist. Check output directory in Windows Registry (HSU_OUTPUT)"
    My Registry has the following entry:
    Local Machine\Software\Oracle\Headstart
    which contains keys named HSU_OUTPUT, HTML_BROWSER and IMAGEFILE_PATH.
    So the entry seems to be OK, it refers to an existing dir, what's the problem?
    Regards, Ronald
    P.S. The other checks are working fine, I used entities, sequences and domains without a problem.

    Sandra,
    I've tried to reproduce the error I got in the beginning, but now I'm getting a database error (ORA-02291: integrity constraint (HSU21.HSU_QAR_USE_FK1) violated - parent key not found) While I was looking into that I noticed the following:
    In the package procedure HSU_QA_FUN.run there's a call to HSU_QA.INIT. In the INIT-call the user-id (3rd arg) is hard coded to be 1. In the HSU_QA_ENT.run the call is used with p_use_id, which I would expect te be correct. I noted that in the installation scripts the code is the same, so it's not a change we made.
    My question is: is there to be a pre-defined user in HSU_USERS with user-id 1? Or should the '1' in the call to init be changed into p_use_id, like in HSU_QA_ENT?
    Thanks for your help,
    Ronald

  • Unhandled exception when starting headstart utilities 6i

    Installed Designer 6i (4.1.1), Developer patch 7, Headstart 6.5.
    Try to launch Headstart utilities, logon, get the context workarea question. Choose the only one we've got, and get error message:
    Unhandled exception in SET_CONTEXT_WORKAREA:ORA-4020:deadlock detected while trying to lock object HSU65.BLAPI, trg block: WKA, trg item:WKA.
    CONTEXT_WORKAREA_IRID
    Anyone any ideas?
    Thanks!

    Ernst,
    Did you recently upgrade your Oracle Designer version?
    You probably have to re-run the grants script, that grants access on Repository objects to the Utilities owner.
    To do this, log on to SQL*Plus as the Oracle Repository Owner, and run the following script, located
    in the [Headstart Home]\hsu\scripts directory, with the following command line parameters.
    d6grtsyn.sql [Headstart Home] [Utilities Owner schema name]
    for example:
    d6grtsyn.sql c:\hsd65 hsua65
    SQL*Plus will be closed automatically. The log file d6grtsyn.log will be created in the Headstart Home.
    Check this log file for any errors.
    kind regards,
    Sandra

  • Transaction failed in Demo application

    Hi,
    I have a problem getting the demo application working properly. In de debug monitor I get the following messages:
    HSD0004F EMP Transaction Failed
    Server Error : HSD-00213 Employee 22; An employee with job SALESMAN must have a value for Commission.
    11:59:34 - QMS_TRANSACTION_MGT.CLOSE_TRANSACTION by cg$hsd_employees
    11:59:34 - HSD21.HSD_EMP_CAPI.need_br_emp005_trs (f)
    11:59:34 - HSD21.HSD_EMP_CAPI.need_br_emp004_ent (f)
    11:59:34 - QMS_TRANSACTION_MGT.ADD_BUSINESS_RULE BR_EMP003_TPL
    11:59:34 - HSD21.HSD_EMP_CAPI.need_br_emp003_tpl (f)
    11:59:34 - HSD21.HSD_EMP_CAPI.need_br_emp002_att (f)
    11:59:34 - HSD21.HSD_EMP_CAPI.need_br_emp001_att (f)
    11:59:34 - QMS_TRANSACTION_MGT.OPEN_TRANSACTION by cg$hsd_employees
    It looks like the business Rules are put on the stack but after executing the Business Rules there a problem getting the error-messages on a message-stack (?).
    In forms I only get a pop-up error message with 'transaction failed' while I expected to get the Transaction window (QMS$TRANS_ERRORS) with the HSD-00213 error-message.
    any suggestions??
    Edward

    What version of the following objects do you have? (I'm assuming you are using Headstart 2.1.2 up through Patch 12.4. If you are using the Headstart 6i beta release, substitute '65' for '50 below.)
    qmslib50.pll
    qmsevh50.pll
    qmsolb50.olb
    qms$errors
    cg$errors
    You are clearing opening and closing the transaction correctly and the error is being recognized.
    The display of the transaction errors window should be handled via the on-error trigger in qmsevh50. Each form should have a block and window for the transaction errors window (both modal and modeless). The on-error trigger should be calling qms$forms.push, which in turn reads all messages from the stack in cg$errors and displays them in the transaction error window.
    The problem has to be somewhere in this area. Since this works fine for many installations, I can only assume that you have an incompatible version of one of these files somewhere.
    Regards,
    Lauri

  • DBMS_ERROR_TEXT failure with Headstart Utilities Admin form

    I have installed the Headstart Oracle Designer for Designer/Developer 6.0, following instructions found in the patch for 6.0. Whenever I try to start the Headstart Utilities Administration form, I get an error stating that DBMS_ERROR_TEXT failed. Has anyone else had this problem?

    Janine,
    When I run the Utilities Administration against an Oracle 8.1.6.1.0 database on Sun Solaris, I don't have any problems.
    Can you run other Headstart generated applications on this database, like the Headstart Demo or the Foundation Application? In other words, is it only the Utilities Admin that gives the error?
    regards, Sandra

  • Transaction failed for unknown reason (100) Unable to complete backup at this time. Does anyone know how to solve this issue?

    Transaction failed for unknown reason (100) Unable to complete backup at this time. Does anyone know how to solve this issue?
    Thanks.

    The system is set up to backup files to the iCloud at the end of the day. This has ot happen for sometime now and the mesaage I get is the back up error.

  • ORA-12545: Connect failed because target host or object does not exist

    Hey Guys,
    I know this particular query has been pinging around for ages now, but i cannot seem to get a good answer from anywhere :)
    Oracle 10g Database RAC installation- installed/ and running
    Oracle 10g Client on different box.
    Problem:
    [user@myserver ~]$ sqlplus
    SQL*Plus: Release 10.2.0.3.0 - Production on Fri Apr 4 16:14:11 2008
    Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
    Enter user-name: user
    Enter password:
    ERROR:
    ORA-12545: Connect failed because target host or object does not exist
    All env variables are set in user .profile:
    export ORACLE_HOME=/space/oracle/oracle/product/10.2.0/client_1
    export ORACLE_SID=MSRAC
    PATH=$PATH:$ORACLE_HOME/bin:$JAVA_HOME/bin
    export PATH
    Full contents of tnsnames.ora on client machine:
    LISTENER_ORCLTELE =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.16.3.9)(PORT = 1521))
    ORCLTELE =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.16.3.9)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = orcltele)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC2))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    MSRAC =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.16.3.12)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.16.3.13)(PORT = 1521))
    (LOAD_BALANCE = yes)
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = MSRAC)
    (failover_mode =
    (type=select)
    (method=basic)
    (retries=180)
    (delay=5))
    I am not sure if the first 3 connection entries are even needed in here, are they?
    The last entry is the connect info for the live database.
    What buggs me is that this works:
    [user@myserver ~]$ sqlplus 'user/user@msrac'
    SQL*Plus: Release 10.2.0.3.0 - Production on Fri Apr 4 16:19:40 2008
    Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
    Connected to:
    Oracle Database 10g Release 10.2.0.3.0 - 64bit Production
    With the Real Application Clusters option
    SQL>quit
    BTW: This is the error catpured in sqlnet.log
    Fatal NI connect error 12545, connecting to:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=beq)(PROGRAM=/space/oracle/oracle/product/10.2.0/client_1/bin/oracle)(ARGV0=oracleMSRAC)(ARGS='(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))')(DETACH=NO))(CONNECT_DATA=(CID=(PROGRAM=sqlplus)(HOST=myserver.me.com)(USER=user))))
    VERSION INFORMATION:
    TNS for Linux: Version 10.2.0.3.0 - Production
    Oracle Bequeath NT Protocol Adapter for Linux: Version 10.2.0.3.0 - Production
    TCP/IP NT Protocol Adapter for Linux: Version 10.2.0.3.0 - Production
    Time: 04-APR-2008 16:14:16
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12545
    TNS-12545: Connect failed because target host or object does not exist
    ns secondary err code: 12560
    nt main err code: 515
    TNS-00515: Connect failed because target host or object does not exist
    nt secondary err code: 2
    nt OS err code: 0
    I have a funny feeling that the problem lies with either:
    PROTOCOL=beq
    and/or
    ARGV0=oracleMSRAC
    I have tried everything to remedy this, this is why i am now turning to you guys.
    Any and all help is always greatly appreciated.
    Robert

    Hi Guys,
    Thank you both for your responses, my findings are as follows:
    1. HOST=X.X.COM, ensure host is reachable : PING works and host(s) are reachable.
    2. In RAC Env, ensure TNS Name is correctly spelled, spelling fine, i can connect with the tns name (is TNS name same as SERVICE_NAME?) by: sqlplus 'user/user@racenv'; but my efforts still will not allow me to use:
    sqlplus 'user/user' it tells me that the host or object is does not exist, does this refer to the actual physical machine or the service name, or the instance name?
    All host entries in my tnsnames.ora file refer to the vip addresses of both servers holding the rac installation, and both are resolved just fine, testing with ping; any other way to test this?
    tnsnames file contains CONNECTION strings in the following order (does the listener entry need to be in the file? on the machine that i am trying to connect from?):
    LISTENER_ORCLTELE =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.16.3.9)(PORT = 1521))
    ORCLTELE =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.16.3.9)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = orcltele)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC2))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    I tried removing all entries but the entry for MSRAC, but still no joy:
    MSRAC =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.16.3.12)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.16.3.13)(PORT = 1521))
    (LOAD_BALANCE = yes)
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = MSRAC)
    (failover_mode =
    (type=select)
    (method=basic)
    (retries=180)
    (delay=5))
    Thanks again,
    Robert..
    In the sqlnet.log file the error is as follows:
    Fatal NI connect error 12545, connecting to:
    (DESCRIPTION=(ADDRESS=(PROTOCOL=beq)(PROGRAM=/space/oracle/oracle/product/10.2.0/client_1//bin/oracle)(ARGV0=oracleMSRAC)(ARGS='(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))')(DETACH=NO))(CONNECT_DATA=(CID=(PROGRAM=sqlplus)(HOST=x.x.com)(USER=oracle))))
    VERSION INFORMATION:
    TNS for Linux: Version 10.2.0.3.0 - Production
    Oracle Bequeath NT Protocol Adapter for Linux: Version 10.2.0.3.0 - Production
    TCP/IP NT Protocol Adapter for Linux: Version 10.2.0.3.0 - Production
    Time: 07-APR-2008 11:03:12
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12545
    TNS-12545: Connect failed because target host or object does not exist
    ns secondary err code: 12560
    nt main err code: 515
    TNS-00515: Connect failed because target host or object does not exist
    nt secondary err code: 2
    nt OS err code: 0
    It mentions PROTOCOL=BEQ, this should be TCP, is there a way to enforce TCP or disable BEQ??
    Rob
    Message was edited by:
    DobSun

  • RequiresNew transaction fails in case of nested EJB, is it known issue ?

    Hi friends,
    we are facing a peculiar problem across entire application. All the nested ejb transactions with transaction attribute as RequiresNew fail, when the main transaction fails.
    This is wrong as,  if a nested transaction has attribute as RequiresNew , it should succeed even if main transaction fails. It works fine with websphere
    for e.g
    EJB A has methodA(), which calls methodB() of EJB B. methodB() inserts few rows in DB and returns to caller methodA(). Now methodA() fails due to some reason.
    In case of Netweaver 04s the rows inserted by mentodB() are rolled back which is wrong.
    Is this a known issue ? Is there any work around ?

    Hi All,
    Still this thread is unanswered, Is there any genius who has done Transaction handling on Adpaters (MQ or JMS). I have look into may threads on forums, but no appropriate information is given about this issue. If this thread is been answered then it will be very helpfull for othes dealing with transaction in MQ.
    Thanks
    Sunil

  • Get  ORA-12545: Connect failed because target host or object does not exist

    Hi all,
    My database is in RAC on a RHEL 5 and oracle 10.2.0.4 release, when i connect from client at the first time it's connected and after exit and connect again it gives the error ORA-12545: Connect failed because target host or object does not exist. and trying to tnsping i can reach the server and connect again it's connected and after disconnect and reconnect it gives the same error.
    Here is my tnsnames from windows client:
    CDRMGRAC =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.116)(PORT = 1522))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.117)(PORT = 1522))
    (LOAD_BALANCE = yes)
    (FAILOVER = ON)
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = cdrmg)
    In this tnsnames , i'm using the virtual ip address.
    Thanks for your help
    Lucienot

    hi,
    check the ping trace.. for how long the connection establish..
    check whether its breaking ,.
    regards,
    Deepak

  • ORA-12545: Connect failed because target host or object does not exist(EBS)

    Hi All,
    We are using Oracle EBS R12 on Linux x86 Enterprise Server.
    We have installed vision database (both apps and db on same machine)
    Host name: ERPDEV
    IP:192.168.1.211
    We can connect from client machines to our database using sqlplus i.e.
    sqlplus apps/****@vision
    Similarly tnsping is also successfully returning results.
    Also following commands are returning results
    ping erpdev
    ping 192.168.1.211
    ping erpdev.domainname.com
    All above commands are running fine.
    However we are trying to create new "Legal Address Entry" through "Legal Entry Manager". After filling all the details like Location,Country,City etc, when I push the apply button, getting following error messages:
    ORA-29273: HTTP request failed ORA-06512: at "SYS.UTL_HTTP", line 1674 ORA-12545: Connect failed because target host or object does not exist in Package xle_legal_address_swi Procedure create_legal_address
    I dont know why this ORA-12545 error is occuring through application although all of the above tests are running fine from client terminals.
    Do any one have any solution for this???
    Thanks
    Farooq

    Hi,
    I really am new to this application.
    I could not get this document.
    Can you pls guide me, how can i fix this problem.
    It's really imp to me to fix this.
    --Satish                                                                                                                                                                                                                                                                                                                                                   

  • ORA-12545: Connect failed because target host or object doen not exist

    Hi All,
    Please help.I am getting "ORA-12545: Connect failed because target host or object doen not exist" frequently while connect to database. My production DB is in RAC.
    some times it will connect successfully and some times it is giving the above error. Can any body help in this case. I am here by providing my listener files and tnsnames.ora file.
    Node1:
    # listener.ora.etefs-db1 Network Configuration File: /u01/app/oracle/product/10.
    2.0/db_1/network/admin/listener.ora.etefs-db1
    # Generated by Oracle configuration tools.
    LISTENER_ETEFS-DB1 =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = ETEFS-DB1-vip)(PORT = 1521)(IP = FIRST)
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.10.160.11)(PORT = 1521)(IP = FIRST))
    prefer_least_loaded_node_listener_edtdr1rac1a=off
    node2:
    # listener.ora.etefs-db2 Network Configuration File: /u01/app/oracle/product/10.
    2.0/db_1/network/admin/listener.ora.etefs-db2
    # Generated by Oracle configuration tools.
    LISTENER_ETEFS-DB2 =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = ETEFS-DB2-vip)(PORT = 1521)(IP = FIRST)
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.10.160.12)(PORT = 1521)(IP = FIRST))
    prefer_least_loaded_node_listener_edtdr1rac1a=off
    tnsnames.ora from client machine:
    prod =
    (DESCRIPTION =
    (LOAD_BALANCE=ON)
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.10.160.10)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.10.160.13)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = prod)
    Regards,
    Kiran

    suggestions
    ok VIPs
    can client access the server(TNSPING utility).
    or simply ping the server.
    if client able to communicate server then check HOSTNAME in listener.ora
    is represting correctly your Host.
    is hostname map with virtual ip in host file of Operating System if not using DNS.
    check ur hostname with command hostname.
    regards,
    ikhlaq

  • Ora-12545 connect failed because target host does not exist(plsql develper)

    Hi,
    I am using Oracle 10g version, and i am using plsql developer.
    I am able to connect Oracle through sql*plus, But i am not able to connect Oracle through plsql developer from past few days, it is giving me error like:
    ora-12545 connect failed because target host does not exist
    I have not done any changes in setting though i am getting this problem, earlier i was able to work with plsql developer very good.
    I am sending the TNS file for your reference.
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = vnod-PC)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    Please help me in this.
    Thanks,
    Vinod

    910575 wrote:
    Hi,
    I am using Oracle 10g version, and i am using plsql developer.There are numerous products with similar names.
    Which vendor provides your software & which version of the software do you have?
    Is the Oracle database server system installed on the same system as your client software?
    post results from following SQL
    SELECT * FROM V$VERSION;
    Handle:     910575
    Email:     [email protected]
    Status Level:     Newbie
    Registered:     Jan 26, 2012
    Total Posts:     42
    Total Questions:     20 (18 unresolved)
    Why so many unanswered questions?
    Edited by: sb92075 on May 18, 2012 9:30 PM

Maybe you are looking for