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

Similar Messages

  • 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

  • A problem was encountered with one of the files in TestStand\AdapterSupport\LabVIEW directory

    When looking at the module for a LabVIEW VI being called from TestStand, I get the following message:
    A problem was encountered with one of the files in TestStand\AdapterSupport\LabVIEW directory.  Please reinstall it or repair it.
    I made the mistake of cleaning up C: in my computer.  Cleaning C:\National Instruments Downloads
    Why would someone put bits of applications or modules, etc in such a directory?
    I am not too crazy about restoring 11GB back into that folder.  That's just insane!
    Has anyone encountered this before?  Any "easy" solutions? apart from re-installing TS...
    Side note:  I did not touch anything in the \Program Files|National Instruments\TestStand\AdapterSupport\LabVIEW
    Solved!
    Go to Solution.

    Thanks PH,
    I also had that.  Fixed it. 
    I will not remove the ones in the NI downloads folder.
    I will eventually need to remap everything to the appropriate drive. 
    I partition the drives into:
    C:\     Windows and associated folders.  Mostly OS stuff
    E:\     Applications (this is where it will end up)
    F:\     Files
    G:\    Storage
    H:\    Backups
    I try to do what I normally implement in Linux.  I hate sharing the OS with everything else.
    Cheers,
    RayR

  • 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文件太大暂时不放了 。

  • Updated was terminated

    Dear all,
    When I was doing me22n the following error message occurring, can anybody tell the solution.
    "updated was terminated" received from author"author"
    if I go into details(so01) its showing "Error info M2 022: error 4."
    when we have gone through the sm21 the follwong log was dispalyed
    Details Page 2 Line 31 System Log: Local Analysis of production               1
    Tcod
    MNo
    Text                                                                   Date : 23.11.06
    |10:59:47|UP1|016|900|MMMANAGER   |    |D01|Transaction Canceled M2 022 ( 4 S013 900 000NS01V-B1001 POCH-COT-145BT-AAG10030 )
    Details
    Recording at local and central time........................ 23.11.2006 10:59:47
    Task................ 29493  /  V1 Update Task No. 16
    Transaction code....
    Program name........
    Problem class....... K    SAP Web AS Problem
    Development class... SDYN
    Module name.........
    Location............
    T100................ M2                  022
    Parameters..........
    Documentation for system log message D0 1 :
    The transaction has been terminated.  This may be caused by a
    termination message from the application (MESSAGE Axxx) or by an
    error detected by the SAP System due to which it makes no sense to
    proceed with the transaction.  The actual reason for the termination
    is indicated by the T100 message and the parameters.
    Additional documentation for message M2                  022
    Error & updating info structure &
    &CAUSE&
    Error &V1& occurred while information structure &V2& was being updated.
    The update was attempted with the following key:
    &V3 &V4&
    &SYSTEM_RESPONSE&
    &WHAT_TO_DO&
    Parameter
      a.. 4
      b.. S013
      c.. 900    000NS01V-B1001   POCH-COT-145BT-AAG10030
    Technical details
    File................ 000064
    Position............ 0000002340
    Entry type.......... n      ( Transaction Termination        )
    Message ID.......... D0 1
    Variable parts...... M2                  022
    Thanks in advance.
    Sreedhar.K

    hi Mahesh
    The follwing details are shown in SM13.
                ENDIF.
                IF SY-SUBRC NE 0.
                  MOVE-CORRESPONDING INT_S013 TO S013_KEY.
                  MESSAGE A022 WITH SY-SUBRC CON_MCINF S013_KEY.
                ENDIF.
              ENDIF.
            ENDIF.
          ENDLOOP.----
    ><u><b>1576 line(M2 022: Error 4)(RMCSS013 report)(row 1,576</b></u>)
        ENDIF.
      ENDIF.
    -------------------- BIW delta update, Type N ----------------- end *
      LOOP AT INT_S013.
        INT_S013-VRSIO = CONTROL-VRSIO.
        PERFORM S013_UPDATE.
        IF SY-SUBRC <> 0.
         s013 = int_s013.
          MOVE-CORRESPONDING INT_S013 TO S013.
          INSERT S013.
          IF SY-SUBRC <> 0.
            PERFORM S013_UPDATE.
            IF SY-SUBRC <> 0.
              MOVE-CORRESPONDING INT_S013 TO S013_KEY.
              MESSAGE A022 WITH SY-SUBRC CON_MCINF S013_KEY.
            ENDIF.
          ENDIF.
        ENDIF.
      ENDLOOP.
    ENDFORM.                               "UPDATE_FROM_INT
          FORM INTTAB_REFRESH                                           *
    -->  CONTROL                                                       *
    FORM INTTAB_REFRESH USING CONTROL STRUCTURE MCCONTROL.
      REFRESH INT_S013.

  • An error was encountered performing the requested operation:  Listener refused the connection with the following error: ORA-12505, TNS:listener does not currently know of SID given in connect descriptor    Vendor code 12505

    From sql developer I am trying to connect to database in my local machine. It shows the following below error. Any suggestions?
    An error was encountered performing the requested operation:
    Listener refused the connection with the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
    Vendor code 12505

    lsnrctl results are as shown below
    C:\Users\ndodd_000>lsnrctl status
    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 18-AUG-2013 17:40
    :25
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Produ
    ction
    Start Date                18-AUG-2013 15:29:41
    Uptime                    0 days 2 hr. 10 min. 50 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   C:\app\ndodd_000\product\11.2.0\dbhome_1\network\admin
    \listener.ora
    Listener Log File         c:\app\ndodd_000\diag\tnslsnr\Vamsi\listener\alert\log
    .xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
      Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "sysdba" has 1 instance(s).
      Instance "sysdba", status READY, has 1 handler(s) for this service...
    Service "sysdbaXDB" has 1 instance(s).
      Instance "sysdba", status READY, has 1 handler(s) for this service...
    The command completed successfully
    lsnrctl service results
    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 18-AUG-2013 17:
    :20
    Copyright (c) 1991, 2010, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
      Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:0 refused:0
             LOCAL SERVER
    Service "sysdba" has 1 instance(s).
      Instance "sysdba", status READY, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:186 refused:0 state:ready
             LOCAL SERVER
    Service "sysdbaXDB" has 1 instance(s).
      Instance "sysdba", status READY, has 1 handler(s) for this service...
        Handler(s):
          "D000" established:0 refused:0 current:0 max:1022 state:ready
             DISPATCHER <machine: VAMSI, pid: 904>
             (ADDRESS=(PROTOCOL=tcp)(HOST=Vamsi)(PORT=49237))
    The command completed successfully

  • Bug: updating a view with a CLOB column results in ORA-01461

    Here is a database script to create a table and a view:
    CREATE TABLE TEST_CLOB(ID NUMBER, TEXT CLOB);
    CREATE OR REPLACE VIEW VTEST_CLOB AS
    SELECT ID, TEXT FROM
        SELECT ID, TEXT
        FROM TEST_CLOB
        WHERE ID IN (SELECT 1 FROM DUAL)
    The following code throws ORA-01461: can bind a LONG value only for insert into a LONG column.
    static void Main()
         using (var conn = new OracleConnection(ConnectionString))
              conn.Open();
              var trans = conn.BeginTransaction();
              var cmd = conn.CreateCommand();
              cmd.BindByName = true;
              var p = new OracleParameter("vText", new string('a', 4001));
              cmd.Parameters.Add(p);
              cmd.CommandText = "UPDATE vTEST_ClOB set TEXT = :vText";
              cmd.ExecuteNonQuery();
              trans.Rollback();
    Please create a table and a view exactly as shown above.
    The error doesn't happen when updating TEST_CLOB table itself or if the view is created as follows:
    CREATE OR REPLACE VIEW VTEST_CLOB AS
    SELECT ID, TEXT FROM
        SELECT ID, TEXT
        FROM TEST_CLOB
        WHERE ID IN (1)
    This code was tested with ODP.NET version 4.112.3.0 and ODP.NET Managed Beta2 version 4.112.3.60.
    Oracle 11g Release 11.2.0.2.0 64-bit.
    When constructing OracleParameter like this: var p = new OracleParameter(name, stringValue), OracleDbType property is always set to OracleDbType.Varchar2,
    but I think it should take into accout the size of the stringValue and change it to OracleDbType.Clob automatically.

    I've noticed similar behavior with byte arrays.
    Parameters with byte[] data longer than 4000 bytes are treated as RAW or LONG RAW type values (not sure which one exactly).
    Explicitly setting parameter type to OracleDbType.Blob works around this problem.
    Also, it's very strange that these errors don't seem to occur on tables, only views are affected.
    Any thoughts on this please?

  • BizTalk 2010 - WCF-Custom Adapter with sqlbinding - rror was encountered while attempting to transmit the message

    BizTalk 2010 RTM version with SQL 2008 R2 .
    An intermittent issue with the WCF-Custom adapter with sqlbinding, calling a SQL stored proc as below
    Message gets suspended in BT Admin console  with "An internal server error was encountered while attempting to transmit the message" .
    Event log shows 
    A message sent to adapter "WCF-Custom" on send port "xxx" with URI "mssql://server/db?" is suspended.  Error details: Unknown Error Description 
    Any advice please. Thanks
    Sullu.
    http://biztalkguide.blogspot.com/ Please mark as answer if this solved the issue.Thanks

    Hi Chen
    Is there any update on this please ?
    I have applied the latest CU and have noticed the following issue.
    BizTalk 2010 Enterprise Edition with BizTalk 2010 CU6 and CU3 for BizTalk Adapter Pack works fine , no issues noticed.
    However ,
    On a DEV VM ,BizTalk 2010 Developer Edition with BizTalk 2010 CU6 and CU3 for BizTalk Adapter Pack still gives the error mentioned in this post.
    In addition Microsoft BizTalk Adapter Pack ,Microsoft BizTalk Adapter Pack(x64) & WCF LOB Adapter SDK are also installed .
    Below is the Error message.
    Message gets suspended in BT Admin console  with "An internal server error was encountered while attempting to transmit
    the message" .
    A message sent to adapter "WCF-Custom" on send port "xxx" with URI "mssql://server/db?" is
    suspended.  Error details:
    Unknown Error Description 
    Could you please check and advice what needs to be done to resolve this ? Thanks .
    Regards,
    Sullu
    http://biztalkguide.blogspot.com/ Please mark as answer if this solved the issue.Thanks

  • Problem Encountered with Latest (as of 8/2/08) Security Update

    I just updated the latest security update both on my powerbook and Mac Pro. My Mac Pro went into an infinite loop upon restart. Powerbook did OK. Did anyone encounter the same problem. I had to power down my Mac Pro and restart again and it went well the second time.

    Our household has three Macs, a Mac Pro G5, an old Mac Mini and a Macbook Pro G4, all running Leopard. Two out of the three machines would not work after taking Security Update 2008-005.
    The Pro and the Mini would not restart and had to be turned off manually. When switching back on, the Mini kept restarting itself. The Pro would get as far as a flickering blue screen with a spinning daisy chain. Same update, two different problems. Neither could be started in safe mode or from an external hard drive.
    The Pro's hard drive was restored using the Leopard install disk and a time machine backup, the Mini had a complete reinstall. They now work perfectly.
    I am absolutely positive that the latest security update was the problem.

  • MSI Live Update 6 - An Invalid argument was encountered

    Hi,
    My system is windows 7 x64 with all version of visual c++ ( 2005 - 2012 ), .net framework 3.5.1 and 4.5 installed and all windows update.
    And when I run Live Update 6.0.006, I got this message - An Invalid argument was encountered.
    How can I solve this problem ?

    I need to download the last version of firmware 015.022.001.000 for MSI HD7870 Hawk, because for now I have problems with windows restarting (BSOD ) or freezing when I play an 3D game ( eg: World of Warcraft, Firefall, WarThunder).
    And like I said I have all drivers  and windows update Up to date.
    Graphics Card Manufacturer   Powered by AMD
    Graphics Chipset   AMD Radeon HD 7800 Series
    Device ID   6818
    Vendor ID   1002
    Subsystem ID   2810
    Subsystem Vendor ID   1462
    Revision ID   00
    Graphics Bus Capability   PCI Express 2.0
    Maximum Bus Setting   PCI Express 2.0 x16
    BIOS Version   015.018.000.000
    BIOS Part Number   113-C4010200-X02
    BIOS Date   2012/06/03
    Memory Size   2048 MB
    Memory Type   GDDR5
    Core Clock in MHz   1100 MHz
    Memory Clock in MHz   1200 MHz
    Total Memory Bandwidth in GByte/s   153,6 GByte/s
    Driver Packaging Version   14.20.1004-140709a-173735E
    Catalyst Version   14.7
    Provider   Advanced Micro Devices, Inc.
    2D Driver Version   8.01.01.1407
    2D Driver File Path   /REGISTRY/MACHINE/SYSTEM/ControlSet001/Control/CLASS/{4D36E968-E325-11CE-BFC1-08002BE10318}/0000
    Direct3D Version   9.14.10.01044
    OpenGL Version   6.14.10.12967
    Mantle Version   9.1.10.0020
    AMD Catalyst Control Center Version   2014.0709.1135.19003
    AMD Audio Driver Version   7.12.0.7719

  • HT5957 Updated my phone with iOS 7.0.2 and now my phone won't turn on. The only thing that it says on the screen is to connect to itunes. I connect it and try to restore it but it says it was corrupted and goes back to the itunes screen. HELP!!

    I updated my phone with the new iOS 7.0.2 and now it won't turn on. The screen says to connect to itunes and so I have. I have gone through the recovery mode and everything but a message saying the recovery was corrupted keeps popping up. I am scared this new update crashed my phone. Please Help!

    Hi there briana_webb82,
    You may find the troubleshooting steps in the article below helpful.
    iOS: Unable to update or restore
    http://support.apple.com/kb/HT1808
    -Griff W. 

  • "The SPListItem being updated was not retrieved with all taxonomy fields." Exception while updating a taxaonomy field

    Hi All,
    I'm getting this exception "The SPListItem being updated was not retrieved with all taxonomy fields." when i try to programatically update a taxonomy field of a list item. Can any1 pls tell me why this exception occurs ???

    Recently hit this myself, as well.  Turns out it's a central admin setting that throttles the lookup return count, and Taxonomy fields are just lookups under the hood.
    Go into Central Administration, Manage Web Applications, select your web application, and then in the ribbon choose the dropdown under General Settings select Resource Throttling.  Find the setting for "List View Lookup Threshold" and raise
    it from the default 8 (can go up to 1000, but 20 is likely fine depending how many lookup fields you're pulling back in your SPListItem).

  • When I was updating my ipod touch 4g 8g 4.3.3 the USB came out and now it just shows connect to itunes and when i try to update it comes with error 6. I do all of the help things and nothing

    When I was updating my ipod touch 4g 8g 4.3.3 the USB came out and now it just shows connect to itunes and when i try to update it comes with error 6. I do all of the help things and nothing happoned

    First see if placing the iPod in Recovery Mode will allow a restore.
    Next try DFU mode and restore.
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    If not successful then time for an appointment at the Genius Bar of an Apple store. You are not alone with this problem.

  • I was recently prompted to update my Itunes player to the latest version. I'm using Windows Vista. I was left with an error message MSVCR80.dll and consequently no new update. I uninstalled the old version and have tried to reinstall manually. No luck

    I was recently prompted to update my Itunes player to the latest version. I'm using Windows Vista. I was left with an error message MSVCR80.dll and consequently no new update. I uninstalled the old version and have tried to reinstall manually several times. No luck. Consequently I have no player.
    Any ideas for a fix?

    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features (later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (if this won't uninstall move on to the next item)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    The uninstall and reinstall process will preserve your iTunes library and settings, but ideally you would back up the library and your other important personal documents and data on a regular basis. See this user tip for a suggested technique.
    Please note:
    Some users may need to follow all the steps in whichever of the following support documents applies to their system. These include some additional manual file and folder deletions not mentioned above.
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    tt2

  • HT5278 iOS 5.1.1 Software Update - I have just attempted to install this update on my 3gs and at the final stage was presented with an error message of 1602 and now my phone has frozen. Yes I have tried all the usual ways to resolve this and it didn't wor

    iOS 5.1.1 Software Update - just tried to update and it didn't work! Got to the final stages and was presented with error 1602! My screen now has the frozen image of the itunes logo and usb thing. Happened once before - funnily enough when doing an update back in November - I had to visit an Apple store to have the phone restored. Would appreciate any advice as I would like to avoid another trip to the apple store.

    found the real problem.
    In my laptop where it couldn't detect the iphone and ipad, this folder is missing:
    C:\Program Files (x86)\Common Files\Apple\Mobile Device Support\Drivers
    The ipad was wrongly using a microsoft driver.
    I found the correct drivers in:
    C:\Windows\System32\DriverStore\FileRepository\usbaapl64.inf_amd64_neutral_c111a aecb61e9a2b
    Copy the contents to
    C:\Program Files (x86)\Common Files\Apple\Mobile Device Support\Drivers
    After that, I had to update the driver for Ipad in device manager.
    Ipad was found under: "Removable Devices", as a storage device.
    Once that is fixed, itunes can detect ipad, and I can restore it.
    Apple should really look into ensuring that folder doesn't go missing during itunes update process.

Maybe you are looking for

  • 2nd gen nano no longer appears in itunes

    My 2nd gen nano does not appear in iTunes. I have windows 7. was ok until last update. device icon does not even appear. nano plays through earbuds but wont appear anywhere.

  • Is there a video converting profram better than videora

    my videora ipod converter converts very well except the video and sound are off by a little bit is there anyway to fix that or should i get a new program

  • Only the last call to a method to create a box will translate

    I have created a routine to render boxes of various dimensions and positions . However when i run the code only the dimensions and position of the last method call is visible. Can anyone spot where i'm going wrong please?      protected Node yourScen

  • Utilities Programs?

    What are some system utilities programs that users have found helpful -for cleaning, permissions repair, etc.?

  • Encoding for the iPad

    I have a video that is 900x350 that was created in Keynote and exported as an H264, put it into a website and it looks and works great on everything except an iPhone/iPad. So I tried using the iPad setting in Compressor to encode but it resizes it an