ORA-07445 kdlwdb Oracle version 10.1.0.2.0

On Oracle 10.1.0.2.0, Windows Server 2003 V5.2 SP1
Experiencing this error many times during the day, and I cannot find any information on it from Metalink. The MAS_QUEUES table has a single column, CLOB datatype. There is never more than one record in this table at any time.
Has anyone seen anything like this?
ksedmp: internal or fatal error
ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [0x1134F84] [] [] [] []
Current SQL statement for this session:
update mas_queues set queuelist = :list
----- Call Stack Trace -----
calling call entry argument values in hex
location type point (? means dubious value)
kdlwdb+676          CALLrel  kdlrdo+0
kdlwfb+1278         CALLrel  kdlwdb+0
kdlwrite1+7632 CALLrel _kdlwfb+0            116158F4 0 10003DA 1161547C
116135B8 116149F4 24 0 0 1FC4
0 86EF4C0 0 0 0 856F4B8
10003D9
koklicbf+82         CALLrel  kdl_write1+0 116158F4 0 0 116154EC 86EF4C0
0 0 1161550A 0
koklcre+708         CALLrel  koklicbf+0
kokleva+1142        CALLrel  koklcre+0 86AB0C4 695D0070 11615958
695DCE24 0 1 B2 1 1 0 86A7D30
FFFFFEE0 0 0 0 0 6CFACB00 0
116158F4 0
_evaopn2+917         CALLreg  00000000             69796FE0
_updolev.106+349     CALL???  00000000            
__VInfreq___PGOSF61 CALLrel _updolev.106+0       69FCD328 86AF59C 1
__upduaw+79
_kdusru+445          CALLptr  00000000             69FCD328 0 86AF754
kauupd+404          CALLrel  kdusru+0 86AFDA8 0 86AF59C 0
updrow+1771         CALLrel  kauupd+0 86AFDA4 0 86AF59C 0 695DD39C
2 F0C7 695DD1A0 2 1161D134
1161D138
__PGOSF72__qerupRow CALLrel _updrow+0           
Procedure+76
_qerupFetch+572      CALLreg  00000000             6A08E58C 7FFF
_updaul+2512         CALL???  00000000             6A08E58C 0 69FCD328 7FFF
updThreePhaseExe+1  CALLrel  updaul+0 69E831B4 1161D704 0
88
updexe+335          CALLrel  updThreePhaseExe+0 69E831B4 0 86AF59C 1161D7E4
69E831B4 1 1161D7E4 0
opiexe+4809         CALLrel  updexe+0 69E831B4 1161DAC0
kpoal8+1705         CALLrel  opiexe+0 49 3 1161E070
_opiodr+977          CALLreg  00000000             5E 14 1161E7D0
_ttcpip+1827         CALLreg  00000000             5E 14 1161E7D0 0
_opitsk+1098         CALL???  00000000            
opiino+938          CALLrel  opitsk+0 0 0 1B562E00 89BFBE4 F5 0
_opiodr+977          CALLreg  00000000             3C 4 1161FBC0
opidrv+479          CALLrel  opiodr+0 3C 4 1161FBC0 0
sou2o+45            CALLrel  opidrv+0 3C 4 1161FBC0
opimai+237          CALLrel  sou2o+0
OracleThreadStart@  CALLrel  opimai+0
4+899
77E66088 CALLreg 00000000

Log a SR with Oracle.
In my case, server was on 10.2.0.2
I had to set
OPTIMIZER_MODE=10.1.0.4 that solved the problem.

Similar Messages

  • Met ora-07445 on oracle 10.2.0.4 of Windows 2003

    Hello,
    I was running an PL/SQL application using PL/SQL Developer and after a while, the application will be disconnected from the database with error 03113: end-of-file on communication channel. I checked the alert.log file of the database, at that time an ora-07445 error happened:
    Errors in file c:\oracle\product\10.2.0\admin\dbtest1\udump\dbtest1_ora_4820.trc:
    ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [unable_to_trans_pc] [PC:0x0] [ADDR:0x0] [UNABLE_TO_READ] []
    My environment is oracle 10.2.0.4 on Microsoft Windows 2003(32bit).
    My friends helped me search on metalink about this error and didn't find a similiar workaround. Can anybody take a look at this error or give some hint?
    I want to upload the trace file but didn't find the entry to upload a file. Please let me know if I need to paste all the content of the trace file. it is too long.
    Thank you very much.
    Tony

    I hope that I can log a SR because the metalink account is in our dba hands and till now, almost one month passed we got no answer form him.tough situation - Mystery Problem that you can't deal with directly, having to work through the powers that be second-hand to get support. Been there, done that :(
    You probably haven't heard from the DBA because the DBA hasn't heard anything back from MOS - a pure guess on my part, but according to my experience in logging SRs quite possible.
    You have some options - not good ones but they do exist. The ideas below are different variations based on the idea that if you can figure out where the program is having trouble you might be able to work around the problem.
    There is no trace in PL/SQL as such, but there is a debugger. I'm not sure if you are using All-around Automations's PL/SQL developer or Oracle's SQL*Developer but both support the debugger. You can compile stored code in debug mode and use a GUI interface in both products (TOAD too, for that matter) to set stopping points to monitor your progress. There is information about the debugger in the Oracle documentation and elsewhere on-line. IF YOU CHOOSE TO USE THE DEBUGGER USE A GUI INTERFACE TO SET IT UP AND RUN IT - the command-line interface via PL/SQL APIs in SQL*PLUS is nearly impossible to use effectively.
    Alternately and more easily you can put your own markers in the code and execute it. This can take the form of lines like DBMS_OUTPUT.PUT_LINE('Got to line 999') or more elegantly using dbms_application_info to set a column value in V$SESSION to put a message there (procedure name, line number, whatever you want within reason). You'll only see DBMS_OUTPUT.PUT_LINE data after the program(s) finish or crash so the dbms_application_info method might be a little bit more useful
    Good Luck!

  • ORA-27300: on oracle version 10.2.0.3

    Hi All,
    I am getting this error ORA-27300: OS system dependent operation:CreateThread failed with status: 8
    ORA-27301: OS failure message: Not enough storage is available to process this command.
    ORA-27302: failure occurred at: ssthrddcr in my alert file and my application server sessions are getting disconnected intermittantly.
    We are currently on Oracle 10.2.0.3 version with 6 GB ram and 100 GB Hard disk windows 2003 Enterprise edition 32 bit . Following are my initora parameters
    pilotdb.__db_cache_size=1124073472
    pilotdb.__java_pool_size=25165824
    pilotdb.__large_pool_size=8388608
    pilotdb.__shared_pool_size=553648128
    pilotdb.__streams_pool_size=0
    *._b_tree_bitmap_plans=FALSE
    *.audit_file_dest='E:\oracle\product\10.2.0\admin\pilotdb\adump'
    *.background_dump_dest='E:\oracle\product\10.2.0\admin\pilotdb\bdump'
    *.compatible='10.2.0.3.0'
    *.control_files='C:\PILOTDB\PILOTDB\CONTROLFILE\O1_MF_4SQCY3QF_.CTL','E:\ORADATA\PILOTDB\CONTROLFILE\O1_MF_4SQCY3SD_.CTL'
    *.core_dump_dest='E:\oracle\product\10.2.0\admin\pilotdb\cdump'
    *.db_block_size=8192
    *.db_cache_size=528482304
    *.db_create_file_dest='E:\oradata'
    *.db_create_online_log_dest_1='C:\pilotdb'
    *.db_create_online_log_dest_2='E:\oradata'
    *.db_domain=''
    *.db_file_multiblock_read_count=16
    *.db_name='pilotdb'
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=pilotdbXDB)'
    *.job_queue_processes=10
    *.log_archive_dest_1='LOCATION=E:\arch_pilotdb'
    *.log_archive_format='ARC%S_%R.%T'
    *.log_buffer=104857600
    *.nls_length_semantics='CHAR'
    *.open_cursors=2000
    *.optimizer_index_caching=75
    *.optimizer_index_cost_adj=35
    *.pga_aggregate_target=943718400
    *.processes=2500
    *.remote_login_passwordfile='EXCLUSIVE'
    *.session_cached_cursors=50
    *.sessions=1500
    *.sga_max_size=1740M
    *.sga_target=1740M
    *.shared_pool_reserved_size=36700160
    *.shared_pool_size=369098752
    *.undo_management='AUTO'
    *.undo_tablespace='UNDOTBS1'
    *.user_dump_dest='E:\oracle\product\10.2.0\admin\pilotdb\udump'

    Madhav,
    If you have access to metalink see following Doc ID: 579365.1 for explanation and possible resolution.
    Regards

  • ORA-07445 in combination with globalization parameters

    It took me some hours to determine where the database dumps with ORA-07445 on Oracle XE with Apex 4.0.1 came from. I never saw them before - but this morning...
    I switched the globalization parameter "Application Language Derived From" to "Application Primary Language" and the error appeared. The same is with "Browser (use browser language preference)". When i switch the parameter to "No NLS (Application not translated)" everything works fine.
    Obviously a bug! But is there a workaround available? I'm in a german environment and need to show format masks for numeric values with the correct nls settings for Germany.
    Any help is appreciated.
    Jens

    Hi Jens,
    searching for your ORA-07445 I found http://www.dba-oracle.com/t_ora_07445_exception_encountered.htm which also lists "Improper NLS parameter settings" as one of the possible issues.
    You mentioned that you are using XE. Which version have you installed, the Western European or the Universal?
    Does this error also occur if you manually issue the ALTER SESSION SET NLS... commands in SQL*Plus? For the commands, have a look at the debug output of an application on apex.oracle.com.
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • ORA-07445, ORA-00600, ORA-00604, ORA-01001 errors

    Oracle 10.2.0.4, Windows Server 2003 64bit
    Every two months I get this error masseage...
    Can you help me with this?
    Fri Feb 03 07:11:02 2010
    Errors in file D:\oracle\product\10.2.0\admin\MYSID\udump\MYSID_ora_1115.trc:
    ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [unable_to_trans_pc] [PC:0x623C9544] [ADDR:0x100000007] [UNABLE_TO_READ] []
    Fri Feb 03 07:12:17 2010
    Thread 1 advanced to log sequence 22223 (LGWR switch)
    Current log# 1 seq# 43463 mem# 0: D:\ORACLE\PRODUCT\10.2.0\ORADATA\MYSID\REDO01.LOG
    Fri Feb 03 07:14:55 2010
    Thread 1 cannot allocate new log, sequence 22224
    Checkpoint not complete
    Current log# 1 seq# 43463 mem# 0: D:\ORACLE\PRODUCT\10.2.0\ORADATA\MYSID\REDO02.LOG
    Fri Feb 03 07:14:56 2010
    Thread 1 advanced to log sequence 22224 (LGWR switch)
    Current log# 2 seq# 43464 mem# 0: D:\ORACLE\PRODUCT\10.2.0\ORADATA\MYSID\REDO03.LOG
    Fri Feb 03 07:17:20 2010
    Thread 1 advanced to log sequence 22225 (LGWR switch)
    Current log# 3 seq# 43465 mem# 0: D:\ORACLE\PRODUCT\10.2.0\ORADATA\MYSID\REDO01.LOG
    Fri Feb 03 07:22:35 2010
    Thread 1 advanced to log sequence 22226 (LGWR switch)
    Current log# 1 seq# 43466 mem# 0: D:\ORACLE\PRODUCT\10.2.0\ORADATA\MYSID\REDO02.LOG
    Fri Feb 03 07:25:09 2010
    Thread 1 advanced to log sequence 22227 (LGWR switch)
    Current log# 2 seq# 43467 mem# 0: D:\ORACLE\PRODUCT\10.2.0\ORADATA\MYSID\REDO03.LOG
    Fri Feb 03 07:26:32 2010
    Errors in file D:\oracle\product\10.2.0\admin\MYSID\udump\MYSID_ora_3124.trc:
    ORA-00600: internal error code, arguments: [kghfrmrg:nxt], [0x14524BE60], [], [], [], [], [], []
    Fri Feb 03 07:26:36 2010
    Errors in file D:\oracle\product\10.2.0\admin\MYSID\udump\MYSID_ora_3124.trc:
    ORA-00600: internal error code, arguments: [kghfrmrg:nxt], [0x14524BE60], [], [], [], [], [], []
    ORA-00600: internal error code, arguments: [kghfrmrg:nxt], [0x14524BE60], [], [], [], [], [], []
    Fri Feb 03 07:26:37 2010
    Errors in file D:\oracle\product\10.2.0\admin\MYSID\udump\MYSID_ora_3124.trc:
    ORA-00600: internal error code, arguments: [kghfrh:ds], [0x14524BE78], [], [], [], [], [], []
    ORA-00600: internal error code, arguments: [kghfrmrg:nxt], [0x14524BE60], [], [], [], [], [], []
    ORA-00600: internal error code, arguments: [kghfrmrg:nxt], [0x14524BE60], [], [], [], [], [], []
    Fri Feb 03 07:26:39 2010
    Errors in file D:\oracle\product\10.2.0\admin\MYSID\udump\MYSID_ora_3124.trc:
    ORA-00600: internal error code, arguments: [17183], [0x07EF1FD88], [], [], [], [], [], []
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01001: invalid cursor
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01001: invalid cursor
    ORA-00600: internal error code, arguments: [kghfrh:ds], [0x14524BE78], [], [], [], [], [], []
    ORA-00600: internal error code, arguments: [kghfrmrg:nxt], [0x14524BE60], [], [], [], [], [], []
    ORA-00600: internal error code, arguments: [kghfrmrg:nxt], [0x14524BE60], [], [], [], [], [], []
    Fri Feb 03 07:26:40 2010
    Errors in file D:\oracle\product\10.2.0\admin\MYSID\udump\MYSID_ora_3124.trc:
    ORA-00600: internal error code, arguments: [kghfrmrg:nxt], [0x14524BE60], [], [], [], [], [], []
    ORA-00600: internal error code, arguments: [17183], [0x07EF1FD88], [], [], [], [], [], []
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01001: invalid cursor
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01001: invalid cursor
    ORA-00600: internal error code, arguments: [kghfrh:ds], [0x14524BE78], [], [], [], [], [], []
    ORA-00600: internal error code, arguments: [kghfrmrg:nxt], [0x14524BE60], [], [], [], [], [], []
    ORA-00600: internal error code, arguments: [kghfrmrg:nxt], [0x14524BE60], [], [], [], [], [], []

    Can you help me with this?In case of internal errors (ORA-00600,ORA-07445) only Oracle support can really help you. Open a SR on MOS/metalink.
    Werner

  • Oracle error ORA-07445: exception encountered: core dump

    Dear all,
    I am waqas ahmed working as oracle dba. in my alert log file an error is occured continously as follows
    " ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [priver+181] [PC:0x63E3DE9] [ADDR:0x28] [UNABLE_TO_READ] [] "
    My Operating system : Windows Server 2008 (64 bit)
    My DB version: 10.2.0.4
    Please guide me with you experience & suggestions.
    Best Regards,
    Ahmed.

    923284 wrote:
    Dear,
    Today it is expired my METALINK account and i dont have access to metalink. So please any one share with me knowledge about this problem.
    Regards,
    Ahmed.you have to renew it since ORA-00600 , and ORA-07445 indicate as bug

  • Help, ORA-07445 error causes oracle crash!!

    hi guys
    I met a big trouble, My oracle server always crashed since last week, Orace version is 10.2.0.1.0
    When it crashed, the alert log recorded as blew:
    {color:#ff0000}Fri Dec 05 15:38:25 2008
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    starting up 1 shared server(s) ...
    Fri Dec 05 15:38:25 2008
    Errors in file c:\oracle\product\10.2.0\admin\ppm\udump\ppm_ora_2884.trc:
    ORA-07445: exception encountered: core dump [ACCESS_VIOLATION|http://forums.oracle.com/forums/] [unable_to_trans_pc|http://forums.oracle.com/forums/] [PC:0x7D621F95|http://forums.oracle.com/forums/] [ADDR:0x55909090|http://forums.oracle.com/forums/] [UNABLE_TO_READ] [|http://forums.oracle.com/forums/]{color}
    {color:#ff0000}Fri Dec 05 15:38:26 2008
    Errors in file c:\oracle\product\10.2.0\admin\ppm\udump\ppm_ora_2884.trc:
    ORA-07445: exception encountered: core dump [ACCESS_VIOLATION|http://forums.oracle.com/forums/] [unable_to_trans_pc|http://forums.oracle.com/forums/] [PC:0x7D621F95|http://forums.oracle.com/forums/] [ADDR:0x55909090|http://forums.oracle.com/forums/] [UNABLE_TO_READ] [|http://forums.oracle.com/forums/]
    ORA-07445: exception encountered: core dump [ACCESS_VIOLATION|http://forums.oracle.com/forums/] [unable_to_trans_pc|http://forums.oracle.com/forums/] [PC:0x7D621F95|http://forums.oracle.com/forums/] [ADDR:0x55909090|http://forums.oracle.com/forums/] [UNABLE_TO_READ] [|http://forums.oracle.com/forums/]{color}
    {color:#ff0000}Fri Dec 05 15:38:27 2008
    Errors in file c:\oracle\product\10.2.0\admin\ppm\udump\ppm_ora_2884.trc:
    ORA-07445: exception encountered: core dump [ACCESS_VIOLATION|http://forums.oracle.com/forums/] [unable_to_trans_pc|http://forums.oracle.com/forums/] [PC:0x7D621F95|http://forums.oracle.com/forums/] [ADDR:0x55909090|http://forums.oracle.com/forums/] [UNABLE_TO_READ] [|http://forums.oracle.com/forums/]
    ORA-07445: exception encountered: core dump [ACCESS_VIOLATION|http://forums.oracle.com/forums/] [unable_to_trans_pc|http://forums.oracle.com/forums/] [PC:0x7D621F95|http://forums.oracle.com/forums/] [ADDR:0x55909090|http://forums.oracle.com/forums/] [UNABLE_TO_READ] [|http://forums.oracle.com/forums/]
    ORA-07445: exception encountered: core dump [ACCESS_VIOLATION|http://forums.oracle.com/forums/] [unable_to_trans_pc|http://forums.oracle.com/forums/] [PC:0x7D621F95|http://forums.oracle.com/forums/] [ADDR:0x55909090|http://forums.oracle.com/forums/] [UNABLE_TO_READ] [|http://forums.oracle.com/forums/]
    ....................(repeat the message)
    {color}{color:#000000}Then I check the trc file, as blew:
    {color}{color:#ff00ff}{color:#ff00ff}Dumping last 2 granules of Transferred Memory
    Done Dumping transfer, resize ops and granules.
    Dump event group for SESSION
    Unable to dump event group - no PROCESS state objectDump event group for SYSTEM
    *** 2008-12-05 15:38:53.725
    ksedmp: internal or fatal error
    ORA-07445: exception encountered: core dump {color}[{color:#ff00ff}] [{color}|http://forums.oracle.com/forums/]{color:#ff00ff} {color}[{color:#ff00ff}] [{color}|http://forums.oracle.com/forums/]{color:#ff00ff} {color}[{color:#ff00ff}] [{color}|http://forums.oracle.com/forums/]
    {color:#ff00ff}ORA-07445: exception encountered: core dump {color}[{color:#ff00ff}] [{color}|http://forums.oracle.com/forums/]{color:#ff00ff} {color}[{color:#ff00ff}] [{color}|http://forums.oracle.com/forums/]{color:#ff00ff} {color}[{color:#ff00ff}] [{color}|http://forums.oracle.com/forums/]
    {color:#ff00ff}ORA-07445: exception encountered: core dump {color}[{color:#ff00ff}] [{color}|http://forums.oracle.com/forums/]{color:#ff00ff} {color}[{color:#ff00ff}] [{color}|http://forums.oracle.com/forums/]{color:#ff00ff} {color}[{color:#ff00ff}] [{color}|http://forums.oracle.com/forums/]
    {color:#ff00ff}ORA-07445: exception encountered: core dump {color}[{color:#ff00ff}] [{color}|http://forums.oracle.com/forums/]{color:#ff00ff} {color}[{color:#ff00ff}] [{color}|http://forums.oracle.com/forums/]{color:#ff00ff} {color}[{color:#ff00ff}] [{color}|http://forums.oracle.com/forums/]
    {color:#ff00ff}ORA-07445: exception encountered: core dump {color}[{color:#ff00ff}] [{color}|http://forums.oracle.com/forums/]{color:#ff00ff} {color}[{color:#ff00ff}] [{color}|http://forums.oracle.com/forums/]{color:#ff00ff} {color}[{color:#ff00ff}] [{color}|http://forums.oracle.com/forums/]
    {color:#ff00ff}ORA-07445: exception encountered: core dump {color}[{color:#ff00ff}] [{color}|http://forums.oracle.com/forums/]{color:#ff00ff} {color}[{color:#ff00ff}] [{color}|http://forums.oracle.com/forums/]{color:#ff00ff} {color}[{color:#ff00ff}] [{color}|http://forums.oracle.com/forums/]
    {color:#ff00ff}ORA-07445: exception encountered: core dump {color}[{color:#ff00ff}] [{color}|http://forums.oracle.com/forums/]{color:#ff00ff} {color}[{color:#ff00ff}] [{color}|http://forums.oracle.com/forums/]{color:#ff00ff} {color}[{color:#ff00ff}] [{color}|http://forums.oracle.com/forums/]
    {color:#ff00ff}ORA-07445: exception encountered: core dump {color}[{color:#ff00ff}] [{color}|http://forums.oracle.com/forums/]{color:#ff00ff} {color}[{color:#ff00ff}] [{color}|http://forums.oracle.com/forums/]{color:#ff00ff} {color}[{color:#ff00ff}] [{color}|http://forums.oracle.com/forums/]
    {color:#ff00ff}ORA-07445: exception encountered: core dump {color}[{color:#ff00ff}] [{color}|http://forums.oracle.com/forums/]{color:#ff00ff} {color}[{color:#ff00ff}] [{color}|http://forums.oracle.com/forums/]{color:#ff00ff} {color}[{color:#ff00ff}] [{color}|http://forums.oracle.com/forums/]
    {color:#ff00ff}ORA-07445: exception encountered: core dump {color}[{color:#ff00ff}] [{color}|http://forums.oracle.com/forums/]{color:#ff00ff} {color}[{color:#ff00ff}] [{color}|http://forums.oracle.com/forums/]{color:#ff00ff} {color}[{color:#ff00ff}] [{color}|http://forums.oracle.com/forums/]
    {color:#ff00ff}ORA-07445: exception encountered: core dump {color}[{color:#ff00ff}] [{color}|http://forums.oracle.com/forums/]{color:#ff00ff} {color}[{color:#ff00ff}] [{color}|http://forums.oracle.com/forums/]{color:#ff00ff} {color}[{color:#ff00ff}] [{color}|http://forums.oracle.com/forums/]
    {color:#ff00ff}ORA-07445: exception encountered: core dump {color}[{color:#ff00ff}] [{color}|http://forums.oracle.com/forums/]{color:#ff00ff} {color}[{color:#ff00ff}] [{color}|http://forums.oracle.com/forums/]{color:#ff00ff} {color}[{color:#ff00ff}] [{color}|http://forums.oracle.com/forums/]
    {color:#ff00ff}ORA-07445: exception encountered: core dump {color}[{color:#ff00ff}ACCESS_VIOLATION{color}|http://forums.oracle.com/forums/]{color:#ff00ff} {color}[{color:#ff00ff}unable_to_trans_pc{color}|http://forums.oracle.com/forums/]{color:#ff00ff} {color}[{color:#ff00ff}PC:0x7D621F95{color}|http://forums.oracle.com/forums/]{color:#ff00ff} {color}[{color:#ff00ff}ADDR:0x55909090{color}|http://forums.oracle.com/forums/]{color:#ff00ff} {color}[{color:#ff00ff}UNABLE_TO_READ] [{color}|http://forums.oracle.com/forums/]
    {color:#ff00ff}ORA-07445: exception encountered: core dump {color}[{color:#ff00ff}ACCESS_VIOLATION{color}|http://forums.oracle.com/forums/]{color:#ff00ff} {color}[{color:#ff00ff}unable_to_trans_pc{color}|http://forums.oracle.com/forums/]{color:#ff00ff} {color}[{color:#ff00ff}PC:0x7D621F95{color}|http://forums.oracle.com/forums/]{color:#ff00ff} {color}[{color:#ff00ff}ADDR:0x55909090{color}|http://forums.oracle.com/forums/]{color:#ff00ff} {color}[{color:#ff00ff}UNABLE_TO_READ] [{color}|http://forums.oracle.com/forums/]
    {color:#ff00ff}OR
    Current SQL information unavailable - no session.
    {color}This problem occurs no rule, When the oracle crashed,I need to restart the computer, then restart the oracle service. I am very depressed...
    Are there any suggestion about the error? anything is appreciated !
    Thanks a lot
    Edited by: user10690772 on Dec 7, 2008 11:02 PM
    Edited by: user10690772 on Dec 7, 2008 11:03 PM

    You didn't mention your OS but check this note:
    [Note:405904.1-Listener Crash on Windows 2003 and/or ORA-07445: Exception encountered: CORE Dump ACCESS_VIOLATION unable_to_trans_pc|https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=405904.1]
    If it looks like your issue, try Solution 2 as a workaround and see if something changed.
    Aviad

  • ORA-00979: not a GROUP BY expression on different oracle version

    Hi,
    I tried below sql on different database and I'm having a strange result.
    error is ORA-00979: not a GROUP BY expression
    SELECT COUNT(*) OVER() CNT,
    COUNT(member_id) AS cnt2,
    etoc_type,
    journal_id,
    volume_id,
    issue_id,
    current_registered_users,
    date_sent,
    date_order,
    (COUNT(member_id) -
    (Select Count( *)
    FROM oracjoc.email_alert_bounce_backs bb
    WHERE aa.journal_id = bb.journal_id
    AND aa.volume_id = bb.volume_id
    AND aa.issue_id = bb.issue_id
    AND aa.etoc_type = bb.etoc_type
    AND aa.date_sent = TO_CHAR(bb.date_sent, 'ddMonYYYY')
    )) delivered
    FROM
    (SELECT member_id,
    etoc_type,
    journal_id,
    volume_id,
    issue_id,
    current_registered_users,
    TO_CHAR(date_sent, 'ddMonyyyy') date_sent,
    To_Number(To_Char(Date_Sent, 'yyyymmdd')) Date_Order
    FROM oracjoc.Report_Issue_Alert
    WHERE Etoc_Type = '1'
    ) Aa
    GROUP BY Journal_Id,
    Volume_Id,
    Issue_Id,
    Etoc_Type,
    Current_Registered_Users,
    Date_Order,
    Date_Sent
    ORDER BY date_order DESC
    Oracle version:
    Oracle Database 11g Release 11.1.0.7.0 - 64bit Production: I got failed result on this one
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production: sql was successfully executed.
    Can someone explain is this still a part of bug on non enterprise edition?, TIA!

    919272 wrote:
    Hi,
    I tried below sql on different database and I'm having a strange result.
    error is ORA-00979: not a GROUP BY expressionRead the full error message. It has also a row and a column number specified. Use this number to find out which column gives you the trouble.
    I see that there are several not needed date to char conversions. I could imaging that they confuse the query merge mechanism. Other than that: try to strip down the query to the smallest posisble set of colum combination. So that you can see where the error comes from.
    SELECT COUNT(*) OVER() CNT,
    COUNT(*) AS cnt2,
    etoc_type,
    journal_id,
    volume_id,
    issue_id,
    current_registered_users,
    date_sent2,
    (COUNT(*) -
      (Select Count( *)
        FROM oracjoc.email_alert_bounce_backs bb
        WHERE aa.journal_id = bb.journal_id
        AND aa.volume_id = bb.volume_id
        AND aa.issue_id = bb.issue_id
        AND aa.etoc_type = bb.etoc_type
        AND aa.date_sent2 = trunc(bb.date_sent)
        )) delivered
    FROM  (SELECT member_id, etoc_type, journal_id, volume_id, issue_id, current_registered_users,
           trunc(date_sent) date_sent2,
    FROM oracjoc.Report_Issue_Alert
    WHERE Etoc_Type = '1'
    ) Aa
    GROUP BY Journal_Id, Volume_Id, Issue_Id, Etoc_Type, Current_Registered_Users, Date_Sent2
    ORDER BY Date_Sent2 DESC

  • ORA-00201: control file version 10.2.0.4.0 incompatible with ORACLE version

    Hi,
    I have upgraded the database from 9.2.0.4 to 10.2.0.4 and for some time compatible parameter remained 9.2.0.0.
    Recently i have changed compatible parameter to 10.2.0.4.Now I could open the database with pfile but when I am trying to open database with spfile then I am getting following error:--
    SQL> startup
    ORACLE instance started.
    Total System Global Area 1694498816 bytes
    Fixed Size 1299532 bytes
    Variable Size 1342180276 bytes
    Database Buffers 343932928 bytes
    Redo Buffers 7086080 bytes
    ORA-00201: control file version 10.2.0.4.0 incompatible with ORACLE version
    9.2.0.0.0
    ORA-00202: control file: 'C:\ORACLE9I\ORADATA\UPGRD9I\CONTROL01.CTL'
    OS=Windowxp 32 bit
    Database version=10.2.0.4 32 bit.
    Please share your experience with me.
    MK

    Yes,everything is set to 10g only with spfile I am getting this error.
    When i am starting it with pfile it is opening and running good the onle thing I can not enable alter system set db_file_recovery_dest_size=5G scope=both bcoz spfile is not being used .I started using pfile and created spfile from pfile and then bounce the database startup then I am getting above error.
    Mk

  • After ORA-07445, a part of Oracle Enterprise Manager  not working?

    Hi! Everyone!
    My database was have error message ORA-07445.
    I found document in MetaLink, and try to modified it.
    [https://support.oracle.com/CSP/main/article?cmd=show&type=BUG&id=7038750]
    1. SQL> alter system set event='10422 trace name context forever, level 1' scope=spfile;
    2. shutdown DB & startup DB
    After that, Oracle Enterprise Manager "Space Summary -> Problem Tablespaces " from 5 become 0.
    And since these days, it did not change.
    This is on solaris 10 oracle 10.2.0.4
    How can I make it normal?
    Edited by: user10220946 on Nov 24, 2009 6:12 PM
    Edited by: user10220946 on Nov 24, 2009 7:33 PM

    Hi,
    For Ora-07445 and Ora-0600 raise an SR with oracle support.
    thanks,
    baskar.l

  • ORA-07445 during Partition Split in Oracle 10g

    Hi
    I'm getting the following trace file generated when I try and split a partition with 4 or more partition keys.
    The environment is 10g enterprise edition on Redhat Enterprise Server 3.
    ORA-07445: exception encountered: core dump [msqopnws()+37] [SIGSEGV] [Address not mapped to object] [0x8B18C483] [] []
    Current SQL statement for this session:
    ALTER TABLE TDAARCO_2 SPLIT PARTITION
    P200200213000_201_200212_999_R at ('200200200000','201','200212',0,'D') into (partition P200200200000_201_200212_0_C,
    partition P200200213000_201_200212_999_R)
    ----- Call Stack Trace -----
    calling call entry argument values in hex
    location type point (? means dubious value)
    sdtcs_getexecname: use overriding value for executable
    sdtcs_getexecname: ignored overriding value [oracleCCLDEV]
    ksedmp()+493 call ksedst()+0 1 ? 0 ? 1 ? 1 ? 0 ? 0 ?
    ssexhd()+1132 call ksedmp()+0 3 ? 0 ? 0 ? 0 ? 0 ? 0 ?
    msqopnws()+37 signal ssexhd()+0 B ? BFFF9698 ? BFFF9718 ?
    msqtnm()+1899 call msqopnws()+0 BFFF9BBC ? 0 ? 8B18C483 ? 0 ?
    0 ? BFFF9BBC ?
    _fini()+595468       call     msqtnm()+0           2 ? BFFF9BBC ? BFFF9B1E ?
    1E ? BFFF9BBC ? 0 ?
    B6A0E008 call _fini()+0            B6A0DDB0 ? B7C3090 ? 7D1 ?
    80D ? 0 ? 0 ?
    50205449 call B6A0E008 49545241 ? 4E4F4954 ?
    32500A20 ? 30323030 ?
    33313230 ? 5F303030 ?
    I would be very grateful if anyone has got any ideas or information.
    Thanks
    Glyn Williams

    Hi Glyn,
    Can you create a script that recreates the problem?
    I have a similiar problem, but can not recreate the exact operations sequance that cause the ORA-07445.
    Avi.

  • I'm getting ORA-07445 [kksLockDelete()+465] errors on a 10.2.0.3 Database

    Hello
    I am getting the following Error on our database when I run a procedure that takes many hours to complete:
    Mon Aug 23 10:39:43 2010
    Errors in file /oracle/admin/HLBCP/bdump/hlbcp_j000_27898.trc:
    ORA-07445: exception encountered: core dump [kksLockDelete()+465] [SIGSEGV] [Invalid permissions for mapped object [0x000000048] [] []
    It seems that when the DB is under pressure or a select with a large result set is executed this error occurs, and kills my procedure
    As I understand that SIGSEGV refers to OS (C Compiler) / Hardware issues? Is this correct?
    How can I test the OS and Compiler to ensure they are in a healthy condition?
    I Currently have an SR opened with Oracle but they are saying that 10.2.0.3 is desupported and will not be able to provide a fix.
    Upgrading to 10.2.0.4 is not an option for us.
    This particular database is contingency database (Using Dataguard)
    However from time to time we taken a Copy of the Contingency database and open in it on the contingency server to test it.
    (hence we discovered this issue)
    I am convinced that the issue we are having is hardware/OS related, as it does not happen on our Live Database which is on a different server.
    Has anyone encountered this issue before?
    How did you resolved it?
    _=The Output of the trace file=_
    /oracle/admin/MYDB1/bdump/MYDB1_j000_27898.trc
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning and Data Mining options
    ORACLE_HOME = /oracle/database/10.2.0/db_1
    System name: HP-UX
    Node name: my_server
    Release: B.11.23
    Version: U
    Machine: ia64
    Instance name: MYDB1
    Redo thread mounted by this instance: 1
    Oracle process number: 22
    Unix process pid: 27898, image: oracle@my_server (J000)
    *** 2010-08-23 10:39:43.271
    *** ACTION NAME:(Transact MY Payments) 2010-08-23 10:39:43.270
    *** MODULE NAME:(MY_payment_pkg.transact;) 2010-08-23 10:39:43.270
    *** SERVICE NAME:(SYS$USERS) 2010-08-23 10:39:43.270
    *** SESSION ID:(303.22) 2010-08-23 10:39:43.270
    Exception signal: 11 (SIGSEGV), code: 2 (Invalid permissions for mapped object), addr: 0x48, PC: [0x4000000002a9a431, kksLockDelete()+465]
    r1: 60000000000b8f00 r20: c000000040e38fa0 br5: 0
    r2: c000000040e0c4e8 r21: 82 br6: c0000000003429b0
    r3: 0 r22: 80 br7: 4000000002a513f0
    r4: 0 r23: 0 ip: 4000000002a9a431
    r5: c000000000000408 r24: 9ffffffffcf73f30 iipa: 0
    r6: c00000000004f190 r25: c0000001edb7af58 cfm: c1e
    r7: 9ffffffffd7f8f58 r26: 4 um: 1a
    r8: c0000001f421a1d0 r27: c0000001edb7afc0 rsc: 1f
    r9: c0000001f4216b08 r28: 1fcd0 bsp: 9ffffffffd804708
    r10: c0000001f421a0c0 r29: c0151476 bspstore: 9ffffffffd804708
    r11: 0 r30: 0 rnat: ffffffff00000000
    r12: 9ffffffffffd3200 r31: c0151476 ccv: 1
    r13: 9ffffffffd465420 NaTs: 0 unat: 0
    r14: 12f00000000 PRs: 1c6c7 fpsr: 9804c8a74433f
    r15: c0000001f4216ab8 br0: 4000000002a9a3e0 pfs: c000000000000c1e
    r16: b br1: c0000000001f0c00 lc: 0
    r17: c0000001ec873e18 br2: 0 ec: 0
    r18: ffffffff br3: 0 isr: 9ffffffffd804708
    r19: c000000040e0a890 br4: 0 ifa: 0
    Reason code: 001c
    *** 2010-08-23 10:39:43.340
    ksedmp: internal or fatal error
    ORA-07445: exception encountered: core dump [kksLockDelete()+465] [SIGSEGV] [Invalid permissions for mapped object] [0x000000048] [] []
    Current SQL statement for this session:
    SELECT COl1 , COL2 , NVL(COL3,0) , NVL(COL4,0) , NVL(COL5,0) FROM MY_PRODUCTS MP1 WHERE MP1.COL6 = :B2 AND DP1.COL3 = :B1
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    c0000001f41d2000 773 SCHEMA_OWNER.MY_TRANSACTIONRS
    c0000001f41e0088 237 package body SCHEMA_OWNER.MY_PAYMENT_PKG
    c0000001f41e0088 582 package body SCHEMA_OWNER.MY_PAYMENT_PKG
    c0000001f41e0a28 1 anonymous block
    c0000001f41e96b8 44 package body SCHEMA_OWNER.MY_JOB_PKG
    c0000001f41e96b8 181 package body SCHEMA_OWNER.MY_JOB_PKG
    c0000001f4209140 537 package body SCHEMA_OWNER.MY_JOB_SCHEDULE_PKG
    c0000001f4209140 573 package body SCHEMA_OWNER.MY_JOB_SCHEDULE_PKG
    c0000001f425b9e8 791 package body SCHEMA_OWNER.MY_PKG
    c0000001f4215df8 1 anonymous block
    Edited by: Grahambo on Aug 23, 2010 4:04 AM
    Edited by: Grahambo on Aug 23, 2010 4:05 AM

    I have already contacted oracle support
    they say 10.2.0.3 is now de supported and will not be able to provide a fix
    I have also tried the ora-600 look up tool but the BUG:
    Bug:4704981
    Is non-public

  • ORA-07445 error

    Hi All,
    I got following error while running a plsql package which accesses data from cube(using DBMS_AW.execute). Olap version: 11.2.0.1
    Message: Access violation errors have been found in the alert log.
    Info from trace file:
    Exception [type: SIGSEGV, Address not mapped to object] [ADDR:0xFFFFFFFFFFFFFFF4] [PC:0x2A3C79A, xsFSOSIZE()+4] [flags: 0x0, count: 1]
    Incident 561 created, dump file: /u1/oracle/diag/rdbms/andb/ANDB4/incident/incdir_561/ANDB4_ora_26892_i561.trc
    ORA-07445: exception encountered: core dump [xsFSOSIZE()+4] [SIGSEGV] [ADDR:0xFFFFFFFFFFFFFFF4] [PC:0x2A3C79A] [Address not mapped to object] []
    ssexhd: crashing the process...
    Shadow_Core_Dump = PARTIAL
    Any idea on this?
    Thanks

    I am also facing the error and the same error is appeared in the alert.log frequently . Please help to resolve it
    ORA-07445: exception encountered: core dump [kkqljpmpr()+30] [SIGSEGV] [ADDR:0x78] [PC:0x1CB9322] [Address not mapped to object] []
    Thu Nov 03 17:39:49 2011
    Exception [type: SIGSEGV, Address not mapped to object] [ADDR:0x78] [PC:0x1CB9322, kkqljpmpr()+30] [flags: 0x0, count: 1]
    Errors in file /data/applications/oracle/diag/rdbms/orcl/orcl/trace/orcl_ora_8293.trc (incident=17700):
    ORA-07445: exception encountered: core dump [kkqljpmpr()+30] [SIGSEGV] [ADDR:0x78] [PC:0x1CB9322] [Address not mapped to object] []
    Thu Nov 03 17:40:33 2011
    Exception [type: SIGSEGV, Address not mapped to object] [ADDR:0x78] [PC:0x1CB9322, kkqljpmpr()+30] [flags: 0x0, count: 1]
    Errors in file /data/applications/oracle/diag/rdbms/orcl/orcl/trace/orcl_ora_8299.trc (incident=17683):
    ORA-07445: exception encountered: core dump [kkqljpmpr()+30] [SIGSEGV] [ADDR:0x78] [PC:0x1CB9322] [Address not mapped to object] []
    Thu Nov 03 17:40:35 2011
    Sweep [inc][17700]: completed
    Sweep [inc][17683]: completed
    Sweep [inc][17652]: completed
    Thu Nov 03 17:41:28 2011

  • Ora-07445 reported in the alert log file

    Hi all,
    We are using the following platform:-
    OS: Solaris Operating System (SPARC 32-bit)
    Oracle Server - Enterprise Edition / Product Version: 9.2.0.5.0
    We encountered the following problem:-
    There is Ora-07445 reported in the alert log file.
    "ORA-07445: exception encountered: core dump [kgghash()+308] [SIGSEGV] [Address not mapped to object] [0x3222
    000] [] []reported in the database."
    These errors are signaled in more than 3 independent, unexplained, occurrences every day.
    When this error occurred while User was accessing the application system, by right the case will be shown on the system, but they were no case found.
    alert log are as below:-
    Fri Jul 27 09:12:30 2007
    Errors in file /disc3/oracle9205/RFDB/udump/rfdb_ora_27371.trc:
    ORA-07445: exception encountered: core dump [kgghash()+340] [SIGSEGV] [Address not mapped to object] [0x3184000] [] []
    Fri Jul 27 09:22:10 2007
    Thread 1 advanced to log sequence 10730
    Current log# 2 seq# 10730 mem# 0: /disc3/oracle9205/RFDB/RDO/logRFDB2a.rdo
    Current log# 2 seq# 10730 mem# 1: /disc3/oracle9205/RFDB/RDO/logRFDB2b.rdo
    Fri Jul 27 09:29:26 2007
    Errors in file /disc3/oracle9205/RFDB/udump/rfdb_ora_27372.trc:
    ORA-07445: exception encountered: core dump [kgghash()+296] [SIGSEGV] [Address not mapped to object] [0x3182000] [] []
    The applications have encountered ora-3113 after a short period of time followed by ora-3114.
    application log:-
    RF0120-1 2007-Jul-27 09:46:57] Load m[RF0120-1 2007-Jul-27 09:29:30] SQLCODE: -3113
    [RF0120-1 2007-Jul-27 09:29:30] Error Code -4105 returning from get score pan no.
    [RF0120-1 2007-Jul-27 09:29:30] Message type :120
    [RF0120-1 2007-Jul-27 09:29:30] Primary Account Number(PAN) DE0
    02 :5440640155262702
    [RF0120-1 2007-Jul-27 09:29:30] Processing code DE003 :003000
    [RF0120-1 2007-Jul-27 09:29:30] Transaction amount DE004 :000000000001
    [RF0120-1 2007-Jul-27 09:29:30] Settlement amount DE005 :000000000000
    [RF0120-1 2007-Jul-27 09:29:30] Transmission Date and time
    DE007 :0727092717
    [RF0120-1 2007-Jul-27 09:29:30] Settlement conversion rate DE009 :60263158
    [RF0120-1 2007-Jul-27 09:29:30] System trace audit no. DE011 :754710
    [RF0120-1 2007-Jul-27 09:29:30] Local transaction time DE012 :092717
    [RF0120-1 2007-Jul-27 09:29:30] Local transaction date DE013 :0727
    [RF0120-1 2007-Jul-27 09:29:30] Expiration date D
    E014 :0712
    [RF0120-1 2007-Jul-27 09:29:30] Settlement date DE015 :0727
    [RF0120-1 2007-Jul-27 09:29:30] Merchant type DE018 :5311
    [RF0120-1 2007-Jul-27 09:29:30] Point-of-service(POS) entry code DE022 :051
    [RF0120-1 2007-Jul-27 09:29:30] Acquiring inst. ID code DE032 :001912
    [RF0120-1 2007-Jul-27 09:29:30] Forwarding Inst. ID code DE033 :001912
    [RF0120-1 2007-Jul-27 09:29:30] Retrieval ref. no.
    DE037 :754710356390
    [RF0120-1 2007-Jul-27 09:29:30] Autholization ID response DE038 :356390
    [RF0120-1 2007-Jul-27 09:29:30] Response code DE039 :00
    [RF0120-1 2007-Jul-27 09:29:30] Card acceptor terminal ID DE041 :19306002
    [RF0120-1 2007-Jul-27 09:29:30] Card acceptor ID code DE042 :000001106
    020132
    [RF0120-1 2007-Jul-27 09:29:30] Card acceptor Name/Location
    What could have caused the above mentioned errors i.e Ora-07445 ; ora-3113 / ora-3114? How to resolve the problem.
    Please help .
    Thanks.

    i am also facing the same some time in ora 9.2.0.6 on Sun OS 9 SPARC 64-bits
    Errors in file /oracle/oracle9i/admin/FINPROD/udump/finprod_ora_6076.trc:
    ORA-07445: exception encountered: core dump [0000000100FDE088] [SIGSEGV] [Address not mapped to object] [0x00000013A] [] []
    Thu Aug 30 08:52:39 2007
    Errors in file /oracle/oracle9i/admin/FINPROD/udump/finprod_ora_6078.trc:
    ORA-07445: exception encountered: core dump [0000000100FDE088] [SIGSEGV] [Address not mapped to object] [0x00000013A] [] []
    Thu Aug 30 09:41:49 2007

  • ORA-07445 in the alert log when inserting into table with XMLType column

    I'm trying to insert an xml-document into a table with a schema-based XMLType column. When I try to insert a row (using plsql-developer) - oracle is busy for a few seconds and then the connection to oracle is lost.
    Below you''ll find the following to recreate the problem:
    a) contents from the alert log
    b) create script for the table
    c) the before-insert trigger
    d) the xml-schema
    e) code for registering the schema
    f) the test program
    g) platform information
    Alert Log:
    Fri Aug 17 00:44:11 2007
    Errors in file /oracle/app/oracle/product/10.2.0/db_1/admin/dntspilot2/udump/dntspilot2_ora_13807.trc:
    ORA-07445: exception encountered: core dump [SIGSEGV] [Address not mapped to object] [475177] [] [] []
    Create script for the table:
    CREATE TABLE "DNTSB"."SIGNATURETABLE"
    (     "XML_DOCUMENT" "SYS"."XMLTYPE" ,
    "TS" TIMESTAMP (6) WITH TIME ZONE NOT NULL ENABLE
    ) XMLTYPE COLUMN "XML_DOCUMENT" XMLSCHEMA "http://www.sporfori.fo/schemas/www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd" ELEMENT "Object"
    ROWDEPENDENCIES ;
    Before-insert trigger:
    create or replace trigger BIS_SIGNATURETABLE
    before insert on signaturetable
    for each row
    declare
    -- local variables here
    l_sigtab_rec signaturetable%rowtype;
    begin
    if (:new.xml_document is not null) then
    :new.xml_document.schemavalidate();
    end if;
    l_sigtab_rec.xml_document := :new.xml_document;
    end BIS_SIGNATURETABLE2;
    XML-Schema (xmldsig-core-schema.xsd):
    =====================================================================================
    <?xml version="1.0" encoding="utf-8"?>
    <!-- Schema for XML Signatures
    http://www.w3.org/2000/09/xmldsig#
    $Revision: 1.1 $ on $Date: 2002/02/08 20:32:26 $ by $Author: reagle $
    Copyright 2001 The Internet Society and W3C (Massachusetts Institute
    of Technology, Institut National de Recherche en Informatique et en
    Automatique, Keio University). All Rights Reserved.
    http://www.w3.org/Consortium/Legal/
    This document is governed by the W3C Software License [1] as described
    in the FAQ [2].
    [1] http://www.w3.org/Consortium/Legal/copyright-software-19980720
    [2] http://www.w3.org/Consortium/Legal/IPR-FAQ-20000620.html#DTD
    -->
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:xdb="http://xmlns.oracle.com/xdb"
    targetNamespace="http://www.w3.org/2000/09/xmldsig#" version="0.1" elementFormDefault="qualified">
    <!-- Basic Types Defined for Signatures -->
    <xs:simpleType name="CryptoBinary">
    <xs:restriction base="xs:base64Binary">
    </xs:restriction>
    </xs:simpleType>
    <!-- Start Signature -->
    <xs:element name="Signature" type="ds:SignatureType"/>
    <xs:complexType name="SignatureType">
    <xs:sequence>
    <xs:element ref="ds:SignedInfo"/>
    <xs:element ref="ds:SignatureValue"/>
    <xs:element ref="ds:KeyInfo" minOccurs="0"/>
    <xs:element ref="ds:Object" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="Id" type="xs:ID" use="optional"/>
    </xs:complexType>
    <xs:element name="SignatureValue" type="ds:SignatureValueType"/>
    <xs:complexType name="SignatureValueType">
    <xs:simpleContent>
    <xs:extension base="xs:base64Binary">
    <xs:attribute name="Id" type="xs:ID" use="optional"/>
    </xs:extension>
    </xs:simpleContent>
    </xs:complexType>
    <!-- Start SignedInfo -->
    <xs:element name="SignedInfo" type="ds:SignedInfoType"/>
    <xs:complexType name="SignedInfoType">
    <xs:sequence>
    <xs:element ref="ds:CanonicalizationMethod"/>
    <xs:element ref="ds:SignatureMethod"/>
    <xs:element ref="ds:Reference" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="Id" type="xs:ID" use="optional"/>
    </xs:complexType>
    <xs:element name="CanonicalizationMethod" type="ds:CanonicalizationMethodType"/>
    <xs:complexType name="CanonicalizationMethodType" mixed="true">
    <xs:sequence>
    <xs:any namespace="##any" minOccurs="0" maxOccurs="unbounded"/>
    <!-- (0,unbounded) elements from (1,1) namespace -->
    </xs:sequence>
    <xs:attribute name="Algorithm" type="xs:anyURI" use="required"/>
    </xs:complexType>
    <xs:element name="SignatureMethod" type="ds:SignatureMethodType"/>
    <xs:complexType name="SignatureMethodType" mixed="true">
    <xs:sequence>
    <xs:element name="HMACOutputLength" minOccurs="0" type="ds:HMACOutputLengthType"/>
    <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
    <!-- (0,unbounded) elements from (1,1) external namespace -->
    </xs:sequence>
    <xs:attribute name="Algorithm" type="xs:anyURI" use="required"/>
    </xs:complexType>
    <!-- Start Reference -->
    <xs:element name="Reference" type="ds:ReferenceType"/>
    <xs:complexType name="ReferenceType">
    <xs:sequence>
    <xs:element ref="ds:Transforms" minOccurs="0"/>
    <xs:element ref="ds:DigestMethod"/>
    <xs:element ref="ds:DigestValue"/>
    </xs:sequence>
    <xs:attribute name="Id" type="xs:ID" use="optional"/>
    <xs:attribute name="URI" type="xs:anyURI" use="optional"/>
    <xs:attribute name="Type" type="xs:anyURI" use="optional"/>
    </xs:complexType>
    <xs:element name="Transforms" type="ds:TransformsType"/>
    <xs:complexType name="TransformsType">
    <xs:sequence>
    <xs:element ref="ds:Transform" maxOccurs="unbounded"/>
    </xs:sequence>
    </xs:complexType>
    <xs:element name="Transform" type="ds:TransformType"/>
    <xs:complexType name="TransformType" mixed="true">
    <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:any namespace="##other" processContents="lax"/>
    <!-- (1,1) elements from (0,unbounded) namespaces -->
    <xs:element name="XPath" type="xs:string"/>
    </xs:choice>
    <xs:attribute name="Algorithm" type="xs:anyURI" use="required"/>
    </xs:complexType>
    <!-- End Reference -->
    <xs:element name="DigestMethod" type="ds:DigestMethodType"/>
    <xs:complexType name="DigestMethodType" mixed="true">
    <xs:sequence>
    <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="Algorithm" type="xs:anyURI" use="required"/>
    </xs:complexType>
    <xs:element name="DigestValue" type="ds:DigestValueType"/>
    <xs:simpleType name="DigestValueType">
    <xs:restriction base="xs:base64Binary"/>
    </xs:simpleType>
    <!-- End SignedInfo -->
    <!-- Start KeyInfo -->
    <xs:element name="KeyInfo" type="ds:KeyInfoType"/>
    <xs:complexType name="KeyInfoType" mixed="true">
    <xs:choice maxOccurs="unbounded">
    <xs:element ref="ds:KeyName"/>
    <xs:element ref="ds:KeyValue"/>
    <xs:element ref="ds:RetrievalMethod"/>
    <xs:element ref="ds:X509Data"/>
    <xs:element ref="ds:PGPData"/>
    <xs:element ref="ds:SPKIData"/>
    <xs:element ref="ds:MgmtData"/>
    <xs:any processContents="lax" namespace="##other"/>
    <!-- (1,1) elements from (0,unbounded) namespaces -->
    </xs:choice>
    <xs:attribute name="Id" type="xs:ID" use="optional"/>
    </xs:complexType>
    <xs:element name="KeyName" type="xs:string"/>
    <xs:element name="MgmtData" type="xs:string"/>
    <xs:element name="KeyValue" type="ds:KeyValueType"/>
    <xs:complexType name="KeyValueType" mixed="true">
    <xs:choice>
    <xs:element ref="ds:DSAKeyValue"/>
    <xs:element ref="ds:RSAKeyValue"/>
    <xs:any namespace="##other" processContents="lax"/>
    </xs:choice>
    </xs:complexType>
    <xs:element name="RetrievalMethod" type="ds:RetrievalMethodType"/>
    <xs:complexType name="RetrievalMethodType">
    <xs:sequence>
    <xs:element ref="ds:Transforms" minOccurs="0"/>
    </xs:sequence>
    <xs:attribute name="URI" type="xs:anyURI"/>
    <xs:attribute name="Type" type="xs:anyURI" use="optional"/>
    </xs:complexType>
    <!-- Start X509Data -->
    <xs:element name="X509Data" type="ds:X509DataType"/>
    <xs:complexType name="X509DataType">
    <xs:sequence maxOccurs="unbounded">
    <xs:choice>
    <xs:element name="X509IssuerSerial" type="ds:X509IssuerSerialType"/>
    <xs:element name="X509SKI" type="xs:base64Binary"/>
    <xs:element name="X509SubjectName" type="xs:string"/>
    <xs:element name="X509Certificate" type="xs:base64Binary"/>
    <xs:element name="X509CRL" type="xs:base64Binary"/>
    <xs:any namespace="##other" processContents="lax"/>
    </xs:choice>
    </xs:sequence>
    </xs:complexType>
    <xs:complexType name="X509IssuerSerialType">
    <xs:sequence>
    <xs:element name="X509IssuerName" type="xs:string"/>
    <xs:element name="X509SerialNumber" type="xs:integer"/>
    </xs:sequence>
    </xs:complexType>
    <!-- End X509Data -->
    <!-- Begin PGPData -->
    <xs:element name="PGPData" type="ds:PGPDataType"/>
    <xs:complexType name="PGPDataType">
    <xs:choice>
    <xs:sequence>
    <xs:element name="PGPKeyID" type="xs:base64Binary"/>
    <xs:element name="PGPKeyPacket" type="xs:base64Binary" minOccurs="0"/>
    <xs:any namespace="##other" processContents="lax" minOccurs="0"
    maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:sequence>
    <xs:element name="PGPKeyPacket" type="xs:base64Binary"/>
    <xs:any namespace="##other" processContents="lax" minOccurs="0"
    maxOccurs="unbounded"/>
    </xs:sequence>
    </xs:choice>
    </xs:complexType>
    <!-- End PGPData -->
    <!-- Begin SPKIData -->
    <xs:element name="SPKIData" type="ds:SPKIDataType"/>
    <xs:complexType name="SPKIDataType">
    <xs:sequence maxOccurs="unbounded">
    <xs:element name="SPKISexp" type="xs:base64Binary"/>
    <xs:any namespace="##other" processContents="lax" minOccurs="0"/>
    </xs:sequence>
    </xs:complexType>
    <!-- End SPKIData -->
    <!-- End KeyInfo -->
    <!-- Start Object (Manifest, SignatureProperty) -->
    <xs:element name="Object" type="ds:ObjectType"/>
    <xs:complexType name="ObjectType" mixed="true">
    <xs:sequence minOccurs="0" maxOccurs="unbounded">
    <xs:any namespace="##any" processContents="lax"/>
    </xs:sequence>
    <xs:attribute name="Id" type="xs:ID" use="optional"/>
    <xs:attribute name="MimeType" type="xs:string" use="optional"/> <!-- add a grep facet -->
    <xs:attribute name="Encoding" type="xs:anyURI" use="optional"/>
    </xs:complexType>
    <xs:element name="Manifest" type="ds:ManifestType"/>
    <xs:complexType name="ManifestType">
    <xs:sequence>
    <xs:element ref="ds:Reference" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="Id" type="xs:ID" use="optional"/>
    </xs:complexType>
    <xs:element name="SignatureProperties" type="ds:SignaturePropertiesType"/>
    <xs:complexType name="SignaturePropertiesType">
    <xs:sequence>
    <xs:element ref="ds:SignatureProperty" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:attribute name="Id" type="xs:ID" use="optional"/>
    </xs:complexType>
    <xs:element name="SignatureProperty" type="ds:SignaturePropertyType"/>
    <xs:complexType name="SignaturePropertyType" mixed="true">
    <xs:choice maxOccurs="unbounded">
    <xs:any namespace="##other" processContents="lax"/>
    <!-- (1,1) elements from (1,unbounded) namespaces -->
    </xs:choice>
    <xs:attribute name="Target" type="xs:anyURI" use="required"/>
    <xs:attribute name="Id" type="xs:ID" use="optional"/>
    </xs:complexType>
    <!-- End Object (Manifest, SignatureProperty) -->
    <!-- Start Algorithm Parameters -->
    <xs:simpleType name="HMACOutputLengthType">
    <xs:restriction base="xs:integer"/>
    </xs:simpleType>
    <!-- Start KeyValue Element-types -->
    <xs:element name="DSAKeyValue" type="ds:DSAKeyValueType"/>
    <xs:complexType name="DSAKeyValueType">
    <xs:sequence>
    <xs:sequence minOccurs="0">
    <xs:element name="P" type="ds:CryptoBinary"/>
    <xs:element name="Q" type="ds:CryptoBinary"/>
    </xs:sequence>
    <xs:element name="G" type="ds:CryptoBinary" minOccurs="0"/>
    <xs:element name="Y" type="ds:CryptoBinary"/>
    <xs:element name="J" type="ds:CryptoBinary" minOccurs="0"/>
    <xs:sequence minOccurs="0">
    <xs:element name="Seed" type="ds:CryptoBinary"/>
    <xs:element name="PgenCounter" type="ds:CryptoBinary"/>
    </xs:sequence>
    </xs:sequence>
    </xs:complexType>
    <xs:element name="RSAKeyValue" type="ds:RSAKeyValueType"/>
    <xs:complexType name="RSAKeyValueType">
    <xs:sequence>
    <xs:element name="Modulus" type="ds:CryptoBinary"/>
    <xs:element name="Exponent" type="ds:CryptoBinary"/>
    </xs:sequence>
    </xs:complexType>
    <!-- End KeyValue Element-types -->
    <!-- End Signature -->
    </xs:schema>
    ===============================================================================
    Code for registering the xml-schema
    begin
    dbms_xmlschema.deleteSchema('http://xmlns.oracle.com/xdb/schemas/DNTSB/www.sporfori.fo/schemas/www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd',
    dbms_xmlschema.DELETE_CASCADE_FORCE);
    end;
    begin
    DBMS_XMLSCHEMA.REGISTERURI(
    schemaurl => 'http://www.sporfori.fo/schemas/www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd',
    schemadocuri => 'http://www.sporfori.fo/schemas/www.w3.org/TR/xmldsig-core/xmldsig-core-schema.xsd',
    local => TRUE,
    gentypes => TRUE,
    genbean => FALSE,
    gentables => TRUE,
    force => FALSE,
    owner => 'DNTSB',
    options => 0);
    end;
    Test program
    -- Created on 17-07-2006 by EEJ
    declare
    XML_TEXT3 CLOB := '<Object xmlns="http://www.w3.org/2000/09/xmldsig#">
                                  <SignatureProperties>
                                       <SignatureProperty Target="">
                                            <Timestamp xmlns="http://www.sporfori.fo/schemas/dnts/general/2006/11/14">2007-05-10T12:00:00-05:00</Timestamp>
                                       </SignatureProperty>
                                  </SignatureProperties>
                             </Object>';
    xmldoc xmltype;
    begin
    xmldoc := xmltype(xml_text3);
    insert into signaturetable
    (xml_document, ts)
    values
    (xmldoc, current_timestamp);
    end;
    Platform information
    Operating system:
    -bash-3.00$ uname -a
    SunOS dntsdb 5.10 Generic_125101-09 i86pc i386 i86pc
    SQLPlus:
    SQL*Plus: Release 10.2.0.3.0 - Production on Fri Aug 17 00:15:13 2007
    Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
    Enter password:
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production
    With the Partitioning and Data Mining options
    Kind Regards,
    Eyðun

    You should report this in a service request on http://metalink.oracle.com.
    It is a shame that you put all the effort here to describe your problem, but on the other hand you can now also copy & paste the question to Oracle Support.
    Because you are using 10.2.0.3; I am guessing that you have a valid service contract...

Maybe you are looking for

  • How to Update multiple line Items in Sales order Interactive form

    Hi,         I have created one online interactive form for sales order. In that I incorporated dynamic table logic .i.e. we can add row and delete row using buttons. Interactive form is working fine with one line item. But if I give multiple lines in

  • How do I edit a scanned document using Adobe services?

    how do I edit a scanned document using Adobe services?

  • Arch hangs on boot after system update

    After I ran 'pacman -Syyu' yesterday, my Arch install won't boot anymore. Instead, it hangs after  'Reached target Graphical Interface' with a blinking underscore. It is the first time I've encountered such problems after running Arch for almost a ye

  • HT4356 Blank page when printing from email

    I just got and set up Epson NX 430. It is AirPrint printer and is printing from both iPhone and iPad. Seems to be fine except when printing except from email. Then it always feeds a blank page first then prints the email. I can't figure out how to st

  • Forte 6U2 - patch confusion

    While trying to update our compiler to the newest patch set, I ran into the following problem. From access1, patch 111683-14 requires patch 111690-10 or greater to be installed. 111690-10 is not listed on access1 as a patch. When I tried to install 1