ORA-02068 Error Message

I recieved this error message, when running a procedure:
ORA-02068: following server error from DBLINK
ORA-03114: not connected to ORACLE
ORA-06512: at line 13
DBLINK is a database link to a remote database. Is it as simple as the remote database being offline..or is a different problem possible?
Thanks,
Duncan

Is this an Oracle to Oracle connection? Or is the addressed database a non-Oracle database? The combination ora-02068 and ora-03114 is typical for Heterogeneous Connectivity and/or Gateway Connectivity.
The basic problem is ora-03114 (You are not connected), it does not necessarily mean, database is down.

Similar Messages

  • ORA-02068 errors

    Our application is being plagued by an ORA-02068 error.
    We have two database servers that communicate via dblink (over a frame). One is on Solaris running 8i, the other NT running 7.3.4. THere is a pl/sql procedure on the solaris instance that calls a pl/sql procedure on the NT instance. Occasionally we get the following error:
    ORA-02068: following severe error from CNQA.WORLD
    where CNQA is our database link.
    ORacle documents the err02068, 00000, "following severe error from %s%s"
    // *Cause: A severe error (disconnect, fatal Oracle error) received from
    // the indicated database link. See following error text.
    // *Action: Contact the remote system administrator.
    or as follows:
    We do have a firewall that has been configured to allow sqlnet connectivity between Unix and NT.
    The problem is intermittent. We have raised the number of open links, as well as sessions.
    Any suggestions? Has anyone else experienced this problem?
    Thanks in advance for any help!
    null

    Hi,
    I am also facing a similar problem.
    Could you find any solutions. If so pls update . Thanks
    Our application is being plagued by an ORA-02068 error.
    We have two database servers that communicate via dblink (over a frame). One is on Solaris running 8i, the other NT running 7.3.4. THere is a pl/sql procedure on the solaris instance that calls a pl/sql procedure on the NT instance. Occasionally we get the following error:
    ORA-02068: following severe error from CNQA.WORLD
    where CNQA is our database link.
    ORacle documents the err02068, 00000, "following severe error from %s%s"
    // *Cause: A severe error (disconnect, fatal Oracle error) received from
    // the indicated database link. See following error text.
    // *Action: Contact the remote system administrator.
    or as follows:
    We do have a firewall that has been configured to allow sqlnet connectivity between Unix and NT.
    The problem is intermittent. We have raised the number of open links, as well as sessions.
    Any suggestions? Has anyone else experienced this problem?
    Thanks in advance for any help!
    null

  • KR TAX LOCALIZATION REPORT 실행시의 ORA-20000, ORA-06512 ERROR MESSAGE

    제품 : FIN_AP
    작성날짜 : 2002-12-02
    KR TAX LOCALIZATION REPORT 실행시의 ORA-20000, ORA-06512 ERROR MESSAGE
    ===================================================================
    PURPOSE
    Multi-Org 환경속에서 Kr Tax Localization Report 실행시의 ORA-20000, ORA-06512 Error Message 를 해결한다.
    Problem Description
    Kr Tax Localization의 Reports가 Error를 발생하고, View Log를 통해 확인한 Message가 다음과 같을 경우
    ORA-20000: APP-00001: Unable to find message:
    AR_NO_ROW_IN_SYSTEM_PARAMETERS
    ORA-06512: "APPS.ARP_STANDARD", 줄 999에서
    ORA-06512: "APPS.ARP_STANDARD", 줄 2246에서
    ORA-06512: "APPS.ARP_UTIL", 줄 29에서
    ORA-06512: "APPS.ARP_UTIL_TAX", 줄 111에서
    ORA-06512: "APPS.ARP_TAX_EXTRACT", 줄 6178에서
    ORA-06512: 줄 1에서
    Workaround
    Solution Description
    1) fnd_client_info.set_org_context(<org_id>);
    or
    2) v_org_id varchar2(10);
    v_org_id := fnd_profile.value('ORG_ID');
    fnd_client_info.set_org_context(v_org_id);
    .rdf 의 경우 : Before Report Trigger 에 추가
    .sql (Package Body, Procedure) 의 경우 : 각 Begin 절 이후
    Reference Documents
    -------------------

    제품 : FIN_AP
    작성날짜 : 2002-12-02
    KR TAX LOCALIZATION REPORT 실행시의 ORA-20000, ORA-06512 ERROR MESSAGE
    ===================================================================
    PURPOSE
    Multi-Org 환경속에서 Kr Tax Localization Report 실행시의 ORA-20000, ORA-06512 Error Message 를 해결한다.
    Problem Description
    Kr Tax Localization의 Reports가 Error를 발생하고, View Log를 통해 확인한 Message가 다음과 같을 경우
    ORA-20000: APP-00001: Unable to find message:
    AR_NO_ROW_IN_SYSTEM_PARAMETERS
    ORA-06512: "APPS.ARP_STANDARD", 줄 999에서
    ORA-06512: "APPS.ARP_STANDARD", 줄 2246에서
    ORA-06512: "APPS.ARP_UTIL", 줄 29에서
    ORA-06512: "APPS.ARP_UTIL_TAX", 줄 111에서
    ORA-06512: "APPS.ARP_TAX_EXTRACT", 줄 6178에서
    ORA-06512: 줄 1에서
    Workaround
    Solution Description
    1) fnd_client_info.set_org_context(<org_id>);
    or
    2) v_org_id varchar2(10);
    v_org_id := fnd_profile.value('ORG_ID');
    fnd_client_info.set_org_context(v_org_id);
    .rdf 의 경우 : Before Report Trigger 에 추가
    .sql (Package Body, Procedure) 의 경우 : 각 Begin 절 이후
    Reference Documents
    -------------------

  • Forms Developer: ORA-12560 error message

    I am a novice Oracle 10g user, and have reached a dead-end regarding opening an existing form (.fmb) in Forms Builder. The ORA-12560 error message is generated:
    "TNS protocol error". Consulting OTN, I learned that the Oracle SID service is required to be started for a form to be displayed in a web browser. When I checked the services window in XP Professional, I found OracleServiceOrcl to be started. I also specifed iexplore.exe to in the Runtime tab in Forms Builder Preferences. Any assistance with this issue will be appreciated.
    Jim Elgie

    The URL looks quite strange to me:
    http://lap_top:8888/forms90/f90servlet?form=E:\cis355@userid=scott\tiger@buffer_records=no@debug_message
    Looks like the "@" is used to separate the parameters which is new to me. Normally it's either "&" or "+". You can set the separator somewhere, cannot thou remember where? Registry? Also the userid isn't complete. The database name is missing, and even if it was there. How could the server know what's what? I mean, connect is done by user/pass@db, and if "@" is used as a separator...
    Try this URL:
    http://lap_top:8888/forms90/f90servlet?form=E:\cis355.fmx&userid=scott/tiger@orcl
    Regards,
    Martin Malmstrom

  • ORA - 01591 error message

    Hello there!
    I wonder if anyone could help us on this. We are using Oracle 7.3.4 and have created a public db link with another database that resides in a mainframe. We took an ORA - 01591 error message when we tried to update a table of the remote database from a stored procedure(using the db link). The strange thing is that noone was dealing with the specific table at the moment !!
    What happened?? I lost the tables that took part in the transaction because we couldn't rebuild them neither could we manually end the in doupt transaction.
    Any ideas why that kind of thing happened ??? How possible is to take the same error message??

    Hello dear,
    We use oracle7 Release 3.3.4.0.
    I could not connect to the database through the SQL.
    The error message ORA_12203 TNS- unable to connect to destination prompts at every attempt.
    I have checked the net easy configuration for the protocols and the sqlnet and tnsnames in the admin files of the network folder
    Please can somebody help me out there

  • ORA-17008 error message

    Hello users, I'm having a connection problem in SQL Developer and am not able to run any queries on the SQL worksheet.
    I get either a popup window with the following ORA-17008 error message:
    "An error was encountered performing the requested operation"
    Closed Connection
    Vendor code 17008
    Or this msg on the Script Output window: "SQL Error: No more data to read from socket"
    I've been using SQL Developer for months now and this is the first time I encounter this problem. I ran the same queries last week
    succesfully so this is not a syntax issue. I'm using version 2.1.0.62 with a Basic connection.
    Does anybody know how to fix this? so far I haven't found any solutions. Thanks,

    I saw a similar problem once on a completely different application running on an IBM AIX box with IPv6 enabled by default, it was related to a problem in the JDBC driver which could not handle really well connections with IPv6 and it was solved by disabling the IPv6 features of the OS.
    Please post your OS details, and while you are at it you can try disabling IPv6 if you have recently turned it on.
    If you are in a hurry you can switch from JDBC based connection to OCI, but you will need to install an 11G client (or instant client).

  • Ora-02068 error

    Hi,
    Today i had checked my alert log file i can see the below error message. i'm using oracle 10.2.0.4.0 64 bit. can someone tell me what could be reason for this error
    Mon Sep 19 01:18:04 2011
    Error 2068 trapped in 2PC on transaction 2.40.522651. Cleaning up.
    Error stack returned to user:
    ORA-02068: following severe error from NJM_GSS
    ORA-03135: connection lost contact
    Thanks and Regards,
    John

    Johnvd wrote:
    Hi,
    Today i had checked my alert log file i can see the below error message. i'm using oracle 10.2.0.4.0 64 bit. can someone tell me what could be reason for this error
    Mon Sep 19 01:18:04 2011
    Error 2068 trapped in 2PC on transaction 2.40.522651. Cleaning up.
    Error stack returned to user:
    ORA-02068: following severe error from NJM_GSS
    ORA-03135: connection lost contact
    Thanks and Regards,
    JohnORA-02068: "following severe error from %s%s
    Cause: A severe error (disconnect, fatal Oracle error) received
    from the indicated database link. See following error
    text.
    Action: Contact the remote system administrator.

  • Sql@loader-704  and ORA-12154: error messages when trying to load data with SQL Loader

    I have a data base with two tables that is used by Apex 4.2. One table has 800,000 records . The other has 7 million records
    The client recently upgraded from Apex 3.2 to Apex 4.2 . We exported/imported the data to the new location with no problems
    The source of the data is an old mainframe system; I needed to make changes to the source data and then load the tables.
    The first time I loaded the data i did it from a command line with SQL loader
    Now when I try to load the data I get this message:
    sql@loader-704 Internal error: ulconnect OCISERVERATTACH
    ORA-12154: tns:could not resolve the connect identifier specified
    I've searched for postings on these error message and they all seem to say that SQL Ldr can't find my TNSNAMES file.
    I am able to  connect and load data with SQL Developer; so SQL developer is able to find the TNSNAMES file
    However SQL Developer will not let me load a file this big
    I have also tried to load the file within Apex  (SQL Workshop/ Utilities) but again, the file is too big.
    So it seems like SQL Loader is the only option
    I did find one post online that said to set an environment variable with the path to the TNSNAMES file, but that didn't work..
    Not sure what else to try or where to look
    thanks

    Hi,
    You must have more than one tnsnames file or multiple installations of oracle. What i suggest you do (as I'm sure will be mentioned in ed's link that you were already pointed at) is the following (* i assume you are on windows?)
    open a command prompt
    set TNS_ADMIN=PATH_TO_DIRECTOT_THAT_CONTAINS_CORRECT_TNSNAMES_FILE (i.e. something like set TNS_ADMIN=c:\oracle\network\admin)
    This will tell oracle use the config files you find here and no others
    then try sqlldr user/pass@db (in the same dos window)
    see if that connects and let us know.
    Cheers,
    Harry
    http://dbaharrison.blogspot.com

  • ORA-12705 Error Message while trying to connect to the DB

    A colleague of mine has been trying to connect to the DB through PL/SQL Developer. The error message returned is :
    ORA-12705: invalid or unknown NLS parameter value specified
    Checked the registry for NLS_LANG which is set to NA. I did that because the ORA message references the NLS_LANG parameter. However, I doubt that is the problem. Went about to create a new TNS Name entry through Oracle NET Manager and get the same Error Message while performing the TEST function.
    Any clues ? I am clueless at this point.

    This can occur with any NLS_ environment variable of registry value.
    Your assertion ' the ORA message references the NLS_LANG parameter' is incorrect.
    You can set NLS_TERRITORY, NLS_DATE_FORMAT etc, etc, etc.
    The order of precedence is environment variable, registry, Oracle provided default.
    To find out what is going on set every NLS related environment variable to the empty string.
    In sqlplus
    select * from v$nls_valid_values
    will show you what can be set,
    This error will also occur when you installed the software with English as the only language.
    SQL developer doesn't use tnsnames.ora
    The new tnsname entry has nothing to do with it.
    You have an incorrect environment variable or registry value somewhere
    (in HKLM\software\oracle)
    Sybrand Bakker
    Senior Oracle DBA

  • ORA-01078 error message when trying to start database

    Hi,
    I am trying to clone a production database to use it as a standby on a different server. When I try to startup the database I get the below error message. I tryied starting it up from EM, but got "ORA-01078: failure in processing system parameters" error message.
    SQL> startup nomount pfile='D:\oracle\admin\MYDB\pfile\initmydb.ora'
    LRM-00101: unknown parameter name 'db_cache_size'
    LRM-00101: unknown parameter name 'dispatchers'
    LRM-00101: unknown parameter name 'fast_start_mttr_target'
    LRM-00101: unknown parameter name 'pga_aggregate_target'
    LRM-00101: unknown parameter name 'undo_management'
    LRM-00101: unknown parameter name 'undo_retention'
    LRM-00101: unknown parameter name 'undo_tablespace'
    ORA-01078: failure in processing system parameters
    SQL>
    This is my "ini" file:
    *.aq_tm_processes=1
    *.background_dump_dest='d:\oracle\admin\mydb\bdump'
    *.compatible='9.2.0.0.0'
    *.control_files='d:\oracle\oradata\mydb\control01.ctl','d:\oracle\oradata\mydb\control02.ctl','d:\oracle\oradata\mydb\control03.ctl'
    *.core_dump_dest='d:\oracle\admin\mydb\cdump'
    *.db_block_size=8192
    *.db_cache_size=629145600
    *.db_domain='skmconsulting.com'
    *.db_file_multiblock_read_count=16
    *.db_name='mydb'
    *.dispatchers='(PROTOCOL=TCP)'
    *.fast_start_mttr_target=300
    *.hash_join_enabled=TRUE
    *.instance_name='mydb'
    *.java_pool_size=33554432
    *.job_queue_processes=10
    *.large_pool_size=8388608
    *.log_archive_format='arch_mydb_%t_%s.arc'
    *.log_archive_dest = D:\oracle\archive-logs\mydb
    *.log_archive_start=TRUE
    *.max_enabled_roles=148
    *.open_cursors=500
    *.optimizer_mode='rule'
    *.pga_aggregate_target=25165824
    *.processes=200
    *.query_rewrite_enabled='FALSE'
    *.remote_login_passwordfile='EXCLUSIVE'
    *.shared_pool_size=83886080
    *.sort_area_size=524288
    *.star_transformation_enabled='FALSE'
    *.timed_statistics=TRUE
    *.undo_management='AUTO'
    *.undo_retention=10800
    *.undo_tablespace='UNDOTBS1'
    *.user_dump_dest='d:\oracle\admin\mydb\udump'
    Any ideas?
    Thanks.

    Also tried this, and got the same error:
    oradim.exe -delete -sid mydb
    set ORACLE_HOME=D:\oracle\ora92
    oradim.exe -new -sid mydb -intpwd pw -startmode manual
    set oracle_sid=mydb
    sqlplus /nolog
    conn sys/pw as sysdba
    startup nomount pfile='D:\oracle\admin\MYDB\pfile\initmydb.ora'
    ORA-12538: TNS:no such protocol adapter

  • ORA-02068 errors using a DB Link between source and remote db servers

    I get the following error when I query a table or view on a remote database using a db link:
    13:58:13 SQL> /
    COUNT(*)
    92862
    13:58:16 SQL> /
    select count(*) from rp_adm.users
    ERROR at line 1:
    ORA-02068: following severe error from DURS.CONDEVD1.WORLD
    ORA-03113: end-of-file on communication channel
    14:03:53 SQL>
    As you can see, the query works sometimes and then if I wait about 5 minutes, I get the error. If I run the query immediately after the error, it works fine.
    rp_adm.users is a view which within the DDL it queries a remote database using a db link.
    Any one have any idea how to get rid of this ORA-02068 and ORA-03113 error????

    By the way, this is running on Solaris 10 OS running Oracle Database 10g Enterprise Edition Release 10.1.0.5.0 - 64bit databases.
    Edited by: user10340463 on Nov 3, 2008 11:21 AM - Sorry for the dup. Browser screwing up.

  • ORA-28500 error message

    Dear all,
    i have oracle 11gR1 installed on RedHat Eterprise linux X86_64 platform. I try to make a heterogeneous connectivity to SQL Server using Oracle Gateway 11g.
    I already configure initdg4msql.ora, listener.ora and tnsnames.ora as in manual.
    when I try to test the database link i've got some error messages
    select * from dual@msqllink;
    Error at line 1:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message: [Oracle][ODBC SQL Server Driver][libssclient22]General network error.
    Check your network documentation.
    [Oracle][ODBC SQL Server Driver][libssclient22]ConnectionOpen (connect()).[Oracle][ODBC SQL Server Driver]Invalid connection string attribute ORA-02063: preceding 2 lines from MSQLLINK
    can anyone tell me the solutions for this problem?
    thanks b4

    actually this is a simple mistake that i found when i'm doing re-check on tnsnames.ora configuration.
    i forgot to change the host name in tnsnames.ora (its still pointing to localhost, not the sqlserver machine IP)

  • How to fix ORA-01658 error message

    Am trying to get a old bit of database code working and am getting the following errors with the following
    REM **********************************************************************
    CREATE TABLE gam_service ( /*gam_ser*/
    service_group_id NUMBER(10) NOT NULL
      CONSTRAINT gam_ser_fk_gam_sergrp REFERENCES gam_service_group (service_group_id)
      ON DELETE CASCADE,
    service_id NUMBER(10) NOT NULL,
    service_name VARCHAR2(127) NOT NULL, /*length from GICS code*/
    service_type CHAR(1) NOT NULL, /* Service type Gulp, socKet mp, Special client*/
    server VARCHAR2(127) NOT NULL, /* Server name, e.g. "gulp" */
    version VARCHAR2(20) NOT NULL, /*Required version number of server binary*/
    parameters VARCHAR2(2000) NULL, /* parameters to start the service - could be binary */
    cpu_power_level NUMBER(3) NULL,     /* NULL for wildcard*/
    os_type CHAR(1) NULL      /* NULL for wildcard (Solaris2.4, winNt)*/
      CONSTRAINT gam_ser_ostype CHECK (os_type IN (NULL, 'S', 'N')),
    hardware_owner_type VARCHAR2(10) NULL  /* NULL for wildcard (company name)*/
    )  TABLESPACE gam_tab STORAGE (INITIAL 25K NEXT 100K PCTINCREASE 100 MINEXTENTS 1 MAXEXTENTS unlimited)
    CREATE UNIQUE INDEX gam_service_pk on gam_service (service_group_id, service_name)
    TABLESPACE gam_ind
    STORAGE (INITIAL 5K NEXT 20K PCTINCREASE 100 MINEXTENTS 1 MAXEXTENTS unlimited)
    CREATE SEQUENCE gam_service_seq
      INCREMENT BY 1
      START WITH 1001
      NOCYCLE
      NOCACHE
      NOORDER
    here the error message
    CREATE UNIQUE INDEX gam_service_pk on gam_service (service_group_id, service_name)
    ERROR at line 1:
    ORA-01658: unable to create INITIAL extent for segment in tablespace GAM_IND
    i really hope some one can help me thanks

    You just ran out of space in gam_ind tablespace. Contiguous space to be precise. Your INTITIAL extend needs 5K of contoguous space. And since you specified PCTINCREASE 100, need for contiguous space will double with each next extent. So most likely you ended up with a case where there is plenty of free space not no contiguous space of required size.
    SY.

  • Ora-01097 error message in oracle 10g as

    Hi,
    This is the error message(below) that i am getting while restarting http server after modification.
    Thanks in advance.
    An error was encountered trying to retrieve configuration data.
    Failed to initialize configuration management user session.. An error occurred when attempting to connect to the Database. Resolution: Make sure that the database and listener are up. If the database is up, make sure that the OracleAS Repository API files ias.properties and iasschema.xml are correctly configured. If necessary, use the EM Console to reconfigure the host, user name and password associated with the database Base Exception: java.sql.SQLException ORA-01017: invalid username/password; logon denied . ORA-01017: invalid username/password; logon denied

    Can you give bit more details? Is this HTTP Server (assuming you are talking about Oracle HTTP Server - OHS) part of Oracle Application Server or Oracle Database? What version? How are you starting it (what command)? What modifications did you make?
    Thanks
    Shail

  • Oracle logs ORA-25228 error messages

    Hi,
    I am running Oracle )i Release2 and am using Java/JMS to dequeue messages and PL/SQL to enqueue messages.
    Everything works great, but when I look in the "udump" catalog on the machine where Oracle is running, I see 20-30 files generated each day containing error messages like:
    *** 2002-10-08 10:24:00.000
    *** SESSION ID:(41.483) 2002-10-08 10:24:00.000
    FATAL ERROR IN TWO-TASK SERVER: error = 12571
    *** 2002-10-08 10:24:00.000
    ksedmp: internal or fatal error
    ORA-25228: timeout in dequeue from TS.G2TOPIC while waiting for a message
    Is this really an error? Can I prevent Oracle from logging this as an error if it isn't serious? Looks serious to me, but my program is using 3 different queues and they all work normally.
    I am using a timeout when dequeuing from Java.
    example:
    TextMessage dtxtmsg = (TextMessage)(tsub1.receive(10000));
    -Christer

    Try this and see if this makes things any better:
    alter session set sql_trace = false ;

Maybe you are looking for

  • How to giv diff varible values for all the queries in a Workbook?

    Hello BI Gurus,           I have an issue with the variable in a the workbook, I have a workbook in which 4 queries are inserted in the same sheet one below the other and all these queries has same hierarchy variable (same technical name). In all the

  • My Torch 9860 Fails to Start

    My Torch 9860 does not start up. I removed and plugged back the battery three times, but the screen is stuck on loading page. Can anyone help me with this issue, please?

  • Standard report s_ahr_61015512 .,., error

    When i run the standard report s_ahr_61015512 .,., error message (Unsolicited application group 0001 does not exist) is coming how can i clear this error

  • Multiple hierarchies in one dimesion

    Hi all, I am new in using AWM. I have problem when using two hierarchies in one dimension. This is sample of dimension. A ---+B -----+B1 -------+B2 ---------+B3 ---+C -----+C1 -------+C2 ---------+C3 Dimension is A and it has two hierarchies B and C.

  • Unexpected end of file occurred while opening Photoshop CC psd in Photoshop Cs4

    Can anyone help me? I'm using Photoshop CC 2014 on Windows 7 at home and Photoshop CS4 at school. I get an Unexpected end of file occurred when I try to open my assignements at school. How can this be fixed? Thank you! Sas