Managed Standby Recovery not active

Dear All,
My database version is:
SQL> select banner from v$version;
BANNER
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
PL/SQL Release 10.2.0.1.0 - Production
CORE 10.2.0.1.0 Production
TNS for Linux: Version 10.2.0.1.0 - Production
NLSRTL Version 10.2.0.1.0 - Production
OS:RedHat 5.5
My current configuration is:
We have two node RAC primary database and a local standby database.
And TWO NODE RAC DR (REMOTE)STANDBY DATABASE
while checking (REMOTE WHICH IS TWO NODE RAC)dr synchronization we found archive since yesterday has not been applied.
But local dr is fully sinc with the primary database.
When i have executed 'ALTER DATABASE RECOVER MANAGED STANDBY DATABASE CANCEL' it says
SQL> alter database recover managed standby database cancel;
alter database recover managed standby database cancel
ERROR at line 1:
ORA-16136: Managed Standby Recovery not active
I manually copied the archive log which where missing in the remote standby database and then register those archive log.
after that when i manually tried to recover the standby database it has given me following error.
sql>recover automatic standby database;
ORA-00283: recovery session canceled due to errors
ORA-01124: cannot recover data file 1 - file is in use or recovery
ORA-01110:data file 1: '/database/ctmis/system01.dbf'
please please help me to resolve the issue.
Thanks and Regards
Monoj Das

according to my understand
Node1,Node2 is having node1-standby node2-standby in RAC environment right?
on which node logs ur trying to apply on which node standby? (node1 ==>node1-standby or node2 ==>node2-standby)
check it...hope it will work or not sure :)
standby side...
rman target /
RMAN>crosscheck archivelog all
then try to recover..will see ..
if not
check with support.oracle.com through SR.

Similar Messages

  • ORA-16136: Managed Standby Recovery not active

    Hi
    I am trying implement the dataguard in the windows platform. And this is my first time. Right now iam trying on physical standby. i have done everything as per the document. But iam getting some error. After giving the
    SQL> ALTER DATABASE RECOVER MANAGED STANDBY DATABASE DISCONNECT FROM SESSION;
    SQL> ALTER SYSTEM SWITCH LOGFILE;
    SQL> recover managed standby database cancel;
    // I am getting error
    ORA-16136: Managed Standby Recovery not active
    When just like that i tried to open the standby database in read only mode, i am getting error
    SQL> alter database open read only;
    alter database open read only
    ERROR at line 1:
    ORA-16004: backup database requires recovery
    ORA-01157: cannot identify/lock data file 1 - see DBWR trace file
    ORA-01110: data file 1: 'C:\ORACLE\PRODUCT\10.2.0\ORADATA\DB1\SYSTEM01.DBF'
    When i checked the alert log file of Primary Database, it shows:
    PING[ARCo]: Heartbeat failed to connect to standby 'db2sby'. Error is 1031.
    Wed Sep 01 14:10:27 2010
    Thread 1 advanced to log sequence 337 (LGWR switch)
    Current log# 2 seq# 337 mem# 0: C:\ORACLE\PRODUCT\10.2.0\ORADATA\DB1\REDO02.LOG
    Wed Sep 01 14:10:28 2010
    Deleted Oracle managed file C:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\DB1\ARCHIVELOG\2010_02_25\O1_MF_1_224_5RD10Z5V_.ARC
    Wed Sep 01 14:14:53 2010
    Error 1031 received logging on to the standby
    Wed Sep 01 14:14:53 2010
    Errors in file c:\oracle\product\10.2.0\admin\db1\bdump\db1_arco_2156.trc:
    ORA-01031: insufficient privileges
    PING[ARCo]: Heartbeat failed to connect to standby 'db2sby'. Error is 1031.
    Wed Sep 01 14:19:53 2010
    Error 1031 received logging on to the standby
    Wed Sep 01 14:19:53 2010
    Errors in file c:\oracle\product\10.2.0\admin\db1\bdump\db1_arco_2156.trc:
    ORA-01031: insufficient privileges
    And when i checked alert log file of stand by database:
    Wed Sep 01 14:13:19 2010
    Errors in file c:\oracle\product\10.2.0\standbyy\admin\db2\bdump\db2sby_dbw0_3060.trc:
    ORA-01157: cannot identify/lock data file 9 - see DBWR trace file
    ORA-01110: data file 9: 'C:\TSUNDO12.DBF'
    ORA-27086: unable to lock file - already in use
    OSD-00001: additional error information
    O/S-Error: (OS 101) The exclusive semaphore is owned by another process
    --> The above error of Standby was coming for each datafile such as system, users etc.
    Kindly Help me.
    Shiyas M

    here is the pfile of Primary Database:
    db1.__db_cache_size=188743680
    db1.__java_pool_size=4194304
    db1.__large_pool_size=4194304
    db1.__shared_pool_size=83886080
    db1.__streams_pool_size=0
    *.audit_file_dest='C:\oracle\product\10.2.0/admin/db1/adump'
    *.background_dump_dest='C:\oracle\product\10.2.0/admin/db1/bdump'
    *.compatible='10.2.0.1.0'
    *.control_files='C:\oracle\product\10.2.0\oradata\db1\control01.ctl','C:\oracle\product\10.2.0\oradata\db1\control02.ctl','C:\oracle\product\10.2.0\oradata\db1\control03.ctl'
    *.core_dump_dest='C:\oracle\product\10.2.0/admin/db1/cdump'
    *.db_16k_cache_size=4194304
    *.db_block_size=8192
    *.db_domain=''
    *.db_file_multiblock_read_count=16
    *.db_name='db1'
    *.DB_UNIQUE_NAME='db1prim'
    *.LOG_ARCHIVE_CONFIG='DG_CONFIG=(db1,db2sby)'
    *.LOG_ARCHIVE_DEST_1='LOCATION=C:\oracle\product\10.2.0\ARCHIVELOG VALID_FOR=(ALL_LOGFILES,ALL_ROLES) DB_UNIQUE_NAME=db1prim'
    *.LOG_ARCHIVE_DEST_2='SERVICE=db2sby LGWR ASYNC VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=db2sby'
    *.LOG_ARCHIVE_DEST_STATE_1=ENABLE
    *.LOG_ARCHIVE_DEST_STATE_2=ENABLE
    *.LOG_ARCHIVE_FORMAT=%t_%s_%r.arc
    *.LOG_ARCHIVE_MAX_PROCESSES=30
    *.FAL_SERVER=db2sby
    *.FAL_CLIENT=db1
    *.DB_FILE_NAME_CONVERT='C:\oracle\product\10.2.0\Standbyy\oradata\DB2','C:\oracle\product\10.2.0\oradata\db1'
    *.LOG_FILE_NAME_CONVERT='C:\oracle\product\10.2.0\Standbyy\oradata\DB2','C:\oracle\product\10.2.0\oradata\db1'
    *.STANDBY_FILE_MANAGEMENT=AUTO
    *.db_recovery_file_dest='C:\oracle\product\10.2.0/flash_recovery_area'
    *.db_recovery_file_dest_size=2147483648
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=db1XDB)'
    *.job_queue_processes=10
    *.open_cursors=300
    *.pga_aggregate_target=95420416
    *.processes=150
    *.recyclebin='OFF'
    *.remote_login_passwordfile='EXCLUSIVE'
    *.sga_target=287309824
    *.undo_management='AUTO'
    *.undo_tablespace='UNDOTBS1'
    *.user_dump_dest='C:\oracle\product\10.2.0/admin/db1/udump'
    *.utl_file_dir='OCM_CONFIG_HOME/state'
    Here is the Pfile of standby database:
    db1.__db_cache_size=188743680
    db1.__java_pool_size=4194304
    db1.__large_pool_size=4194304
    db1.__shared_pool_size=83886080
    db1.__streams_pool_size=0
    *.audit_file_dest='C:\oracle\product\10.2.0\Standbyy\admin\db2\adump'
    *.background_dump_dest='C:\oracle\product\10.2.0\Standbyy\admin\db2\bdump'
    *.compatible='10.2.0.1.0'
    *.control_files='C:\oracle\product\10.2.0\Standbyy\oradata\db2\control001.ctl','C:\oracle\product\10.2.0\Standbyy\oradata\db2\control002.ctl','C:\oracle\product\10.2.0\Standbyy\oradata\db2\control003.ctl'
    *.core_dump_dest='C:\oracle\product\10.2.0\Standbyy\admin\db2'
    *.db_16k_cache_size=4194304
    *.db_block_size=8192
    *.db_domain=''
    *.db_file_multiblock_read_count=16
    *.db_name='db1'
    *.DB_UNIQUE_NAME='db2sby'
    *.LOG_ARCHIVE_CONFIG='DG_CONFIG=(db1,db2sby)'
    *.LOG_ARCHIVE_DEST_1='LOCATION=C:\oracle\product\10.2.0\ARCHIVELOG VALID_FOR=(ALL_LOGFILES,ALL_ROLES) DB_UNIQUE_NAME=db2sby'
    *.LOG_ARCHIVE_DEST_2='SERVICE=db1 LGWR ASYNC VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=db1'
    *.LOG_ARCHIVE_DEST_STATE_1=ENABLE
    *.LOG_ARCHIVE_DEST_STATE_2=ENABLE
    *.LOG_ARCHIVE_FORMAT=%t_%s_%r.arc
    *.LOG_ARCHIVE_MAX_PROCESSES=30
    *.FAL_SERVER=db1
    *.FAL_CLIENT=db2sby
    *.DB_FILE_NAME_CONVERT='C:\oracle\product\10.2.0\Standbyy\oradata\DB2','C:\oracle\product\10.2.0\oradata\db1'
    *.LOG_FILE_NAME_CONVERT='C:\oracle\product\10.2.0\Standbyy\oradata\DB2','C:\oracle\product\10.2.0\oradata\db1'
    *.STANDBY_FILE_MANAGEMENT=AUTO
    *.db_recovery_file_dest='C:\oracle\product\10.2.0\flash_recovery_area\DB2SBY'
    *.db_recovery_file_dest_size=2147483648
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=db1XDB)'
    *.job_queue_processes=10
    *.open_cursors=300
    *.pga_aggregate_target=95420416
    *.processes=150
    *.recyclebin='OFF'
    *.remote_login_passwordfile='EXCLUSIVE'
    *.sga_target=287309824
    *.undo_management='AUTO'
    *.undo_tablespace='UNDOTBS1'
    *.user_dump_dest='C:\oracle\product\10.2.0\Standbyy\admin\db2\udump'
    *.utl_file_dir='OCM_CONFIG_HOME/state'

  • Manage Add-on not active

    Hello,
    after fix pack 3 installation my button Manage addon not active.
    Can anybody help?
    Regards,
    Roman

    This is possibly administrative rights problem. When i try to start Xcelsius with administrative rights everything is ok .But i have limited rights on my computer. I have tried a solution and worked for me. We are adding a line to regedit.
    Find the key and give 0 dword value.
    ___msdn library____
        Key: SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
        Value: "EnableLUA"
        Type: REG_DWORD
        Data: This MUST be a value in the following table.
        Value    Meaning
        0x00000000    Disabling this policy disables the "administrator in Admin Approval Mode" user type.
        0x00000001   This policy enables the "administrator in Admin Approval Mode" user type while also enabling all other User Account Control (UAC) policies.

  • Physica standby recovery problem

    Hi,
    I am trying to recover physical standby database manually
    I am getting below error:
    alter database recover standby database parallel (degree 32);
    alter database recover standby database parallel (degree 32)
    ERROR at line 1:
    ORA-01153: an incompatible media recovery is active
    I have tried to cancel managed recovery, but no managed recovery is active.
    alter database recover managed standby database cancel;
    alter database recover managed standby database cancel
    ERROR at line 1:
    ORA-16136: Managed Standby Recovery not active
    select distinct recovery_mode from v$archive_dest_status;
    RECOVER
    IDLE
    Please help me to resolve this. Thanks in advance.
    regards,
    Narendra

    Apparently this is bug 5084496, related to parallel recovery on 10.1 and below (ML note 361883.1). You may avoid this bug if you don't use parallel recovery. It looks like there are no one-off patches available, so you are stuck with either serial recovery or upgrade to 10.2 or higher :-(
    Regards,
    Jeremiah Wilton
    ORA-600 Consulting
    http://www.ora-600.net

  • ORA-326/ORA-334 Physical Standby DB - Not applying logs

    Hi, all, I have a Dataguard, the primary db is a RAC with three nodes, the standby db is a physical standby. the dataguard are all oracle 10.2.0.3 on solaris 9 sparc system
    Now, my standby db did not apply the archivelogs,there are some errors in standby alert log :
    Thu Jan 8 15:44:31 2009
    Errors in file /oracle/admin/xxxx/bdump/whut_mrp0_12863.trc:
    ORA-00326:log begins at change 2984028173, need earlier change 2984013192
    ORA-00334:archived log '+DGARCH/whut/3_22648_611942629.dbf'
    Managed Standby Recovery not using Real Time Apply
    Recovery interrupted!
    Thu Jan 8 15:44:34 2009
    Errors in file /export/home/oracle/admin/whut/bdump/whut_mrp0_12863.trc:
    ORA-00326:log begins at change 2984028173, need earlier change 2984013192
    ORA-00334:archived log '+DGARCH/whut/3_22648_611942629.dbf'
    Thu Jan 8 15:44:34 2009
    MRP0: Background Media Recovery process shutdown (whut)
    and the archivelogs on the standby db like this :
    NAME APP DEL
    +DGARCH/whut/3_22651_611942629.dbf                           NO  NO
    +DGARCH/whut/3_22650_611942629.dbf                           NO  NO
    +DGARCH/whut/3_22649_611942629.dbf                           NO  NO
    +DGARCH/whut/3_22648_611942629.dbf                           NO  NO
    +DGARCH/whut/3_22648_611942629.dbf                           NO  NO
    +DGARCH/whut/3_22648_611942629.dbf                           NO  YES
    +DGARCH/whut/3_22291_611942629.dbf                           YES YES
    +DGARCH/whut/2_62553_611942629.dbf                           NO  NO
    +DGARCH/whut/2_62552_611942629.dbf                           NO  NO
    +DGARCH/whut/2_62551_611942629.dbf                           NO  NO
    +DGARCH/whut/2_62550_611942629.dbf                           NO  NO
    query the first_change# on the standby db like this :
    SEQUENCE# FIRST_CHANGE# APP ARC
    22646 2983721221 NO YES
    22647 2983911304 NO YES
    22648 2984028173 NO YES
    23813 2984013365 NO YES
    23814 2984118027 NO YES
    62546 2984027708 NO YES
    SEQUENCE# FIRST_CHANGE# APP ARC
    62547 2984163823 NO YES
    23815 2984132128 NO YES
    23816 2984312713 NO YES
    62548 2984255538 NO YES
    62549 2984312692 NO YES
    22649 2984028196 NO YES
    23817 2984351070 NO YES
    then ,how to fix the dataguard and apply the archivelog on standby db ?
    why I can found 2984028173 with 22648,but can not found 2984013192 ??
    and why there have three 22648 with different applied status and deleted status on standby db ???
    Thanks all.

    Thank you for your reply.
    the trc file like this:
    /oracle/admin/xxx/bdump/xxx_mrp0_12863.trc
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    ORACLE_HOME = /oracle/product/10.2.0/database
    System name:     SunOS
    Node name:     stdb
    Release:     5.9
    Version:     Generic_122300-25
    Machine:     sun4u
    Instance name: xxx
    Redo thread mounted by this instance: 1
    Oracle process number: 27
    Unix process pid: 12863, image: oracle@stdb (MRP0)
    *** SERVICE NAME:() 2009-01-08 15:44:24.179
    *** SESSION ID:(197.3) 2009-01-08 15:44:24.179
    ARCH: Connecting to console port...
    *** 2009-01-08 15:44:24.180 61287 kcrr.c
    MRP0: Background Managed Standby Recovery process started
    *** 2009-01-08 15:44:29.191 1103 krsm.c
    Managed Recovery: Initialization posted.
    *** 2009-01-08 15:44:29.192 61287 kcrr.c
    Managed Standby Recovery starting Real Time Apply
    Recovery target incarnation = 5, activation ID = 721050634
    Influx buffer limit = 152383 (50% x 304766)
    Successfully allocated 3 recovery slaves
    Using 367 overflow buffers per recovery slave
    Start recovery at thread 3 ckpt scn 2984013192 logseq 22648 block 2
    *** 2009-01-08 15:44:31.181
    Media Recovery add redo thread 3
    *** 2009-01-08 15:44:31.181
    Media Recovery add redo thread 1
    *** 2009-01-08 15:44:31.182
    Media Recovery add redo thread 2
    *** 2009-01-08 15:44:31.184 1103 krsm.c
    Managed Recovery: Active posted.
    *** 2009-01-08 15:44:31.838
    Media Recovery Log +DGARCH/whut/3_22648_611942629.dbf
    *** 2009-01-08 15:44:31.851 61287 kcrr.c
    MRP0: Background Media Recovery terminated with error 326
    ORA-00326: log begin at 2984028173, need earlier 2984013192
    ORA-00334: archivelog: '+DGARCH/whut/3_22648_611942629.dbf'
    *** 2009-01-08 15:44:31.851 61287 kcrr.c
    Managed Standby Recovery not using Real Time Apply
    *** 2009-01-08 15:44:31.851
    Media Recovery drop redo thread 3
    *** 2009-01-08 15:44:31.851
    Media Recovery drop redo thread 1
    *** 2009-01-08 15:44:31.851
    Media Recovery drop redo thread 2
    *** 2009-01-08 15:44:34.269 1103 krsm.c
    Managed Recovery: Not Active posted.
    ORA-00326: log begin at 2984028173,need earlier 2984013192
    ORA-00334: archivelog: '+DGARCH/whut/3_22648_611942629.dbf'
    ARCH: Connecting to console port...
    *** 2009-01-08 15:44:34.359 61287 kcrr.c
    MRP0: Background Media Recovery process shutdown
    *** 2009-01-08 15:44:34.359 1103 krsm.c

  • Issue with physical standby database not in sync with primary

    Hi,
    I created an physical standby database couple of Hours back . I am trying to keep the standby database in Managed recovery mode to make the standby in sync with primary but it is throwing the below erros. Please share your suggestion ...
    SQL> select thread#,max(sequence#) from v$log_history group by thread#;
    THREAD# MAX(SEQUENCE#)
    1 7
    PROCESS STATUS THREAD# SEQUENCE#
    ARCH CONNECTED 0 0
    ARCH CONNECTED 0 0
    RFS OPENING 1 12
    ALERT LOG :
    Tue Mar 20 07:31:32 2012
    alter database recover managed standby database disconnect from session
    Tue Mar 20 07:31:32 2012
    Attempt to start background Managed Standby Recovery process (PRIMARY)
    MRP0 started with pid=18, OS id=16370
    Tue Mar 20 07:31:32 2012
    MRP0: Background Managed Standby Recovery process started (PRIMARY)
    Managed Standby Recovery not using Real Time Apply
    parallel recovery started with 8 processes
    Media Recovery Log /oracle/STDBY/arch/1_3_777567883.dbf
    Tue Mar 20 07:31:39 2012
    Completed: alter database recover managed standby database disconnect from session
    Tue Mar 20 07:31:54 2012
    Incomplete recovery applied all redo ever generated.
    Recovery completed through change 9677325080303
    Tue Mar 20 07:31:54 2012
    MRP0: Media Recovery Complete (PRIMARY)
    Tue Mar 20 07:31:55 2012
    MRP0: Background Media Recovery process shutdown (PRIMARY)
    Thanks,
    Rakesh

    HI CKPT,
    Thanks for the reply. All the Archives from primary are transferred to the standby by RFS. Also i tried to register the log files manually even but it says already registered. They are no errors in the primary instance alert log file. Please find the log
    SEVERITY ERROR_CODE MESSAGE TO_CHAR(TIMESTAMP,'D
    Informational 0 ARC0: Archival started 20-MAR-2012 06:51:36
    Informational 0 ARC1: Archival started 20-MAR-2012 06:51:36
    Informational 0 ARC0: Becoming the 'no FAL' ARCH 20-MAR-2012 06:51:36
    Informational 0 ARC0: Becoming the 'no SRL' ARCH 20-MAR-2012 06:51:36
    Informational 0 ARC1: Becoming the heartbeat ARCH 20-MAR-2012 06:51:36
    Informational 0 Redo Shipping Client Connected as PUBLIC 20-MAR-2012 06:52:07
    Informational 0 -- Connected User is Valid 20-MAR-2012 06:52:07
    Informational 0 RFS[1]: Assigned to RFS process 15934 20-MAR-2012 06:52:07
    Informational 0 RFS[1]: Identified database type as 'physical standby' 20-MAR-2012 06:52:07
    Warning 0 RFS[1]: No standby redo logfiles created 20-MAR-2012 06:52:07
    Control 0 Attempt to start background Managed Standby Recovery process 20-MAR-2012 06:52:42
    Control 0 MRP0: Background Managed Standby Recovery process started 20-MAR-2012 06:52:42
    Informational 0 Managed Standby Recovery not using Real Time Apply 20-MAR-2012 06:52:47
    Informational 0 Media Recovery Log /oracle/STDBY/arch/1_3_777567883.d 20-MAR-2012 06:52:49
    bf
    Control 0 MRP0: Media Recovery Complete 20-MAR-2012 06:53:04
    Control 0 MRP0: Background Media Recovery process shutdown 20-MAR-2012 06:53:06
    Informational 0 Managed Standby Recovery not using Real Time Apply 20-MAR-2012 06:53:24
    Control 0 Media Recovery Complete 20-MAR-2012 06:53:43
    Control 0 Attempt to start background Managed Standby Recovery process 20-MAR-2012 06:54:55
    Control 0 MRP0: Background Managed Standby Recovery process started 20-MAR-2012 06:54:55
    Informational 0 Managed Standby Recovery not using Real Time Apply 20-MAR-2012 06:55:00
    Informational 0 Media Recovery Log /oracle/STDBY/arch/1_3_777567883.d 20-MAR-2012 06:55:01
    bf
    Control 0 MRP0: Media Recovery Complete 20-MAR-2012 06:55:17
    Control 0 MRP0: Background Media Recovery process shutdown 20-MAR-2012 06:55:18
    Informational 0 Redo Shipping Client Connected as PUBLIC 20-MAR-2012 07:31:03
    Informational 0 -- Connected User is Valid 20-MAR-2012 07:31:03
    Informational 0 RFS[2]: Assigned to RFS process 16366 20-MAR-2012 07:31:03
    Informational 0 RFS[2]: Identified database type as 'physical standby' 20-MAR-2012 07:31:03
    Warning 0 RFS[2]: No standby redo logfiles created 20-MAR-2012 07:31:04
    Warning 0 RFS[2]: No standby redo logfiles created 20-MAR-2012 07:31:06
    Control 0 Attempt to start background Managed Standby Recovery process 20-MAR-2012 07:31:32
    Control 0 MRP0: Background Managed Standby Recovery process started 20-MAR-2012 07:31:32
    Informational 0 Managed Standby Recovery not using Real Time Apply 20-MAR-2012 07:31:37
    Informational 0 Media Recovery Log /oracle/STDBY/arch/1_3_777567883.d 20-MAR-2012 07:31:38
    bf
    Control 0 MRP0: Media Recovery Complete 20-MAR-2012 07:31:54
    Control 0 MRP0: Background Media Recovery process shutdown 20-MAR-2012 07:31:55
    36 rows selected.
    SQL> archive log list;
    Database log mode Archive Mode
    Automatic archival Enabled
    Archive destination /oracle/STDBY/arch/
    Oldest online log sequence 13
    Next log sequence to archive 0
    Current log sequence 14
    SQL> ho ls -ltra /oracle/STDBY/arch/
    total 3754456
    drwxr-xr-x 4 oracle dba 4096 Feb 13 17:38 ..
    -rw-r----- 1 oracle dba 908516864 Mar 20 06:37 1_8_777567883.dbf
    -rw-r----- 1 oracle dba 770419200 Mar 20 06:40 1_3_777567883.dbf
    -rw-r----- 1 oracle dba 757698048 Mar 20 06:41 1_4_777567883.dbf
    -rw-r----- 1 oracle dba 5171712 Mar 20 06:41 1_5_777567883.dbf
    -rw-r----- 1 oracle dba 1060801024 Mar 20 06:43 1_6_777567883.dbf
    -rw-r----- 1 oracle dba 323025920 Mar 20 06:43 1_7_777567883.dbf
    -rw-r----- 1 oracle dba 1558016 Mar 20 06:43 1_9_777567883.dbf
    -rw-r----- 1 oracle dba 4608 Mar 20 06:43 1_10_777567883.dbf
    -rw-r----- 1 oracle dba 1579008 Mar 20 06:52 1_11_777567883.dbf
    -rw-r----- 1 oracle dba 11876864 Mar 20 07:31 1_12_777567883.dbf
    -rw-r----- 1 oracle dba 2560 Mar 20 07:31 1_13_777567883.dbf
    drwxr-xr-x 2 oracle dba 36864 Mar 20 07:31 .
    SQL>

  • Dataguard recovery not happenning

    Hi,
    I have configured physical standby dataguard for maximum availability and was working fine. When i did switchover i found that the archives are transfered but the recovery is not havppening. I created a table on my present primary and log switched, but the table is not recovered at standby.
    At Primary
    SELECT DATABASE_ROLE, DB_UNIQUE_NAME INSTANCE, OPEN_MODE,PROTECTION_MODE, PROTECTION_LEVEL, SWITCHOVER_STATUS FROM V$DATABASE
    DATABASE_ROLE INSTANCE OPEN_MODE PROTECTION_MODE PROTECTION_LEVEL SWITCHOVER_STATUS
    PRIMARY MEDSTBY READ WRITE MAXIMUM AVAILABILITY RESYNCHRONIZATION TO STANDBY
    SQL>SELECT MESSAGE FROM V$DATAGUARD_STATUS;
    MRP0: Background Managed Standby Recovery process started
    Managed Standby Recovery starting Real Time Apply
    Media Recovery Waiting for thread 1 sequence 111 (in transit)
    Primary database is in MAXIMUM PERFORMANCE mode
    Media Recovery Waiting for thread 1 sequence 112 (in transit)
    RFS[2]: Successfully opened standby log 4: '/app/oracle/oradata/MEDCARE/redo04.log'
    Media Recovery Waiting for thread 1 sequence 113
    Primary database is in MAXIMUM PERFORMANCE mode
    RFS[2]: Successfully opened standby log 5: '/app/oracle/oradata/MEDCARE/redo05.log'
    SQL>SELECT THREAD#, SEQUENCE#, APPLIED FROM V$ARCHIVED_LOG;
    1 103 YES
    1 104 NO
    1 105 NO
    1 106 NO
    1 106 YES
    1 105 YES
    1 104 YES
    1 107 YES
    1 107 NO
    1 108 YES
    1 108 NO
    1 109 NO
    1 109 YES
    1 110 YES
    1 110 NO
    1 111 YES
    1 111 NO
    1 112 YES
    1 112 NO
    At Standby:
    SELECT DATABASE_ROLE, DB_UNIQUE_NAME INSTANCE, OPEN_MODE,PROTECTION_MODE, PROTECTION_LEVEL, SWITCHOVER_STATUS FROM V$DATABASE
    DATABASE_ROLE INSTANCE OPEN_MODE PROTECTION_MODE PROTECTION_LEVEL SWITCHOVER_STATUS
    PHYSICAL STANDBY MEDPRIM MOUNTED MAXIMUM PERFORMANCE MAXIMUM PERFORMANCE NOT ALLOWED
    SQL> SELECT MESSAGE FROM V$DATAGUARD_STATUS;
    LNS: Standby redo logfile selected for thread 1 sequence 110 for destination LOG_ARCHIVE_DEST_2
    ARC3: Standby redo logfile selected for thread 1 sequence 109 for destination LOG_ARCHIVE_DEST_2
    LNS: Standby redo logfile selected for thread 1 sequence 111 for destination LOG_ARCHIVE_DEST_2
    LNS: Standby redo logfile selected for thread 1 sequence 112 for destination LOG_ARCHIVE_DEST_2
    LNS: Standby redo logfile selected for thread 1 sequence 113 for destination LOG_ARCHIVE_DEST_2
    SQL>SELECT THREAD#, SEQUENCE#, APPLIED FROM V$ARCHIVED_LOG;
    1 101 YES
    1 102 YES
    1 102 NO
    1 103 YES
    1 103 NO
    1 106 YES
    1 105 YES
    1 104 YES
    1 107 YES
    1 108 YES
    1 109 YES
    1 110 YES
    1 111 YES
    1 112 YES
    please suggest to trouble shoot this.
    Thank You.

    Dear user12045167,
    How did you set them up and created the spfile?
    What are those parameters on both sides;
    show parameter fal_client;
    show parameter fal_server;
    show parameter dg_config;Ogan

  • Error: ORA-00439: feature not enabled: Managed Standby

    Hi there, after I turned on auto archiving in the init.ora file (altered archivelog) and started up the DB, I get the error "ORA-00439: feature not enabled: Managed Standby" while starting up the instance. Under the Alert log, it said License_max_session = 0 and license_sessions_warning = 0. Is that mean I need licenses in order to turn Auto archiving on? how?
    PS: I can "alter system archive log start to '...';" though when the instance is open.
    Thanks,
    -Harry

    I couldn't agree more with Kin..
    Are you running Enterprise Edition? If not, Managed Recovery Mode, is available only with the Enterprise Edition of 8.1.x. This
    may be why you are getting this error. Also, check v$option and see what 'Managed Standby' option shows, TRUE or FALSE. If
    FALSE and you are running Enterprise Edition, then you may want to post to the Microsoft forum regarding getting this installed.
    It would also help to know what your 'compatibility' parameter is set to.
    I have read numerous...views..
    some syntoms:
    - enabling my database mode to archivelog
    However when you take out the parameter
    log_archive_dest_1 parameter and added the old log_archive_dest paremeter then database opened fine.
    also if you remove the word location and the
    character =
    it might just work.
    hope this helps
    shah

  • Shrink database is not active in SQL SERVER Enterpriser manager

    Dear guru
    Shrink database is not active in SQL SERVER Enterpriser manager what to do
    Rupesh
    SAP BASIS Consultant

    Hi,
    >Thank you very much for not supporting i have solved the problem by reading some other documents
    That's exactly what I wanted you to do : With a little personal work, you can actually learn to do your own work ! "Don't give fish to hungry people. Teach them how to go fishing !"
    Regards,
    Olivier

  • Manage Account does not appear in the options sync tab. How do I manage my account to get the recovery key?

    I cannot sync my Firefox 18 desktop with iPad or iPhone browsers. I have tried everything suggested on the Web and have tried safe mode as well. When I enter the three-line synch code, I get a sync failure. I have deleted my account and then set up a new account without success. Manage Account does not appear in the options sync tab. How do I manage my account to get the recovery key?
    I’ve spent hours on this and am considering using Chrome as my regular browser since I have no trouble syncing Chrome with apps. Help appreciated.

    You can only inspect the sync key via manage account if this device is has been setup and is connected to the sync server.
    You can find the sync account password and the sync (recovery) key in the password manager on computers where a sync account with a specific e-mail address has been set up.
    Look for:
    * chrome://weave (Mozilla Services Password)
    * chrome://weave (Mozilla Services Encryption Passphrase)
    You can look at this version of the about:synckey extension that I have modified to show the sync key in current Firefox versions (desktop and mobile).
    * http://www.freefilehosting.net/aboutsynckey-11-fnfx
    * [[/questions/942893]]

  • Word opening in Client Application in SharePoint document library when feature is not activated in manage features in site collection

    Hello, I wish for all Word documents to open in the browser for my SharePoint document library on my team site.
    The feature 'open in client application' is not activated in Features for the site collection and the setting in the document library is set on 'Use the server default (open in the browser)
    When I select File > new> from the ribbon in the document library - it still opens Word in the client application?
    Any ideas on this?
    Is there a general Office 365 setting over riding SharePoint somewhere?
    Regards
    kegan1

    Okie don't open up a ticket. Can you please open internet explorer...See if its the latest version. Once you have done that can you login to the SharePoint site. Then go to the internet wheel option  in top right corner > select manage add on >
    Click on toolbars and extensions on left > then click on SharePoint open documents in client and disable it. Close the browser completely now for the changes to take effect. Open internet explorer once again and then try to go to site collection click on
    file and create new. The word will open up in browser now. This has to be done on each and every machine in your firm so that users will be able to open up only in browser. Out of the box there is only one way is to customize the ribbon and remove the new
    option from there or creating an all together new ribbon for your SharePoint from visual studio.

  • Credit Management-Sales value updated in FD32 even though credit set up is not active

    Dear Team,
    We are facing an issue where, for a sample order - sales value got updated as open sales order value against a customer in FD33.
    Credit set up is not active for the sales order type (OVAK) or the delivery type (OVAD). Since this has occurred in 2003, we have no clue what exactly has happened. We cannot locate any change logs in the configuration level.
    1) What is the possibility for credit management to be active for a document type, which was not meant for credit set up?
    2) How to remove the open order/ delivery value for the customer?
    Thanks and regards.
    Sivarajesh

    Credit set up is not active for the sales order type (OVAK) or the delivery type (OVAD).
    the above two settings  are credit checks at what level( example order level or delivery etc) you what to block the customer if the customer payer exceeds the credit limit.
    Where as if the credit active field is active in VOV7 in corresponding item category, system update the respective document values in to credit management (FD32/33) in your example open order value.
    Even though OVAK, OVAD settings are not done still system update the document values in to FD33 subject to credit active field is active in t code VOV7 .
    Please check in your item category whether credit active field active.
    thanks,
    Srinu.

  • Internal Concurrent Manager is Not Active at this tim

    Dear,
    We are on 11.5.10,
    Concurrent manager is not working properly. whenever, we start concurrent manager it's whow active but after few second approvx 15 second show not active.
    Any boday have idea.
    thanks

    i have run cm clean and restart concurrement it was active but fiew second later it's showing inactive againg.
    -- out put of log file.
    ========================================================================
    Starting orcl_1211@orcl Internal Concurrent Manager -- shell process ID 5112060
              logfile=/apps/applmgr/orclcomn/admin/log/orcl_career1/orcl_1211.mgr
              PRINTER=noprint
               mailto=applmgr
              restart=N
                 diag=N
                sleep=60 (default)
                 pmon=20 (default)
               quesiz=1  (default)
    The Internal Concurrent Manager has encountered an error.
    Review concurrent manager log file for more detailed information. : 11-DEC-2013 09:04:48 -
    Shutting down Internal Concurrent Manager : 11-DEC-2013 09:04:48
    List of errors encountered:
    _ 1 _
    Concurrent Manager cannot find error description for CONC-System Node
    Name not Registered
    Contact your support representative.
    List of errors encountered:
    _ 1 _
    Routine AFPCAL received failure code while parsing or running your
    concurrent program CPMGR
    Review your concurrent request log file for more detailed information.
    Make sure you are passing arguments in the correct format.
    The orcl_1211@orcl internal concurrent manager has terminated with status 1 - giving up.
    ========================================================================
    Starting orcl_1211@orcl Internal Concurrent Manager -- shell process ID 4260082
              logfile=/apps/applmgr/orclcomn/admin/log/orcl_career1/orcl_1211.mgr
              PRINTER=noprint
               mailto=applmgr
              restart=N
                 diag=N
                sleep=60 (default)
                 pmon=20 (default)
               quesiz=1  (default)
    The Internal Concurrent Manager has encountered an error.
    Review concurrent manager log file for more detailed information. : 11-DEC-2013 12:50:42 -
    Shutting down Internal Concurrent Manager : 11-DEC-2013 12:50:42
    List of errors encountered:
    _ 1 _
    Concurrent Manager cannot find error description for CONC-System Node
    Name not Registered
    Contact your support representative.
    List of errors encountered:
    _ 1 _
    Routine AFPCAL received failure code while parsing or running your
    concurrent program CPMGR
    Review your concurrent request log file for more detailed information.
    Make sure you are passing arguments in the correct format.
    The orcl_1211@orcl internal concurrent manager has terminated with status 1 - giving up.
    ========================================================================
    Starting orcl_1211@orcl Internal Concurrent Manager -- shell process ID 15204490
              logfile=/apps/applmgr/orclcomn/admin/log/orcl_career1/orcl_1211.mgr
              PRINTER=noprint
               mailto=applmgr
              restart=N
                 diag=N
                sleep=60 (default)
                 pmon=20 (default)
               quesiz=1  (default)
    The Internal Concurrent Manager has encountered an error.
    Review concurrent manager log file for more detailed information. : 11-DEC-2013 12:59:31 -
    Shutting down Internal Concurrent Manager : 11-DEC-2013 12:59:31
    List of errors encountered:
    _ 1 _
    Concurrent Manager cannot find error description for CONC-System Node
    Name not Registered
    Contact your support representative.
    List of errors encountered:
    _ 1 _
    Routine AFPCAL received failure code while parsing or running your
    concurrent program CPMGR
    Review your concurrent request log file for more detailed information.
    Make sure you are passing arguments in the correct format.
    The orcl_1211@orcl internal concurrent manager has terminated with status 1 - giving up.
    ========================================================================
    Starting orcl_1211@orcl Internal Concurrent Manager -- shell process ID 20250840
              logfile=/apps/applmgr/orclcomn/admin/log/orcl_career1/orcl_1211.mgr
              PRINTER=noprint
               mailto=applmgr
              restart=N
                 diag=N
                sleep=60 (default)
                 pmon=20 (default)
               quesiz=1  (default)
    The Internal Concurrent Manager has encountered an error.
    Review concurrent manager log file for more detailed information. : 11-DEC-2013 13:01:10 -
    Shutting down Internal Concurrent Manager : 11-DEC-2013 13:01:10
    List of errors encountered:
    _ 1 _
    Concurrent Manager cannot find error description for CONC-System Node
    Name not Registered
    Contact your support representative.
    List of errors encountered:
    _ 1 _
    Routine AFPCAL received failure code while parsing or running your
    concurrent program CPMGR
    Review your concurrent request log file for more detailed information.
    Make sure you are passing arguments in the correct format.
    The orcl_1211@orcl internal concurrent manager has terminated with status 1 - giving up.
    ========================================================================
    Starting orcl_1211@orcl Internal Concurrent Manager -- shell process ID 4260094
              logfile=/apps/applmgr/orclcomn/admin/log/orcl_career1/orcl_1211.mgr
              PRINTER=noprint
               mailto=applmgr
              restart=N
                 diag=N
                sleep=60 (default)
                 pmon=20 (default)
               quesiz=1  (default)
    The Internal Concurrent Manager has encountered an error.
    Review concurrent manager log file for more detailed information. : 11-DEC-2013 13:07:04 -
    Shutting down Internal Concurrent Manager : 11-DEC-2013 13:07:04
    List of errors encountered:
    _ 1 _
    Concurrent Manager cannot find error description for CONC-System Node
    Name not Registered
    Contact your support representative.
    List of errors encountered:
    _ 1 _
    Routine AFPCAL received failure code while parsing or running your
    concurrent program CPMGR
    Review your concurrent request log file for more detailed information.
    Make sure you are passing arguments in the correct format.
    The orcl_1211@orcl internal concurrent manager has terminated with status 1 - giving up.
    ========================================================================
    Starting orcl_1211@orcl Internal Concurrent Manager -- shell process ID 19792126
              logfile=/apps/applmgr/orclcomn/admin/log/orcl_career1/orcl_1211.mgr
              PRINTER=noprint
               mailto=applmgr
              restart=N
                 diag=N
                sleep=60 (default)
                 pmon=20 (default)
               quesiz=1  (default)
    The Internal Concurrent Manager has encountered an error.
    Review concurrent manager log file for more detailed information. : 11-DEC-2013 13:12:57 -
    Shutting down Internal Concurrent Manager : 11-DEC-2013 13:12:57
    List of errors encountered:
    _ 1 _
    Concurrent Manager cannot find error description for CONC-System Node
    Name not Registered
    Contact your support representative.
    List of errors encountered:
    _ 1 _
    Routine AFPCAL received failure code while parsing or running your
    concurrent program CPMGR
    Review your concurrent request log file for more detailed information.
    Make sure you are passing arguments in the correct format.
    The orcl_1211@orcl internal concurrent manager has terminated with status 1 - giving up.
    ========================================================================
    Starting orcl_1211@orcl Internal Concurrent Manager -- shell process ID 11468854
              logfile=/apps/applmgr/orclcomn/admin/log/orcl_career1/orcl_1211.mgr
              PRINTER=noprint
               mailto=applmgr
              restart=N
                 diag=N
                sleep=60 (default)
                 pmon=20 (default)
               quesiz=1  (default)
    The Internal Concurrent Manager has encountered an error.
    Review concurrent manager log file for more detailed information. : 11-DEC-2013 13:15:38 -
    Shutting down Internal Concurrent Manager : 11-DEC-2013 13:15:38
    List of errors encountered:
    _ 1 _
    Concurrent Manager cannot find error description for CONC-System Node
    Name not Registered
    Contact your support representative.
    List of errors encountered:
    _ 1 _
    Routine AFPCAL received failure code while parsing or running your
    concurrent program CPMGR
    Review your concurrent request log file for more detailed information.
    Make sure you are passing arguments in the correct format.
    The orcl_1211@orcl internal concurrent manager has terminated with status 1 - giving up.
    ========================================================================
    Starting orcl_1211@orcl Internal Concurrent Manager -- shell process ID 21168284
              logfile=/apps/applmgr/orclcomn/admin/log/orcl_career1/orcl_1211.mgr
              PRINTER=noprint
               mailto=applmgr
              restart=N
                 diag=N
                sleep=60 (default)
                 pmon=20 (default)
               quesiz=1  (default)
    The Internal Concurrent Manager has encountered an error.
    Review concurrent manager log file for more detailed information. : 11-DEC-2013 13:18:37 -
    Shutting down Internal Concurrent Manager : 11-DEC-2013 13:18:37
    List of errors encountered:
    _ 1 _
    Concurrent Manager cannot find error description for CONC-System Node
    Name not Registered
    Contact your support representative.
    List of errors encountered:
    _ 1 _
    Routine AFPCAL received failure code while parsing or running your
    concurrent program CPMGR
    Review your concurrent request log file for more detailed information.
    Make sure you are passing arguments in the correct format.
    The orcl_1211@orcl internal concurrent manager has terminated with status 1 - giving up.
    ========================================================================
    Starting orcl_1211@orcl Internal Concurrent Manager -- shell process ID 16187636
              logfile=/apps/applmgr/orclcomn/admin/log/orcl_career1/orcl_1211.mgr
              PRINTER=noprint
               mailto=applmgr
              restart=N
                 diag=N
                sleep=60 (default)
                 pmon=20 (default)
               quesiz=1  (default)
    The Internal Concurrent Manager has encountered an error.
    Review concurrent manager log file for more detailed information. : 11-DEC-2013 13:21:43 -
    Shutting down Internal Concurrent Manager : 11-DEC-2013 13:21:43
    List of errors encountered:
    _ 1 _
    Concurrent Manager cannot find error description for CONC-System Node
    Name not Registered
    Contact your support representative.
    List of errors encountered:
    _ 1 _
    Routine AFPCAL received failure code while parsing or running your
    concurrent program CPMGR
    Review your concurrent request log file for more detailed information.
    Make sure you are passing arguments in the correct format.
    The orcl_1211@orcl internal concurrent manager has terminated with status 1 - giving up.
    ========================================================================
    Starting orcl_1211@orcl Internal Concurrent Manager -- shell process ID 15269970
              logfile=/apps/applmgr/orclcomn/admin/log/orcl_career1/orcl_1211.mgr
              PRINTER=noprint
               mailto=applmgr
              restart=N
                 diag=N
                sleep=60 (default)
                 pmon=20 (default)
               quesiz=1  (default)
    The Internal Concurrent Manager has encountered an error.
    Review concurrent manager log file for more detailed information. : 11-DEC-2013 13:34:50 -
    Shutting down Internal Concurrent Manager : 11-DEC-2013 13:34:50
    List of errors encountered:
    _ 1 _
    Concurrent Manager cannot find error description for CONC-System Node
    Name not Registered
    Contact your support representative.
    List of errors encountered:
    _ 1 _
    Routine AFPCAL received failure code while parsing or running your
    concurrent program CPMGR
    Review your concurrent request log file for more detailed information.
    Make sure you are passing arguments in the correct format.
    The orcl_1211@orcl internal concurrent manager has terminated with status 1 - giving up.
    ========================================================================
    Starting orcl_1211@orcl Internal Concurrent Manager -- shell process ID 21954618
              logfile=/apps/applmgr/orclcomn/admin/log/orcl_career1/orcl_1211.mgr
              PRINTER=noprint
               mailto=applmgr
              restart=N
                 diag=N
                sleep=60 (default)
                 pmon=20 (default)
               quesiz=1  (default)
    The Internal Concurrent Manager has encountered an error.
    Review concurrent manager log file for more detailed information. : 11-DEC-2013 14:47:57 -
    Shutting down Internal Concurrent Manager : 11-DEC-2013 14:47:57
    List of errors encountered:
    _ 1 _
    Concurrent Manager cannot find error description for CONC-System Node
    Name not Registered
    Contact your support representative.
    List of errors encountered:
    _ 1 _
    Routine AFPCAL received failure code while parsing or running your
    concurrent program CPMGR
    Review your concurrent request log file for more detailed information.
    Make sure you are passing arguments in the correct format.
    The orcl_1211@orcl internal concurrent manager has terminated with status 1 - giving up.
    ========================================================================
    Starting orcl_1211@orcl Internal Concurrent Manager -- shell process ID 17826000
              logfile=/apps/applmgr/orclcomn/admin/log/orcl_career1/orcl_1211.mgr
              PRINTER=noprint
               mailto=applmgr
              restart=N
                 diag=N
                sleep=60 (default)
                 pmon=20 (default)
               quesiz=1  (default)
    The Internal Concurrent Manager has encountered an error.
    Review concurrent manager log file for more detailed information. : 11-DEC-2013 15:17:50 -
    Shutting down Internal Concurrent Manager : 11-DEC-2013 15:17:50
    List of errors encountered:
    _ 1 _
    Concurrent Manager cannot find error description for CONC-System Node
    Name not Registered
    Contact your support representative.
    List of errors encountered:
    _ 1 _
    Routine AFPCAL received failure code while parsing or running your
    concurrent program CPMGR
    Review your concurrent request log file for more detailed information.
    Make sure you are passing arguments in the correct format.
    The orcl_1211@orcl internal concurrent manager has terminated with status 1 - giving up.
    ------- end  out put

  • IPad constantly reboots every 2-3 minutes, after full recovery is not activated to  wi-fi, and Itunes - for 20 days, Itunes says that the activation was not possible because the server is not available try again later. Ipad under warranty, but he was more

    IPad constantly reboots every 2-3 minutes, after full recovery is not activated to  wi-fi, and Itunes - for 20 days, Itunes says that the activation was not possible because the server is not available try again later. Ipad under warranty, but he was more than 6 months, so please call customer service apple can not. by DFU also restored Official Ipad bought in a store in Russia. When buying activated immediately.  IMEI 013311005943507. Help please! the official service Moscow  representation FDA ipad offer to send in the U.S. for $ 500!

    Hello this is happening to us also (minus the Bluetooth speaker).  We can't figure out what is causing the data usage.  I turned off mobile data as soon s I activated the device, and got the message that unless I am connected to WiFi.....(that is exactly what I wanted). We watched Netflix for about three hours, then the alerts started.  Like you we have many devices connected and never used over 2GB now all of a sudden we have used it in a matter of hours.  My husband called Verizon  and got the usual doubting Thomas response.  I understand that they don't know my device settings.  So over the phone we check all the settings and turned  off every possible culprit eating up the data and end the call.  By now I have purchased another gig for the month!  Assured we are NOT using mobile data, we continue on the IE path to bliss.  HA!  A few hours later I check the mobile data usage on the Verizon website and that darn thing is still using data.  After two more phone calls and two VERY uneventful trips to the local store we were told to take out the sim card.  This has stopped the data usage, but it defeats the purpose of having the data plan.  I could have just stuck with my Surface.  Verizon sent us a new sim card.  Its been installed and I have set my homepage to Verizon mobile data usage (just kidding) but I am on that site a lot.   I am surprised at the number of complaints about this device.  When we called the Verizon support acted as though this was the first time they had heard about this.   Loved your post, you should write for a living.

  • Internal concurrent manager is not active in R12.1.3

    hi,
    i have R12.1.3 installed on guest OEL 5.5.
    my concurrent manager is down.
    here is the output of adcmctl,
    when i start using the above utility, ICM becomes active but after a min it again goes back to inactive status.
    it would be great if someone can help me on bringing this up.
    regards,
    ad
    adcmctl.sh status apps/apps
    You are running adcmctl.sh version 120.17.12010000.5
    Internal Concurrent Manager is Not Active at this time.
    adcmctl.sh: exiting with status 0
    adcmctl.sh: check the logfile /u01/oracle/VIS/inst/apps/VIS_localhost/logs/appl/admin/log/adcmctl.txt for more information ...

    thanks Hussain.
    i see following in the CM log,
    please advice.
    thanks,
    ========================================================================
    Starting VIS_0519@VIS Internal Concurrent Manager -- shell process ID 15416
    logfile=/u01/oracle/VIS/inst/apps/VIS_localhost/logs/appl/conc/log/VIS_0519.mgr
    PRINTER=noprint
    mailto=oracle
    restart=N
    diag=N
    sleep=30
    pmon=4
    quesiz=1
    Reviver is ENABLED
    The Internal Concurrent Manager has encountered an error.
    Review concurrent manager log file for more detailed information. : 19-MAY-2013 11:43:50 -
    Shutting down Internal Concurrent Manager : 19-MAY-2013 11:43:50
    List of errors encountered:
    _ 1 _
    Concurrent Manager cannot find error description for CONC-System Node
    Name not Registered
    Contact your support representative.
    List of errors encountered:
    _ 1 _
    Routine AFPCAL received failure code while parsing or running your
    concurrent program CPMGR
    Review your concurrent request log file for more detailed information.
    Make sure you are passing arguments in the correct format.
    The VIS_0519@VIS internal concurrent manager has terminated with status 1 - giving up.

Maybe you are looking for

  • FG production on sales order but RM procurement on Sales Contract.

    Dear Gurus Here is the client requirement for Planning and Procurements of FGS and Rms.( Process Industry) 1) Client wants to make sales Contract VA41 for FG in which they will create schedule line for item with delivery date in Month format with Qua

  • RAM upgrade in Macbook Pro 13" 2014

    Hello Everyone, Please let me know if I buy 13-inch MacBook Pro with Retina display with 8 GB of RAM, will I be able to upgrade it to 16 GB later. I mean is it solded to motherboard or fits into a PCI slot. Regards, Vikas

  • Reading Alarms/Events Failed. No Alarm History.

    Lookout 6.1 build 3. No alarm history within Lookout.  When saving alarm data to CSV file, file creates but is empty. Trends and other logged data seem OK. Measurement & Automation Explorer. No problem connecting to database. New A&E View, Refresh, r

  • Configure new Volume unit

    Dear all, pls suggest me how to configure new volume unit in Material master Basic data !...

  • Iphoto doesnt start

    My Iphoto seems to be having problems opening and also when I try syncing my iphone. Doesnt open, any suggestions?