Processing Application OLAP Error

Hi Experts,
After processing my Conso Application i get this error:
  - CubeProcess : Internal error: The operation terminated unsuccessfully.
Errors in the OLAP storage engine: The attribute key cannot be found: Table: dbo_tblFactConsolidation, Column: ENTITY, Value: [Entity1].
Errors in the OLAP storage engine: The process operation ended because the number of errors encountered during processing reached the defined limit of allowable errors for the operation.
Errors in the OLAP storage engine: An error occurred while processing the 'FAC2Consolidation' partition of the 'Consolidation' measure group for the 'Consolidation' cube from the [APPSET] database.
Errors in the OLAP storage engine: The process operation ended because the number of errors encountered during processing reached the defined limit of allowable errors for the operation.
Server: The operation has been cancelled.
Any idea to delete this error?
Regards

Hi,
This error usually comes when you have invalid records in the application. You can use the below statement to see the invalid records.
select * from tblfact"yourapplication" where "dimension" not in (select id from mbr"dimension" where calc = 'N')
Your error is mainly coming for the Consolidation application and the entity dimension. So, you can use the below statement directly
select * from tblfactConsolidation where Entity not in (select id from mbrEntity where calc = 'N')
You need to try the above statement in wb table and the fac2 table as well. This should not return any records. However, in your scenario, it will return some records. Deleting these records will solve the issue. You can delete by
delete from tblfact"yourapplication" where "dimension" not in (select id from mbr"dimension" where calc = 'N')
Hope this helps.

Similar Messages

  • ORA-00472: PMON  process terminated with error

    Hi,
    I got this error in alert log.But the clients didn't complain they had a downtime.But in alert log I see the following.Why the db got restarted and why the clients could not notice it.Can somebody please reply why this has happened.
    Mon Jul 18 12:28:02 2011
    ARC1: terminating instance due to error 472
    Mon Jul 18 12:28:03 2011
    Errors in file /backups/p01/app/oracle/admin/plsprod/bdump/plsprod_lns1_3772752.trc:
    ORA-00472: PMON process terminated with error
    Instance terminated by ARC1, pid = 2306362
    Mon Jul 18 12:28:52 2011
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 3
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =242
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.3.0.
    System parameters with non-default values:
    processes = 2000
    shared_pool_size = 536870912
    large_pool_size = 54525952
    java_pool_size = 75497472
    streams_pool_size = 54525952
    control_files = /data/plsprod/p02/control01.ctl, /data/plsprod/p03/control02.ctl, /data/plsprod/p04/control03.ctl
    db_block_size = 8192
    db_cache_size = 104857600
    compatible = 10.2.0.3
    log_archive_dest_1 = location=/data/plsprod/archredo MANDATORY REOPEN
    log_archive_dest_2 = SERVICE=talon_plsprod.travimp.com LGWR ASYNC NOAFFIRM REOPEN=60 NODELAY
    log_archive_dest_state_1 = enable
    log_archive_dest_state_2 = enable
    standby_archive_dest = /data/plsprod/archredo
    log_archive_format = redo_plsprod_%r_%t_%s.arc
    log_buffer = 6120448
    fast_start_mttr_target = 30
    undo_management = AUTO
    undo_tablespace = plsprod_undo
    undo_retention = 1500
    remote_login_passwordfile= EXCLUSIVE
    db_domain = travimp.com
    instance_name = plsprod
    service_names = plsprod.travimp.com
    local_listener = (ADDRESS=(PROTOCOL=TCP)(HOST=catalina)(PORT=1521))
    background_dump_dest = /backups/p01/app/oracle/admin/plsprod/bdump
    user_dump_dest = /backups/p01/app/oracle/admin/plsprod/udump
    core_dump_dest = /backups/p01/app/oracle/admin/plsprod/cdump
    session_max_open_files = 60
    sort_area_size = 1048576
    sort_area_retained_size = 1048576
    db_name = plsprod
    open_cursors = 100
    os_authent_prefix =
    pga_aggregate_target = 26214400
    aq_tm_processes = 0
    PMON started with pid=2, OS id=5623926
    PSP0 started with pid=3, OS id=5566632
    MMAN started with pid=4, OS id=5328992
    DBW0 started with pid=5, OS id=4362640
    DBW1 started with pid=6, OS id=4808940
    LGWR started with pid=7, OS id=4358468
    CKPT started with pid=8, OS id=4784160
    SMON started with pid=9, OS id=4354538
    RECO started with pid=10, OS id=4313420
    MMON started with pid=11, OS id=4771908
    MMNL started with pid=12, OS id=4743272
    Mon Jul 18 12:28:53 2011
    ALTER DATABASE MOUNT
    Mon Jul 18 12:28:57 2011
    Setting recovery target incarnation to 1
    Mon Jul 18 12:28:57 2011
    Successful mount of redo thread 1, with mount id 2894903685
    Mon Jul 18 12:28:57 2011
    Database mounted in Exclusive Mode
    Completed: ALTER DATABASE MOUNT
    Mon Jul 18 12:28:58 2011
    ALTER DATABASE OPEN
    Mon Jul 18 12:28:58 2011
    Beginning crash recovery of 1 threads
    parallel recovery started with 15 processes
    Mon Jul 18 12:28:58 2011
    Started redo scan
    Mon Jul 18 12:28:58 2011
    Completed redo scan
    1696 redo blocks read, 56 data blocks need recovery
    Mon Jul 18 12:28:58 2011
    Started redo application at
    Thread 1: logseq 17759, block 26354
    Mon Jul 18 12:28:58 2011
    Recovery of Online Redo Log: Thread 1 Group 1 Seq 17759 Reading mem 0
    Mem# 0: /data/plsprod/p01/redo_t1_g1_f1.log
    Mem# 1: /data/plsprod/p02/redo_t1_g1_f2.log
    Mon Jul 18 12:28:58 2011
    Completed redo application
    Mon Jul 18 12:28:58 2011
    Completed crash recovery at
    Thread 1: logseq 17759, block 28050, scn 35195499598
    56 data blocks read, 56 data blocks written, 1696 redo blocks read
    Mon Jul 18 12:28:58 2011
    LGWR: STARTING ARCH PROCESSES
    ARC0 started with pid=29, OS id=4338022
    Mon Jul 18 12:28:58 2011
    ARC0: Archival started
    ARC1: Archival started
    LGWR: STARTING ARCH PROCESSES COMPLETE
    ARC1 started with pid=30, OS id=1081522
    LNS1 started with pid=31, OS id=5537854
    Mon Jul 18 12:29:01 2011
    Thread 1 advanced to log sequence 17760
    Thread 1 opened at log sequence 17760
    Current log# 2 seq# 17760 mem# 0: /data/plsprod/p01/redo_t1_g2_f1.log
    Current log# 2 seq# 17760 mem# 1: /data/plsprod/p02/redo_t1_g2_f2.log
    Successful open of redo thread 1
    Mon Jul 18 12:29:01 2011
    ARC0: STARTING ARCH PROCESSES
    Mon Jul 18 12:29:01 2011
    ARC1: Becoming the 'no FAL' ARCH
    ARC1: Becoming the 'no SRL' ARCH
    Mon Jul 18 12:29:01 2011
    SMON: enabling cache recovery
    Mon Jul 18 12:29:02 2011
    ARC2: Archival started
    ARC0: STARTING ARCH PROCESSES COMPLETE
    ARC0: Becoming the heartbeat ARCH
    ARC2 started with pid=32, OS id=5644370
    Mon Jul 18 12:29:02 2011
    ARC0: Standby redo logfile selected for thread 1 sequence 17759 for destination LOG_ARCHIVE_DEST_2
    Mon Jul 18 12:29:02 2011
    LGWR: Setting 'active' archival for destination LOG_ARCHIVE_DEST_2
    Mon Jul 18 12:29:03 2011
    Successfully onlined Undo Tablespace 16.
    Mon Jul 18 12:29:03 2011
    SMON: enabling tx recovery
    Mon Jul 18 12:29:03 2011
    Database Characterset is US7ASCII
    replication_dependency_tracking turned off (no async multimaster replication found)
    WARNING: AQ_TM_PROCESSES is set to 0. System operation might be adversely affected.
    Completed: ALTER DATABASE OPEN
    Mon Jul 18 12:29:58 2011
    Shutting down archive processes
    Mon Jul 18 12:30:03 2011
    ARCH shutting down
    ARC2: Archival stopped

    Hi CKPT,
    Please find the output of the trace file as below.I deleted the repetitive output "Attempting to send buffer 0x111441d30 start block 91942 block count 84
    total size to send 43008 blocksize 512" as it exceeds maximum length of 30000 characters in this post.
    CATALINA_mardiprd>cat /backups/p01/app/oracle/admin/plsprod/bdump/plsprod_lns1_3772752.trc
    /backups/p01/app/oracle/admin/plsprod/bdump/plsprod_lns1_3772752.trc
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    ORACLE_HOME = /p01/app/oracle10g/product/10.2.0.3
    System name: AIX
    Node name: catalina
    Release: 3
    Version: 5
    Machine: 00044C5FD600
    Instance name: plsprod
    Redo thread mounted by this instance: 1
    Oracle process number: 16
    Unix process pid: 3772752, image: oracle@catalina (LNS1)
    *** SERVICE NAME:() 2011-07-18 09:42:11.573
    *** SESSION ID:(2189.1) 2011-07-18 09:42:11.573
    *** 2011-07-18 09:42:11.573 57516 kcrr.c
    LNS1: initializing for LGWR communication
    LNS1: connecting to KSR channel
    Success
    LNS1: subscribing to KSR channel
    Success
    *** 2011-07-18 09:42:11.574 57569 kcrr.c
    LNS1: initialized successfully ASYNC=1
    Destination is specified with ASYNC=61440
    *** 2011-07-18 09:42:12.577 71560 kcrr.c
    Sending online log thread 1 seq 17731 [logfile 3] to standby
    Opening logfile [logno 3]
    Redo shipping client performing standby login
    *** 2011-07-18 09:42:12.693 65194 kcrr.c
    Logged on to standby successfully
    Client logon and security negotiation successful!
    Destination LOG_ARCHIVE_DEST_2 is in MAXIMUM PERFORMANCE mode
    Archiving to destination talon_plsprod.travimp.com ASYNC blocks=20480
    Allocate ASYNC blocks: Previous blocks=0 New blocks=20480
    Log file opened [logno 3]
    Attempting to send buffer 0x111441d30 start block 2 block count 1
    total size to send 512 blocksize 512
    Attempting to send buffer 0x111441d30 start block 3 block count 35
    total size to send 17920 blocksize 512
    *** 2011-07-18 09:42:27.009
    Attempting to send buffer 0x111441d30 start block 38 block count 2914
    total size to send 1491968 blocksize 512
    *** 2011-07-18 09:42:50.007
    Attempting to send buffer 0x111441d30 start block 2952 block count 2
    total size to send 1024 blocksize 512
    *** 2011-07-18 09:43:01.441
    Attempting to send buffer 0x111441d30 start block 2954 block count 19286
    total size to send 9874432 blocksize 512
    Attempting to send buffer 0x111441d30 start block 22240 block count 19657
    total size to send 10064384 blocksize 512
    Attempting to send buffer 0x111441d30 start block 41897 block count 1687
    total size to send 863744 blocksize 512
    *** 2011-07-18 09:43:13.007
    Attempting to send buffer 0x111441d30 start block 43584 block count 1
    total size to send 512 blocksize 512
    Attempting to send buffer 0x111441d30 start block 43585 block count 13
    total size to send 6656 blocksize 512
    Attempting to send buffer 0x111441d30 start block 43598 block count 19008
    total size to send 9732096 blocksize 512
    *** 2011-07-18 09:43:24.265
    Attempting to send buffer 0x111441d30 start block 62606 block count 19349
    total size to send 9906688 blocksize 512
    *** 2011-07-18 09:43:25.524 72367 kcrr.c
    Detected proper completion of online log
    *** 2011-07-18 09:43:25.524 72204 kcrr.c
    Detected physical end of file
    Attempting to send buffer 0x111441d30 start block 81955 block count 10066
    total size to send 5153792 blocksize 512
    Online entry still exists for log 3 thr 1 seq 17731. Using it
    Closing thread 1 sequence 17731 logno 3 nab 92021 los 35193489640 nxs 35193490559
    *** 2011-07-18 09:43:26.686 71560 kcrr.c
    Sending online log thread 1 seq 17732 [logfile 1] to standby
    Opening logfile [logno 1]
    Destination LOG_ARCHIVE_DEST_2 is in MAXIMUM PERFORMANCE mode
    Archiving to destination talon_plsprod.travimp.com ASYNC blocks=20480
    Log file opened [logno 1]
    Attempting to send buffer 0x111441d30 start block 2 block count 20407
    total size to send 10448384 blocksize 512
    Attempting to send buffer 0x111441d30 start block 20409 block count 20349
    total size to send 10418688 blocksize 512
    Attempting to send buffer 0x111441d30 start block 40758 block count 19751
    total size to send 10112512 blocksize 512
    Attempting to send buffer 0x111441d30 start block 60509 block count 20260
    total size to send 10373120 blocksize 512
    *** 2011-07-18 09:43:33.262 72367 kcrr.c
    Detected proper completion of online log
    *** 2011-07-18 09:43:33.262 72204 kcrr.c
    Detected physical end of file
    Attempting to send buffer 0x111441d30 start block 80769 block count 11251
    total size to send 5760512 blocksize 512
    Online entry still exists for log 1 thr 1 seq 17732. Using it
    Closing thread 1 sequence 17732 logno 1 nab 92020 los 35193490559 nxs 35193490735
    *** 2011-07-18 09:43:33.541 71560 kcrr.c
    Sending online log thread 1 seq 17733 [logfile 2] to standby
    Opening logfile [logno 2]
    Destination LOG_ARCHIVE_DEST_2 is in MAXIMUM PERFORMANCE mode
    *** 2011-07-18 09:43:34.387
    Archiving to destination talon_plsprod.travimp.com ASYNC blocks=20480
    Log file opened [logno 2]
    Attempting to send buffer 0x111441d30 start block 2 block count 19192
    total size to send 9826304 blocksize 512
    Attempting to send buffer 0x111441d30 start block 19194 block count 18876
    total size to send 9664512 blocksize 512
    Attempting to send buffer 0x111441d30 start block 38070 block count 19565
    total size to send 10017280 blocksize 512
    Attempting to send buffer 0x111441d30 start block 57635 block count 19765
    total size to send 10119680 blocksize 512
    *** 2011-07-18 09:43:41.660 72367 kcrr.c
    Detected proper completion of online log
    *** 2011-07-18 09:43:41.660 72204 kcrr.c
    Detected physical end of file
    Attempting to send buffer 0x111441d30 start block 77400 block count 14627
    total size to send 7489024 blocksize 512
    Online entry still exists for log 2 thr 1 seq 17733. Using it
    Closing thread 1 sequence 17733 logno 2 nab 92027 los 35193490735 nxs 35193490800
    *** 2011-07-18 09:43:41.928 71560 kcrr.c
    Sending online log thread 1 seq 17734 [logfile 3] to standby
    Opening logfile [logno 3]
    Destination LOG_ARCHIVE_DEST_2 is in MAXIMUM PERFORMANCE mode
    Archiving to destination talon_plsprod.travimp.com ASYNC blocks=20480
    Log file opened [logno 3]
    Attempting to send buffer 0x111441d30 start block 59038 block count 18758
    total size to send 9604096 blocksize 512
    *** 2011-07-18 09:44:42.141
    *** 2011-07-18 09:44:42.141 72367 kcrr.c
    Detected proper completion of online log
    *** 2011-07-18 09:44:42.142 72204 kcrr.c
    Detected physical end of file
    total size to send 586240 blocksize 512
    Online entry still exists for log 1 thr 1 seq 17744. Using it
    Closing thread 1 sequence 17744 logno 1 nab 92029 los 35193494218 nxs 35193494529
    *** 2011-07-18 09:45:58.974 71560 kcrr.c
    Sending online log thread 1 seq 17745 [logfile 2] to standby
    Opening logfile [logno 2]
    Destination LOG_ARCHIVE_DEST_2 is in MAXIMUM PERFORMANCE mode
    Archiving to destination talon_plsprod.travimp.com ASYNC blocks=20480
    Log file opened [logno 2]
    Attempting to send buffer 0x111441d30 start block 2 block count 9013
    total size to send 4614656 blocksize 512
    Attempting to send buffer 0x111441d30 start block 9015 block count 20176
    total size to send 10330112 blocksize 512
    Attempting to send buffer 0x111441d30 start block 29191 block count 19808
    total size to send 10141696 blocksize 512
    Attempting to send buffer 0x111441d30 start block 48999 block count 18939
    total size to send 9696768 blocksize 512
    *** 2011-07-18 09:46:10.146
    Attempting to send buffer 0x111441d30 start block 67938 block count 19124
    total size to send 9791488 blocksize 512
    Attempting to send buffer 0x111441d30 start block 87062 block count 3690
    total size to send 1889280 blocksize 512
    *** 2011-07-18 09:46:12.644 72367 kcrr.c
    Detected proper completion of online log
    *** 2011-07-18 09:46:12.644 72204 kcrr.c
    Detected physical end of file
    Attempting to send buffer 0x111441d30 start block 90752 block count 1267
    total size to send 648704 blocksize 512
    Online entry still exists for log 2 thr 1 seq 17745. Using it
    Closing thread 1 sequence 17745 logno 2 nab 92019 los 35193494529 nxs 35193494940
    *** 2011-07-18 09:46:13.690 71560 kcrr.c
    Sending online log thread 1 seq 17746 [logfile 3] to standby
    Opening logfile [logno 3]
    Destination LOG_ARCHIVE_DEST_2 is in MAXIMUM PERFORMANCE mode
    Archiving to destination talon_plsprod.travimp.com ASYNC blocks=20480
    Log file opened [logno 3]
    Attempting to send buffer 0x111441d30 start block 2 block count 19533
    total size to send 10000896 blocksize 512
    Attempting to send buffer 0x111441d30 start block 19535 block count 11151
    total size to send 5709312 blocksize 512
    Attempting to send buffer 0x111441d30 start block 30686 block count 20154
    total size to send 10318848 blocksize 512
    *** 2011-07-18 09:46:20.822
    Attempting to send buffer 0x111441d30 start block 50840 block count 19083
    total size to send 9770496 blocksize 512
    Attempting to send buffer 0x111441d30 start block 69923 block count 19167
    total size to send 9813504 blocksize 512
    *** 2011-07-18 09:46:22.573 72367 kcrr.c
    Detected proper completion of online log
    *** 2011-07-18 09:46:22.573 72204 kcrr.c
    Detected physical end of file
    Attempting to send buffer 0x111441d30 start block 89090 block count 2933
    total size to send 1501696 blocksize 512
    Online entry still exists for log 3 thr 1 seq 17746. Using it
    Closing thread 1 sequence 17746 logno 3 nab 92023 los 35193494940 nxs 35193495191
    *** 2011-07-18 09:46:23.637 71560 kcrr.c
    Sending online log thread 1 seq 17747 [logfile 1] to standby
    Opening logfile [logno 1]
    Destination LOG_ARCHIVE_DEST_2 is in MAXIMUM PERFORMANCE mode
    Archiving to destination talon_plsprod.travimp.com ASYNC blocks=20480
    Log file opened [logno 1]
    Attempting to send buffer 0x111441d30 start block 2 block count 8093
    total size to send 4143616 blocksize 512
    Attempting to send buffer 0x111441d30 start block 8095 block count 20288
    total size to send 10387456 blocksize 512
    Attempting to send buffer 0x111441d30 start block 28383 block count 18967
    total size to send 9711104 blocksize 512
    *** 2011-07-18 09:46:31.007
    Attempting to send buffer 0x111441d30 start block 47350 block count 5237
    total size to send 2681344 blocksize 512
    Attempting to send buffer 0x111441d30 start block 52587 block count 20188
    total size to send 10336256 blocksize 512
    Attempting to send buffer 0x111441d30 start block 72775 block count 19167
    total size to send 9813504 blocksize 512
    *** 2011-07-18 09:46:37.430 72367 kcrr.c
    Detected proper completion of online log
    *** 2011-07-18 09:46:37.430 72204 kcrr.c
    Detected physical end of file
    Attempting to send buffer 0x111441d30 start block 91942 block count 84
    total size to send 43008 blocksize 512
    Online entry still exists for log 1 thr 1 seq 17747. Using it
    Closing thread 1 sequence 17747 logno 1 nab 92026 los 35193495191 nxs 35193495503
    *** 2011-07-18 09:46:37.501 71560 kcrr.c
    Sending online log thread 1 seq 17748 [logfile 2] to standby
    Opening logfile [logno 2]
    Destination LOG_ARCHIVE_DEST_2 is in MAXIMUM PERFORMANCE mode
    Archiving to destination talon_plsprod.travimp.com ASYNC blocks=20480
    Log file opened [logno 2]
    Attempting to send buffer 0x111441d30 start block 2 block count 2052
    total size to send 1050624 blocksize 512
    *** 2011-07-18 09:46:43.059
    total size to send 8164352 blocksize 512
    *** 2011-07-18 09:48:18.781
    *** 2011-07-18 09:48:18.781 72367 kcrr.c
    Detected proper completion of online log
    **** 2011-07-18 09:48:18.781 72204 kcrr.c*
    Detected physical end of file
    Attempting to send buffer 0x111441d30  start block 90604  block count 1416
    total size to send 724992  blocksize 512
    Online entry still exists for log 2 thr 1 seq 17754. Using it
    Closing thread 1 sequence 17754 logno 2 nab 92020 los 35193496751 nxs 35193496934
    **** 2011-07-18 09:48:19.891 71560 kcrr.c*
    *Sending online log thread 1 seq 17755 [logfile 3] to standby*
    *Opening logfile [logno 3]*
    Destination LOG_ARCHIVE_DEST_2 is in MAXIMUM PERFORMANCE mode
    Archiving to destination talon_plsprod.travimp.com ASYNC blocks=20480
    *Log file opened [logno 3]*
    Attempting to send buffer 0x111441d30 start block 2 block count 19248
    total size to send 9854976 blocksize 512
    Attempting to send buffer 0x111441d30 start block 19250 block count 20166
    total size to send 10324992 blocksize 512
    Attempting to send buffer 0x111441d30 start block 39416 block count 4955
    total size to send 2536960 blocksize 512
    Attempting to send buffer 0x111441d30 start block 44371 block count 19903
    total size to send 10190336 blocksize 512
    *** 2011-07-18 09:48:30.215
    Attempting to send buffer 0x111441d30 start block 64274 block count 19991
    total size to send 10235392 blocksize 512
    *** 2011-07-18 09:48:32.370 72367 kcrr.c
    Detected proper completion of online log
    *** 2011-07-18 09:48:32.370 72204 kcrr.c
    Detected physical end of file
    Attempting to send buffer 0x111441d30 start block 84265 block count 7754
    total size to send 3970048 blocksize 512
    Online entry still exists for log 3 thr 1 seq 17755. Using it
    Closing thread 1 sequence 17755 logno 3 nab 92019 los 35193496934 nxs 35193498387
    *** 2011-07-18 09:48:32.472 71560 kcrr.c
    Sending online log thread 1 seq 17756 [logfile 1] to standby
    Opening logfile [logno 1]
    Destination LOG_ARCHIVE_DEST_2 is in MAXIMUM PERFORMANCE mode
    Archiving to destination talon_plsprod.travimp.com ASYNC blocks=20480
    Log file opened [logno 1]
    Attempting to send buffer 0x111441d30 start block 2 block count 19214
    total size to send 9837568 blocksize 512
    *** 2011-07-18 09:48:40.267
    Attempting to send buffer 0x111441d30 start block 19216 block count 19981
    total size to send 10230272 blocksize 512
    Attempting to send buffer 0x111441d30 start block 39197 block count 19586
    total size to send 10028032 blocksize 512
    Attempting to send buffer 0x111441d30 start block 58783 block count 6569
    total size to send 3363328 blocksize 512
    Attempting to send buffer 0x111441d30 start block 65352 block count 19894
    total size to send 10185728 blocksize 512
    *** 2011-07-18 09:48:47.133 72367 kcrr.c
    Detected proper completion of online log
    *** 2011-07-18 09:48:47.133 72204 kcrr.c
    Detected physical end of file
    Attempting to send buffer 0x111441d30 start block 85246 block count 6772
    total size to send 3467264 blocksize 512
    Online entry still exists for log 1 thr 1 seq 17756. Using it
    Closing thread 1 sequence 17756 logno 1 nab 92018 los 35193498387 nxs 35193500455
    *** 2011-07-18 09:48:47.344 71560 kcrr.c
    Sending online log thread 1 seq 17757 [logfile 2] to standby
    Opening logfile [logno 2]
    Destination LOG_ARCHIVE_DEST_2 is in MAXIMUM PERFORMANCE mode
    Archiving to destination talon_plsprod.travimp.com ASYNC blocks=20480
    Log file opened [logno 2]
    *** 2011-07-18 09:48:50.302
    Attempting to send buffer 0x111441d30 start block 2 block count 18546
    total size to send 9495552 blocksize 512
    Attempting to send buffer 0x111441d30 start block 18548 block count 19821
    total size to send 10148352 blocksize 512
    Attempting to send buffer 0x111441d30 start block 38369 block count 20457
    total size to send 10473984 blocksize 512
    *** 2011-07-18 09:49:02.194
    Attempting to send buffer 0x111441d30 start block 58826 block count 20477
    total size to send 10484224 blocksize 512
    Attempting to send buffer 0x111441d30 start block 79303 block count 12397
    total size to send 6347264 blocksize 512
    *** 2011-07-18 09:49:08.443 72367 kcrr.c
    Detected proper completion of online log
    *** 2011-07-18 09:49:08.443 72204 kcrr.c
    Detected physical end of file
    Attempting to send buffer 0x111441d30 start block 91700 block count 333
    total size to send 170496 blocksize 512
    Online entry still exists for log 2 thr 1 seq 17757. Using it
    Closing thread 1 sequence 17757 logno 2 nab 92033 los 35193500455 nxs 35193504614
    *** 2011-07-18 09:49:08.549 71560 kcrr.c
    Sending online log thread 1 seq 17758 [logfile 3] to standby
    Opening logfile [logno 3]
    Destination LOG_ARCHIVE_DEST_2 is in MAXIMUM PERFORMANCE mode
    Archiving to destination talon_plsprod.travimp.com ASYNC blocks=20480
    Log file opened [logno 3]
    Attempting to send buffer 0x111441d30 start block 2 block count 19640
    total size to send 10055680 blocksize 512
    *** 2011-07-18 09:49:15.005
    Attempting to send buffer 0x111441d30 start block 19642 block count 12646
    total size to send 6474752 blocksize 512
    Attempting to send buffer 0x111441d30 start block 92000 block count 23
    total size to send 11776 blocksize 512
    *** 2011-07-18 11:30:19.515 72367 kcrr.c
    Detected proper completion of online log
    *** 2011-07-18 11:30:19.515 72204 kcrr.c
    Detected physical end of file
    Attempting to send buffer 0x111441d30 start block 92023 block count 11
    total size to send 5632 blocksize 512
    Online entry still exists for log 3 thr 1 seq 17758. Using it
    Closing thread 1 sequence 17758 logno 3 nab 92034 los 35193504614 nxs 35194291751
    *** 2011-07-18 11:30:21.546 71560 kcrr.c
    Sending online log thread 1 seq 17759 [logfile 1] to standby
    Opening logfile [logno 1]
    Destination LOG_ARCHIVE_DEST_2 is in MAXIMUM PERFORMANCE mode
    Archiving to destination talon_plsprod.travimp.com ASYNC blocks=20480
    Log file opened [logno 1]
    Attempting to send buffer 0x111441d30 start block 2 block count 24
    total size to send 12288 blocksize 512
    *** 2011-07-18 11:30:27.006
    Attempting to send buffer 0x111441d30 start block 26 block count 1
    total size to send 512 blocksize 512
    Attempting to send buffer 0x111441d30 start block 27 block count 34
    total size to send 17408 blocksize 512
    Attempting to send buffer 0x111441d30 start block 61 block count 31
    total size to send 15872 blocksize 512
    *** 2011-07-18 11:30:39.003
    Attempting to send buffer 0x111441d30 start block 92 block count 32
    total size to send 16384 blocksize 512
    Attempting to send buffer 0x111441d30 start block 124 block count 2
    total size to send 1024 blocksize 512
    Attempting to send buffer 0x111441d30 start block 126 block count 1
    total size to send 512 blocksize 512
    *** 2011-07-18 11:30:51.000
    Attempting to send buffer 0x111441d30 start block 127 block count 1
    total size to send 512 blocksize 512
    Attempting to send buffer 0x111441d30 start block 128 block count 30
    total size to send 15360 blocksize 512
    Attempting to send buffer 0x111441d30 start block 158 block count 88
    total size to send 45056 blocksize 512
    Attempting to send buffer 0x111441d30 start block 246 block count 3
    total size to send 1536 blocksize 512
    *** 2011-07-18 11:31:03.002
    Attempting to send buffer 0x111441d30 start block 249 block count 32
    total size to send 16384 blocksize 512
    Attempting to send buffer 0x111441d30 start block 27416 block count 4
    total size to send 2048 blocksize 512
    Attempting to send buffer 0x111441d30 start block 27420 block count 14
    total size to send 7168 blocksize 512
    Attempting to send buffer 0x111441d30 start block 27434 block count 54
    total size to send 27648 blocksize 512
    Attempting to send buffer 0x111441d30 start block 27488 block count 10
    total size to send 5120 blocksize 512
    *** 2011-07-18 12:27:01.000
    Attempting to send buffer 0x111441d30 start block 27498 block count 78
    total size to send 39936 blocksize 512
    Attempting to send buffer 0x111441d30 start block 27576 block count 2
    total size to send 1024 blocksize 512
    Attempting to send buffer 0x111441d30 start block 27578 block count 56
    total size to send 28672 blocksize 512
    Attempting to send buffer 0x111441d30 start block 27634 block count 60
    total size to send 30720 blocksize 512
    *** 2011-07-18 12:27:14.006
    Attempting to send buffer 0x111441d30 start block 27694 block count 7
    total size to send 3584 blocksize 512
    Attempting to send buffer 0x111441d30 start block 27701 block count 1
    total size to send 512 blocksize 512
    Attempting to send buffer 0x111441d30 start block 27702 block count 106
    total size to send 54272 blocksize 512
    *** 2011-07-18 12:27:28.001
    Attempting to send buffer 0x111441d30 start block 27808 block count 2
    total size to send 1024 blocksize 512
    Attempting to send buffer 0x111441d30 start block 27810 block count 37
    total size to send 18944 blocksize 512
    Attempting to send buffer 0x111441d30 start block 27847 block count 2
    total size to send 1024 blocksize 512
    *** 2011-07-18 12:27:42.002
    Attempting to send buffer 0x111441d30 start block 27849 block count 78
    total size to send 39936 blocksize 512
    Attempting to send buffer 0x111441d30 start block 27927 block count 43
    total size to send 22016 blocksize 512
    *** 2011-07-18 12:27:52.001
    Attempting to send buffer 0x111441d30 start block 27970 block count 1
    total size to send 512 blocksize 512
    Attempting to send buffer 0x111441d30 start block 27971 block count 2
    total size to send 1024 blocksize 512
    Attempting to send buffer 0x111441d30 start block 27973 block count 38
    total size to send 19456 blocksize 512
    *** 2011-07-18 12:28:03.007
    ORA-00472: PMON  process terminated with error
    Closing Redo Read Context
    Redo Push Server: Freeing ASYNC PGA buffer
    LNS1: Doing a channel reset for next time around...
    Please help me out.

  • SMON process terminated with error

    Hi,
    Oracle Version:10.2.0.3
    Operating system:Linux
    I alert log file i found that smon process was terminated with error.Below is the contents of the alert log file.
    Fri Dec 31 05:12:32 2010
    sculkget: failed to lock /home/oracle/oracle/oracle/product/10.2.0/db_1/dbs/lkinstqfundeca exclusive
    sculkget: lock held by PID: 9127
    Oracle Instance Shutdown operation failed. Another process may be attempting to startup or shutdown this Instance.
    Failed to acquire instance startup/shutdown serialization primitive
    Fri Dec 31 05:56:23 2010
    sculkget: failed to lock /home/oracle/oracle/oracle/product/10.2.0/db_1/dbs/lkinstqfundeca exclusive
    sculkget: lock held by PID: 9127
    Oracle Instance Shutdown operation failed. Another process may be attempting to startup or shutdown this Instance.
    Failed to acquire instance startup/shutdown serialization primitive
    Fri Dec 31 06:40:53 2010
    WARNING: inbound connection timed out (ORA-3136)
    Fri Dec 31 06:40:53 2010
    WARNING: inbound connection timed out (ORA-3136)
    Fri Dec 31 06:40:53 2010
    WARNING: inbound connection timed out (ORA-3136)
    Fri Dec 31 06:40:53 2010
    WARNING: inbound connection timed out (ORA-3136)
    Fri Dec 31 06:40:53 2010
    WARNING: inbound connection timed out (ORA-3136)
    Fri Dec 31 06:40:53 2010
    WARNING: inbound connection timed out (ORA-3136)
    Fri Dec 31 06:40:53 2010
    WARNING: inbound connection timed out (ORA-3136)
    Fri Dec 31 06:40:53 2010
    MMNL absent for 7904 secs; Foregrounds taking over
    Fri Dec 31 06:40:53 2010
    Starting background process EMN0
    Fri Dec 31 06:40:53 2010
    The value (30) of MAXTRANS parameter ignored.
    Fri Dec 31 06:40:53 2010
    Thread 1 cannot allocate new log, sequence 62004
    Checkpoint not complete
      Current log# 1 seq# 62003 mem# 0: /u02/oradata/qfundeca/redo01a.log
      Current log# 1 seq# 62003 mem# 1: /u03/oradata/qfundeca/redo01b.log
    EMN0 started with pid=29, OS id=7176
    Fri Dec 31 06:40:53 2010
    Shutting down instance: further logons disabled
    Fri Dec 31 06:40:53 2010
    ksvcreate: Process(m001) creation failed
    Fri Dec 31 06:40:53 2010
    kkjcre1p: unable to spawn jobq slave process, error 1089
    Fri Dec 31 06:40:53 2010
    kkjcre1p: unable to spawn jobq slave process, error 1089
    Fri Dec 31 06:40:54 2010
    Stopping background process QMNC
    Fri Dec 31 06:40:54 2010
    Stopping background process CJQ0
    Fri Dec 31 06:40:54 2010
    Thread 1 cannot allocate new log, sequence 62004
    Private strand flush not complete
      Current log# 1 seq# 62003 mem# 0: /u02/oradata/qfundeca/redo01a.log
      Current log# 1 seq# 62003 mem# 1: /u03/oradata/qfundeca/redo01b.log
    Fri Dec 31 06:40:56 2010
    Stopping background process MMNL
    Fri Dec 31 06:40:56 2010
    Thread 1 advanced to log sequence 62004
      Current log# 2 seq# 62004 mem# 0: /u02/oradata/qfundeca/redo02a.log
      Current log# 2 seq# 62004 mem# 1: /u03/oradata/qfundeca/redo02b.log
    Fri Dec 31 06:40:57 2010
    Starting background process QMNC
    Fri Dec 31 06:40:57 2010
    Errors in file /home/oracle/oracle/admin/qfundeca/udump/qfundeca_ora_3065.trc:
    ORA-00443: background process "QMNC" did not start
    Fri Dec 31 06:41:04 2010
    Stopping background process MMON
    Fri Dec 31 06:41:05 2010
    Errors in file /home/oracle/oracle/admin/qfundeca/udump/qfundeca_ora_9127.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-12663: Services required by client not available on the server
    ORA-36961: Oracle OLAP is not available.
    ORA-06512: at "SYS.OLAPIHISTORYRETENTION", line 1
    ORA-06512: at line 15
    Fri Dec 31 06:41:05 2010
    Shutting down instance (immediate)
    License high water mark = 93
    Fri Dec 31 06:41:05 2010
    Stopping Job queue slave processes
    Fri Dec 31 06:41:05 2010
    Job queue slave processes stopped
    Fri Dec 31 06:41:57 2010
    All dispatchers and shared servers shutdown
    Fri Dec 31 06:41:59 2010
    ALTER DATABASE CLOSE NORMAL
    Fri Dec 31 06:41:59 2010
    SMON: disabling tx recovery
    SMON: disabling cache recovery
    Fri Dec 31 06:42:00 2010
    Shutting down archive processes
    Archiving is disabled
    Fri Dec 31 06:42:05 2010
    ARCH shutting down
    ARC1: Archival stopped
    Fri Dec 31 06:42:11 2010
    ARCH shutting down
    ARC0: Archival stopped
    Fri Dec 31 06:42:12 2010
    Thread 1 closed at log sequence 62004
    Successful close of redo thread 1
    Fri Dec 31 06:42:12 2010
    Completed: ALTER DATABASE CLOSE NORMAL
    Fri Dec 31 06:42:12 2010
    ALTER DATABASE DISMOUNT
    Completed: ALTER DATABASE DISMOUNT
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    Fri Dec 31 06:49:52 2010
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =27
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.3.0.
    System parameters with non-default values:
      processes                = 150
      sessions                 = 250
      __shared_pool_size       = 385875968
      __large_pool_size        = 16777216
      __java_pool_size         = 16777216
      __streams_pool_size      = 33554432
      streams_pool_size        = 33554432
      sga_target               = 1610612736
      control_files            = /u02/oradata/qfundeca/control01.ctl, /u02/oradata/qfundeca/control02.ctl, /u03/oradata/qfundeca/control03.ctl
      db_block_size            = 8192
      __db_cache_size          = 1140850688
      compatible               = 10.2.0.3.0
      log_archive_dest_1       = LOCATION=/u02/oradata/arch/qfundeca
      log_archive_format       = %t_%s_%r.dbf
      archive_lag_target       = 2700
      db_file_multiblock_read_count= 16
      db_recovery_file_dest    = /u02/oradata/flash_recovery_area
      db_recovery_file_dest_size= 21474836480
      standby_file_management  = AUTO
      undo_management          = AUTO
      undo_tablespace          = UNDOTBS1
      remote_login_passwordfile= EXCLUSIVE
      db_domain                =
      dispatchers              = (PROTOCOL=TCP) (SERVICE=qfundecaXDB)
      job_queue_processes      = 17
      cursor_sharing           = EXACT
      background_dump_dest     = /home/oracle/oracle/admin/qfundeca/bdump
      user_dump_dest           = /home/oracle/oracle/admin/qfundeca/udump
      core_dump_dest           = /home/oracle/oracle/admin/qfundeca/cdump
      audit_file_dest          = /home/oracle/oracle/admin/qfundeca/adump
      db_name                  = qfundeca
      open_cursors             = 300
      pga_aggregate_target     = 839909376
    PMON started with pid=2, OS id=9591
    PSP0 started with pid=3, OS id=9593
    MMAN started with pid=4, OS id=9595
    DBW0 started with pid=5, OS id=9597
    LGWR started with pid=6, OS id=9599
    CKPT started with pid=7, OS id=9601
    SMON started with pid=8, OS id=9603
    RECO started with pid=9, OS id=9605
    CJQ0 started with pid=10, OS id=9607
    MMON started with pid=11, OS id=9609
    Fri Dec 31 06:49:54 2010
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    MMNL started with pid=12, OS id=9611
    Fri Dec 31 06:49:54 2010
    starting up 1 shared server(s) ...
    Oracle Data Guard is not available in this edition of Oracle.
    Fri Dec 31 06:49:54 2010
    ALTER DATABASE   MOUNT
    Fri Dec 31 06:49:58 2010
    Setting recovery target incarnation to 1
    Fri Dec 31 06:49:58 2010
    Successful mount of redo thread 1, with mount id 256948178
    Fri Dec 31 06:49:58 2010
    Database mounted in Exclusive Mode
    Completed: ALTER DATABASE   MOUNT
    Fri Dec 31 06:49:58 2010
    ALTER DATABASE OPEN
    Fri Dec 31 06:49:58 2010
    LGWR: STARTING ARCH PROCESSES
    ARC0 started with pid=16, OS id=9619
    Fri Dec 31 06:49:58 2010
    ARC0: Archival started
    ARC1: Archival started
    LGWR: STARTING ARCH PROCESSES COMPLETE
    ARC1 started with pid=17, OS id=9621
    Fri Dec 31 06:49:58 2010
    Thread 1 opened at log sequence 62004
      Current log# 2 seq# 62004 mem# 0: /u02/oradata/qfundeca/redo02a.log
      Current log# 2 seq# 62004 mem# 1: /u03/oradata/qfundeca/redo02b.log
    Successful open of redo thread 1
    Fri Dec 31 06:49:58 2010
    ARC0: Becoming the 'no FAL' ARCH
    ARC0: Becoming the 'no SRL' ARCH
    Fri Dec 31 06:49:58 2010
    ARC1: Becoming the heartbeat ARCH
    Fri Dec 31 06:49:58 2010
    SMON: enabling cache recovery
    Fri Dec 31 06:49:58 2010
    Successfully onlined Undo Tablespace 1.
    Fri Dec 31 06:49:58 2010
    SMON: enabling tx recovery
    Fri Dec 31 06:49:58 2010
    Database Characterset is WE8ISO8859P1
    replication_dependency_tracking turned off (no async multimaster replication found)
    Starting background process QMNC
    QMNC started with pid=18, OS id=9623
    Fri Dec 31 06:49:59 2010
    Errors in file /home/oracle/oracle/admin/qfundeca/udump/qfundeca_ora_9617.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-12663: Services required by client not available on the server
    ORA-36961: Oracle OLAP is not available.
    ORA-06512: at "SYS.OLAPIHISTORYRETENTION", line 1
    ORA-06512: at line 15
    Fri Dec 31 06:50:00 2010
    Completed: ALTER DATABASE OPEN
    Fri Dec 31 06:50:00 2010
    db_recovery_file_dest_size of 20480 MB is 0.00% used. This is a
    user-specified limit on the amount of space that will be used by this
    database for recovery-related files, and does not reflect the amount of
    space available in the underlying filesystem or ASM diskgroup.
    Fri Dec 31 06:55:59 2010
    The value (30) of MAXTRANS parameter ignored.
    kupprdp: master process DM00 started with pid=36, OS id=12004
             to execute - SYS.KUPM$MCP.MAIN('QFUNDECA_PROD_BKP', 'QFUNDECAPROD', 'KUPC$C_1_20101231065559', 'KUPC$S_1_20101231065559', 0);
    kupprdp: worker process DW01 started with worker id=1, pid=37, OS id=12009
             to execute - SYS.KUPW$WORKER.MAIN('QFUNDECA_PROD_BKP', 'QFUNDECAPROD');
    Fri Dec 31 07:04:59 2010
    Thread 1 cannot allocate new log, sequence 62005
    Private strand flush not complete
      Current log# 2 seq# 62004 mem# 0: /u02/oradata/qfundeca/redo02a.log
      Current log# 2 seq# 62004 mem# 1: /u03/oradata/qfundeca/redo02b.log
    Thread 1 advanced to log sequence 62005
      Current log# 3 seq# 62005 mem# 0: /u02/oradata/qfundeca/redo03a.log
      Current log# 3 seq# 62005 mem# 1: /u03/oradata/qfundeca/redo03b.log
    Fri Dec 31 07:30:01 2010
    Thread 1 cannot allocate new log, sequence 62006
    Private strand flush not complete
      Current log# 3 seq# 62005 mem# 0: /u02/oradata/qfundeca/redo03a.log
      Current log# 3 seq# 62005 mem# 1: /u03/oradata/qfundeca/redo03b.log
    Thread 1 advanced to log sequence 62006
      Current log# 1 seq# 62006 mem# 0: /u02/oradata/qfundeca/redo01a.log
      Current log# 1 seq# 62006 mem# 1: /u03/oradata/qfundeca/redo01b.log
    Fri Dec 31 07:54:42 2010
    System State dumped to trace file /home/oracle/oracle/admin/qfundeca/udump/qfundeca_ora_24979.trc
    Fri Dec 31 07:55:06 2010
    System State dumped to trace file /home/oracle/oracle/admin/qfundeca/udump/qfundeca_ora_25057.trc
    Fri Dec 31 07:55:37 2010
    System State dumped to trace file /home/oracle/oracle/admin/qfundeca/udump/qfundeca_ora_25209.trc
    Fri Dec 31 07:59:33 2010
    System State dumped to trace file /home/oracle/oracle/admin/qfundeca/udump/qfundeca_ora_26237.trc
    Fri Dec 31 08:00:25 2010
    System State dumped to trace file /home/oracle/oracle/admin/qfundeca/udump/qfundeca_ora_26523.trc
    Fri Dec 31 08:00:40 2010
    System State dumped to trace file /home/oracle/oracle/admin/qfundeca/udump/qfundeca_ora_26909.trc
    Fri Dec 31 08:06:34 2010
    Errors in file /home/oracle/oracle/admin/qfundeca/bdump/qfundeca_pmon_9591.trc:
    *ORA-00474: SMON process terminated with error*
    *Fri Dec 31 08:06:34 2010*
    *PMON: terminating instance due to error 474*
    Instance terminated by PMON, pid = 9591
    Fri Dec 31 08:08:31 2010
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =27
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.3.0.
    System parameters with non-default values:
      processes                = 150
      sessions                 = 250
      __shared_pool_size       = 234881024
      __large_pool_size        = 16777216
      __java_pool_size         = 16777216
      __streams_pool_size      = 33554432
      streams_pool_size        = 33554432
      sga_target               = 1610612736
      control_files            = /u02/oradata/qfundeca/control01.ctl, /u02/oradata/qfundeca/control02.ctl, /u03/oradata/qfundeca/control03.ctl
      db_block_size            = 8192
      __db_cache_size          = 1291845632
      compatible               = 10.2.0.3.0
      log_archive_dest_1       = LOCATION=/u02/oradata/arch/qfundeca
      log_archive_format       = %t_%s_%r.dbf
      archive_lag_target       = 2700
      db_file_multiblock_read_count= 16
      db_recovery_file_dest    = /u02/oradata/flash_recovery_area
      db_recovery_file_dest_size= 21474836480
      standby_file_management  = AUTO
      undo_management          = AUTO
      undo_tablespace          = UNDOTBS1
      remote_login_passwordfile= EXCLUSIVE
      db_domain                =
      dispatchers              = (PROTOCOL=TCP) (SERVICE=qfundecaXDB)
      job_queue_processes      = 17
      cursor_sharing           = EXACT
      background_dump_dest     = /home/oracle/oracle/admin/qfundeca/bdump
      user_dump_dest           = /home/oracle/oracle/admin/qfundeca/udump
      core_dump_dest           = /home/oracle/oracle/admin/qfundeca/cdump
      audit_file_dest          = /home/oracle/oracle/admin/qfundeca/adump
      db_name                  = qfundeca
      open_cursors             = 300
      pga_aggregate_target     = 839909376
    PMON started with pid=2, OS id=648
    PSP0 started with pid=3, OS id=650
    MMAN started with pid=4, OS id=652
    DBW0 started with pid=5, OS id=654
    LGWR started with pid=6, OS id=656
    CKPT started with pid=7, OS id=658
    SMON started with pid=8, OS id=660
    RECO started with pid=9, OS id=662
    CJQ0 started with pid=10, OS id=664
    MMON started with pid=11, OS id=666
    Fri Dec 31 08:08:32 2010
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    MMNL started with pid=12, OS id=668
    Fri Dec 31 08:08:32 2010
    starting up 1 shared server(s) ...
    Oracle Data Guard is not available in this edition of Oracle.
    Fri Dec 31 08:08:32 2010
    ALTER DATABASE   MOUNT
    Fri Dec 31 08:08:36 2010
    Setting recovery target incarnation to 1
    Fri Dec 31 08:08:36 2010
    Successful mount of redo thread 1, with mount id 257031232
    Fri Dec 31 08:08:36 2010
    Database mounted in Exclusive Mode
    Completed: ALTER DATABASE   MOUNT
    Fri Dec 31 08:08:36 2010
    ALTER DATABASE OPEN
    Fri Dec 31 08:08:37 2010
    Beginning crash recovery of 1 threads
    Fri Dec 31 08:08:37 2010
    Started redo scan
    Fri Dec 31 08:08:37 2010
    Completed redo scan
    31201 redo blocks read, 754 data blocks need recovery
    Fri Dec 31 08:08:38 2010
    Started redo application at
    Thread 1: logseq 62004, block 66343
    Fri Dec 31 08:08:38 2010
    Recovery of Online Redo Log: Thread 1 Group 2 Seq 62004 Reading mem 0
      Mem# 0: /u02/oradata/qfundeca/redo02a.log
      Mem# 1: /u03/oradata/qfundeca/redo02b.log
    Fri Dec 31 08:08:38 2010
    Recovery of Online Redo Log: Thread 1 Group 3 Seq 62005 Reading mem 0
      Mem# 0: /u02/oradata/qfundeca/redo03a.log
      Mem# 1: /u03/oradata/qfundeca/redo03b.logHow to know what is the reason for this one.On that day the database hangs two time as i mentioned in my previous post.
    Thanks & Regards,
    Poorna Prasad.

    Hi Chinar,
    Here is the contents for the file /home/oracle/oracle/admin/qfundeca/bdump/qfundeca_pmon_9591.trc
    /home/oracle/oracle/admin/qfundeca/bdump/qfundeca_pmon_9591.trc
    Oracle Database 10g Release 10.2.0.3.0 - Production
    ORACLE_HOME = /home/oracle/oracle/oracle/product/10.2.0/db_1
    System name:     Linux
    Node name:     virqts2ora001.localdomain
    Release:     2.6.9-5.ELsmp
    Version:     #1 SMP Wed Jan 5 19:30:39 EST 2005
    Machine:     i686
    Instance name: qfundeca
    Redo thread mounted by this instance: 1
    Oracle process number: 2
    Unix process pid: 9591, image: [email protected] (PMON)
    *** 2010-12-31 08:06:34.723
    *** SERVICE NAME:(SYS$BACKGROUND) 2010-12-31 08:06:34.723
    *** SESSION ID:(250.1) 2010-12-31 08:06:34.723
    Background process SMON found dead
    Oracle pid = 8
    OS pid (from detached process) = 9603
    OS pid (from process state) = 9603
    dtp = 0x2000ed88, proc = 0x7f3528a0
    Dump of memory from 0x2000ED88 to 0x2000EDB4
    2000ED80                   0000007C 7F3528A0          [|....(5.]
    2000ED90 00000000 00000000 4E4F4D53 00000200  [........SMON....]
    2000EDA0 00002583 FFFFFFFF 00000001 5634F590  [.%............4V]
    2000EDB0 00040081                             [....]           
    Dump of memory from 0x7F3528A0 to 0x7F352E58
    7F3528A0 00000102 00000000 00000000 00000000  [................]
    7F3528B0 00000000 7F5FDF30 7F95787C 7F4C61E0  [....0._.|x...aL.]
    7F3528C0 7F956AE4 00000000 7F956B48 7F956B48  [.j......Hk..Hk..]
    7F3528D0 7F957870 00001601 7F4AA968 7F4C61E0  [px......h.J..aL.]
    7F3528E0 00000008 7F4C7430 7F4C75B4 00000000  [....0tL..uL.....]
    7F3528F0 7F5FCE18 7F5FDF48 00000000 00000000  [.._.H._.........]
    7F352900 00000000 00000000 00000000 00000000  [................]
            Repeat 2 times
    7F352930 00000000 00000000 00000000 000C0000  [................]
    7F352940 00000000 00080000 00000000 00050000  [................]
    7F352950 00000000 00040000 00000000 00040000  [................]
    7F352960 00000000 00080000 00000000 000C0000  [................]
    7F352970 00000000 000C0000 00000000 00050000  [................]
    7F352980 00000000 00110000 00000000 000F0000  [................]
    7F352990 00000000 00000000 00000000 00000000  [................]
            Repeat 3 times
    7F3529D0 00000002 7F3529D4 7F3529D4 00000000  [.....)5..)5.....]
    7F3529E0 00000001 00000000 7F3529E8 7F3529E8  [.........)5..)5.]
    7F3529F0 00000000 00000000 00000000 00000000  [................]
            Repeat 1 times
    7F352A10 00000021 00000018 00000095 00000015  [!...............]
    7F352A20 7F366E98 7F351D30 00010000 00000000  [.n6.0.5.........]
    7F352A30 00000000 00000000 00000000 00000000  [................]
            Repeat 1 times
    7F352A50 00000000 00000000 00002583 00000000  [.........%......]
    7F352A60 00000000 00000000 00000000 00000000  [................]
            Repeat 2 times
    7F352A90 00000000 00000000 7F3528A0 00000000  [.........(5.....]
    7F352AA0 00000000 00000000 00000000 00000000  [................]
            Repeat 6 times
    7F352B10 00000000 7F352B14 7F352B14 00000000  [.....+5..+5.....]
    7F352B20 00000000 00000001 00000000 00000000  [................]
    7F352B30 3461800E 0000000C 00002583 FFFFFFFF  [..a4.....%......]
    7F352B40 B74796C0 00000000 00000000 00000000  [..G.............]
    7F352B50 00000000 00000000 00000000 00000000  [................]
    7F352B60 00000000 00000000 00000008 FFFFFFFF  [................]
    7F352B70 00000000 00000000 00000000 00000000  [................]
            Repeat 7 times
    7F352BF0 00000000 00000000 6361726F 0000656C  [........oracle..]
    7F352C00 00000000 00000000 00000000 00000000  [................]
    7F352C10 00000000 00000000 00000006 71726976  [............virq]
    7F352C20 6F327374 30306172 6F6C2E31 646C6163  [ts2ora001.locald]
    7F352C30 69616D6F 0000006E 00000000 00000000  [omain...........]
    7F352C40 00000000 00000000 00000000 00000000  [................]
    7F352C50 00000000 00000000 00000000 00000019  [................]
    7F352C60 4E4B4E55 004E574F 00000000 00000000  [UNKNOWN.........]
    7F352C70 00000000 00000000 00000000 00000000  [................]
    7F352C80 00000008 33303639 00000000 00000000  [....9603........]
    7F352C90 00000000 00000000 00000000 00000004  [................]
    7F352CA0 6361726F 7640656C 74717269 726F3273  [oracle@virqts2or]
    7F352CB0 31303061 636F6C2E 6F646C61 6E69616D  [a001.localdomain]
    7F352CC0 4D532820 00294E4F 00000000 00000000  [ (SMON).........]
    7F352CD0 00000027 00000002 00000001 7864736B  ['...........ksdx]
    7F352CE0 6B747366 312B2928 6B2D3C39 63786473  [fstk()+19<-ksdxc]
    7F352CF0 2B292862 31323331 73732D3C 65737570  [b()+1321<-sspuse]
    7F352D00 2B292872 3C323031 3930302D 41374131  [r()+102<-0091A7A]
    7F352D10 00000032 00000000 00000000 00000000  [2...............]
    7F352D20 00000000 00000000 00000000 00000000  [................]
            Repeat 4 times
    7F352D70 00000000 00000000 00000000 00060200  [................]
    7F352D80 0000691D FFFFFFFF 00000000 00000000  [.i..............]
    7F352D90 7F38693C 7F35334C 7F3527DC 00000000  [<i8.L35..'5.....]
    7F352DA0 7F5D3CEC 00000000 00000000 00000000  [.<].............]
    7F352DB0 00000000 00000000 00000000 00000000  [................]
    7F352DC0 7F352DC0 7F352DC0 001B0000 00130000  [.-5..-5.........]
    7F352DD0 00029615 0007CBB1 001E9615 0000EB2C  [............,...]
    7F352DE0 00000000 00005F28 00000000 0002C440  [....(_......@...]
    7F352DF0 00000000 00000814 00000000 00000088  [................]
    7F352E00 00000000 00000814 00000000 00000000  [................]
    7F352E10 00000000 00000000 00000000 00000000  [................]
            Repeat 3 times
    7F352E50 00000000 00000003                    [........]       
    error 474 detected in background process
    ORA-00474: SMON process terminated with error

  • Server was unable to process request. --- ERROR: This site is not hosted on this data center C#

    I am working with the API for the first time, and I am currently trying to figure out how to pull a list of products from a cat using the Product_ListRetrieve, I keep getting this error
    Server was unable to process request. ---> ERROR: This site is not hosted on this data center

    Okay so if anyone else is having these issues I found an answer for MVC3 C#:
    Go into the Web Config and look at the Application Settings, by editing the URL there you can find a value containing the service url. add the subdomain there:
    Example-
      <applicationSettings>
        <ITCatExtend.Properties.Settings>
          <setting name="ITCatExtend_CRM_CatalystCRMWebservice" serializeAs="String">
            <value>https://Add the Sub Domain Here.worldsecuresystems.com/CatalystWebService/CatalystCRMWebservice.asmx</value>
          </setting>
          <setting name="ITCatExtend_Ecom_CatalystEcommerceWebservice"
            serializeAs="String">
            <value>https://Add the Sub Domain Here.worldsecuresystems.com/catalystwebservice/catalystecommercewebservice.asmx</value>
          </setting>
        </ITCatExtend.Properties.Settings>
      </applicationSettings>

  • Why am I getting 'out of application memory' error since 10.9.1 upgrade

    HI All,
    I've been on mac's since 1991. Have owned and run dozens of them. I'm no newbie - but this has me beat.
    I have  a mid 2010 MacPro, in my main edit suite running FCPX etc etc for video production.... and since the upgrade to Mavericks 10.9.1, The machine can't even brows a webpage without giving me an 'out of application memeory' error.
    I'm running with my OS on a 1TB SSD, the system has 32Gig of ram.
    I had downgraded to 10.9, and found that was OK... but oddly, my system re-upgraded itself and now I'm stuck in a loop agin. Ugh.
    My wish: to fix whatever is causing this problem on 10.9.1.
    Ideas, anyone?
    Cheers,
    Kearon @ Makinnoize Media

    HI Linc,
    Thanks Linc for your assistance on this, I appreciate it.
    Right now, I have just restarted after re-installing 10.9.1. All seems to be OK... for now (I've done this 3 times...hence now looking to the apple commiunity for answers)
    Running EtreCheck revealed the following: items of possible interest in red.
    Hardware Information:
              Mac Pro (Mid 2010)
              Mac Pro - model: MacPro5,1
              2 2.4 GHz Quad-Core Intel Xeon CPUs: 8 cores
              32 GB RAM
    Video Information:
              ATI Radeon HD 5770 - VRAM: 1024 MB
    System Software:
              OS X 10.9.1 (13B42) - Uptime: 0 days 0:37:35
    Disk Information:
              OWC Mercury Accelsior PCIe SSD disk0 : (960.04 GB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Big Mac Pro SSD (disk0s2) /: 959.05 GB (443.23 GB free)
                        Recovery HD (disk0s3) <not mounted>: 784.2 MB
              HL-DT-ST DVD-RW GH61N 
              WDC WD30EZRX-00MMMB0 disk5 : (3 TB)
                        EFI (disk5s1) <not mounted>: 209.7 MB
                        disk5s2 (disk5s2) <not mounted>: 3 TB
                        Boot OS X (disk5s3) <not mounted>: 134.2 MB
              WDC WD30EZRX-00MMMB0 disk4 : (3 TB)
                        EFI (disk4s1) <not mounted>: 209.7 MB
                        disk4s2 (disk4s2) <not mounted>: 3 TB
                        Boot OS X (disk4s3) <not mounted>: 134.2 MB
              WDC WD30EZRX-00AZ6B0 disk2 : (3 TB)
                        EFI (disk2s1) <not mounted>: 209.7 MB
                        disk2s2 (disk2s2) <not mounted>: 3 TB
                        Boot OS X (disk2s3) <not mounted>: 134.2 MB
              WDC WD30EZRX-00DC0B0 disk7 : (3 TB)
                        EFI (disk7s1) <not mounted>: 209.7 MB
                        disk7s2 (disk7s2) <not mounted>: 3 TB
                        Boot OS X (disk7s3) <not mounted>: 134.2 MB
              MARVELL VIRTUALL 
    USB Information:
              Panasonic TY-CC20W
              Apple, Inc. Keyboard Hub
                        iLok iLok
                        Logitech Apple Optical USB Mouse
                        Apple Inc. Apple Keyboard
              Brother HL-2140 series
              Wacom Co.,Ltd. CTH-670
              Apple Inc. BRCM2046 Hub
                        Apple Inc. Bluetooth USB Host Controller
    FireWire Information:
    Thunderbolt Information:
    Kernel Extensions:
              com.CalDigit.driver.CalDigitUSBxHCI          (1.3.8a2)
              com.owc.driver.Accelsior          (1.0 b2 - SDK 10.6)
              com.blackmagic-design.desktopvideo.iokit.framebufferdriver          (9.9.3 - SDK 10.7)
              com.blackmagic-design.desktopvideo.iokit.driver          (9.9.3 - SDK 10.7)
              com.digidesign.iokit.DigiDal          (10.3.6f14 - SDK 10.6)
              com.logmein.driver.LogMeInSoundDriver          (1.0.3 - SDK 10.5)
              com.silex.driver.sxuptp          (1.5.2)
              com.paceap.kext.pacesupport.snowleopard          (5.9.1 - SDK 10.6)
              com.nvidia.CUDA          (1.1.0)
    Startup Items:
              CUDA: Path: /System/Library/StartupItems/CUDA
              DigidesignLoader: Path: /Library/StartupItems/DigidesignLoader
              FxLicenseManager: Path: /Library/StartupItems/FxLicenseManager
              ProTec6: Path: /Library/StartupItems/ProTec6
              ProTec6b: Path: /Library/StartupItems/ProTec6b
    Problem System Launch Daemons:
              [failed] com.apple.Kerberos.digest-service.plist 3rd-Party support link
              [failed] com.apple.msrpc.netlogon.plist 3rd-Party support link
    Problem System Launch Agents:
    Launch Daemons:
              [loaded] com.adobe.fpsaud.plist 3rd-Party support link
              [loaded] com.adobe.SwitchBoard.plist 3rd-Party support link
              [loaded] com.blackmagic-design.desktopvideo.XPCService.plist 3rd-Party support link
              [loaded] com.blackmagic-design.DesktopVideoHelper.plist 3rd-Party support link
              [loaded] com.blackmagic-design.streaming.BMDStreamingServer.plist 3rd-Party support link
              [loaded] com.bombich.ccc.plist 3rd-Party support link
              [loaded] com.digidesign.fwfamily.helper.plist 3rd-Party support link
              [loaded] com.edb.launchd.postgresql-8.4.plist 3rd-Party support link
              [loaded] com.google.keystone.daemon.plist 3rd-Party support link
              [not loaded] com.logmein.logmeinblanker.plist 3rd-Party support link
              [loaded] com.logmein.logmeinserver.plist 3rd-Party support link
              [loaded] com.logmein.raupdate.plist 3rd-Party support link
              [loaded] com.microsoft.office.licensing.helper.plist 3rd-Party support link
              [loaded] com.noiseindustries.FxFactory.AE.plist 3rd-Party support link
              [loaded] com.noiseindustries.FxFactory.helper.plist 3rd-Party support link
              [loaded] com.noiseindustries.FxFactory.plist 3rd-Party support link
              [loaded] com.oracle.java.Helper-Tool.plist 3rd-Party support link
              [loaded] com.paceap.eden.licensed.plist 3rd-Party support link
              [loaded] org.macosforge.xquartz.privileged_startx.plist 3rd-Party support link
              [loaded] PACESupport.plist 3rd-Party support link
    Launch Agents:
              [not loaded] com.adobe.AAM.Updater-1.0.plist 3rd-Party support link
              [loaded] com.blackmagic-design.DesktopVideoFirmwareUpdater.plist 3rd-Party support link
              [loaded] com.divx.dms.agent.plist 3rd-Party support link
              [loaded] com.divx.update.agent.plist 3rd-Party support link
              [loaded] com.google.keystone.agent.plist 3rd-Party support link
              [failed] com.logmein.LMILaunchAgentFixer.plist 3rd-Party support link
              [loaded] com.logmein.logmeingui.plist 3rd-Party support link
              [loaded] com.logmein.logmeinguiagent.plist 3rd-Party support link
              [not loaded] com.logmein.logmeinguiagentatlogin.plist 3rd-Party support link
              [loaded] com.nvidia.CUDASoftwareUpdate.plist 3rd-Party support link
              [loaded] com.oracle.java.Java-Updater.plist 3rd-Party support link
              [loaded] com.wacom.pentablet.plist 3rd-Party support link
              [loaded] com.wacom.wacomtablet.plist 3rd-Party support link
              [loaded] jp.buffalo.NASPower.plist 3rd-Party support link
              [not loaded] jp.buffalo.NASPower_pla.plist 3rd-Party support link
              [loaded] net.culater.SIMBL.Agent.plist 3rd-Party support link
              [loaded] org.macosforge.xquartz.startx.plist 3rd-Party support link
    User Launch Agents:
              [loaded] com.adobe.ARM.[...].plist 3rd-Party support link
              [failed] com.apple.CSConfigDotMacCert-[...]@me.com-SharedServices.Agent.plist 3rd-Party support link
              [loaded] com.digitalrebellion.CrashAnalyzerLogWatcher.plist 3rd-Party support link
              [loaded] com.digitalrebellion.PreferenceManagerAutoSave.plist 3rd-Party support link
              [loaded] com.digitalrebellion.ShortcutKeyManager.plist 3rd-Party support link
              [loaded] com.digitalrebellion.SoftwareUpdateAutoCheck.plist 3rd-Party support link
              [loaded] com.divx.agent.postinstall.plist 3rd-Party support link
              [loaded] com.google.Chrome.framework.plist 3rd-Party support link
              [loaded] com.redgiantsoftware.updater.plist 3rd-Party support link
    User Login Items:
              NeoFinder Global QuickFind
              SIMBL Agent
              Google Drive
              Dropbox
              SwitchResX Daemon
    Internet Plug-ins:
              AdobePDFViewerNPAPI: Version: 10.1.8 3rd-Party support link
              Flash Player: Version: 11.9.900.170 - SDK 10.6 3rd-Party support link
              iLokClientHelper: Version: 3.5 - SDK 10.5 3rd-Party support link
              LogMeInSafari32: Version: 1.0.935 - SDK 10.7 3rd-Party support link
              AdobePDFViewer: Version: 10.1.8 3rd-Party support link
              googletalkbrowserplugin: Version: 4.9.1.16010 3rd-Party support link
              iPhotoPhotocast: Version: 7.0 - SDK 10.8
              QuickTime Plugin: Version: 7.7.3
              FlashPlayer-10.6: Version: 11.9.900.170 - SDK 10.6 3rd-Party support link
              npgtpo3dautoplugin: Version: 0.1.44.29 - SDK 10.5 3rd-Party support link
              DivXBrowserPlugin: Version: 2.2 3rd-Party support link
              OVSHelper: Version: 1.1 3rd-Party support link
              LogMeIn: Version: 1.0.935 - SDK 10.7 3rd-Party support link
              Silverlight: Version: 4.0.60531.0 3rd-Party support link
              Default Browser: Version: 537 - SDK 10.9
              Flip4Mac WMV Plugin: Version: 3.2.0.16   - SDK 10.8 3rd-Party support link
              o1dbrowserplugin: Version: 4.9.1.16010 3rd-Party support link
              SharePointBrowserPlugin: Version: 14.0.0 3rd-Party support link
              WacomTabletPlugin: Version: WacomTabletPlugin 2.1.0.1 3rd-Party support link
              JavaAppletPlugin: Version: Java 7 Update 45 3rd-Party support link
              WacomNetscape: Version: 1.1.1-1 3rd-Party support link
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
              AirPlay: Version: 1.9 - SDK 10.9
              AppleAVBAudio: Version: 2.0.0 - SDK 10.9
              iSightAudio: Version: 7.7.3 - SDK 10.9
    3rd Party Preference Panes:
              ApplyLUTPane  3rd-Party support link
              PenTablet  3rd-Party support link
              Blackmagic Desktop Video  3rd-Party support link
              CUDA Preferences  3rd-Party support link
              EUCON  3rd-Party support link
              Flash Player  3rd-Party support link
              Flip4Mac WMV  3rd-Party support link
              Java  3rd-Party support link
              MenuMeters  3rd-Party support link
              Perian  3rd-Party support link
              ProCutX Server  3rd-Party support link
              SwitchResX  3rd-Party support link
              WacomTablet  3rd-Party support link
    Bad Fonts:
              None
    Old Applications:
              /Applications/Melodyne singletrack
                        Melodyne singletrack Uninstaller:          Version: 2.1.0 - SDK 10.5 3rd-Party support link
                        Melodyne singletrack:          Version: 2.1.0 - SDK 10.5 3rd-Party support link
              /Applications/Euphonix
                        MC_Client:          Version: 2.7.1.88549 "" - SDK 10.5 3rd-Party support link
                        Uninstall EuControl:          Version: 1.0 - SDK 10.5 3rd-Party support link
                        EuControl:          Version: 2.7.1 - SDK 10.5 3rd-Party support link
              NASNavigator2:          Version: 2.51 - SDK 10.4 3rd-Party support link
                        /Applications/BUFFALO/NasNavigator2.app
              /Library/Application Support/PACE Anti-Piracy
                        iLok Client Helper:          Version: 3.5 - SDK 10.4 3rd-Party support link
                        InterLok Helper:          Version: 5.9.1 - SDK 10.4 3rd-Party support link
              Magic Bullet Grinder:          Version:  - SDK 10.5 3rd-Party support link
              Spotify:          Version: 0.8.8.459.g4430eae7 - SDK 10.5 3rd-Party support link
              SuperDuper!:          Version: 2.7 - SDK 10.4 3rd-Party support link
              VLC:          Version: 2.0.1 - SDK 10.5 3rd-Party support link
              PluralEyes License Manager:          Version: "5.8.0" - SDK 10.5 3rd-Party support link
              NASNavigator2:          Version: 2.51 - SDK 10.4 3rd-Party support link
                        /Applications/BUFFALO/LSV_SERIES-200W/NASNavigator/NasNavigator2.app
              ProToolsRegistration:          Version: 2.03 - SDK 10.5 3rd-Party support link
                        /Applications/Avid/Pro Tools/ProToolsRegistration.app
              /Applications/iWork '09
              SoftwareUpdateHelper:          Version: 1.2.6 - SDK 10.5 3rd-Party support link
                        /Library/Application Support/Digital Rebellion/Shared Resources/SoftwareUpdateHelper.app
              Melodyne singletrack Licenser:          Version: 2.1.0 - SDK 10.5 3rd-Party support link
                        /Library/Application Support/Celemony/Licenser/Melodyne singletrack Licenser.app
              Uninstall Pro Tools:          Version: 10.3.6.269 - SDK 10.4 3rd-Party support link
                        /Applications/Avid/Pro Tools/Pro Tools Utilities/Uninstall Pro Tools.app
    Time Machine:
              Skip System Files: NO
              Mobile backups: OFF
              Auto backup: YES
              Volumes being backed up:
              Destinations:
                        BuffaloBackup [Network] (Last used)
                        Total size: 8 
                        Total number of backups: 11
                        Oldest backup: 2013-12-22 23:20:27 +0000
                        Last backup: 2014-01-05 21:47:39 +0000
                        Size of backup disk: Excellent
                                  Backup size 8  > (Disk size 0 B X 3)
              Time Machine details may not be accurate.
              All volumes being backed up may not be listed.
    Top Processes by CPU:
                   1%          WindowServer
                   1%          EtreCheck
                   1%          coreservicesd
                   0%          SystemUIServer
                   0%          Google Drive
    Top Processes by Memory:
              557 MB          mds_stores
              393 MB          com.apple.IconServicesAgent
              197 MB          Dock
              131 MB          Safari
              105 MB          com.apple.WebKit.WebContent
    Virtual Memory Information:
              24.67 GB          Free RAM
              3.60 GB          Active RAM
              1.89 GB          Inactive RAM
              1.82 GB          Wired RAM
              1.92 GB          Page-ins
              0 B          Page-outs
    Would you recommend I get rid of the 'possible problem launch daemons', and remove as many of the old apps as I can?

  • Terminating instance due to error -  CKPT process terminated with error

    Hi Folks !
    i have a problem with my oracle 10g it works under an debain 3.1. In my alert.log i have see an error-message, the database terminating.
    Thu Feb 15 13:01:21 2007
    Errors in file /u01/app/oracle/admin/tlp/bdump/tlp_pmon_9689.trc:
    ORA-00469: CKPT process terminated with error
    Thu Feb 15 13:01:21 2007
    PMON: terminating instance due to error 469
    Instance terminated by PMON, pid = 9689
    A look into the trace file:
    /u01/app/oracle/admin/tlp/bdump/tlp_pmon_9689.trc
    Oracle Database 10g Release 10.2.0.1.0 - Production
    ORACLE_HOME = /u01/app/oracle/product/10.2.0/db_1
    System name: Linux
    Node name: hyperion
    Release: 2.6.18.1-vs2.1.1-rc48-vserver
    Version: #1 SMP PREEMPT Wed Nov 15 16:53:41 CET 2006
    Machine: i686
    Instance name: tlp
    Redo thread mounted by this instance: 1
    Oracle process number: 2
    Unix process pid: 9689, image: oracle@hyperion (PMON)
    *** 2007-02-15 13:01:21.813
    *** SERVICE NAME:(SYS$BACKGROUND) 2007-02-15 13:01:21.813
    *** SESSION ID:(170.1) 2007-02-15 13:01:21.813
    Background process CKPT found dead
    Oracle pid = 7
    OS pid (from detached process) = 9700
    OS pid (from process state) = 9700
    dtp = 0x2000c9ac, proc = 0x672b14c4
    Dump of memory from 0x2000C9AC to 0x2000C9D8
    2000C9A0 00000076 [v...]
    2000C9B0 672B14C4 00000000 00000000 54504B43 [..+g........CKPT]
    2000C9C0 00000200 000025E4 0A8BA210 00000001 [.....%..........]
    2000C9D0 70F2A67F 00040081 [...p....]
    Dump of memory from 0x672B14C4 to 0x672B1A78
    672B14C0 00000102 00000000 00000000 [............]
    672B14D0 00000000 00000000 65621FF8 67825F00 [..........be._.g]
    672B14E0 673C0034 678250A4 00000000 67825108 [4.<g.P.g.....Q.g]
    672B14F0 67825108 67825EF4 01000601 673AB4A0 [.Q.g.^.g......:g]
    672B1500 673C0034 00000007 00000000 00000000 [4.<g............]
    672B1510 00000000 674CB40C 674CC04C 00000000 [......LgL.Lg....]
    672B1520 00000000 00000000 00000000 00000000 [................]
    Repeat 3 times
    672B1A70 00000003 00000005 [........]
    error 469 detected in background process
    ORA-00469: CKPT process terminated with error
    What can i do ? Have you any ideas to fix the problem ?
    Problem 2:
    After the error message i start my server and see in my alert.log:
    Starting background process QMNC
    QMNC started with pid=17, OS id=17164
    Thu Feb 15 14:33:45 2007
    Errors in file /u01/app/oracle/admin/tlp/udump/tlp_ora_17122.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-12663: Services required by client not available on the server
    ORA-36961: Oracle OLAP is not available.
    ORA-06512: at "SYS.OLAPIHISTORYRETENTION", line 1
    ORA-06512: at line 15
    Thu Feb 15 14:33:45 2007
    db_recovery_file_dest_size of 5120 MB is 0.00% used. This is a
    user-specified limit on the amount of space that will be used by this
    database for recovery-related files, and does not reflect the amount of
    space available in the underlying filesystem or ASM diskgroup.
    Thu Feb 15 14:33:46 2007
    Completed: ALTER DATABASE OPEN
    hyperion:/u01/app/oracle/logs# less /u01/app/oracle/admin/tlp/udump/tlp_ora_17122.trc
    Node name: hyperion
    Release: 2.6.18.1-vs2.1.1-rc48-vserver
    Version: #1 SMP PREEMPT Wed Nov 15 16:53:41 CET 2006
    Machine: i686
    Instance name: tlp
    Redo thread mounted by this instance: 1
    Oracle process number: 15
    Unix process pid: 17122, image: oracle@hyperion (TNS V1-V3)
    *** SERVICE NAME:() 2007-02-15 14:33:39.169
    *** SESSION ID:(159.7) 2007-02-15 14:33:39.169
    Thread 1 checkpoint: logseq 204, block 3873, scn 6263056
    cache-low rba: logseq 204, block 63015
    on-disk rba: logseq 204, block 66596, scn 6301195
    start recovery at logseq 204, block 63015, scn 0
    ----- Redo read statistics for thread 1 -----
    Read rate (ASYNC): 1790Kb in 0.18s => 9.71 Mb/sec
    Total physical reads: 4096Kb
    Longest record: 20Kb, moves: 0/2889 (0%)
    Change moves: 0/32 (0%), moved: 0Mb
    Longest LWN: 299Kb, moves: 0/503 (0%), moved: 0Mb
    Last redo scn: 0x0000.0060260a (6301194)
    ----- Recovery Hash Table Statistics ---------
    Hash table buckets = 32768
    Longest hash chain = 2
    Average hash chain = 477/472 = 1.0
    Max compares per lookup = 1
    Avg compares per lookup = 8228/8877 = 0.9
    *** 2007-02-15 14:33:39.382
    KCRA: start recovery claims for 477 data blocks
    *** 2007-02-15 14:33:39.398
    KCRA: blocks processed = 477/477, claimed = 477, eliminated = 0
    *** 2007-02-15 14:33:39.403
    Recovery of Online Redo Log: Thread 1 Group 2 Seq 204 Reading mem 0
    ----- Recovery Hash Table Statistics ---------
    Hash table buckets = 32768
    Longest hash chain = 2
    Average hash chain = 477/472 = 1.0
    Max compares per lookup = 2
    Avg compares per lookup = 7619/8700 = 0.9
    Error in executing triggers on database startup
    *** 2007-02-15 14:33:45.811
    ksedmp: internal or fatal error
    ORA-00604: error occurred at recursive SQL level 1
    ORA-12663: Services required by client not available on the server
    ORA-36961: Oracle OLAP is not available.
    ORA-06512: at "SYS.OLAPIHISTORYRETENTION", line 1
    ORA-06512: at line 15
    Any ideas ?
    Thanks
    Blue

    Your basic problem seems to be you have a trigger, which wants to use OLAP functionality, but OLAP is not installed or not available for whatever reason
    Error in executing triggers on database startup <================
    *** 2007-02-15 14:33:45.811
    ksedmp: internal or fatal error
    ORA-00604: error occurred at recursive SQL level 1
    ORA-12663: Services required by client not available on the server
    ORA-36961: Oracle OLAP is not available.
    ORA-06512: at "SYS.OLAPIHISTORYRETENTION", line 1
    ORA-06512: at line 15
    So check your database startup triggers.
    Werner

  • BEx Web Application Unknown Error in EP

    Hi ,
    When opening a BEx report from Portal 7.0,  getting the error.How to resolve.
    BEx Web Application
    Unknown Error
    Exception occured while processing the current request; this exception cannot be handled by the application or framework
    Log ID:  C00099589C2F31A00000000200001A75
    Failed to process request; contact your system administrator
    To facilitate analysis of the problem, keep a copy of this error page
    We are sorry for the inconvenience
    Thanks a ton

    Hi Daniel,
    We can check the FPN using remote role assignment.
    1. Open you EP (Consumer)
    2. Go to User Administration
    3. In Search Criteria, select Role in the first field, in second field select "system alias of your producer" and put * in last filed
    4. Click Go
    You should get all the roles of your producer on your consumer. This functionality is used for Remote Role assignment.
    This is simplest way to check whether FPN is working fine or not.
    Waiting for results
    Dbalhara

  • OLAP error leading to  a corrupted AW during cube build

    Hi all
    My cube load keeps on crashing and the result is a corrupted AW. Sometimes it happens, sometimes it doesn't, thus it is very hard to pin point the cause of the problem
    I would like to emphasize that the Alert log and trace files contain general info about the issue but does not help in resolving the problem.
    Let me explain what is happening.
    I have 6 cubes A, B, C, D , E and F in "MY_AW" and all the cubes are populated via a single dbm_cube.build call as shown below
    DBMS_CUBE.BUILD('CUBE_A, CUBE_B, CUBE_C, CUBE_D, CUBE_E , CUBE F', 'C', FALSE, 5, TRUE, TRUE, FALSE);
    Here is a brief description of the cube structure
    a) CUBE_A, CUBE_B CUBE_C are partitioned along dimension A_A ( i.e. along the same dimension)
    b) CUBE_D is partitioned along dimension B_B ( i.e. along a different dimension)
    c) CUBE_E and CUBE_F' are NOT partitioned ( These cubes are really tiny, thus no need partitioning them)
    All 6 cubes are loaded on a daily basis. Initial reload load is always without any issues. Then the next , say 3 incremental loads would run successfully too.
    After that, any further incremental load generates an Oracle error ( as shown below) and the result is a corrupted AW.
    It is really frustrating because the error is inconsistent( i.e does not surface always) , although the cube structure is constant across all loads..
    Can anybody figure out what is happening here?
    Any help would be highly appreciated.
    ERROR at line 1:
    ORA-37162: OLAP error
    XOQ-01707: Oracle job "JOB$_7041" failed while executing slave build "*CUBE_F* USING (LOAD NO SYNCH, SOLVE) AS OF SCN 11027959160835" with error "37162: ORA-37162: OLAP error
    XOQ-00703: error executing OLAP DML command "(AW ATTACH MY_AW RO : ORA-01403: no data found )"
    ORA-06512: at "SYS.DBMS_CUBE", line 234
    ORA-06512: at "SYS.DBMS_CUBE", line 316
    ORA-06512: at line 1
    ORA-06512: at "SYS.DBMS_CUBE", line 234
    ORA-06512: at "SYS.DBMS_CUBE", line 287
    ORA-06512: at line 3
    Edited by: user9018701 on Jun 11, 2011 4:50 AM

    One recent source of AW corruption is
    BUG 8664896 - ORA-20000: ORU-10027: BUFFER OVERFLOW - AW VALIDATE
    A characteristic error of this bug (which you may see in the alert log) is
    +ORA-00600: internal error code, arguments: [xspggepGenPSErase05], [], [], []+
    This is fixed in the most recent 11g patches, as described by metalink note 1078454.1, so apply these may clear up the issue.
    I also see that you selecting the 'atomic' option in your call to dbms_cube.build. This means you may be a victim of
    BUG 11795047 - USING OLAP "ROLLBACK TO FREEZE" CAN DAMAGE AW
    The issue is that if you choose to run an atomic build and any error occurs during a slave process, then your AW may end up being corrupted. Choosing FALSE for the atomic argument would not fix the underlying error, but it may stop the subsequent AW corruption. As of writing the fix for this bug is not part of any public OLAP patch, so you would need to get a one-off patch through a service request.
    In either case I think a service request would be appropriate here since this is a serious error. You can mention my name if you like and I will help direct the problem to the appropriate developers.

  • Out of Application Memory Error when Importing Library as Project

    I have for years followed a practice of consolidating discrete event libraries (I create a new event-specific library for each event I shoot) into my main library at home. 
    Recently, though, I have been unable to import libraries as projects. The process begins, but ultimately grinds to a halt as I get an Out of Application Memory Error, invoking the Force Quit panel and telling me to quit some of my open programs in order to free memory to run the various open applications.  (Aperture, of course, is "not responding").
    In Activity Monitor, a process called kernal_task, is the culprit, taking up nearly 10 GB of my 16 GB memory; Aperture is second, using 1 to 2 GB in memory.
    When I force quit Aperture, kernal-task quickly dissipates, eliminating all of the memory pressure.
    I have no idea how to even begin addressing this.
    I have the most recent version of Mavericks and Aperture running on an older 8-core Mac Pro.
    Thanks for any insights or suggestions.
    Gordon

    There is about 2TB of  free space on the drive with the destination library.
    And how much free disk space is on your System drive?
    If repairing the libraries does not help, check your system for software, that might be leaking memory, probably incompatible plug-ins or older applications, preference panes, drivers that need updating,
    If you find evidence of a precess leaking memory, ask in the Mavericks forum.
    See this post by Linc Davis for how to check for memory leaks:
    in response to makinnoize media

  • XML import issue in Primavera P6: "Process completed with errors."

    When trying to import a small XML file (from MS Project 2010) to P6 server via P6 V7 CITRIX client, then I receive the message "Process completed with errors. See log file for details.".
    But the log files are fine (no error, no warning, final validation status in log file is "successful").
    And no additional project shows up in the EPS.
    // Permissions checked. They are sufficient.
    // File is valid (importable by two other users to the same P6 server: one with local P6 V7 client, one via CITRIX P6 V7 client).
    // I used the same import template as the other two other users.
    // XML contains two tasks only.
    // No resources and no empty rows are in the MPP file, where the XML is created from.
    Does anyone know what to do upon this message, or where the "errors" can be seen (what is neither in the import log files, nor in the PrimaveraLogs folder (P6WebAccess.html), nor in detailed P6 application logfile (I had this activated, but it showed only called features without status, errors or warnings)).
    I highly appreciate any idea! ...

    Hello Rsandilands1
    I just read your query and I am very curious if you did find the right solution? It seems that I am having the same sort of problem.
    Best regards,
    Pal1

  • ORA-00476: RECO process terminated with error

    My dev instance shutdown automatically due to error 476. I looked up on the error details and found this:
    Sun Jan 7 10:17:39 2007
    Errors in file /usr/lib/oracle/xe/app/oracle/admin/XE/bdump/xe_pmon_26220.trc:
    ORA-00476: RECO process terminated with error
    Sun Jan 7 10:17:39 2007
    PMON: terminating instance due to error 476
    Instance terminated by PMON, pid = 26220
    Details for this error from xe_pmon_26220.trc file:
    /usr/lib/oracle/xe/app/oracle/admin/XE/bdump/xe_pmon_26220.trc
    Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    ORACLE_HOME = /usr/lib/oracle/xe/app/oracle/product/10.2.0/server
    System name:     Linux
    Node name:     boromir
    Release:     2.6.9-34.0.1.ELsmp
    Version:     #1 SMP Wed May 17 17:05:24 EDT 2006
    Machine:     i686
    Instance name: XE
    Redo thread mounted by this instance: 1
    Oracle process number: 2
    Unix process pid: 26220, (PMON)
    *** 2007-01-07 10:17:34.543
    *** SERVICE NAME:(SYS$BACKGROUND) 2007-01-07 10:17:18.261
    *** SESSION ID:(225.1) 2007-01-07 10:17:18.261
    Background process RECO found dead
    Oracle pid = 9
    OS pid (from detached process) = 26234
    OS pid (from process state) = 26234
    error 476 detected in background process
    ORA-00476: RECO process terminated with error
    After restarting database I found information about succesfull data recovery
    Mon Jan 8 10:37:59 2007
    Starting ORACLE instance (normal)
    Started redo scan
    Completed redo scan
    2126 redo blocks read, 42 data blocks need recovery
    Started redo application at
    Thread 1: logseq 152, block 56161
    Recovery of Online Redo Log: Thread 1 Group 1 Seq 152 Reading mem 0
    Mem# 0 errs 0: /usr/lib/oracle/xe/app/oracle/flash_recovery_area/XE/onlinelog/o1_mf_1_2f61ppsy_.log
    Completed redo application
    Completed crash recovery at
    Thread 1: logseq 152, block 58287, scn 6441576
    42 data blocks read, 42 data blocks written, 2126 redo blocks read
    Thread 1 checkpoint: logseq 152, block 2, scn 6369309
    cache-low rba: logseq 152, block 56161
    on-disk rba: logseq 152, block 58287, scn 6421576
    start recovery at logseq 152, block 56161, scn 0
    ----- Redo read statistics for thread 1 -----
    Read rate (ASYNC): 1063Kb in 0.20s => 5.19 Mb/sec
    Total physical reads: 4096Kb
    Longest record: 2Kb, moves: 0/1139 (0%)
    Change moves: 0/24 (0%), moved: 0Mb
    Longest LWN: 6Kb, moves: 0/1047 (0%), moved: 0Mb
    Last redo scn: 0x0000.0061fc47 (6421575)
    *** 2007-01-08 10:38:05.342
    KCRA: start recovery claims for 42 data blocks
    *** 2007-01-08 10:38:05.446
    KCRA: blocks processed = 42/42, claimed = 42, eliminated = 0
    *** 2007-01-08 10:38:05.448
    Recovery of Online Redo Log: Thread 1 Group 1 Seq 152 Reading mem 0
    What are the possible reasons of error ??
    Konrad

    it seems that it might be related to killing the RECO
    process on the OS level. The crash happen on Sunday (Sun Jan 7 10:17:39 2007) and no one have phisical access to OS
    Are you using database links? Might be related to
    that, too. No I dont use database links. One database with two schemas.
    Does it happen frequently?It happen only one time.
    Regards,
    Konrad.

  • ORA-00470: LGWR process terminated with error

    Hi,
    Often we are getting the following error on our 10g instance.
    ORA-00470: LGWR process terminated with error
    Mon Sep 6 22:47:53 2010
    PMON: terminating instance due to error 470
    Instance terminated by PMON, pid = 16986
    And checked in /var/log/messages showing the following
    kernel: Out of Memory: Killed process 16995 (oracle)
    How can I solve this?
    Thanks,
    KAvitha

    Hi,
    I am using 10g database on Red Hat Enterprise Linux AS release 4 (Nahant Update 4).
    The alert log showing the following information.
    Mon Sep 6 23:09:45 2010
    Completed: ALTER DATABASE OPEN
    Mon Sep 6 23:17:30 2010
    Errors in file /d04/u02/oracle/admin/cidb/bdump/cidb_pmon_19969.trc:
    ORA-00470: LGWR process terminated with error
    Mon Sep 6 23:17:30 2010
    PMON: terminating instance due to error 470
    Termination issued to instance processes. Waiting for the processes to exit
    Mon Sep 6 23:17:44 2010
    Instance termination failed to kill one or more processes
    Instance terminated by PMON, pid = 19969
    And also check cidb_pmon_19969.trc file
    /d04/u02/oracle/admin/cidb/bdump/cidb_pmon_19969.trc
    Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    ORACLE_HOME = /d04/u02/oracle/cidb
    System name: Linux
    Node name: sflxdb07.donerus.com
    Release: 2.6.9-34.ELsmp
    Version: #1 SMP Fri Feb 24 16:54:53 EST 2006
    Machine: i686
    Instance name: cidb
    Redo thread mounted by this instance: 1
    Oracle process number: 2
    Unix process pid: 19969, image: [email protected] (PMON)
    *** 2010-09-06 23:17:30.676
    *** SERVICE NAME:(SYS$BACKGROUND) 2010-09-06 23:17:30.530
    *** SESSION ID:(170.1) 2010-09-06 23:17:30.530
    Background process LGWR found dead
    Oracle pid = 6
    OS pid (from detached process) = 19977
    OS pid (from process state) = 19977
    dtp = 0x2000bab8, proc = 0x8b2b13fc
    Dump of memory from 0x2000BAB8 to 0x2000BAE4
    2000BAB0 00000074 8B2B13FC [t.....+.]
    2000BAC0 00000000 00000000 5257474C 00000200 [........LGWR....]
    2000BAD0 00004E09 113B6215 00000001 2AD428DC [.N...b;......(.*]
    2000BAE0 00040001 [....]
    Dump of memory from 0x8B2B13FC to 0x8B2B19B4
    8B2B13F0 00000102 [....]
    8B2B1400 00000000 00000000 00000000 00000000 [................]
    8B2B1410 89555C60 8B82DB2C 8B3C2078 8B82CBEC [`\U.,...x <.....]
    8B2B1420 00000000 8B82CC50 8B82CC50 8B82DB20 [....P...P... ...]
    8B2B1430 00000601 8B3AE848 8B3C2078 00000006 [....H.:.x <.....]
    8B2B1440 00000000 00000000 00000000 8B4D2F48 [............H/M.]
    8B2B1450 8B4D2FE4 00000000 00000000 00000000 [./M.............]
    8B2B1460 00000000 00000000 00000000 00000000 [................]
    Repeat 2 times
    8B2B1490 00000000 00000000 00030000 00000000 [................]
    8B2B14A0 00030000 00000000 00000000 00000000 [................]
    Repeat 1 times
    8B2B17B0 00000000 00000000 00000014 4E4B4E55 [............UNKN]
    8B2B17C0 004E574F 00000000 00000000 00000000 [OWN.............]
    8B2B17D0 00000000 00000000 00000000 00000008 [................]
    8B2B17E0 37393931 00000037 00000000 00000000 [19977...........]
    8B2B17F0 00000000 00000000 00000005 6361726F [............orac]
    8B2B19B0 00000006 [....]
    error 470 detected in background process
    ORA-00470: LGWR process terminated with error
    *** 2010-09-06 23:17:44.081
    Instance termination failed to kill one or more processes
    ksuitm_check: OS PID=20017 is still alive
    *** 2010-09-06 23:17:44.083
    Dumping diagnostic information for [email protected] (J002):
    OS pid = 20017
    loadavg : 63.67 22.12 10.45
    memory info: free memory = 0.00M
    swap info: free = 0.00M alloc = 0.00M total = 0.00M
    F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY TIME CMD
    ERROR: process 20017 is not alive
    *** 2010-09-06 23:17:44.814
    Thanks,
    Kavitha

  • ORA-00480: LCK* process terminated with error

    RA-00480: LCK* process terminated with error very frequently getting this said error in our oracle 10g RAC database.
    We have Node1 / Node2,
    Node1 : we have scheduled jobs running & in addition to that end user access the database.
    Node2: 24*7 application process the jobs runnning.
    your suggestion / comments will be highly appreciated.
    Regards,
    Mansoor Ali

    System Information:
    CPU info:
    4 Intel(R) Itanium 2 9000 series processors (1.59 GHz, 24 MB)
    532 MT/s bus, CPU version C2
    8 logical processors (2 per socket)
    Memory: 32736 MB (31.97 GB)
    Firmware info:
    Firmware revision: 02.03
    FP SWA driver revision: 1.18
    IPMI is supported on this system.
    BMC firmware revision: 5.14
    Platform info:
    Model: "ia64 hp server rx6600"
    Machine ID number: 6737643a-4da1-11dc-ab2c-d7eddf21d43f
    Machine serial number: DEH472820A
    OS info:
    Nodename: Node2
    Release: HP-UX B.11.31
    Version: U (unlimited-user license)
    Machine: ia64
    ID Number: 1731683386
    vmunix releaseversion:
    @(#) $Revision: vmunix: B.11.31_LR FLAVOR=perf
    Alert log details
    System State dumped to trace file /oracle/product/admin/tap3plus/bdump/tap3plus2_diag_27593.trc
    Mon Jul 5 20:47:47 2010
    Errors in file /oracle/product/admin/tap3plus/bdump/tap3plus2_lmd0_27603.trc:
    ORA-00480: LCK* process terminated with error
    Mon Jul 5 20:47:47 2010
    Errors in file /oracle/product/admin/tap3plus/bdump/tap3plus2_lms0_27616.trc:
    ORA-00480: LCK* process terminated with error
    Mon Jul 5 20:47:47 2010
    Errors in file /oracle/product/admin/tap3plus/bdump/tap3plus2_lmon_27601.trc:
    ORA-00480: LCK* process terminated with error
    Mon Jul 5 20:47:47 2010
    Errors in file /oracle/product/admin/tap3plus/bdump/tap3plus2_lms1_27634.trc:
    ORA-00480: LCK* process terminated with error
    Mon Jul 5 20:47:49 2010

  • Application Exit Error during client copy

    Hi ,
    I have an ECC 6 system with DB2 database.I get an application Exit error while doing a client copy from 000 to 901.I could see all the tables where copied but the error comes in post processing stage.
    Application exit error
    function module :FIN_TR_CC_EXIT
    package :FINB_TRANSPORT_TOOL
    Program ended abnormally
    I tried to delete the client and recreate it again.But still it gave the same error.I tried deleting the client gain.But the deletion job cancels .
    Plz help me

    HI
    Can you attach client copy log for analysis.
    Regards
    Rajan Arora

  • OFSA RM PROCESS실행시 OCI DRIVER ERROR - ORA-12154 에러발생

    제품 : OFSA_RM
    작성날짜 : 2003-05-21
    OFSA RM PROCESS실행시 OCI DRIVER ERROR - ORA-12154 에러발생
    ====================================================
    PURPOSE
    Problem Description
    RM process 실행시 아래와 같은 에러 발생.
    Oracle RM
    Version 4.5.36
    Copyright (c) Oracle Corporation, 1995-2000
    All rights reserved worldwide.
    MB(Oracle Financial Services Application error) (203105) Oracle drv_oci error:
    OCI Function: [0] - olon(), orlon()
    Oracle Error: [12154] - ORA-12154: TNS:could not resolve service name
    Driver Function: drv_oci::Connect()
    MB(AttachDB()) Error attaching to database: OFSA45
    Workaround
    Solution Description
    기존에 사용하던 "OFSA45" 라는 listener가 다른 이름으로 바뀌어 있었다.
    OFSA45 Listener를 다시 만들고 test하니, 잘 됨.
    Reference Documents
    -------------------

    First, don't use an ODBC connection, use OCI. Secondly you need to search what's the active home. Also change all your TNSNAMES.ORA files that you can find in your system to make they have the DB name you are trying to resolve. Then try to "tnsping" the DB from a CMD prompt.

Maybe you are looking for