DB was down with ora-7445

Hi,
oracle 9.2.0.8
os:solaris
one of my (OLAP) prod DB was down with ora-7445.can any one please help.
thanks ,
Sam.

sam995972 wrote:
log info:
Thu Apr 3 16 00:42:54 2013
ARCH: Completed archiving log 3 thread 1 sequence 135381
Thu Apr 3 16 00:43:03 2013
Completed checkpoint up to RBA [0x210d6.2.10], SCN: 0x09f8.7497c3b
Completed checkpoint up to RBA [0x210d5.2.10], SCN: 0x09f8.7497c35
Completed checkpoint up to RBA [0x210d4.2.10], SCN: 0x09f8.747b09d
Thu Apr 3 16 00:52:01 2013
Errors in file /ora/admin/JP00DP/udump/JP00DP_ora_16715.trc:
ORA-07445: exception encountered: core dump [0000000101CA36F8] [SIGBUS] [Invalid address alignment] [0xA9875D0008000B] [] []
Thu Apr 3 16 00:52:06 2013
Errors in file /ora/admin/JP00DP/bdump/JP00DP_pmon_17895.trc:
ORA-07445: exception encountered: core dump [0000000101CA33F8] [SIGBUS] [Invalid address alignment] [0xA9875D0008000B] [] []
Thu Apr 3 16 00:52:06 2013
Errors in file /ora/admin/JP00DP/bdump/JP00DP_pmon_17895.trc:
ORA-07445: exception encountered: core dump [0000000101E55984] [SIGBUS] [Invalid address alignment] [0xA9875D0008000B] [] []
ORA-00602: internal programming exception
ORA-07445: exception encountered: core dump [0000000101CA33F8] [SIGBUS] [Invalid address alignment] [0xA9875D0008000B] [] []
Thu Apr 3 16 00:52:11 2013according to above info it is a BUG.
if you have extended support plz contact support.oracle.com

Similar Messages

  • Update was encountered with ORA-1427

    Hi all,
    i have the following query :-
    update ot_so_item A set (A.soi_flex_03 )
    = ( select pwh_no from ot_pwo_head, ot_so_item, ot_so_head
    where pWH_sys_id = soi_pwh_sys_idid
    AND SOH_SYS_ID = SOI_SOH_SYS_ID
    and soh_txn_code = 'PSO'
    AND SOI_FLEX_03 IS NULL
    AND soh_dt > to_date('01/01/2010', 'dd/mm/yyyy') )
    WHERE A.SOI_FLEX_03 IS NULL
    AND A.SOI_SOH_SYS_ID IN ( SELECT SOH_SYS_ID FROM ot_so_head WHERE A.SOI_SOH_SYS_ID = SOH_SYS_ID AND SOH_TXN_CODE = 'PSO' )
    it was returned with ORA-1427 but when I try to query the sub-query which the cursor stop when error hits, I have putting the count command to look for which lines is causing duplicate entry is null.
    select pwh_no from ot_pwo_head, ot_so_item, ot_so_head
    where pWH_sys_id = soi_pwh_sys_id
    AND SOH_SYS_ID = SOI_SOH_SYS_ID
    and soh_txn_code = 'PSO'
    AND SOI_FLEX_03 IS NULL
    AND soh_dt > to_date('01/01/2010', 'dd/mm/yyyy') )
    GROUP BY PWH_NO
    HAVING COUNT(PWH_NO) > 1 )
    Not record is return with count > 1. Where is the error actually ?
    Thanks.
    Lim

    my oracle version is 10.g
    here is the output running at sql plus
    SQL*Plus: Release 8.0.6.0.0 - Production on Mon Oct 10 14:18:35 2011
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL> update ot_so_item A set (A.soi_flex_03 )
    2 = ( select c.pwh_no from ot_pwo_head c, ot_so_item b, ot_so_head bb
    3 where c.pWH_sys_id = b.soi_pwh_sys_id
    4 --and soh_sys_id = A.soi_soh_sys_id
    5 AND bb.SOH_SYS_ID = b.SOI_SOH_SYS_ID
    6 and bb.soh_txn_code = 'PSO'
    7 AND b.SOI_FLEX_03 IS NULL
    8 AND bb.soh_dt > to_date('01/01/2010', 'dd/mm/yyyy') )
    9 WHERE A.SOI_FLEX_03 IS NULL
    10 AND A.SOI_SOH_SYS_ID IN ( SELECT o.SOH_SYS_ID FROM ot_so_head o WHERE A.SOI_SOH_SYS_ID = o.SOH_
    SYS_ID AND o.SOH_TXN_CODE = 'PSO' );
    = ( select c.pwh_no from ot_pwo_head c, ot_so_item b, ot_so_head bb
    ERROR at line 2:
    ORA-01427: single-row subquery returns more than one row
    Rgds
    Lim

  • Database and os was hang with ORA-240 ERROR

    Environment: AIX 6.1 ,TWO node rac,oracle 10.2.0.4
    Symptom :
    用户反映无法打开MES程序,连接到2号节点查看,发现sqlplus /as sysdba
    回车后卡死,cancel不掉?重新开一个连接,到root账户下 crsctl check crs 命令也卡死,lsnrctl status 命令卡死,OS命令正常。
    1号节点正常。
    Alterlog有如下报错
    Sat Nov 3 16:37:32 2012
    Thread 2 advanced to log sequence 55778 (LGWR switch)
    Current log# 8 seq# 55778 mem# 0: +SFC3DB_DATA/sfc3db/onlinelog/group_8.304.722515055
    Current log# 8 seq# 55778 mem# 1: +SFC3DB_ARCH/sfc3db/onlinelog/group_8.264.722515055
    Sat Nov 3 16:40:19 2012
    Errors in file /apps/oracle/admin/sfc3db/bdump/sfc3db2_arc0_1843352.trc:
    ORA-00240: control file enqueue held for more than 120 seconds
    Sat Nov 3 16:42:29 2012
    Errors in file /apps/oracle/admin/sfc3db/bdump/sfc3db2_arc1_565424.trc:
    ORA-00240: control file enqueue held for more than 120 seconds
    Sat Nov 3 16:47:00 2012
    kkjcre1p: unable to spawn jobq slave process
    Sat Nov 3 16:47:00 2012
    Sat Nov 3 17:04:22 2012
    ksvsubmit: Process(O001) creation failed
    系统应该是无法分配新的进程了,所以这些命令都卡死, 但是当时OS free的内存还有10多G,也远没有达到最大进程数。
    select * from v$resource_limit; 看到最大的processes为1406 processes参数为2000
    job_queue_processes 是默认值 10,当前可用的job不超过30,这个参数已经够用了
    我最后的解决办法是直接reboot OS,重启后OK, 各位大神有遇到过这种情况的吗?需要什么LOG 我发上来。
    如下是trc文件
    sfc3rac2:/apps/oracle/admin/sfc3db/bdump$ cat /apps/oracle/admin/sfc3db/bdump/sfc3db2_cjq0_5861420.trc
    Dump file /apps/oracle/admin/sfc3db/bdump/sfc3db2_cjq0_5861420.trc
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, Real Application Clusters, OLAP, Data Mining
    and Real Application Testing options
    ORACLE_HOME = /apps/oracle/product/10.2.0
    System name: AIX
    Node name: sfc3rac2
    Release: 1
    Version: 6
    Machine: 00C8B9724C00
    Instance name: sfc3db2
    Redo thread mounted by this instance: 2
    Oracle process number: 15
    Unix process pid: 5861420, image: oracle@sfc3rac2 (CJQ0)
    *** 2012-11-03 06:00:41.427
    *** SERVICE NAMESYS$BACKGROUND) 2012-11-03 06:00:41.419
    *** SESSION ID2192.1) 2012-11-03 06:00:41.419
    GATHER_STATS_JOB: Stopped by Scheduler.
    Consider increasing the maintenance window duration if this happens frequently.
    The following objects/segments were not analyzed due to timeout:
    *** 2012-11-03 16:31:39.479
    Waited for process J000 to initialize for 60 seconds
    *** 2012-11-03 16:31:39.479
    Dumping diagnostic information for J000:
    OS pid = 917522
    loadavg : 3.77 3.49 3.60
    swap info: free_mem = 9427.14M rsv = 64.00M
    alloc = 241.15M avail = 16384.00M swap_free = 16142.85M
    F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD
    1040005 A oracle 917522 1 0 60 20 1ad230590 89196 16:30:38 - 0:00 [oracle]
    skgpgpstack: read() for cmd /bin/sh -c '/usr/bin/procstack 917522 2>&1' timed out after 60 seconds
    *** 2012-11-03 16:33:40.701
    *** 2012-11-03 16:33:50.907
    Waited for process J000 to initialize for 70 seconds
    *** 2012-11-03 16:33:50.907
    Dumping diagnostic information for J000:
    OS pid = 917522
    loadavg : 2.86 3.25 3.49
    swap info: free_mem = 9348.35M rsv = 64.00M
    alloc = 241.11M avail = 16384.00M swap_free = 16142.89M
    F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD
    1040005 A oracle 917522 1 0 60 20 1ad230590 89196 16:30:38 - 0:00 [oracle]
    skgpgpstack: read() for cmd /bin/sh -c '/usr/bin/procstack 917522 2>&1' timed out after 60 seconds
    *** 2012-11-03 16:35:52.258
    *** 2012-11-03 16:36:02.459
    Waited for process J000 to initialize for 80 seconds
    *** 2012-11-03 16:36:02.459
    Dumping diagnostic information for J000:
    OS pid = 917522
    loadavg : 2.74 3.00 3.36
    swap info: free_mem = 9385.39M rsv = 64.00M
    alloc = 241.10M avail = 16384.00M swap_free = 16142.90M
    F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD
    1040005 A oracle 917522 1 0 60 20 1ad230590 89196 16:30:38 - 0:00 [oracle]
    skgpgpstack: read() for cmd /bin/sh -c '/usr/bin/procstack 917522 2>&1' timed out after 60 seconds
    *** 2012-11-03 16:38:03.960
    *** 2012-11-03 16:38:14.165
    Waited for process J000 to initialize for 90 seconds
    *** 2012-11-03 16:38:14.165
    Dumping diagnostic information for J000:
    OS pid = 917522
    loadavg : 2.56 2.96 3.30
    swap info: free_mem = 9440.27M rsv = 64.00M
    alloc = 241.00M avail = 16384.00M swap_free = 16143.00M
    F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD
    1040005 A oracle 917522 1 0 60 20 1ad230590 89196 16:30:38 - 0:00 [oracle]
    skgpgpstack: read() for cmd /bin/sh -c '/usr/bin/procstack 917522 2>&1' timed out after 60 seconds
    *** 2012-11-03 16:40:16.175
    *** 2012-11-03 16:40:26.384
    Waited for process J000 to initialize for 100 seconds
    *** 2012-11-03 16:40:26.384
    Dumping diagnostic information for J000:
    OS pid = 917522
    loadavg : 2.82 2.90 3.23
    swap info: free_mem = 9488.88M rsv = 64.00M
    alloc = 240.96M avail = 16384.00M swap_free = 16143.04M
    F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD
    1040005 A oracle 917522 1 0 60 20 1ad230590 89196 16:30:38 - 0:00 [oracle]
    skgpgpstack: read() for cmd /bin/sh -c '/usr/bin/procstack 917522 2>&1' timed out after 60 seconds
    *** 2012-11-03 16:42:29.100
    *** 2012-11-03 16:42:39.305
    Waited for process J000 to initialize for 110 seconds
    *** 2012-11-03 16:42:39.305
    Dumping diagnostic information for J000:
    OS pid = 917522
    loadavg : 4.05 3.26 3.32
    swap info: free_mem = 9640.50M rsv = 64.00M
    alloc = 240.90M avail = 16384.00M swap_free = 16143.10M
    F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD
    1040005 A oracle 917522 1 0 60 20 1ad230590 89196 16:30:38 - 0:00 [oracle]
    skgpgpstack: read() for cmd /bin/sh -c '/usr/bin/procstack 917522 2>&1' timed out after 60 seconds
    *** 2012-11-03 16:44:43.732
    *** 2012-11-03 16:44:53.936
    Waited for process J000 to initialize for 120 seconds
    *** 2012-11-03 16:44:53.936
    Dumping diagnostic information for J000:
    OS pid = 917522
    loadavg : 3.03 3.16 3.28
    swap info: free_mem = 9667.09M rsv = 64.00M
    alloc = 240.84M avail = 16384.00M swap_free = 16143.16M
    F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD
    1040005 A oracle 917522 1 0 60 20 1ad230590 89196 16:30:38 - 0:00 [oracle]
    skgpgpstack: read() for cmd /bin/sh -c '/usr/bin/procstack 917522 2>&1' timed out after 60 seconds
    *** 2012-11-03 16:47:00.265
    Killing process (ospid 917522): (reason=x4 error=0)
    ... and the process is still alive after kill!
    *** 2012-11-03 17:05:23.892
    Waited for process J000 to initialize for 60 seconds
    *** 2012-11-03 17:05:23.892
    Dumping diagnostic information for J000:
    OS pid = 3915970
    loadavg : 2.43 2.42 2.75
    swap info: free_mem = 10365.04M rsv = 64.00M
    alloc = 239.53M avail = 16384.00M swap_free = 16144.47M
    F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD
    1040005 A oracle 3915970 1 0 60 20 105d26590 89196 17:04:22 - 0:00 [oracle]
    skgpgpstack: read() for cmd /bin/sh -c '/usr/bin/procstack 3915970 2>&1' timed out after 60 seconds
    *** 2012-11-03 17:07:35.954
    *** 2012-11-03 17:07:46.156
    Waited for process J000 to initialize for 70 seconds
    *** 2012-11-03 17:07:46.156
    Dumping diagnostic information for J000:
    OS pid = 3915970
    loadavg : 2.24 2.33 2.67
    swap info: free_mem = 10400.53M rsv = 64.00M
    alloc = 239.37M avail = 16384.00M swap_free = 16144.63M
    F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD
    1040005 A oracle 3915970 1 0 60 20 105d26590 89196 17:04:22 - 0:00 [oracle]
    skgpgpstack: read() for cmd /bin/sh -c '/usr/bin/procstack 3915970 2>&1' timed out after 60 seconds
    *** 2012-11-03 17:09:58.294
    *** 2012-11-03 17:10:08.495
    Waited for process J000 to initialize for 80 seconds
    *** 2012-11-03 17:10:08.495
    Dumping diagnostic information for J000:
    OS pid = 3915970
    loadavg : 2.36 2.38 2.64
    swap info: free_mem = 10389.09M rsv = 64.00M
    alloc = 239.23M avail = 16384.00M swap_free = 16144.77M
    F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD
    1040005 A oracle 3915970 1 0 60 20 105d26590 89196 17:04:22 - 0:00 [oracle]
    skgpgpstack: read() for cmd /bin/sh -c '/usr/bin/procstack 3915970 2>&1' timed out after 60 seconds
    *** 2012-11-03 17:12:20.685
    *** 2012-11-03 17:12:30.886
    Waited for process J000 to initialize for 90 seconds
    *** 2012-11-03 17:12:30.886
    Dumping diagnostic information for J000:
    还有个trc文件太大暂时不放了 。

    Environment: AIX 6.1 ,TWO node rac,oracle 10.2.0.4
    Symptom :
    用户反映无法打开MES程序,连接到2号节点查看,发现sqlplus /as sysdba
    回车后卡死,cancel不掉?重新开一个连接,到root账户下 crsctl check crs 命令也卡死,lsnrctl status 命令卡死,OS命令正常。
    1号节点正常。
    Alterlog有如下报错
    Sat Nov 3 16:37:32 2012
    Thread 2 advanced to log sequence 55778 (LGWR switch)
    Current log# 8 seq# 55778 mem# 0: +SFC3DB_DATA/sfc3db/onlinelog/group_8.304.722515055
    Current log# 8 seq# 55778 mem# 1: +SFC3DB_ARCH/sfc3db/onlinelog/group_8.264.722515055
    Sat Nov 3 16:40:19 2012
    Errors in file /apps/oracle/admin/sfc3db/bdump/sfc3db2_arc0_1843352.trc:
    ORA-00240: control file enqueue held for more than 120 seconds
    Sat Nov 3 16:42:29 2012
    Errors in file /apps/oracle/admin/sfc3db/bdump/sfc3db2_arc1_565424.trc:
    ORA-00240: control file enqueue held for more than 120 seconds
    Sat Nov 3 16:47:00 2012
    kkjcre1p: unable to spawn jobq slave process
    Sat Nov 3 16:47:00 2012
    Sat Nov 3 17:04:22 2012
    ksvsubmit: Process(O001) creation failed
    系统应该是无法分配新的进程了,所以这些命令都卡死, 但是当时OS free的内存还有10多G,也远没有达到最大进程数。
    select * from v$resource_limit; 看到最大的processes为1406 processes参数为2000
    job_queue_processes 是默认值 10,当前可用的job不超过30,这个参数已经够用了
    我最后的解决办法是直接reboot OS,重启后OK, 各位大神有遇到过这种情况的吗?需要什么LOG 我发上来。
    如下是trc文件
    sfc3rac2:/apps/oracle/admin/sfc3db/bdump$ cat /apps/oracle/admin/sfc3db/bdump/sfc3db2_cjq0_5861420.trc
    Dump file /apps/oracle/admin/sfc3db/bdump/sfc3db2_cjq0_5861420.trc
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, Real Application Clusters, OLAP, Data Mining
    and Real Application Testing options
    ORACLE_HOME = /apps/oracle/product/10.2.0
    System name: AIX
    Node name: sfc3rac2
    Release: 1
    Version: 6
    Machine: 00C8B9724C00
    Instance name: sfc3db2
    Redo thread mounted by this instance: 2
    Oracle process number: 15
    Unix process pid: 5861420, image: oracle@sfc3rac2 (CJQ0)
    *** 2012-11-03 06:00:41.427
    *** SERVICE NAMESYS$BACKGROUND) 2012-11-03 06:00:41.419
    *** SESSION ID2192.1) 2012-11-03 06:00:41.419
    GATHER_STATS_JOB: Stopped by Scheduler.
    Consider increasing the maintenance window duration if this happens frequently.
    The following objects/segments were not analyzed due to timeout:
    *** 2012-11-03 16:31:39.479
    Waited for process J000 to initialize for 60 seconds
    *** 2012-11-03 16:31:39.479
    Dumping diagnostic information for J000:
    OS pid = 917522
    loadavg : 3.77 3.49 3.60
    swap info: free_mem = 9427.14M rsv = 64.00M
    alloc = 241.15M avail = 16384.00M swap_free = 16142.85M
    F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD
    1040005 A oracle 917522 1 0 60 20 1ad230590 89196 16:30:38 - 0:00 [oracle]
    skgpgpstack: read() for cmd /bin/sh -c '/usr/bin/procstack 917522 2>&1' timed out after 60 seconds
    *** 2012-11-03 16:33:40.701
    *** 2012-11-03 16:33:50.907
    Waited for process J000 to initialize for 70 seconds
    *** 2012-11-03 16:33:50.907
    Dumping diagnostic information for J000:
    OS pid = 917522
    loadavg : 2.86 3.25 3.49
    swap info: free_mem = 9348.35M rsv = 64.00M
    alloc = 241.11M avail = 16384.00M swap_free = 16142.89M
    F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD
    1040005 A oracle 917522 1 0 60 20 1ad230590 89196 16:30:38 - 0:00 [oracle]
    skgpgpstack: read() for cmd /bin/sh -c '/usr/bin/procstack 917522 2>&1' timed out after 60 seconds
    *** 2012-11-03 16:35:52.258
    *** 2012-11-03 16:36:02.459
    Waited for process J000 to initialize for 80 seconds
    *** 2012-11-03 16:36:02.459
    Dumping diagnostic information for J000:
    OS pid = 917522
    loadavg : 2.74 3.00 3.36
    swap info: free_mem = 9385.39M rsv = 64.00M
    alloc = 241.10M avail = 16384.00M swap_free = 16142.90M
    F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD
    1040005 A oracle 917522 1 0 60 20 1ad230590 89196 16:30:38 - 0:00 [oracle]
    skgpgpstack: read() for cmd /bin/sh -c '/usr/bin/procstack 917522 2>&1' timed out after 60 seconds
    *** 2012-11-03 16:38:03.960
    *** 2012-11-03 16:38:14.165
    Waited for process J000 to initialize for 90 seconds
    *** 2012-11-03 16:38:14.165
    Dumping diagnostic information for J000:
    OS pid = 917522
    loadavg : 2.56 2.96 3.30
    swap info: free_mem = 9440.27M rsv = 64.00M
    alloc = 241.00M avail = 16384.00M swap_free = 16143.00M
    F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD
    1040005 A oracle 917522 1 0 60 20 1ad230590 89196 16:30:38 - 0:00 [oracle]
    skgpgpstack: read() for cmd /bin/sh -c '/usr/bin/procstack 917522 2>&1' timed out after 60 seconds
    *** 2012-11-03 16:40:16.175
    *** 2012-11-03 16:40:26.384
    Waited for process J000 to initialize for 100 seconds
    *** 2012-11-03 16:40:26.384
    Dumping diagnostic information for J000:
    OS pid = 917522
    loadavg : 2.82 2.90 3.23
    swap info: free_mem = 9488.88M rsv = 64.00M
    alloc = 240.96M avail = 16384.00M swap_free = 16143.04M
    F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD
    1040005 A oracle 917522 1 0 60 20 1ad230590 89196 16:30:38 - 0:00 [oracle]
    skgpgpstack: read() for cmd /bin/sh -c '/usr/bin/procstack 917522 2>&1' timed out after 60 seconds
    *** 2012-11-03 16:42:29.100
    *** 2012-11-03 16:42:39.305
    Waited for process J000 to initialize for 110 seconds
    *** 2012-11-03 16:42:39.305
    Dumping diagnostic information for J000:
    OS pid = 917522
    loadavg : 4.05 3.26 3.32
    swap info: free_mem = 9640.50M rsv = 64.00M
    alloc = 240.90M avail = 16384.00M swap_free = 16143.10M
    F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD
    1040005 A oracle 917522 1 0 60 20 1ad230590 89196 16:30:38 - 0:00 [oracle]
    skgpgpstack: read() for cmd /bin/sh -c '/usr/bin/procstack 917522 2>&1' timed out after 60 seconds
    *** 2012-11-03 16:44:43.732
    *** 2012-11-03 16:44:53.936
    Waited for process J000 to initialize for 120 seconds
    *** 2012-11-03 16:44:53.936
    Dumping diagnostic information for J000:
    OS pid = 917522
    loadavg : 3.03 3.16 3.28
    swap info: free_mem = 9667.09M rsv = 64.00M
    alloc = 240.84M avail = 16384.00M swap_free = 16143.16M
    F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD
    1040005 A oracle 917522 1 0 60 20 1ad230590 89196 16:30:38 - 0:00 [oracle]
    skgpgpstack: read() for cmd /bin/sh -c '/usr/bin/procstack 917522 2>&1' timed out after 60 seconds
    *** 2012-11-03 16:47:00.265
    Killing process (ospid 917522): (reason=x4 error=0)
    ... and the process is still alive after kill!
    *** 2012-11-03 17:05:23.892
    Waited for process J000 to initialize for 60 seconds
    *** 2012-11-03 17:05:23.892
    Dumping diagnostic information for J000:
    OS pid = 3915970
    loadavg : 2.43 2.42 2.75
    swap info: free_mem = 10365.04M rsv = 64.00M
    alloc = 239.53M avail = 16384.00M swap_free = 16144.47M
    F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD
    1040005 A oracle 3915970 1 0 60 20 105d26590 89196 17:04:22 - 0:00 [oracle]
    skgpgpstack: read() for cmd /bin/sh -c '/usr/bin/procstack 3915970 2>&1' timed out after 60 seconds
    *** 2012-11-03 17:07:35.954
    *** 2012-11-03 17:07:46.156
    Waited for process J000 to initialize for 70 seconds
    *** 2012-11-03 17:07:46.156
    Dumping diagnostic information for J000:
    OS pid = 3915970
    loadavg : 2.24 2.33 2.67
    swap info: free_mem = 10400.53M rsv = 64.00M
    alloc = 239.37M avail = 16384.00M swap_free = 16144.63M
    F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD
    1040005 A oracle 3915970 1 0 60 20 105d26590 89196 17:04:22 - 0:00 [oracle]
    skgpgpstack: read() for cmd /bin/sh -c '/usr/bin/procstack 3915970 2>&1' timed out after 60 seconds
    *** 2012-11-03 17:09:58.294
    *** 2012-11-03 17:10:08.495
    Waited for process J000 to initialize for 80 seconds
    *** 2012-11-03 17:10:08.495
    Dumping diagnostic information for J000:
    OS pid = 3915970
    loadavg : 2.36 2.38 2.64
    swap info: free_mem = 10389.09M rsv = 64.00M
    alloc = 239.23M avail = 16384.00M swap_free = 16144.77M
    F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD
    1040005 A oracle 3915970 1 0 60 20 105d26590 89196 17:04:22 - 0:00 [oracle]
    skgpgpstack: read() for cmd /bin/sh -c '/usr/bin/procstack 3915970 2>&1' timed out after 60 seconds
    *** 2012-11-03 17:12:20.685
    *** 2012-11-03 17:12:30.886
    Waited for process J000 to initialize for 90 seconds
    *** 2012-11-03 17:12:30.886
    Dumping diagnostic information for J000:
    还有个trc文件太大暂时不放了 。

  • Automatic instance getting down with ORA-600

    ORA-00600: internal error code, arguments: [6006], [1], [], [], [], [], [], [], [], [], [], []
    ORA-00600: internal error code, arguments: [ktspfredo-setstate-1], [0], [1], [16], [], [], [], [], [], [], [], []
    help me start the instance to stable state@

    These errors indicate a detected corruption when trying to apply undo/redo information, probably during instance recovery. [6006] is for an index, [ktspfredo-setstate-1] for a LOB (related bug: #11790175). The trace file should include more information though in the cryptic form of a diagnostic block/undo/redo dump.
    Back up the current state of the database (to be able to restart the whole recovery process). Then, if you have a valid older backup, try restoring from that backup. If you have no backup, it may be difficult to recover. If you have a support contract, Oracle Support will probably be able to help. It is not possible to effectively help with recovery of a corrupted database in a community forum.
    Thanks,
    Sergiusz

  • My Iphone was sync with Itunes on a computer then this computer broke down and i purchased another one. I was able to extract all the data from the old one. now how can i sync my phone with the new tunes without loosing any data?

    My Iphone was sync with Itunes on a computer then this computer broke down and i purchased another one. I was able to extract all the data from the old one. now how can i sync my phone with the new tunes without loosing any data?

    Yes, windows to Mac too.
    iTunes: How to move [or copy] your music [library] to a new computer [or another drive] - http://support.apple.com/kb/HT4527
    Quick answer if you use iTunes' default preferences settings:  Copy the entire iTunes folder (and in doing so all its subfolders and files) intact to the other drive.  Open iTunes and immediately hold down the Option (alt) key (shift on Windows), then guide it to the new location of the library.
    Windows users see tip at: https://discussions.apple.com/message/18879381

  • I dropped my macbook pro off my couch and when it landed it was shut, i opened it and it was on a grey sceen so i shut it down with the button and when i turned it back on it was kind of slow but not anymore i just want to know if i should be worried

    i dropped my macbook pro off my couch and when it landed it was shut, i opened it and it was on a grey sceen so i shut it down with the button and when i turned it back on it was kind of slow but not so much anymore. i quit all of my applications before i shut down and i noticed that when there are no more things t quit and i click "hide finder" its not grey anymore it still gives me the option to hide it when i dont need to, little things bug me and i just got this laptop, i just want to know if i should be worried

    I suggest you immediately make a backup of your data. You don't know if or when the computer will show some symptoms from the drop. You may want to, for piece of mind, take the computer to an authorised service center for assessment. No one here can assess any internal damage you may have done.

  • How come the sight was down so long? and why does the system not send emails anymore with responses?

    how come the sight was down so long? and why does the system not send emails anymore with responses?

    The system is back up and fully functional. How long has it been since you stopped receiving notifications? Can you share your form with us so we can have a look into what might be going wrong?
    Andrew

  • ORA-7445 after installation

    Hi,
    I have a specific problem on one notebook. It's a windows 2000 SP4. The installation log does not contain an obvious error message. But after installation, the database homepage doesn't start.
    When looking in the alert file I find those ORA 7445 and ORA 472 errors. When starting up the database using sqlplus and stepping through nomount , mount, open, it seems that the database is running for a short period and then again ends up with the above errors.
    Any ideas?

    Hi
    ORA 7445 indicates that oracle has detected a core dump when attempting a particular operation. To identify a bug you need to look at the first argument after the 7445 error as this identifies the module where the exception was raised. Use this together with the stack produced to identify a bug if possible. The ORA-600/ORA-7445 Troubleshooter will help identify bugs known to core dump in the identified module. https://metalink.oracle.com/metalink/plsql/f?p=130:14:1905955764385093414::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,153788.1,1,0,1,helvetica
    Also look into the Customer Introduction to ORA-7445 Errors at https://metalink.oracle.com/metalink/plsql/f?p=130:14:1905955764385093414::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,211909.1,1,0,1,helvetica
    -Priya

  • Ora 600 and ora 7445 error in oracle 10g r2

    hi all,
    we are using Oracle 10g r2.
    os is windows 2003 server,
    ram is 4 gb.
    front end is java .
    we got a below mentioned errors.
    i got the RA-00600: internal error code, arguments: [qerghFetch:inc], [], [], [], [], [], [], [],
    and ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [unable_to_trans_pc] [PC:0x61F04AC9] [ADDR:0xC] [UNABLE_TO_READ] []
    and Error 0 in kwqmnpartition(), aborting txn errors.
    for aug 3 11.42.47 we got a ora 600 error after that through front end (java) users can't able to connect the database.the not able to executed the query session disconnected error.
    what is reason for theis error . how it will rectifiy.?
    pls advice.Below i attached the alret log message .
    Sun Aug 02 04:04:24 2009
    Error 0 in kwqmnpartition(), aborting txn
    Sun Aug 02 05:48:10 2009
    Error 0 in kwqmnpartition(), aborting txn
    Sun Aug 02 05:49:10 2009
    Error 0 in kwqmnpartition(), aborting txn
    Sun Aug 02 07:38:49 2009
    Thread 1 advanced to log sequence 1732
    Current log# 3 seq# 1732 mem# 0: E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\REDO03.LOG
    Sun Aug 02 07:44:14 2009
    Error 0 in kwqmnpartition(), aborting txn
    Sun Aug 02 07:45:14 2009
    Error 0 in kwqmnpartition(), aborting txn
    Sun Aug 02 22:00:26 2009
    Thread 1 advanced to log sequence 1733
    Current log# 1 seq# 1733 mem# 0: E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\REDO01.LOG
    Mon Aug 03 07:08:15 2009
    Thread 1 advanced to log sequence 1734
    Current log# 2 seq# 1734 mem# 0: E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\REDO02.LOG
    Mon Aug 03 09:28:23 2009
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Mon Aug 03 09:30:27 2009
    Error 0 in kwqmnpartition(), aborting txn
    Mon Aug 03 11:42:47 2009
    Errors in file e:\oracle\product\10.2.0\admin\orcl\udump\orcl_ora_6012.trc:
    ORA-00600: internal error code, arguments: [qerghFetch:inc], [], [], [], [], [], [], []
    Mon Aug 03 13:20:00 2009
    Thread 1 advanced to log sequence 1735
    Current log# 3 seq# 1735 mem# 0: E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\REDO03.LOG
    Mon Aug 03 16:07:07 2009
    Errors in file e:\oracle\product\10.2.0\em_2\rdbms\trace\orcl_ora_4756.trc:
    ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [unable_to_trans_pc] [PC:0x61F04AC9] [ADDR:0xC] [UNABLE_TO_READ] []
    Mon Aug 03 16:07:11 2009
    Process m000 died, see its trace file
    Mon Aug 03 16:07:11 2009
    ksvcreate: Process(m000) creation failed
    Mon Aug 03 16:08:37 2009
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Mon Aug 03 16:10:40 2009
    Error 0 in kwqmnpartition(), aborting txn
    Mon Aug 03 17:25:05 2009
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Mon Aug 03 17:27:11 2009
    Error 0 in kwqmnpartition(), aborting txn
    Mon Aug 03 17:32:19 2009
    Error 0 in kwqmnpartition(), aborting txn
    Mon Aug 03 17:33:24 2009
    Error 0 in kwqmnpartition(), aborting txn
    Mon Aug 03 18:52:08 2009
    Error 0 in kwqmnpartition(), aborting txn
    Mon Aug 03 18:54:09 2009
    Error 0 in kwqmnpartition(), aborting txn
    Mon Aug 03 19:05:33 2009
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Mon Aug 03 19:09:02 2009
    Errors in file e:\oracle\product\10.2.0\em_2\rdbms\trace\orcl_ora_5132.trc:
    ORA-07445: exception encountered: core dump [ACCESS_VIOLATION] [unable_to_trans_pc] [PC:0x7C34126B] [ADDR:0x0] [UNABLE_TO_WRITE] []
    Mon Aug 03 19:10:27 2009
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn
    Error 0 in kwqmnpartition(), aborting txn

    Hi reshumakur
    As this is your PRODUCTION system THEN_ The best help to offer in case of ORA-600, and ORA-7445 is to open SR with metalink. Submit with the SR the following
    1- Alert log
    2- Trace files (in ur case e:\oracle\product\10.2.0\admin\orcl\udump\orcl_ora_6012.trc: and e:\oracle\product\10.2.0\em_2\rdbms\trace\orcl_ora_4756.trc:)
    3- Describe what was happening when you had these errors.
    Try to avoid free help when you have ORA-600 and ORA-07445. This errors could be becuase of BUGS. Oracle Support will know this from the call stack in the trace file.
    Then Do your best to patch 10.2.0.4 and the latest CPU patch.
    Good Luck

  • Import failing with ORA-20001: GET_BLOCK Error

    Hi All,
    I'm attempting to install an export of our Application into the LIVE environment (something I've done many times before), and it's failing with the following error message: -
    ORA-20001: GET_BLOCK Error. ORA-20001: GET_STMT error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 698, column 1: PLS-00103: Encountered the symbol ",'#DD#','#EE#');" when expecting one of the following: ) , * & = - + < / > at in is mod remainder not rem <an exponent (**)> <> or != or ~= >= <= <> and or like LIKE2_ LIKE4_
    The only part of the message that makes any sense to me is the '#DD#','#EE#' which looks like part of a Javascript Passback Function from one of the pages.
    Can anyone throw any light on why I'm getting this error message?
    Thanks,
    Mike

    Scott,
    I managed to track down the error. A column link URL I'm using calls a Javascript Passback Function as follows: -
    javascript:passBack('#A#','#B#','#C#','#D#','#E#','#F#','#G#','#H#','#I#','#J#','#K#','#L#','#M#','#N#','#O#','#P#','#Q#','#R#','#S#','#T#','#U#','#W#','#X#','#Y#','#Z#','#AA#','#BB#','#CC#','#DD#','#EE#');
    By reducing the length of this the import now works. The confusing part is that this was working previously.
    Cheers,
    Mike

  • DB was down for unknow reason?

    Dear all,
    Last night the database was down for some unknow reason. I have checked the alert.log and see everything is ok (highlight in bold) and just around 15 mins the database encounter errors.
    ---------------------- alert.log --------------------------
    completed checkpoint up to RBA [0x61482.2.10], SCN: 0x0018.5c593a50
    Mon Jul 12 21:32:09 2010
    Beginning log switch checkpoint up to RBA [0x61483.2.10], SCN: 0x0018.5c5a8410
    Thread 1 advanced to log sequence 398467
    Current log# 2 seq# 398467 mem# 0: /u01/oracle/proddata/log02a.dbf
    Mon Jul 12 21:32:09 2010
    ARC1: Evaluating archive log 1 thread 1 sequence 398466
    ARC1: Beginning to archive log 1 thread 1 sequence 398466
    Creating archive destination LOG_ARCHIVE_DEST_1: '/u02/oracle/prod/proddb/9.2.0/dbs/arch1_398466.dbf'
    ARC1: Completed archiving log 1 thread 1 sequence 398466
    Mon Jul 12 21:52:42 2010_
    Completed checkpoint up to RBA [0x61483.2.10], SCN: 0x0018.5c5a8410
    Mon Jul 12 22:06:33 2010_
    Errors in file /u02/oracle/prod/proddb/9.2.0/admin/PROD/bdump/prod_dbw0_381128.trc:
    ORA-07445: exception encountered: core dump [] [] [] [] [] []
    Mon Jul 12 22:07:38 2010
    Errors in file /u02/oracle/prod/proddb/9.2.0/admin/PROD/bdump/prod_pmon_426200.trc:
    ORA-00471: DBWR process terminated with error
    Mon Jul 12 22:07:38 2010
    PMON: terminating instance due to error 471
    Mon Jul 12 22:07:40 2010
    Errors in file /u02/oracle/prod/proddb/9.2.0/admin/PROD/bdump/prod_lgwr_270448.trc:
    ORA-00471: DBWR process terminated with error
    Mon Jul 12 22:07:43 2010
    Errors in file /u02/oracle/prod/proddb/9.2.0/admin/PROD/bdump/prod_ckpt_217272.trc:
    ORA-00471: DBWR process terminated with error
    Mon Jul 12 22:10:57 2010
    Instance terminated by PMON, pid = 426200
    Mon Jul 12 23:06:10 2010
    Starting ORACLE instance (normal)
    Disable cache advisory with old cache parameters
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    SCN scheme 3
    Using log_archive_dest parameter default value
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ------------------- prod_pmon_426200.trc --------------------
    Dump file /u02/oracle/prod/proddb/9.2.0/admin/PROD/bdump/prod_pmon_426200.trc
    Oracle9i Enterprise Edition Release 9.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.3.0 - Production
    ORACLE_HOME = /u02/oracle/prod/proddb/9.2.0
    System name:     AIX
    Node name:     rsgsdb
    Release:     2
    Version:     5
    Machine:     0051D32A4C00
    Instance name: PROD
    Redo thread mounted by this instance: 1
    Oracle process number: 2
    Unix process pid: 426200, image: oracle@rsgsdb (PMON)
    *** 2010-07-12 22:07:37.939
    *** SESSION ID:(1.1) 2010-07-12 22:07:35.646
    error 471 detected in background process
    ORA-00471: DBWR process terminated with error
    --------------------- prod_lgwr_270448.trc ----------------------------------
    Dump file /u02/oracle/prod/proddb/9.2.0/admin/PROD/bdump/prod_lgwr_270448.trc
    Oracle9i Enterprise Edition Release 9.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.3.0 - Production
    ORACLE_HOME = /u02/oracle/prod/proddb/9.2.0
    System name:     AIX
    Node name:     rsgsdb
    Release:     2
    Version:     5
    Machine:     0051D32A4C00
    Instance name: PROD
    Redo thread mounted by this instance: 1
    Oracle process number: 4
    Unix process pid: 270448, image: oracle@rsgsdb (LGWR)
    *** 2010-07-12 22:07:40.289
    *** SESSION ID:(3.1) 2010-07-12 22:07:38.311
    error 471 detected in background process
    ORA-00471: DBWR process terminated with error
    We are using database 9.2.0.3.
    Please let me know if you have any ideas.
    Thanks a lot.

    here we go:
    I don't find this file /u02/oracle/prod/proddb/9.2.0/admin/PROD/bdump/prod_dbw0_381128.trc
    ------- prod_pmon_426200.trc----------
    Dump file /u02/oracle/prod/proddb/9.2.0/admin/PROD/bdump/prod_pmon_426200.trc
    Oracle9i Enterprise Edition Release 9.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.3.0 - Production
    ORACLE_HOME = /u02/oracle/prod/proddb/9.2.0
    System name:     AIX
    Node name:     rsgsdb
    Release:     2
    Version:     5
    Machine:     0051D32A4C00
    Instance name: PROD
    Redo thread mounted by this instance: 1
    Oracle process number: 2
    Unix process pid: 426200, image: oracle@rsgsdb (PMON)
    *** 2010-07-12 22:07:37.939
    *** SESSION ID:(1.1) 2010-07-12 22:07:35.646
    error 471 detected in background process
    ORA-00471: DBWR process terminated with error
    --------------------- prod_lgwr_270448.trc ----------------------
    Dump file /u02/oracle/prod/proddb/9.2.0/admin/PROD/bdump/prod_lgwr_270448.trc
    Oracle9i Enterprise Edition Release 9.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.3.0 - Production
    ORACLE_HOME = /u02/oracle/prod/proddb/9.2.0
    System name:     AIX
    Node name:     rsgsdb
    Release:     2
    Version:     5
    Machine:     0051D32A4C00
    Instance name: PROD
    Redo thread mounted by this instance: 1
    Oracle process number: 4
    Unix process pid: 270448, image: oracle@rsgsdb (LGWR)
    *** 2010-07-12 22:07:40.289
    *** SESSION ID:(3.1) 2010-07-12 22:07:38.311
    error 471 detected in background process
    ORA-00471: DBWR process terminated with error
    ------------------------------------- prod_ckpt_217272.trc --------------------------------
    Dump file /u02/oracle/prod/proddb/9.2.0/admin/PROD/bdump/prod_ckpt_217272.trc
    Oracle9i Enterprise Edition Release 9.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.3.0 - Production
    ORACLE_HOME = /u02/oracle/prod/proddb/9.2.0
    System name:     AIX
    Node name:     rsgsdb
    Release:     2
    Version:     5
    Machine:     0051D32A4C00
    Instance name: PROD
    Redo thread mounted by this instance: 1
    Oracle process number: 5
    Unix process pid: 217272, image: oracle@rsgsdb (CKPT)
    *** 2010-07-12 22:07:42.781
    *** SESSION ID:(4.1) 2010-07-12 22:07:40.295
    error 471 detected in background process
    ORA-00471: DBWR process terminated with error
    Many thanks.

  • Kerberos Authentication between Sharepoint 2013 Foundation - SSRS 2012 - Oracle 11g failing with ORA-12638: Credential retrieval failed

    I have set up SharePoint 2013 Foundation, SharePoint Reporting Services and SQL Server 2012 in a single server. I then created a Data Connection to Oracle 11g. Upon testing the connection, it throws the error “ORA-12638: Credential retrieval failed”.
    Given below are the steps of installation and configuration.
    Installation till basic authentication:
    The installation has been done in a
    single server.
    Installed SQL Server 2012 (Developer version).
    Selected only the following features:
    Database Engine Services
    Analysis Services
    Reporting Services – SharePoint
    Reporting Services Add-in for SharePoint Products
    Management Tools – Basic
    - Management Tools - Complete
      2. Installed SQL Server 2012 SP1.
      3. Installed SQL Server 2012 SP2.
      4. Installed SharePoint Foundation 2013.
      5. Created web application (without Kerberos; we did not even create the SPNs).
          The application pool has been configured to use Reporting Services account since it is a single server installation. This account has been registered as a managed
    account.
      6. Created Site Collection.
      7. Verified that Reporting Services is not installed.
      8. Installed SharePoint Reporting Services from SharePoint 2013 Management Shell.
      9. Verified that Reporting Services is installed.
     10. Created a new SQL Server Reporting Services Service Application and associated the Web Application to the new SQL server Reporting Services Service Application.
      11. Verified that SQL Server Reporting Services Service Application and its proxy have started. Reset IIS.
      12. Created a Site.
      13. Created a Data Connection library with “Report Data Source” content type.
      14. Created a Report Model library with “Report Builder Model” content type.
      15. Created a Report library with “Report Builder Report” content type.
      16. Uploaded an SMDL to the Report Model library.
      17. Added the top level site to Local Intranet instead of as a Trusted Site in the browser settings.
      18. Able to create and save a report using Report Builder.
    Hence, basic authentication is working and SSRS is able to connect to Oracle database.
    Next we have to configure Kerberos settings between SharePoint and SQL Server.
    Implementation of Kerberos authentication
    In the Report Server machine, opened the file C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\WebServices\Reporting\rsreportserver.config  and added the Authentication Types of RSWindowsNegotiate
    and RSWindowsKerberos.
     2.  Set up the following SPNs.
                   a) SQL Server Database Engine service (sqlDbSrv2):
                    setspn -S MSSQLSvc/CER1110:1433 CERDEMO\sqlDbSrv2
                    setspn -S MSSQLSvc/CER1110.cer.demo.com:1433 CERDEMO\sqlDbSrv2
                 In the Delegation tab of the account, selected "Trust this user for delegation to any service (Kerberos only)".
    b) Account: SharePoint Setup Admin account (spAdmin2)
         setspn -S HTTP/CER1110:9999 CERDEMO\spAdmin2
                    setspn -S HTTP/CER1110.cer.demo.com:9999 CERDEMO\spAdmin2
                    In the Delegation tab of the account, selected "Trust this user for delegation to any  service
    (Kerberos only)".
    c) Account: SQL Server Reporting Service account (sqlRepSrv2)
                       setspn -S HTTP/CER1110 CERDEMO\sqlRepSrv2
                       setspn -S HTTP/CER1110.cer.demo.com CERDEMO\sqlRepSrv2
                       In the Delegation tab of the account, selected "Trust this user for delegation to any service
    (Kerberos only)".
      3. Configure the Web Application to use “Negotiate (Kerberos)”.
      4. Logged in as SharePoint Administrator to the SharePoint server and opened the top level site in the IE browser.
         The Event Viewer logged the login process for the SharePoint Administration account as
    Negotiate and not Kerberos.
      5. Implemented Kerberos for Oracle database and client.
         Able to connect to the Oracle database via Kerberos authentication using SQL Plus.
      6. Turn on Windows Firewall.
      7. While testing the site's data connection using Kerberos settings, got the error
    “Can not convert claims identity to windows token. This may be due to user not logging in using windows credentials.”
          Note: The Data Connection for basic authentication still worked.
      8. Created a Claims to Windows Token Service account (spC2WTS2).
      9. Started the Claims to Windows Token Service.
     10. Registered the Claims to Windows Token Service account as a Managed Account.
     11. Changed the Claims To Windows Token Service to use the above managed account.
     12. Verified that the Claims to Windows Token Service account (spC2WTS2) is automatically added to the WSS_WPG local group on the SharePoint box.
          Note: The Reporting Services service account is also a part of the WSS_WPG local group.
     13. Added the Claims to Windows Token Service account (spC2WTS2) to the Local Admin Group on the machine having the SharePoint App Server.
     14. In the SharePoint box, added the Claims to Windows Token Service account (spC2WTS2) in the Act as part of the operating system policy right.
     15. The Claims to Windows Token Service account (spC2WTS2) has the WSS_WPG group configured.
          When the C2WTS service was configured to use the managed account Claims to Windows Token Service account (spC2WTS2) earlier, the spC2WTS2 account was automatically
    added to the WSS_WPG local group on the SharePoint box. The WSS_WPG group in turn is configured in c2wtshost.exe.config file.
     16. Verified that the Reporting Services account is a managed account and part of the WSS_WPG group.
     17. Earlier Service Application Pool - SQL Server Reporting Services App Pool service was associated with the SharePoint Admin account.
          Changed this to associate the Reporting Service account with the Service Application Pool - SQL Server Reporting Services App Pool service.
     18. Changed the delegation of the Reporting Service account to constrained delegation with Protocol Transitioning. This is because we are transitioning from one authentication scheme (Claims) to another (Windows Token).
          For this, the delegation has been changed to "Trust this user for delegation to specified services only". Also, selected the sub radio button "Use
    any authentication protocol". Selected the Oracle Kerberos service as the service to which this account can present delegated credentials.
          Note: The Reporting Service account already had an HTTP SPN.
     19. Next, the goal was to make the Claims To Windows Token Service account match the Reporting Service account.
           For this, we created a fake SPN for the Claims To Windows Token Service account since the delegation tab was missing.
           The delegation has been changed to "Trust this user for delegation to specified services only". Also, selected the sub radio button "Use any
    authentication protocol". Selected the Oracle Kerberos service as the service to which this account can present delegated credentials.
     20. Restarted the SharePoint server.
     21. Tested the data connection with the Kerberos settings again.
           Got the error
    “ORA-12638: Credential retrieval failed”.
    Can anyone tell me what is wrong with this setup?

    http://www.freeoraclehelp.com/2011/10/kerberos-authentication-for-oracle.html
    Problem4: ORA-12638: Credential retrieval failed
    Solution:  Make sure that SQLNET.KERBEROS5_CC_NAME is set in sqlnet.ora and okinit has been run before attempting to connect to the database.
    Do check 
    http://webcache.googleusercontent.com/search?q=cache:5a2Pf3FH7vkJ:externaltable.blogspot.com/2012/06/kerberos-authentication-and-proxy-users.html+&cd=5&hl=en&ct=clnk&gl=in
    If this helped you resolve your issue, please mark it Answered. You can reach me through http://itfreesupport.com/

  • I had a brand new Mac book pro one month old and the hard drive died. Right before it died I was down loading pictures off a memory card and now they aren't on my memory card! They are wedding pictures I took for a friend and irreplaceable! Please help!!

    I had a one month old Mac book pro and the hard drive fried! I was down loading a friends wedding pictures when it stopped working and started heating up. I plugged it in and turned it off as it was making a clicking noise. When I turned it back on the was a grey box with a question mark and nothing else. When I took my memory card out the pictures were gone. I took it back to best buy where I bought it and they said it was dead, needed a new hard drive and all my info is lost! Is there any way to get back those irreplaceable wedding pictures?

    There are some data recovery programs (software). I would look into that for the images on the card. When files are deleted, the files are still there, just the headers are removed. That being said, a format of the card or new files written to the card can overwrite deleted files.
    The physical hard drive could be thousands of dollars to forensically save, with no guarantee.

  • ORA-7445[qkarid()+872] error

    Hi,
    I am using Binary XML DB .
    Here is the DB banner info.
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    "CORE     11.2.0.1.0     Production"
    TNS for Linux: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production
    I am getting ORA-7445[qkarid()+872] error while executing a query
    SELECT XMLCast(XMLQuery('$p/PurchaseOrder/Reference' PASSING OBJECT_VALUE AS "p"
    RETURNING CONTENT)
    AS VARCHAR2(30)) "Reference"
    FROM purchaseorder
    WHERE XMLExists('$p/PurchaseOrder[User="SBELL"]' PASSING OBJECT_VALUE AS "p") for update wait 60;
    Please advise
    Thanks

    Update to 11.2.0.3.0 and see if it goes away. If that is not poissble open a tar with Oracle Support
    c:\xdb\examples\SXI_Generator>sqlplus SXIGEN/SXIGEN
    SQL*Plus: Release 11.2.0.3.0 Production on Mon Mar 5 12:48:17 2012
    Copyright (c) 1982, 2011, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> desc PURCHASEORDER
    Name                                      Null?    Type
    TABLE of SYS.XMLTYPE STORAGE BINARY
    SQL> SELECT XMLCast(XMLQuery('$p/PurchaseOrder/Reference' PASSING OBJECT_VALUE AS "p"
      2  RETURNING CONTENT)
      3  AS VARCHAR2(30)) "Reference"
      4  FROM purchaseorder
      5  WHERE XMLExists('$p/PurchaseOrder[User="SBELL"]' PASSING OBJECT_VALUE AS "p") for update wait 60;
    Reference
    SBELL-20100408134226318PDT
    SBELL-20100419204001680PDT
    SBELL-20100420220510663PDT
    SBELL-20100422220520735PDT
    SBELL-20100427173413101PDT
    ...Edited by: mdrake on Mar 5, 2012 12:48 PM

  • I'm using a 15" Macbook Pro running OSX6.8 and cannot upgrade. I have a subscription to Adobe CC but none of these work on this so I was on with Adobe for 5 hours trying to install and launch Illustrator, InDesign, Photoshop, Muse, and Acrobat Pro from CS

    I'm using a 15" Macbook Pro running OSX6.8 and cannot upgrade. I have a subscription to Adobe CC but none of these work on this so I was on with Adobe for 5 hours trying to install and launch Illustrator, InDesign, Photoshop, Muse, and Acrobat Pro from CS6. Well, InDesign is the only one that works and I have a ton of work due! I don't have a serial number for Photoshop or Illustrator except for CS3, and they don't work. InDesign gave me no problems. Illustrator says it can't work on this machine. Photoshop needs a serial number. I'm stumped and getting anxious and freaked out. Can anyone help? Adobe Chat is down right now.

    if you have a cc subscription, close ps > sign out and then back in to your cc desktop > open ps.
    ai cs6 requires:
    Multicore Intel processor with 64-bit support
    Mac OS X v10.6.8 or v10.7. Adobe Creative Suite 5, CS5.5, and CS6 applications support Mac OS X v10.8 and v10.9 when installed on Intel-based systems.*
    2 GB of RAM (8 GB recommended)
    2 GB of available hard-disk space for installation; additional free space required during installation (cannot install on a volume that uses a case-sensitive file system or on removable flash storage devices)
    1024 x 768 display (1280 x 800 recommended) with 16-bit video card

Maybe you are looking for