ORA-03113 End-of-file error after xmltype.transform

I tried to use the xmltype.transform to transform xml data extracted from the database with a xslt contained also in the DB. If I did this with a file of 39 KB, everything works well, but when I did it with a 129 KB xslt file, I got an ora-03113 End of file error.
I suppose the error is connected to the size of the file.
Can everybody help me or suggest some ways to solve the problem?
thank you
Francesco Seriani

1)Run a trace on your session.
2)Look at the server to see if an error trace file is getting generated on the database. There may be information in the error log to point toward the underlying problem.

Similar Messages

  • ORA-03113: end-of-file error inconsitently from Oracle AQ operation

    Hi
    Here is the weird error we get when we use any Oracle AQ operation. This is very very inconsistent. This is the final pl/sql level code called from sqlplus. Exact code works sometimes and fails other times. We have no explanation why or what we are doing wrong. Any help/ideas from anyone will help
    Thanks
    sqlplus details:
    SQL*Plus: Release 9.2.0.1.0 - Production on Wed Jul 23 14:37:56 2003
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected to:
    Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
    SQL> connect txg/xxxxxx@joep2k
    Connected.
    SQL> declare
    2
    3 enqueue_options DBMS_AQ.enqueue_options_t;
    4 message_properties DBMS_AQ.message_properties_t;
    5 message_handle RAW(16);
    6 message pt_transaction;
    7
    8 BEGIN
    9
    10 -- Message := pt_transaction(0,
    11 -- p_trans_type, p_country, p_account_id, p_io_id,
    12 -- p_core_obj_id, p_orig_trans_id);
    13
    14 message := pt_transaction(0,
    15 2, 'US', 5, 131811,
    16 1639956, 0);
    17
    18 message_properties.priority := 40;
    19
    20 begin
    21 DBMS_AQ.ENQUEUE(queue_name => 'txg.tg_q_transaction',
    22 Enqueue_options => enqueue_options,
    23 Message_properties => message_properties,
    24 Payload => message,
    25 Msgid => message_handle);
    26 end;
    27
    28 END;
    29 /
    declare
    ERROR at line 1:
    ORA-03113: end-of-file on communication channel

    I don't think this would help, but we experienced similar strange behavior on 9.2.0.3 running on HP unix. We were simply not able to stop queue: issuing command dbms_admadm.stop_queue(... resulted in error "Not connected". Seems to me like AQ daemon problem - restart of something. We didn't check logs and since user tests are running and queue itself works, even didn't restart database.
    But you can check logs and tracefiles for any weird messages.
    Also these two database options comes in mind:
    -- setup "aq_tm_processes" at least to 4 (because of some bug)
    -- same applies to "job_queue_processes" (also at least 4)
    Let me know if it works.
    Myrra

  • [b]desc table_name gets ORA-03113: end-of-file on communication channel[/b]

    My installation running on Windows 2000 Oracle9i. When issue desc table_name i get ORA-03113: end-of-file on communication channel. I have set processes = 300 in parameter file.

    The ORA-03113: end-of-file on communication channel error is a generic error. The ORA-03113 error when connecting suggests that the connection was established, but lost later, like a timeout.
    There are many possible causes for the ORA-03113 error. See MetaLink Note:17613.1 "ORA-03113":
    For example, ORA-3113 could be signaled for any of these scenarios:
    - Server machine crashed
    - Your server process was killed at O/S level
    - Network problems
    - Oracle internal errors / aborts on the server
    - Client incorrectly handling multiple connections
    - etc.. etc.. etc.. - a lot of possible causes !!
    It goes on to note that the ORA-03113 End-Of-File error often has additional messages:
    It is common for this error to be accompanied by other errors such as:
    - ORA-1041 internal error. hostdef extension doesn't exist
    - ORA-3114 not connected to ORACLE
    - ORA-1012 not logged on
    To find more details, check for a trace file in your USER_DUMP_DEST and BACKGROUND_DMP_DEST directory.
    Hope this helps . . .
    Donald K. Burleson
    Oracle Press author
    Author of "Oracle Tuning: The Definitive Reference"
    http://www.rampant-books.com/book_2005_1_awr_proactive_tuning.htm

  • EAL extract fails with ORA-03113 end-of-file on communication channel error

    Hi,
    We are trying to run an EAL (v11.1.1.4) extract from an HFM (v9.3.1.4) environment onto Oracle database. We are able to run the extract successfully for few hundred records, but when the records exceeds 10 million we get the error below
    [03 Dec 2011 06:02:41] [dbmgr] ERROR: OCI: HR#13579: Cannot execute statement for insert
    [03 Dec 2011 06:02:41] [dbmgr] ERROR: OCI: HR#01428: OCI_ERROR: (ORA-03113: end-of-file on communication channel;Process ID: 16323;Session ID: 15 Serial number: 8288; (code=3113)) [rec#1]
    [03 Dec 2011 06:02:41] [dbmgr] ERROR: OCI: HR#13580: Cannot rollback
    [03 Dec 2011 06:02:41] [dbmgr] ERROR: OCI: HR#01428: OCI_ERROR: (ORA-03114: not connected to ORACLE; (code=3114)) [rec#1]
    [03 Dec 2011 06:02:41] [dbmgr] WARN : HR#13674: Data move region job failed: HR#00000: some operations failed, see details in the log file; 81877900 cell(s) processed in 70348 second(s)
    We checked on the DB and the Oracle session that was doing the insert was open even after the extract failed with the above error.
    Any idea what could be causing this??
    Thanks
    Ramya Suresh

    Hi,
    I was able to fix this issue.
    From the trace file identified the related objects and validated them.
    More details can be found in below MOS note.
    [ID 421711.1]--Understanding and Diagnosing ORA-00600 [17069] Errors
    Thanks for all the inputs...

  • ORA-03113: end-of-file on communication channel ERROR

    After applying Database patch 3095277 to my 9.2.0.1.0 installation
    in order to update it to 9.2.0.4.0,I'm getting ORA-03113: end-of-file on communication channel
    ERRORS when attempting various tasks. This is a local installation running on a Windows XP Workstation.
    I've even tried creating a new test database but the result is the same.
    The reason for moving up to 9.2.0.4.0 is so I can start using Advanced Queuing, which I understand had problems in earlier releases.
    However before the update I could at least create the JMS queue tables without ERROR whereas now I get the following errors when attempting to create a queue table in SQL Plus from within Enterprise Manager Console.
    SQL*Plus: Release 9.2.0.4.0 - Production on Thu Sep 18 08:20:08 2003
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected.
    BEGIN SYS.DBMS_AQADM.CREATE_QUEUE_TABLE(Queue_table=> 'JMSQTBL',Queue_payload_type=>'SYS.AQ$_JMS_STREAM_MESSAGE',multiple_consumers=> false); END;
    ERROR at line 1:
    ORA-03113: end-of-file on communication channel
    BEGIN SYS.DBMS_AQADM.CREATE_QUEUE(Queue_name=> 'JMSQUE',queue_table=> 'JMSQTBL'); END;
    ERROR at line 1:
    ORA-03114: not connected to ORACLE
    I would be grateful of any pointers as to how to resolve this problem.
    Regards
    Gary.

    Chris, Thanks for the suggestion,
    I took a look in the trace log and found the following entries that point to a ORA-00600 as you mentioned earlier.
    This is only a test database so there's no great loss if
    I have to re create it, but in saying that I did create a new test02 from scratch and had the same problem.
    Is it posible something went wrong when applying the 9.2.0.4.0 patch ?.
    Regards
    Gary.
    Dump file c:\oracle\admin\test01\udump\test01_ora_2556.trc
    Wed Sep 17 16:25:14 2003
    ORACLE V9.2.0.4.0 - Production vsnsta=0
    vsnsql=12 vsnxtr=3
    Windows 2000 Version 5.1 Service Pack 1, CPU type 586
    Oracle9i Enterprise Edition Release 9.2.0.4.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.4.0 - Production
    Windows 2000 Version 5.1 Service Pack 1, CPU type 586
    Instance name: test01
    Redo thread mounted by this instance: 1
    Oracle process number: 10
    Windows thread id: 2556, image: ORACLE.EXE
    *** 2003-09-17 16:25:14.046
    *** SESSION ID:(7.17) 2003-09-17 16:25:14.031
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** Object defn.s out of sync w/ data
    *** 2003-09-17 16:25:14.281
    ksedmp: internal or fatal error
    ORA-00600: internal error code, arguments: [qmxiUnpPacked2], [121], [], [], [], [], [], []
    Current SQL statement for this session:
    select 1
    from resource_view
    where any_path = '/xdbconfig.xml'
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    6A4FA348 6 package body XDB.DBMS_REGXDB
    6A504D88 1 anonymous block
    6A576AB8 639 package body SYS.DBMS_REGISTRY
    6A1DBB6C 1 anonymous block

  • ORA-03113: end-of-file on communication channel & ORA-00600: internal error

    Hi All,
    I am testing my database which is already on 11gr1 working fine for application but after migration from 11gR1 to 11gR2 i am getting the below error while running application on a view:-
    ORA-03113: end-of-file on communication channel
    Process ID: 3280
    Session ID: 35 Serial number: 11301
    Above Error gets resolved after changing the order of underline tables and recreate But their is another error i am getting with same test case means select from a view
    ORA-00600: internal error code, arguments: [kkqtSetOp.1], [], [], [], [], [],[], [], [], [], [], []
    This view is complex and nested. But working fine in 10g 11gR1. Please help...
    Edited by: 832546 on Feb 8, 2011 1:48 AM

    Hi,
    Above errors ORA-00600: internal error is resolved after i submit SR. They suggest to change parameter “_optimizer_join_factorization” to false.
    But i am still facing with another error with view on oracle 11gr2
    ORA-03113: end-of-file on communication channel...
    Below is the work around i done for "ORA-03113: end-of-file on communication channel"
    Join Condition for view is
    t1.VERSION=t2.VERSION
    and t1."PLAN"=t2.BASELINE_PLAN_ID
    and t1.PLAN_VERSION=t2.BASELINE_PLAN_VERSION
    If i run by just removing any one of above join condition is works fine but since i dont know business logic so i come up with solution below
    1. create table t111 as select * from t1;
    2. rename table t1 to abc
    3. rename t111 to t1
    Now it is starts working.
    I don't know what had happen but i find workaround not solution.
    If somebody suggest the solution and reason why this happening highly appreciated.
    Please Help....
    Edited by: 832546 on Feb 14, 2011 3:24 AM

  • Error ORA-03113: end-of-file on communication channel in droppping  a table

    Good evening,
    I am very new on Oracle and I have a problem with some tables. Without any reason, apparently, I can't drop some of my table. Oracle gives me this error:
    ORA-03113: end-of-file on communication channel
    and then close the connection of the user.
    What I should have to do?
    It is very important.
    Thanks a lot
    best regards
    Anna Zanetti

    Good morning, I still have the same problem, I can't drop a table from my database.
    The message is again:
    Re: Error ORA-03113: end-of-file on communication channel
    The alert log file says:
    Fri Nov 17 12:27:31 2006
    Errors in file /usr/oracle/admin/oracledb/udump/oracledb_ora_4369.trc:
    ORA-07445: exception encountered: core dump [0955C61F] [SIGSEGV] [Address not mapped to object] [0xC] [] []
    and in file oracledb_ora_4369.trc there is:
    Exception signal: 11 (SIGSEGV), code: 1 (Address not mapped to object), addr: 0xc, PC: [0x955c61f, 0955C61F]
    Registers:
    %eax: 0x00000000 %ebx: 0x00012d95 %ecx: 0x58301930
    %edx: 0x00000000 %edi: 0x5830d9e8 %esi: 0x00000000
    %esp: 0xbfffae1c %ebp: 0xbfffb060 %eip: 0x0955c61f
    %efl: 0x00210282
    (0x955c61f) movzw 0xc(%eax),%eax(0x955c623) cmp $30,%eax
    (0x955c626) jle 0x955c63e
    (0x955c628) xor %edx,%edx
    (0x955c62a) push %edx
    *** 2006-11-17 12:27:31.658
    ksedmp: internal or fatal error
    ORA-07445: exception encountered: core dump [0955C61F] [SIGSEGV] [Address not mapped to object] [0xC] [] []
    Current SQL statement for this session:
    drop table fiumiforjoin
    ----- Call Stack Trace -----
    calling call entry argument values in hex
    location type point (? means dubious value)
    08856247 call 0885776A 1 ? 0 ? 1 ? 1 ? 0 ? 0 ?
    08290320 call 0885605A 3 ? 0 ? 0 ? 0 ? 0 ? 0 ?
    0955C61F signal 08290320 B ? BFFFAAB0 ? BFFFAB30 ?
    0955D6BE call 0955C61F 5830F01C ? 0 ? FFFFFFFF ? 0 ?
    1 ? 5830F01C ?
    08DD1EEB call 0955CC22 BFFFB394 ? 0 ? 0 ? BFFFB348 ?
    58EAB2B0 ? C ?
    09434EF3 call 08DD1A28 BF2A8C4 ? BFFFC0C0 ?
    BFFFC0C0 ? 4 ? B6AB0300 ?
    B6ABC2E0 ?
    094106E0 call 094326D4 4 ? 0 ? BFFFC0C0 ?
    093D7BB5 call 0940FEF8 3 ? E ? BFFFC1F8 ? A4 ?
    093D630C call 093D7AC4 BFFFCDF0 ? BFFFCD08 ? 17 ?
    1 ? 0 ? A4 ?
    08293DE6 call 0850FFFF 5E ? 14 ? BFFFCDEC ?
    0A1ED44D call 08293DE6 5E ? 14 ? BFFFCDEC ? 0 ?
    08292122 call 0A1ECAE4 BF2A8C0 ? 5E ? BFFFCDEC ? 0 ?
    BFFFD6E8 ? BFFFD6E4 ?
    0941F190 call 0829193C 0 ? 0 ? BF2A8C0 ? BF83090 ?
    F1 ? 0 ?
    08293DE6 call 0850FFFF 3C ? 4 ? BFFFEB08 ?
    08291238 call 082937A8 3C ? 4 ? BFFFEB08 ? 0 ?
    0828F403 call 08291012 3C ? 4 ? BFFFEB08 ?
    08274A3D call 0828F39C BFFFEAEC ? 3C ? 4 ?
    BFFFEB08 ? B6CC017C ?
    B6C1A17C ?
    __libc_start_main() call 08274A3D 2 ? BFFFEBA4 ? BFFFEBB0 ? 0 ?
    +218 B6C1C898 ? B7600020 ?
    Any idea of what I have to do?
    Thanks for your help..
    Best Regards
    Anna Zanetti

  • Unable to open database : error , ora-03113 end of file communication

    Hi Guys ,
    I am facing a serious issue with my database
    machine Oracle Linux Tikanga 5
    database : 10.2.0.1
    Error : ora-03113
    I was trying to drop a logfile , while inserting the data ....
    I restored and tried recovering it but it recovers with message , media recover complete but doesnot allows to open the database
    gives the same error : Error : ora-03113 end of file communication
    alert_log shows
    alter database recover if needed
    start
    Media Recovery Start
    ORA-264 signalled during: alter database recover if needed
    start
    Wed Jan 9 16:20:18 2013
    db_recovery_file_dest_size of 2048 MB is 40.79% used. This is a
    user-specified limit on the amount of space that will be used by this
    database for recovery-related files, and does not reflect the amount of
    space available in the underlying filesystem or ASM diskgroup.
    Wed Jan 9 16:22:02 2013
    alter database recover datafile list clear
    Wed Jan 9 16:22:02 2013
    Completed: alter database recover datafile list clear
    Wed Jan 9 16:22:02 2013
    alter database recover datafile list
    1 , 2 , 3 , 4 , 5
    Completed: alter database recover datafile list
    1 , 2 , 3 , 4 , 5
    Wed Jan 9 16:22:02 2013
    alter database recover if needed
    start
    Media Recovery Start
    ORA-264 signalled during: alter database recover if needed
    start
    Wed Jan 9 16:22:07 2013
    alter database open
    Wed Jan 9 16:22:07 2013
    LGWR: STARTING ARCH PROCESSES
    ARC0 started with pid=16, OS id=2049
    Wed Jan 9 16:22:07 2013
    ARC0: Archival started
    ARC1: Archival started
    LGWR: STARTING ARCH PROCESSES COMPLETE
    ARC1 started with pid=17, OS id=2051
    Wed Jan 9 16:22:07 2013
    Repairing half complete open of thread 1
    Wed Jan 9 16:22:07 2013
    Errors in file /d1/app/oracle/oradata/orcl/bdump/orcl_lgwr_1966.trc:
    ORA-00600: internal error code, arguments: [3712], [1], [1], [0], [445262], [0], [445261], []
    Wed Jan 9 16:22:08 2013
    Errors in file /d1/app/oracle/oradata/orcl/bdump/orcl_lgwr_1966.trc:
    ORA-00600: internal error code, arguments: [3712], [1], [1], [0], [445262], [0], [445261], []
    LGWR: terminating instance due to error 470
    Instance terminated by LGWR, pid = 1966
    can you please suggest on the same ..
    Thanks

    Due to the nature of the error and to prevent any trial-and-error, I would highly recommand you to open a service request with Oracle asap.
    Oracle too recommands the same.
    Thanks...

  • Error ORA-03113: end-of-file on communication channel (while starting db)

    Hello everybody! :-)
    Looks like a need help with Oracle 11gr2 (RHEL 6 x64). Faced with a problem while starting database:
    sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Fri Dec 7 01:43:45 2012
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 2538741760 bytes
    Fixed Size 2216024 bytes
    Variable Size 1828720552 bytes
    Database Buffers 687865856 bytes
    Redo Buffers 19939328 bytes
    Database mounted.
    ORA-03113: end-of-file on communication channel
    Process ID: 6601
    Session ID: 575 Serial number: 5
    This is logfile (/u01/app/oracle/diag/rdbms/orcldocs1/orcldocs1/alert/log.xml):
    <msg time='2012-12-07T01:52:22.363+04:00' org_id='oracle' comp_id='rdbms'
    client_id='' type='UNKNOWN' level='16'
    host_id='localhost.localdomain' host_addr='127.0.0.1' module='[email protected] (TNS V1-V3)'
    pid='6881'>
    <txt>Errors in file /u01/app/oracle/diag/rdbms/orcldocs1/orcldocs1/trace/orcldocs1_ora_6881.trc:
    ORA-19809: limit exceeded for recovery files
    ORA-19804: cannot reclaim 28496896 bytes disk space from 5218762752 limit
    </txt>
    </msg>
    <msg time='2012-12-07T01:52:22.363+04:00' org_id='oracle' comp_id='rdbms'
    client_id='' type='UNKNOWN' level='16'
    host_id='localhost.localdomain' host_addr='127.0.0.1' module='[email protected] (TNS V1-V3)'
    pid='6881'>
    <txt>ARCH: Error 19809 Creating archive log file to &apos;/u01/app/oracle/flash_recovery_area/ORCLDOCS1/archivelog/2012_12_07/o1_mf_1_249_%u_.arc&apos;
    </txt>
    </msg>
    <msg time='2012-12-07T01:52:22.368+04:00' org_id='oracle' comp_id='rdbms'
    client_id='' type='UNKNOWN' level='16'
    host_id='localhost.localdomain' host_addr='127.0.0.1' module='[email protected] (TNS V1-V3)'
    pid='6881'>
    <txt>Errors in file /u01/app/oracle/diag/rdbms/orcldocs1/orcldocs1/trace/orcldocs1_ora_6881.trc:
    ORA-16038: log 3 sequence# 249 cannot be archived
    ORA-19809: limit exceeded for recovery files
    ORA-00312: online log 3 thread 1: &apos;/u01/app/oracle/oradata/orcldocs1/redo03.log&apos;
    </txt>
    </msg>
    <msg time='2012-12-07T01:52:22.368+04:00' org_id='oracle' comp_id='rdbms'
    client_id='' type='UNKNOWN' level='16'
    host_id='localhost.localdomain' host_addr='127.0.0.1' module='[email protected] (TNS V1-V3)'
    pid='6881'>
    <txt>USER (ospid: 6881): terminating the instance due to error 16038
    </txt>
    </msg>
    <msg time='2012-12-07T01:52:23.540+04:00' org_id='oracle' comp_id='rdbms'
    client_id='' type='UNKNOWN' level='16'
    host_id='localhost.localdomain' host_addr='127.0.0.1' module='[email protected] (TNS V1-V3)'
    pid='6881'>
    <txt>Instance terminated by USER, pid = 6881
    </txt>
    </msg>
    How can I resolve it, please advice. Thank you.
    Edited by: user9001403 on 06.12.2012 5:58

    Hi,
    Looks like your archivelog space is exhausted. Increase the db_recovery_file_dest_size size and check.
    SQL>  show parameter db_recovery
    NAME                                 TYPE        VALUE
    db_recovery_file_dest                string      /oracle/flash_recovery_area
    db_recovery_file_dest_size           big integer 3882MRegards,
    Anand.

  • Oracle error ORA-03113: end-of-file on communication channel

    Dear Support
    I am getting "ORA-03113: end-of-file on communication channel" when I am trying to access my application.
    The current setup is following
    - two node Sun Cluster with node name as sep1n1 and sep2n2
    - running Oracle RAC (oracle database 10g) with instance name as ADVFRW1 and ADVFRW2
    Please see attached oracle trace file which was generated at the time of problem.
    Can you please help me to know what can be the reason of this oracle error/crash?
    Thanks
    Regards
    VS

    I don't see any Trace file.
    Network Problems?
    Are the databases up and running?

  • An error has occurred in the ADC storage system. ORA-03113: end-of-file on

    Hi.
    I am having the following error.
    I'm creating a gauge chart based on a DataObject.
    An error has occurred in the ADC storage system. ORA-03113: end-of-file on communication channel
    at Oracle.BAM.ActiveDataCache.Kernel.Server.DataStoreServer.OpenViewset(Modifier modifier, ViewsetOptions options, Int32 iTransactionID)
    at System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(MethodBase mb, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
    at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext) Exception rethrown
    at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
    at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
    at Oracle.BAM.ActiveDataCache.Common.Core.IDataStore.OpenViewset(Modifier oModifier, ViewsetOptions options, Int32 iTransactionID)
    at Oracle.BAM.ActiveDataCache.Remoting.ServerWrapper.OpenViewset(Modifier oModifier, ViewsetOptions options, Int32 iTransactionID)
    at Oracle.BAM.ActiveDataCache.BufferedDataReader.Open(Context oContext)
    at Oracle.BAM.ActiveDataCache.Objectset..ctor(SystemType stSystemType, Modifier mdModifier)
    at Oracle.BAM.ActiveDataCache.Objectset..ctor(Context ctxContext, Modifier mdModifier)
    at Oracle.BAM.Web.DataObjectBrowser.GenerateFolderContentsXML(XmlTextWriter xmltw, String strFolderID, String strInitialSelection, String strSnake, String strNumFldReq, String strCompatibleDOID, String strDrillPathIDsXML, String strShouldDisableOrginal)
    at Oracle.BAM.Web.DataObjectBrowser.OuterFrame()
    EventEngine.log
    An error has occurred in the ADC storage system. ORA-03113: end-of-file on communication channel
    ORA-03113: end-of-file on communication channel [ErrorSource="ActiveDataCache", ErrorID="ADCStorageException"] Debugging information:
    Oracle.BAM.ActiveDataCache.Common.Exceptions.CacheException: An error has occurred in the ADC storage system.
    ORA-03113: end-of-file on communication channel Server stack trace:
    at Oracle.BAM.ActiveDataCache.Kernel.Server.DataStoreServer.OpenViewset(Modifier modifier, ViewsetOptions options, Int32 iTransactionID)
    at System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(MethodBase mb, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
    at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext) Exception rethrown at [0]:
    at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
    at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
    at Oracle.BAM.ActiveDataCache.Common.Core.IDataStore.OpenViewset(Modifier oModifier, ViewsetOptions options, Int32 iTransactionID)
    at Oracle.BAM.ActiveDataCache.Remoting.ServerWrapper.OpenViewset(Modifier oModifier, ViewsetOptions options, Int32 iTransactionID)
    at Oracle.BAM.ActiveDataCache.BufferedDataReader.Open(Context oContext)
    at Oracle.BAM.ActiveDataCache.Objectset..ctor(SystemType stSystemType, Modifier mdModifier)
    at Oracle.BAM.ActiveDataCache.Objectset..ctor(Context ctxContext, Modifier mdModifier)
    at Oracle.BAM.Web.DataObjectBrowser.GenerateFolderContentsXML(XmlTextWriter xmltw, String strFolderID, String strInitialSelection, String strSnake, String strNumFldReq, String strCompatibleDOID, String strDrillPathIDsXML, String strShouldDisableOrginal)
    at Oracle.BAM.Web.DataObjectBrowser.OuterFrame()
    This is DataObject XML File.
    <DataObject Version="14" Name="TASK_F020_BDAY" ID="_TASK_F020_BDAY" Path="/TaskF" External="0">
    <Layout>
    <Description><![CDATA[NUM, SYSTEMIDNAME, SC_A, FC_A, SC_B, FC_B, SC_C, FC_C, SC_D, FC_D, SC_E, FC_E, SC_F, FC_F]]></Description>
    <Column Name="NUM" ID="_NUM" Type="decimal" Scale="10" Nullable="1" Public="1" />
    <Column Name="SYSTEMIDNAME" ID="_SYSTEMIDNAME" Type="string" MaxSize="100" Nullable="1" Public="1" />
    <Column Name="SC_A" ID="_SC_A" Type="decimal" Scale="10" Nullable="1" Public="1" />
    <Column Name="FC_A" ID="_FC_A" Type="decimal" Scale="10" Nullable="1" Public="1" />
    <Column Name="SC_B" ID="_SC_B" Type="decimal" Scale="10" Nullable="1" Public="1" />
    <Column Name="FC_B" ID="_FC_B" Type="decimal" Scale="10" Nullable="1" Public="1" />
    <Column Name="SC_C" ID="_SC_C" Type="decimal" Scale="10" Nullable="1" Public="1" />
    <Column Name="FC_C" ID="_FC_C" Type="decimal" Scale="10" Nullable="1" Public="1" />
    <Column Name="SC_D" ID="_SC_D" Type="decimal" Scale="10" Nullable="1" Public="1" />
    <Column Name="FC_D" ID="_FC_D" Type="decimal" Scale="10" Nullable="1" Public="1" />
    <Column Name="SC_E" ID="_SC_E" Type="decimal" Scale="10" Nullable="1" Public="1" />
    <Column Name="FC_E" ID="_FC_E" Type="decimal" Scale="10" Nullable="1" Public="1" />
    <Column Name="SC_F" ID="_SC_F" Type="decimal" Scale="10" Nullable="1" Public="1" />
    <Column Name="FC_F" ID="_FC_F" Type="decimal" Scale="10" Nullable="1" Public="1" />
    <Indexes />
    </Layout>
    <Contents />
    </DataObject>
    When I use " NUM , SYSTEMIDNAME , SC_A , FC_A " column , chart is work well but add other column(ex. SC_B , FC_B) throws Exception.
    What can you tell me about this?
    Thanks
    글 수정:
    user592866

    Hello - if you are seeing any report problem or exceptions on UI, then (a) try without the filter. (b) Try another type of view and see if error reoccurs (c) see if your dataobject (the field on the filter) has any null or invalid data (or wrong type or format).
    Also - for these type of errors - it is better to export your dataobject and report and send it to support. We have fixed these types of errors from 10.1.2 to 10.1.3- so I guess this is more with respect to your data or report design. Pl log support request using MetaLink or contact local oracle representative

  • ERROR at line 1: ORA-03113: end-of-file on communication channel

    I have a DRDA gateway set up between my Oracle 10.2.0.4 instance (linux 64 bit), and a DB2 UDB instance (v 8.2 32 Bit). Within a SQLPlus session, I'm able to successfully interact with tables (select, update, delete) that do not have CLOB columns defined. However, whenever I try to access a table with a CLOB column (even doing a select on a single row), I get an end-of-file communication error and it kicks me out of my session. I can interact with the table as long as I don't include the CLOB/BLOB columns. Is there some additional configuration or memory settings I'm missing?
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> select * from mytablewithaclob@db2 where l_column= 1;
    select * from dbo.mytablewithaclob@db2 where l_column= 1
    ERROR at line 1:
    ORA-03113: end-of-file on communication channelI add the following codepage.map (as per another post) - packages are bound properly, and tables without clobs I can interact with just fine.:
    S 367 > US7ASCII
    D 13488 > AL16UTF16
    D 1200 = AL16UTF16
    M 1208 = UTF8
    MBC 1208 = 1208 1200
    column in question is defined as follows in DB2:
    mycol CLOB(1G) DEFAULT ''  NOT NULL  NOT LOGGEDAny thoughts? Much appreciated.
    Edited by: kpw on Sep 3, 2009 4:21 PM

    Unfortunately TG4DRDA 10.2.0 does not support DB2 (C)LOB datatype. A crash is a rather unpleasant way to report this inability... but that could depend on the version of TG4DRDA you use (10.2.0.1.0). I guess when you upgrade TG4DRDA to 10.2.0.4.0 you will get a proper error message (ORA-28527 - datatype conversion error).
    As workaround you could:
    - create a view on the DB2 table and exclude the (C)LOB columns
    - move/copy the (C)LOB data into a TG4DRDA supported datatype ((long) varchar for bit data)
    Regards,
    Ed

  • ORA-03113: end-of-file on..... After normal database shutdown

    OS : Windows 2003 server
    DB: 10 r2
    Oracle Service ORCL -Configured with autostart
    After shutting down the database
    the instance is also automatically shuts down
    followed by
    ORA-03113: end-of-file on communication channel
    hence i need to restart the ORACLE INSTANCE MANUALLY by issuing the following command
    ORADIM -STARTUP -SID ORCL -STARTTYPE SRVC -SPFILE
    Now I have to re-connect to oracle instance [Idle Instance ] then start the database as normal
    Any suggestions and solutions are welcomed !

    What do you mean with 'instance' here,the Windows service? A shutdown command in sqlplus always shuts down the Oracle instance,i.e. background processes and SGA allocation, existing sessions throw ORA-03113. . If you shutdown the service (in services panel or by 'net stop OracleServiceORCL), all goes down.
    Werner

  • Package compile faile with error ORA-03113: end-of-file on communication..

    Hi There,
    We're trying to compile a package and we're getting this error that we're not sure how to debug and/or tackle. Your assistance is highly appreciated.
    create or replace
    ERROR at line 1:
    ORA-03113: end-of-file on communication channel
    Process ID: 4252
    Session ID: 1149 Serial number: 5910
    The package use to compile without any issues; also we have it working in other environments. We can't see any differences at this stage.
    Oracle Version:11.2.0.1 x64
    OS: Windows 2008 Server R2
    Thanks in advance for your help.
    Thanks

    I have tried dropping the package and re-compiling it but to no avail. I can compile other packages/procedures/functions without any issues.
    Also, trying to run either EXEC UTL_RECOMP.recomp_parallel(4, 'SCHEMA_NAME'); or @?/rdbms/admin/UTLRP.SQL gives the following erros:
    ERROR at line 1:
    ORA-03113: end-of-file on communication channel
    Process ID: 7040
    Session ID: 388 Serial number: 9039
    ERROR:
    ORA-03114: not connected to ORACLE
    DOC> The following query reports the number of objects that have compiled
    DOC> with errors (objects that compile with errors have status set to 3 in
    DOC> obj$). If the number is higher than expected, please examine the error
    DOC> messages reported with each object (using SHOW ERRORS) to see if they
    DOC> point to system misconfiguration or resource constraints that must be
    DOC> fixed before attempting to recompile these objects.
    DOC>#
    ERROR:
    ORA-03114: not connected to ORACLE
    DOC> The following query reports the number of errors caught during
    DOC> recompilation. If this number is non-zero, please query the error
    DOC> messages in the table UTL_RECOMP_ERRORS to see if any of these errors
    DOC> are due to misconfiguration or resource constraints that must be
    DOC> fixed before objects can compile successfully.
    DOC>#
    ERROR:
    ORA-03114: not connected to ORACLE
    ERROR:
    ORA-03114: not connected to ORACLE
    ERROR:
    ORA-03114: not connected to ORACLE
    ERROR:
    ORA-03114: not connected to ORACLE
    ERROR:
    ORA-03114: not connected to ORACLE

  • SQL startup  Error:ORA-03113: end-of-file on communication channel

    Hello All,
    Oracle 11g 11.2.0.2 Expression Edition
    I made the number of processes to 1 by issuing the below command.
    SQL> alter system set processes = 1;
    SQL>shutdown immediateI am getting the below error when I issued startup command.
    SQL> startup;
    ORA-03113: end-of-file on communication channelalert log:
    Fri Dec 28 14:09:24 2012
    PMON started with pid=2, OS id=2984
    Fri Dec 28 14:09:24 2012
    PSP0 started with pid=3, OS id=5788
    Fri Dec 28 14:09:25 2012
    ORA-00020: No more process state objects available
    ORA-20 errors will not be written to the alert log for
    the next minute. Please look at trace files to see all
    the ORA-20 errors.
    Process GEN0 submission failed with error = 20
    USER (ospid: 4780): terminating the instance due to error 444
    Fri Dec 28 14:09:25 2012
    VKTM started with pid=4, OS id=1676 at elevated priority
    Instance terminated by USER, pid = 4780How to startup my database again?

    alert log:
    Starting up:
    Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production.
    Using parameter settings in server-side pfile C:\ORACLEXE\APP\ORACLE\PRODUCT\11.2.0\SERVER\DATABASE\INITXE.ORA
    System parameters with non-default values:
      processes                = 6
      sessions                 = 32
      spfile                   = "C:\ORACLEXE\APP\ORACLE\PRODUCT\11.2.0\SERVER\DBS\SPFILEXE.ORA"
      memory_target            = 1G
      control_files            = "C:\ORACLEXE\APP\ORACLE\ORADATA\XE\CONTROL.DBF"
      compatible               = "11.2.0.0.0"
      db_recovery_file_dest    = "C:\oraclexe\app\oracle\fast_recovery_area"
      db_recovery_file_dest_size= 10G
      undo_management          = "AUTO"
      undo_tablespace          = "UNDOTBS1"
      remote_login_passwordfile= "EXCLUSIVE"
      dispatchers              = "(PROTOCOL=TCP) (SERVICE=XEXDB)"
      shared_servers           = 4
      job_queue_processes      = 4
      audit_file_dest          = "C:\ORACLEXE\APP\ORACLE\ADMIN\XE\ADUMP"
      db_name                  = "XE"
      open_cursors             = 300
      diagnostic_dest          = "C:\ORACLEXE\APP\ORACLE"
    Fri Dec 28 14:06:59 2012
    PMON started with pid=2, OS id=2248
    Fri Dec 28 14:06:59 2012
    PSP0 started with pid=3, OS id=3700
    Fri Dec 28 14:07:00 2012
    VKTM started with pid=4, OS id=4492 at elevated priority
    Fri Dec 28 14:07:00 2012
    ORA-00020: No more process state objects available
    VKTM running at (10)millisec precision with DBRM quantum (100)ms
    ORA-20 errors will not be written to the alert log for
    the next minute. Please look at trace files to see all
    the ORA-20 errors.
    Process GEN0 submission failed with error = 20
    USER (ospid: 6076): terminating the instance due to error 444
    Instance terminated by USER, pid = 6076
    Fri Dec 28 14:09:07 2012
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_1 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =10
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up:
    Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production.
    Using parameter settings in server-side pfile C:\ORACLEXE\APP\ORACLE\PRODUCT\11.2.0\SERVER\DATABASE\INITXE.ORA
    System parameters with non-default values:
      processes                = 6
      sessions                 = 32
      spfile                   = "C:\ORACLEXE\APP\ORACLE\PRODUCT\11.2.0\SERVER\DBS\SPFILEXE.ORA"
      memory_target            = 1G
      control_files            = "C:\ORACLEXE\APP\ORACLE\ORADATA\XE\CONTROL.DBF"
      compatible               = "11.2.0.0.0"
      db_recovery_file_dest    = "C:\oraclexe\app\oracle\fast_recovery_area"
      db_recovery_file_dest_size= 10G
      undo_management          = "AUTO"
      undo_tablespace          = "UNDOTBS1"
      remote_login_passwordfile= "EXCLUSIVE"
      dispatchers              = "(PROTOCOL=TCP) (SERVICE=XEXDB)"
      shared_servers           = 4
      job_queue_processes      = 4
      audit_file_dest          = "C:\ORACLEXE\APP\ORACLE\ADMIN\XE\ADUMP"
      db_name                  = "XE"
      open_cursors             = 300
      diagnostic_dest          = "C:\ORACLEXE\APP\ORACLE"
    Fri Dec 28 14:09:24 2012
    PMON started with pid=2, OS id=2984
    Fri Dec 28 14:09:24 2012
    PSP0 started with pid=3, OS id=5788
    Fri Dec 28 14:09:25 2012
    ORA-00020: No more process state objects available
    ORA-20 errors will not be written to the alert log for
    the next minute. Please look at trace files to see all
    the ORA-20 errors.
    Process GEN0 submission failed with error = 20
    USER (ospid: 4780): terminating the instance due to error 444
    Fri Dec 28 14:09:25 2012
    VKTM started with pid=4, OS id=1676 at elevated priority
    Instance terminated by USER, pid = 4780pfile.ora
    xe.__db_cache_size=239075328
    xe.__java_pool_size=4194304
    xe.__large_pool_size=12582912
    xe.__oracle_base='C:\oraclexe\app\oracle'#ORACLE_BASE set from environment
    xe.__pga_aggregate_target=427819008
    xe.__sga_target=645922816
    xe.__shared_io_pool_size=75497472
    xe.__shared_pool_size=306184192
    xe.__streams_pool_size=0
    *.audit_file_dest='C:\oraclexe\app\oracle\admin\XE\adump'
    *.compatible='11.2.0.0.0'
    *.control_files='C:\oraclexe\app\oracle\oradata\XE\control.dbf'
    *.db_name='XE'
    *.DB_RECOVERY_FILE_DEST_SIZE=10G
    *.DB_RECOVERY_FILE_DEST='C:\oraclexe\app\oracle\fast_recovery_area'
    *.diagnostic_dest='C:\oraclexe\app\oracle\.'
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=XEXDB)'
    *.job_queue_processes=4
    *.memory_target=1024M
    *.open_cursors=300
    *.processes=100
    *.remote_login_passwordfile='EXCLUSIVE'
    *.sessions=80
    *.shared_servers=4
    *.undo_management='AUTO'
    *.undo_tablespace='UNDOTBS1'

Maybe you are looking for

  • ODF support in Oracle Text 10g R2 version ??

    Currently, we are using Oracle Text 10g Release 2 version for HTML section searching in our application. we don't have any issues in Microsoft office 2003 documents. But, when we use Open office documents(ODF), it is not working. It is throwing the f

  • Exceptuions table name

    hi, I have created a mapping and in the configuration I have set the "Exceptions table name" parameter to "schema_name.exception_table". What does this mean.....is it that all the records that caused exception are dumped into this "exception_table".

  • InDesign CS6 Install error

    I am getting an error when installing, the installer did not initialise. The PDA.log file has the following in it. /3/2013 14:11:15 [FATAL] DWANative - Error in opening mediaDB error code:11 1/3/2013 14:11:15.159 [FATAL] DeploymentNativeApplet The st

  • Creative cloud access after paying subscription

    why am i not able to access my creative cloud apps (photoshop, after effects) for subscription renewal even though i paid for renewal update more than 24 hours ago?

  • Cuando abro una pestaña nueva, me la abre con otra página de inicio que no he preestablecido

    Cuando abro una pestaña, me la abre siempre con una página de inicio que no he preestablecido. ¿Como puedo cambiarla?, ya que en herramientas/opciones/general, aparece la página que quiero para la página de inicio, pero no así para las pestañas nueva