Re-create the delayed data post-upgrade migration work?

Hi all

After setting up our new 12 c SGO (approach-system-2, which is both an old and new are running at the moment), I spent a number of test for the new OMS12 machines and performed the work of migration of data charges and deferred taxes.
Delayed data migration job "metrics" has failed, and - unfortunately not check documentation first - I killed the work failed because I hoped that this would enable me to restart.

Oracle documentation:
"To revive a failed job, click the status icon to the work page. On the page of work performed, click on change. On the Edit < JobName > work page, click on submit to rerun the task. »

Now I can revive neither labour nor the system seems to be able to recreate - y at - it a possiblity of getting this job back in there? Or maybe run it at least manually? Historical metrics data collected has been one of the reasons that we have decided to approach system-2 in the first place, and go through the process of establishing WHO 12 once seems excessive to us.

Every help is very appreciated!

Published by: user13085691 on February 13, 2012 02:50

Of performance (or re-track/restart) the DDMP process manually in a 2 EM GC 12 c upgrade/migration system. Use the following anonymous PL/SQL:

Start
em_metric_data__upgtmprl.migrate_all_partitions;
end;
/

In one EM GC 12 c upgrade/migration system, use:

Start
em_metric_data__upgtmprl.migrate_all_partitions (true);
end;
/

You only be able to run a single instance of this at the time, so if you try to run it and the background thread is actually still there, it will be ineffective and go back to the SQL prompt.

To see a timeline of all errors during DDMP or Active Directory Management PACK, run the SQL code following in the 12 c EM GC as SYSMAN repository:

Select * from mgmt_system_error_log where module_name = 'UPGRADE-MDM'
occur_timestamp desc order;

Tags: Enterprise Manager

Similar Questions

  • ORA-19504: cannot create the file '+ DATA '.

    Hello everyone.

    This is the scenario:

    We have a test server that is used to restore daily backups of the Production database. Restore us the database with the same SID as the production one.

    For specific reasons, we need create a second database (with a different SID) on this server with an older backup from the production one. To realize that I'm trying to use a part of the "DUPLICATE without connection to the target" tutorials on the web.

    I tried the simple guide that I found which is:

    (1) copy the backup files cold /somedirectory

    (2) start OLD database with nomount

    (3) connect RMAN with OLDER as an auxiliary

    (4) run the following: DUPLICATE DATABASE FOR OLD BACKUP LOCATION ' / somedirectory' NOFILENAMECHECK.

    Here's the result (I deleted some lines because of the size of it):

    ----------------------

    RMAN > ProdDB to OlderDB DUPLICATE DATABASE

    2 > LOCATION of BACKUP "/ home/oracle/OlderBackupFiles.

    3 > NOFILENAMECHECK.

    4 >

    From October 1, 14 Db double

    content of Script memory:

    {

    clone of SQL 'alter system set control_files =

    "+DATA/OlderDB/controlfile/current.829.859839217" comment =

    ' Set by RMAN "scope = spfile;

    clone of SQL 'alter system set = db_name

    "ProdDB" comment =

    ' Modified by RMAN duplicate "scope = spfile;

    clone of SQL 'alter system set db_unique_name =

    "OlderDB" comment =

    ' Modified by RMAN duplicate "scope = spfile;

    clone to stop immediately;

    Start clone force nomount

    Restore controlfile primary clone of ' / home/oracle/OlderDB/controlfile_ProdDB_20141001_4159.bkp';

    change the clone database mount;

    }

    execution of Script memory

    SQL statement: alter system set control_files = comment "+DATA/OlderDB/controlfile/current.829.859839217" = "defined by RMAN" scope = spfile

    SQL statement: change the system db_name set = comment "ProdDB" = "modified by RMAN duplicate" scope = spfile

    SQL statement: alter system set db_unique_name = comment "OlderDB" = "modified by RMAN duplicate" scope = spfile

    (...)

    From restoration to 1 October 14

    allocated channel: ORA_AUX_DISK_1

    channel ORA_AUX_DISK_1: SID = 191 type device = DISK

    channel ORA_AUX_DISK_1: restore the control file

    channel ORA_AUX_DISK_1: restoration complete, duration: 00:00:03

    output file name=+DATA/OlderDB/controlfile/current.829.859839217

    Restoration finished in October 1, 14

    mounted database

    output channel: ORA_AUX_DISK_1

    allocated channel: ORA_AUX_DISK_1

    channel ORA_AUX_DISK_1: SID = 191 type device = DISK

    content of Script memory:

    {

    until the SNA 274262921.

    the value of newname for datafile clone 1 again;

    the value of newname for datafile clone 2 again.

    the value of newname for datafile clone 3 again.

    the value of newname for datafile clone 4 new ones;

    the value of newname for datafile clone 5 again.

    the value of newname for datafile clone 6 again.

    the value of newname for datafile clone 7 again.

    restoration

    database clone;

    }

    (...)

    From restoration to 1 October 14

    using the ORA_AUX_DISK_1 channel

    channel ORA_AUX_DISK_1: from the restore backup set data file

    channel ORA_AUX_DISK_1: specifying datafile (s) to restore from backup set

    channel ORA_AUX_DISK_1: restore datafile 00001 to + DATA

    channel ORA_AUX_DISK_1: restore datafile 00002 to + DATA

    channel ORA_AUX_DISK_1: restore datafile 00003 to + DATA

    channel ORA_AUX_DISK_1: restore datafile 00004 in + DATA

    channel ORA_AUX_DISK_1: restore datafile 00005 to + DATA

    channel ORA_AUX_DISK_1: restore datafile 00006 to + DATA

    channel ORA_AUX_DISK_1: restore datafile 00007 to + DATA

    channel ORA_AUX_DISK_1: reading from the backup /home/oracle/OlderDB/database_ProdDB_20141001_4157.bkp piece

    channel ORA_AUX_DISK_1: ORA-19870: error when restoring the backup /home/oracle/OlderDB/database_ProdDB_20141001_4157.bkp piece

    ORA-19504: cannot create the file '+ DATA '.

    ORA-17502: ksfdcre:4 cannot create the file + DATA

    ORA-15041: diskgroup space 'DATA' exhausted

    switch to the previous backup

    Oracle instance started

    (...)

    content of Script memory:

    {

    clone of SQL 'alter system set = db_name

    "OlderDB" comment =

    ' Restore the original value by RMAN "scope = spfile;

    clone of SQL 'alter system reset db_unique_name scope = spfile;

    clone to stop immediately;

    }

    execution of Script memory

    Errors in the script of the memory

    RMAN-03015: an error has occurred in the script stored memory Script

    RMAN-06136: the auxiliary database ORACLE error: ORA-01507: database not mounted

    ORA-06512: at "SYS." "X$ DBMS_RCVMAN ', line 13466

    ORA-06512: at line 1

    RMAN-05556: not all data files have backups can be recovered on SNA 274262921

    RMAN-03015: an error has occurred in the script stored memory Script

    RMAN-06026: some targets not found - abandonment of restoration

    RMAN-06023: no backup or copy of the file 4 found to restore

    RMAN-06023: no backup or copy of datafile 3 found to restore

    RMAN-06023: no backup or copy of datafile 2 found to restore

    RMAN-06023: no backup or copy of datafile 1 found to restore

    RMAN-00571: ===========================================================

    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.

    RMAN-00571: ===========================================================

    RMAN-03002: failure of the command duplicate Db at 15:39:11 01/10/2014

    RMAN-05501: abandonment of duplicate target database

    Complete recovery manager.

    ------------------------------------------------------------------

    The first mistake of the stack was ORA-19504 while trying to restore the backup of the database.

    First thing I took a glance was ASM occupation but it enough available space.

    The second was a permission problem, but it doesn't seem to be the case because RMAN can correctly write the controlfile to ASM.

    One have some advice on what I should look for?

    Thanks in advance sorry for my English.

    Select this option.

    Hello.

    Thanks, but is not the case. As I have said, that the DATA diskgroup has space enough he uses only a single disk in a RAID.

    But I solved my problem... To the auxiliary database, I added the following to the spfile:

    DB_FILE_NAME_CONVERT = '+ DATA/ProdDB', '+ DATA/OlderDB ".

    LOG_FILE_NAME_CONVERT = '+ DATA/ProdDB', '+ DATA/OlderDB ".

    I don't know why, but with these two clauses, it worked well. Perhaps RMAN was trying to restore it to the wrong place?

  • I can't view the video of the Moon I posted on facebook works on youtube video I made

    I can't watch the video of the Moon I posted on Facebook works on you tube the video I did, I could answer Tuesday, I will be not available

    It's fixed now, thank you, the problem was, it was work on ie but not mozilla, but it is fine now

  • Unable to create the session variable after upgrade to 11g

    Hi all

    I've updated RPD 10g for the OBIEE 11g version. Everything works fine. I can access the data when I click Show data on the table in physics. But when I tried to create the initialization block to create the session variable, I was not able to select the connection pool. Anyone have any idea why is - this? I've updated RPD and catalog using OBIEE upgrade utility. There was no error. Analyze in dashboards work correctly.

    [http://imageshack.us/photo/my-images/7/56090083.png/]

    Thank you

    Hello

    Reference: http://sranka.wordpress.com/2011/06/02/unable-to-create-session-variable-using-obiee-11-1-1-5-admin-tool/

    Thank you
    Saichand.v

  • Create the folder Date current Wise via .bat file

    I want to create a folder using the current date in the .bat file, and then copy some files into the newly created folder. And then copy this folder from one place to the other. that is on the network location. I need that .bat file will work with two Windows XP & Windows 7.

    I'm totally unexperience in the script.

    Hello

    Your Windows XP question is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the public to theTechnet on the Technet forums. Here is the link.
    http://social.technet.Microsoft.com/forums/en-us/iTCG/threads

    I hope this helps.

  • Create the new data model

    How can I create a new data model?

    Hello

    In the browser, right-click on the drawings and models, select 'New Design'.

    Maybe look in the tutorials.

    Joop

  • Create the external data with dates table

    I have a CSV file that looks a little like this:

    abcuser,12345,5/12/2012,5,250.55
    xyzuser, 67890, 5/1/2012,1,50
    ghjuser, 52523, 1 January 00

    When I create the external table, then question him, I get an error of date:

    CREATE TABLE xtern_ipay
    (
    username VARCHAR2 (50).
    acctNbr NUMBER 20 (0)
    datelastused DATE,
    number_rtxns NUMBER (12: 0).
    amtused NUMBER (12: 0)
    )
    external organization (TYPE oracle_loader DEFAULT directory "XTERN_DATA_DIR"
    (Settings) ACCESS
    records delimited BY newline completed fields BY ',')
    release location ("SubscriberStatistics.csv") limit) UNLIMITED;

    The error I see in the newspaper of rejection:
    For table XTERN_IPAY field definitions
    Record format DELIMITED BY newline
    Data in file have same "endianness" as platform
    Rows with all null fields are accepted

    Fields of the Data Source:

    USERID CHAR (255)
    Completed by «,»
    Trim whitespace same as SQL Loader
    ACCTNBR CHAR (255)
    Completed by «,»
    Trim whitespace same as SQL Loader
    DATELASTUSED CHAR (255)
    Completed by «,»
    Trim whitespace same as SQL Loader
    NUMBER_RTXNS CHAR (255)
    Completed by «,»
    Trim whitespace same as SQL Loader
    AMTUSED CHAR (255)
    Completed by «,»
    Trim whitespace same as SQL Loader
    column in treatment of DATELASTUSED error in the row 1 for the g:\externaltables\SubscriberStatistics.csv data file
    ORA-01858: a non-digit character was found here where was waiting for a digital
    column in treatment of DATELASTUSED error in line 2 to the g:\externaltables\SubscriberStatistics.csv data file
    ORA-01858: a non-digit character was found here where was waiting for a digital
    column in treatment of DATELASTUSED error on line 3 for the g:\externaltables\SubscriberStatistics.csv data file
    ORA-01858: a non-digit character was found here where was waiting for a digital


    Any ideas on that? I know I must tell oracle the date on the external file format, but I can't understand it.
  • No XML code generated when you create the POJO data control

    JDeveloper 11.1.2.1.0

    http://www.Oracle.com/technetwork/developer-tools/ADF/learnmore/38-POJO-editable-tree-169180.PDF

    Page 3 in the link above, I understand that when you use the context menu to create a control to data from a POJO, JDeveloper will create a metadata XML file to describe the control. In my case, there is no XML even if control data appears in the data controls panel. Does anyone know if there are circumstances in which JDeveloper will not create the XML? Is there something I need to do to enable this feature?

    Adrian

    This is a new feature in JDeveloper 11.1.2 from known under the name of * 'Sparse control data for the beans' * what generation XML is NOT necessary.
    Check this box:
    http://blogs.Oracle.com/Groundside/entry/unsung_heroes_of_11_1

    Thank you
    Nini

  • How to create the Webservice data control with a secure Web service?

    I am creating a data control with a Web service that requires authentication (SSO)
    There are two ports for my server OC4J 7777 (requires authentication) and 7779 (authentication is not required).
    (The service Web application is deployed in OC4J)

    I am able to create a data control with port 7779 not, but I'm not able to create with the port 7777. In my app, I'll go "user email" the SSO. I require it a data control with authentication. How to pass the user name and password when creating the data control? I'm not able to go "Point endpoint authentication" stage also. I get the error message "the WSDL document is not found" when I type the URL in the first step.

    I created the data control with port 7779 and after I modified the 'DataControls.dcx' file with port 7777. (IE "wsdl ="http://ipaddress:7777/../..?WSDL"), but I do not get the appropriate data.

    I work with JDeveloper 11.1.1.0.0g

    Please help me,

    Thanks in advance
    Vinod

    There was a few bugs in this area, who are already fixed in our current code line, then they should do it in the next version.

  • Lost the synchronized data when upgrading from Mozilla

    When I upgraded to Mozilla all the information I had synchronized has been deleted so I can't set up the synchronization with all the information I had. I ' ts as all the timing information has already been removed from the browser after the update.
    I want to recover any of this info because it was really important, and it's a lot.
    Thank you

    Hi ivanxos,
    Unless you have a return to the top of the local profile, the data cannot be guaranteed to the top. It is possible to link the account to the profile that is ongoing, but this ensures all data again that she was.

    There is a restore to the previous version feature in your operating system may be useful. Profiles - where Firefox stores your bookmarks, passwords and other user data If you right click on your profile folder and restore to a version before the update, you can recover data from local profile.

  • Cannot create the EIS data source

    When you try to create a new DSN in the ODBC Administrator get the error:
    Error "routines of installation for the ODBC driver cannot be loaded due to system 193 error code".

    can someone tell me how to handle this error

    the installation creates problems during a previous installation

    look for 5.2 drivers are available in \HyperionHome\Common\ODBC-64\Merant\5.2\Drivers.
    Run... / HyperionAnalytics/bin/RegUpdateODBC51.bat. > Open regedit>>/HKEY_LOCAL_MACHINE/Software/ODBC/ODBCINST.ini/Merant OEM 5.1 64-bit. > backup key. > export key. > edit the export file.
    If you have 5.1 replace 5.1 5.2 in all cases
    Replace the 21 22 for all DLLs
    Make sure driver = the way of the driver in step 1
    (8) save the key file.
    9) double-click a key file to update the registry.
    (10) in ODBC Data Source Administrator, you should now see the 5.2 drivers under drivers Tag.
    (11) add the ODBC connection.

    Once installed, go to the registry under:
    HKEY_LOCAL_MACHINE/Software/WOW6432Node
    Select the driver of Merant 32 bit that you plan to use, for example
    MERANT 5.2 OEM 32-BIT Oracle Wire Protocol
    and verify that the following entries have been added.

    If they are not there then add them manually:
    'Driver"="C:\\Hyperion\\Common\\ODBC\\Merant\\5.2\\Drivers\\arora22.dll '.
    'HelpRootDirectory"="C:\\Hyperion\\Common\\ODBC\\Merant\\5.2\\help '.
    'Setup"="C:\\Hyperion\\Common\\ODBC\\Merant\\5.2\\Drivers\\arora22.dll '.

    The path must point to your location of HYPERION_HOME.

    Once open the 32-bit ODBC Administrator of:
    C:\Windows\SysWOW64\odbcad32.exe

    Add a new system DSN using the correct driver and connect to the Console of IST use this DSN.

    If you are using Oracle, you MUST use the Oracle Wire Protocol driver and NOT the driver Oracle standard Merant.

    If you use the standard driver, this message may appear when you try to connect from the Console of the EIS:
    2003000 error: Specified error ODBC driver could not be loaded because of the error system 193 (5.2 Oracle 32-bit OEM Merant)

  • Create the CSV data in tables

    Hi all

    I need to "export" the data for about 60 paintings in one of my databases to a CSV file format using a ' | ' as a separator.

    I know I can do this using a query such as:

    select col1 || '|' || col2 || '|' || col3 from table;
    
    

    Some of my paintings have more than 50 columns, so I think there is a simpler way to do this in order to build select SQL statements for each table?

    Thanks in advance.

    Check this box if it helps:

    http://asktom.Oracle.com/pls/asktom/f?p=100:11:0:P11_QUESTION_ID:88212348059

  • Cannot create the local data store more Go 558,75

    See attachment.

    New installation of ESXi 4.1.0 try adding a local data store.  Local volume is a to 4.55 RAID 5, fully initialized.

    Add storage

    Choose the device, etc.  Choose the size of 8MB block and "ability to mazimize.  Summary On screen looks like its going to do what I ask... I cliquerai finish.

    Produces final is 558,75 Go.  Any ideas?

    ESX(I) supports no more than a little less than 2 TB LUN. Divide your table into smaller LUNs

  • Calendar deletes the event data when upgrading to icloud

    Hey there,

    When I add an event to the calendar on my mac app I add details (time and title), but once the application updates to icloud details disappear and the default event is the title of 'New event' and the time of the default event. 09:00.

    I even tried to change preferences to only refresh every 15 minutes give me to add the event and then updated, but it still does not work.

    Maybe this will help.

    Calendar may not enter the new event.

    Calendar may not enter the new event (2)

  • Poster for the Notification of the Subscriber (dbms_aq.post) does not work as expected

    Hello

    I have the case study for the notification to the Subscriber specific QA that I had planned to use to send messages to the other sessions without subscriber . I just wanted to know feature QA POSITION.

    Well I tried and google hours and reading documentation, but I can't figure out what I did wrong. There is not much information about this post method.

    Expected result is a message in the my_queue_debug table, but there is nothing!

    Any ideas where it's going?

    Oracle 12 c EA

    --NAME            TYPE    VALUE 
    --------------- ------- -----
    --aq_tm_processes integer 1  
    --job_queue_processes integer 1000  
    
    --create user aq identified by aq
    --;
    --grant dba to aq
    --;
    --grant execute on dbms_aq to aq
    --;
    create table my_queue_debug(msg varchar2(100))
    ;
    create type my_payload as object (msg varchar2(100));
    /
    set serveroutput on
    begin
      dbms_aqadm.create_queue_table('my_queue_table', 'my_payload', multiple_consumers=>true);
      dbms_aqadm.create_queue('my_queue', 'my_queue_table');
      dbms_aqadm.start_queue ('my_queue');
      dbms_aq.register (
        sys.aq$_reg_info_list(
          sys.aq$_reg_info('my_queue:aq',
            dbms_aq.namespace_anonymous,
            'plsql://my_queue_callback',
            hextoraw('FF')
          )
        ), 1
      );
    end;
    /
    create or replace
    procedure my_queue_callback(
      context  raw,
      reginfo  sys.aq$_reg_info,
      descr    sys.aq$_descriptor,
      payload  raw,
      payloadl number
    ) as
      l_options    dbms_aq.dequeue_options_t;
      l_properties dbms_aq.message_properties_t;
      l_handle     raw(16);
      l_payload    my_payload;
    begin
      l_options.msgid := descr.msg_id;
      l_options.consumer_name := descr.consumer_name;
      --
      dbms_aq.dequeue(
        queue_name         => descr.queue_name,
        dequeue_options    => l_options,
        message_properties => l_properties,
        payload            => l_payload,
        msgid              => l_handle
      );
      --
      insert into my_queue_debug (
        msg
      ) values (
        l_payload.msg
      );
      commit;
    end;
    /
    begin
      dbms_aq.post(
        sys.aq$_post_info_list(
          sys.aq$_post_info(
            'my_queue:aq',
            dbms_aq.namespace_anonymous,
            utl_raw.cast_to_raw( 'my message' )
          )
        ), 1
      );
    end;
    /
    select user_data from aq$my_queue_table
    ;
    select * from my_queue_debug
    ;
    drop table my_queue_debug purge
    ;
    begin
      dbms_aqadm.stop_queue('my_queue');
      dbms_aqadm.drop_queue('my_queue');
      dbms_aqadm.drop_queue_table('my_queue_table');
    end;
    /
    drop type my_payload
    ;
    
    
    Table MY_QUEUE_DEBUG created.
    Type MY_PAYLOAD compiled
    PL/SQL procedure successfully completed.
    Procedure MY_QUEUE_CALLBACK compiled
    PL/SQL procedure successfully completed.
    
    no rows selected
    
    no rows selected
    
    Table MY_QUEUE_DEBUG dropped.
    PL/SQL procedure successfully completed.
    Type MY_PAYLOAD dropped.
    
    
    
    

    Hello

    change your reminder of PL/SQL procedure, that it will only insert a line:

    create or replace procedure my_queue_callback(
      context  raw,
      reginfo  sys.aq$_reg_info,
      descr    sys.aq$_descriptor,
      payload  raw,
      payloadl number ) as  
    
      l_options    dbms_aq.dequeue_options_t;
      l_properties dbms_aq.message_properties_t;
      l_handle     raw(16);
      l_payload    my_payload;  
    
    begin  
    
      insert into my_queue_debug ( msg ) values ( 'this is a test payload');
    
      commit;  
    
    end;
    /
    

    Change the entry in the register of the recall without a consumer:

    begin
    
      dbms_aq.register (
        sys.aq$_reg_info_list(
          sys.aq$_reg_info('my_queue',
            dbms_aq.namespace_anonymous,
            'plsql://my_queue_callback',
            hextoraw('FF')
          )
        ), 1
      );  
    
    end;
    /
    

    The unit test works now:

    SQL>
    SQL> select * from my_queue_debug;
    
    no rows selected
    
    SQL>
    SQL> begin
      2
      3    dbms_aq.post(
      4      sys.aq$_post_info_list(
      5        sys.aq$_post_info(
      6          'my_queue',
      7          dbms_aq.namespace_anonymous,
      8          utl_raw.cast_to_raw( 'my message' ) ) ), 1 );
      9
     10  end;
     11  /
    
    PL/SQL procedure successfully completed.
    
    SQL>
    SQL>
    SQL> exec  dbms_lock.sleep(10);
    
    PL/SQL procedure successfully completed.
    
    SQL>
    SQL> select * from my_queue_debug;
    
    MSG
    -----------------------------------------------------------
    this is a test payload
    

    It is important to do not query the table immediately after the message. The callback mechanism needs a bit of time.

    Kind regards

    WoG

Maybe you are looking for

  • I am not able to copy the Favorites on the desktop. It started a few days ago.

    I ran Spybot and Adaware. I cleaned my computer and it seems to work better. I installed Adblock and I don't get ads that is really nice. I noticed that my favorites on my desktop will not work now. Also, if I try to drag the block or circle on the d

  • Restart issues after the automatic update

    Same problem, the second time, after the updates for Windows 7 64 bit KB978207 1/23 and KB977074 on 1/28.  Will not start windows after reboot, get nothing else than the famous blinking cursor.  I must go into the bios setup and change the boot seque

  • Leaving the Remote Desktop application, the host closes all applications

    I used the wording of another post which did not have a clear answer: Oh yes, XP, Sp3 operating system Before you get a new computer at home I could Office remotely from my laptop to my desktop so I could sign out... then later sign in my office and

  • Host of Application Microsoft (R) HTML has encountered a problem on Windows 7

    Several users have experienced this same problem. When you try to open something in a third-party program, the message appears "Microsoft (R) HTML Application host has encountered a problem" and the program crashes. I talked to the people of technica

  • Universal power cord

    Hello.  I am trying to determine what kind of power the following wireless access points come with cords. WAP200 WAP2000 AP541N They are all show the standard DC barrel connector on the device but I can't find any specific documentation that indicate