The ODI log level

Hello

I'm looking for a description of the levels of Log ODI.
I know that the logging level controls the details of the log in operator ODI output, but that there is more detailed documentation?
I need information such as what the details are displayed in what newspaper level.

Thanks in advance!

See you soon,.
H.

Hello

There are five levels of monitoring:
1 shows the beginning and the end of each session
2 poster level 1 and the beginning and the end of each stage
3. display of level 2 and each task performed
4 shows the executed, SQL queries as well as level 4
5. a full, often requested trace during a support call

Thank you
Fati

Tags: Business Intelligence

Similar Questions

  • Operator of ODI log - level

    Hello

    What is the importance of the logging level in operator ODI. I have worked in ODI, but did not notice this time... .to default sound always * 5 *...
    how it will affect the details of newspapers if there is a change in the level +/- newspaper.

    What is the highest level of log in operator ODI.

    Thank you

    SG

    Hi SG.

    The default logging for the operator level is 5.
    This is the highest level of logging available in ODI.

    That you give all the steps involved in your interface/package/procedure etc.
    If you decrease the level of logging information in the operator will also decrease.

    Thank you
    Fati

  • Understand the the event logs on BlackBerry

    Hello

    I was looking through the event logs on my blackberry handset (combination of keys by pressing ALT + L G L G) but I'm unable to correctly understand newspapers. Is there a documentation concerning the registration of events?

    Actually I want to determine the type of network connection (TCP - IP / BIS / BES / WAP / WiFi) made by the running application by looking at the event logs!

    Thanks in advance...

    Pulkit

    Switch Min Log of the event log level to Debug Info. TCP connection attempts will be registered as net.rim.tcp - open-tcpsocket: / /... By inspecting the URL that you can tell which method of connection is used too.

  • Need of the event logs - can't go back before midnight

    We have VMView 3.1.3 and we are trying to see if a user has been connected to a virtual computer sometime last week.  By default, the event log only goes back to midnight today.

    Is there anyway to extend the time of the log events or in some other way, besides the journals in the Windows real events to monitor the use of the user and of connections/disconnections?

    Thanks in advance

    I haven't seen 3 very convenient server, but pretty sure it is the same for the 3 and 4.

    If the user connected through the server of the view, you should be able to see this event recorded in your login to view server logs.

    The default log level recorded all the simple events, including opening and closing session, you can enable logging more advanced, so it displays each logon in the details, but they can grow quite quickly.

    The default location for log: C:\Documents and Settings\All Users\Application Data\VMware\VDM\logs

    also these KBs might be useful: kb. VMware com/kb/1017939, Ko. VMware .com/kb/1007905

    See you soon,.

    Andr3y

  • When I try to install Lr CC (2nd install, a laptop) the procedure goes into an infinite loop: log / level, level/sign in, etc. Actually, it does not download.

    When I try to install Lr CC (2nd install, a laptop) the procedure goes into an infinite loop: log / level, level/sign in screens, etc. Actually, it does not download.

    I have no problems with the first installation on a desktop.

    You can download at the bottom of the link:

    https://helpx.Adobe.com/Lightroom/KB/Lightroom-downloads.html

    If you had purchased a subscription, you will need to install via Adobe Creative Cloud app.

  • Disable the logging level for individual users

    Hello

    We want to stop individual users to record level. Usually, we go to identity and click on the user to set the log level '0', but we have LDAP security settings don't so have no idea how to do.

    All ideas

    Thxs

    SYK

    LDAP?

    Still, you can see the RPD users when

    IM-> Action-> Set Online user filter specific user

  • THE LOG LEVEL

    Hello world

    I use authentication external table. But we do not get table logging level.
    (Initially we plan keep the same level of newspaper (2) for all).
    My question is how can I get log level value (2) in a session variable.
    I tried to write 2 Select double and give the default value 2. But no luck...

    Please some can help me on this issue?
    Thanks in advance

    Hello

    Have you tried to select in the 'SYSIBM. SYSDUMMY1 ' table? It seems that SYSIBM. SYSDUMMY1 is the equivalent of "DUAL" of DB2. 2. SELECT which OF SYSIBM. SYSDUMMY1

    -Joe

  • What is the 'current' in the ODI Designer?

    Hello

    We have a certain contexts located in ODI and trying to configure logging (consisten whole - stream), we still have empty "list of subscribers in the current context", even there are Subscribers defined.

    The question is: what is the ODI context consider 'current' as long there is no option in the user interface / Designer level to set the current context? I imagined that this should be the context by default, but it's not.

    ODI version is 11.1.1.6.5.

    Thank you very much

    Andrei

    I finally found!

    In the designer, you can click 'Connect Navigator' (the little icon on the same line with icon refresh) and there you have the magic option called: "default designer context. '

    Andrei

  • EventLogger events does not appear in the event log Simulator

    So, I was more than a little frustrated with debugging Widget applications and decided to help me a bit.

    I've created a Widget extension that connects to System.out and the EventLogger BB using:

    Logger.Java:

    public class Logger {}

    public static final String APP_NAME = "AppName";
    public static final long GUID = 0xb50dd37e31148effL;

    public static enableLogging() Sub {}
    If (EventLogger.register (GUID, APP_NAME, EventLogger.VIEWER_STRING)) {}
    out ("recorder active.");
    }
    else {}
    ("EventLogger record has failed.");
    }
    }

    /**
    * Prints System.out and event log (if enabled).
    */
    public static {Sub out (String msg)
    String message = formatMessage (msg);
    System.out.println (message);
    log (message);
    }

    /**
    * Prints in the journal of the events with the ALWAYS_LOG level.
    */
    Public Shared Sub log (String msg) {}
    logEvent (msg, EventLogger.ALWAYS_LOG);
    }

    private public static Sub logEvent (String msg, int level) {}
    If (EventLogger.logEvent (GUID, msg.getBytes ())) {}
    System.out.println ("EventLogger.logEvent succeeded.");
    }
    else {}
    System.out.println ("EventLogger.logEvent failed.");
    }
    }
    ...
    }

    The Widget extension works.  I can not even log JavaScript stuff :

    somewhere in file.js:

    Logger.log ("it is JavaScript!");

    as seen by the Eclipse debug console:

    AppName [2010-09-24 12:01:33.609]: active recorder.
    EventLogger.logEvent succeeded.
    AppName [2010-09-24 12:01:33.625]: it's JavaScript!
    EventLogger.logEvent succeeded.

    RIDDLE ME THIS: WHY are the messages NOT sent to the event log Simulator! (9550 or 9800 > tools > Show Event Log does not show my posts.)

    My frustration with BB Monte.

    -----

    Windows XP 32-bit

    Install Eclipse Version: 3.5.2 version identifier: M20100211-1343

    Version plugin Web blackBerry: 2.0.0.201003191451 - 33

    BlackBerry Java plug-in Version: 1.1.2.201004161203 - 16

    BlackBerry Java SDK Version: 5.0.0.25
    BlackBerry Widget SDK Version: 1.0.0.201003191451 - 126

    6.0.0.141 blackBerry SmartPhone Simulator

    As a new BB developer, imagine my surprise when I discovered that the API of EventLogger BB and the BB Simulator event log were completely foreign.

    It's like they're really trying to confuse us.

  • McAfee security center updates. The event log shows no signature of threat.

    McAfee security center updates. The event log shows no signature of threat. That it states that I am protected I never had any "alerts" from him. Anyone know if it's OK or a way to check it out. The following is in the event log

    Log name: Application
    Source: McLogEvent
    Date: 2009-08-28 17:42:15
    Event ID: 5000
    Task category: no
    Level: Information
    Keywords: Classic
    User: SYSTEM
    Computer: XPS
    Description:
    The McShield service started.
    Engine version: 5301.4018
    DAT version: 5722.0000
     
    Number of signatures in EXTRA. DAT: no
    Names of the threats that EXTRA. DAT can detect: None
    The event XML:
    http://schemas.Microsoft.com/win/2004/08/events/event">
     
       
        5000
        4
        0
        0 x 80000000000000
       
        23259
        Application
        XPS
       
     

     
        5301.4018
        5722.0000
        None
        None
     

    Thanks for the reassurance. Tech support McAfee response to any problem seems to be reinstalled, I've done a dozen times.

  • Malwarebytes crash showing MSVCR100.dll as the problem (logs attached events)

    work on a computer running windows 7 Home premium 64-bit, and according to the owner on the 16th malwarebytes began to break up the dialog box just says that the program had planted and windows must close, no information error or something. so I pulled the event logs and it shows MSVCR100.dll as the culprit, however. There are more than 30 different files with the same name. and most are in different program folders, malwarebytes is the version and MD5 info for anyone who is in my computer (I also use malwarebytes) I run a complete scan with TrendMicro housecall thinking it might be something hidden in there but he found nothing.  I tried to run the Chameleon of Malwarebytes, but when it launched the program it will fail the same way.  I have the event logs loaded on my skydrive http://1drv.ms/1lUZtLu I would appershate if someone could watch them over and see if I missed something.

    the steps I tried to correct the problem

    1. uninstalled and reinstalled the program
    2. full scan with TrendMicro Housecall (64-bit)
    3. system restore
    4. reinstalled the program
    5. taken from the installation of a known working installation directory

    My next recourse must have the operating system offline (using UBCD) and execution of an Analyzer of virus of rescue,.

    i have a new appointment with the customer on 19 for this.

    If anyone has any suggestions for this problem it would be great, I have not had this problem before.

    Thanks to all those who help.

    Dustin J.

    Log name: Application
    Source: SideBySide
    Date: 23/06/2014-07:29:07
    Event ID: 63
    Level: error
    Description:

    Activation context generation failed for "c:\program files (x 86) \spybot - research & destroy\DelZip179.dll. Manifest error or policy file "c:\program files (x 86) \spybot - search & destroy\DelZip179.dll" on line 8. The value ' * ' attribute 'language' in the "assemblyIdentity" element is invalid.

    Please refer to: http://community.spiceworks.com/windows_event/show/824-sidebyside-63

    Log name: Application
    Source: SideBySide
    Date: 2014/06/23 07:27:25
    Event ID: 33
    Level: error
    Description:
    Activation context generation failed for "c:\program files (x86)\emachines\registration\GREG.exe. Load Assembly Microsoft.VC90.MFC, processorArchitecture = "x 86" publicKeyToken = "1fc8b3b9a1e18e3b", type = "win32", version = "9.0.21022.8" was not found. Please use sxstrace.exe for detailed diagnosis.

    A complicated situation: http://blogs.msdn.com/b/dsvc/archive/2008/08/07/part-2-troubleshooting-vc-side-by-side-problems.aspx

  • X7.2 VCS log levels - changed?

    Before the upgrade to x7.2 I could define the log levels ranging from 1 (least verbose) to (more detailed) 4, where "4"would give me all the details of calls - which is what I need - that after the x7.2 all I get is the equivalent of '1' - which is not very helpful at all.

    I missed something - or is this a bug?

    Edit: looks like it's a bug, so guess I'll be downgraded to x7.1

    Bravo jens

    Hi Jens,

    I reproduced it and lifted a bug. Once it finds its way in to CDETS I'll make the number available. I also had a brief discussion for developers on this subject.

    Thank you

    Guy

  • The event log name: Application indicates problem with logon user account. How to fix?

    I am getting this caveat in my event log when I try (and fail) to connect to my guest user account. What security settings and/or part needs to be changed and replaced by what?

    Log name: Application
    Source: Microsoft-Windows-user profiles general
    Date: 23/04/2012 14:58:30
    Event ID: 1509
    Task category: no
    Level: WARNING
    Keywords:
    User: PeaVM4jic\Guest
    Computer: PeaVM4jic
    Description:
    Windows cannot copy file \\?\C:\Users\Default\AppData\Local\Microsoft\Windows\Temporary Internet Files\SQM\iesqmdata_setup0.sqm to the \\?\C:\Users\TEMP\AppData\Local\Microsoft\Windows\Temporary Internet Files\SQM\iesqmdata_setup0.sqm location. This error can be caused by network problems or insufficient security rights.

    DETAIL - access is denied.

    The event XML:
    http://schemas.Microsoft.com/win/2004/08/events/event">
     
       
        1509
        0
        3
        0
        0
        0 x 8000000000000000
       
        42220
       
       
        Application
        PeaVM4jic
       
     

     
        \\?\C:\Users\Default\AppData\Local\Microsoft\Windows\Temporary Internet Files\SQM\iesqmdata_setup0.sqm
        \\?\C:\Users\TEMP\AppData\Local\Microsoft\Windows\Temporary Internet Files\SQM\iesqmdata_setup0.sqm
        Access is denied.

     

    Later today

    The first sign of distress in my event log has been 01/04/12

    1515 error: "Windows has backed up this user's profile. Windows will automatically try to use the backup profile the next time that the user logs. »

    and 1511 error: "Windows cannot find the local profile and connects you with a temporary profile." Changes to this profile will be lost when you close the session. »

    What brought this?

    During this time, I was getting a rash of warnings of 1530 open handle.

    During my attempts to fix my account, I get the occasional errors of 1533: 'Windows cannot delete the directory [account]. This error can be caused by files in this directory that is used by another program.  DETAIL - the directory is not empty. »

    Are these signs of malware activity?

    There was also warnings of failure to notify events profile 1534, which could explain why I had no warning of this problem. These imply that the user profile Service does not work properly?

    I appreciate really all the efforts that you and others have invested in this. Thanks to you all.

    I was faced with two similar topics at the same time. The poster in this other thread seems to have solved his problem by the roundabout way to impose a UAC challenge. Maybe it will work for you also.
    Here are the steps:
    1. Create a new admin account.
    2. Log in under a non-administrator account.
    3. Try running msconfig.exe. You will face a challenge of UAC.
    4. Use the newly created admin account to respond to the challenge.
      This process will create the registry key and the profile for the admin account folder.
    5. Open a session under the new admin account. It should work.
    6. Downgrade the new admin account if you wish.
    Please let me know if it works!
  • ODI smartexport gives an error of the ODI-26187 when generating the report. How can I check the export?

    MikeODI_11.1.1.6.0

    We increased the limits of segment memory of Java in the ide.conf for our ODI client file to allow intelligent export of our project to complete.

    AddVMOption-Xmx4112M

    AddVMOption-Xms1024M

    Export begins, ending the dependency checking,

    Displays the tree of objects to export

    create the export file

    shows messages from report production

    but gives error

    ODI-26187: unexpected i/o error has occurred.

    Click Ok to the error and the report view page, but the page is empty.

    The backup option, creates the xml log file, but I still have to find how to display useful.




    How successful or otherwise export determined?

    Mike.


    When you connect a SR with Oracle it I see what a bug fixed by a patch for 11.1.1.6.5 or sets of the 12 c.  So I suspect that my solution is to upgrade.

  • Problem with the archive log when you use RMAN for backup and restore (11g 2)

    Hello world
    Please help me solve this problem.
    I'm just beginner in Oracle Database (11 g 2). Today, I had a problem, I tried to back up and restore my db by RMAN. I delete all the files in /u01/app/oracle/oradata/orcl / * , then I restore them easily, but the point is I have a table, I can restore Hungarian, but cannot restore anything ranks in it (something wrong with step restore database). I'll tell the detail below.
    -First, I create a 'Day' with command table create table hr.day (varchar (20)) day. Then I backup complete by this:
    run{
    allocate channel bkp device type DISK FORMAT '/u01/backup/DB_FULL_%d_%T_s%s_p%p' ;
    backup as compressed backupset incremental level 0 tag 'DB_FULL' database include current controlfile;
    backup as compressed backupset tag 'ARCL_BKP_FULL' archivelog all delete input;
    crosscheck archivelog all;
    crosscheck backup;
    delete noprompt obsolete;
    release channel bkp;
    }


    D ' other hand, I have insert 'Monday' to table. then do an incremental backup by this:

    run{
    allocate channel bkp device type DISK FORMAT '/u01/backup/DB_INC_%d_%T_s%s_p%p' ;
    backup as compressed backupset incremental level 1 tag 'DB_INC' database include current controlfile;
    backup as compressed backupset tag 'ARCL_BKP_INC' archivelog all delete input;
    crosscheck archivelog all;
    crosscheck backup;
    delete noprompt obsolete;
    release channel bkp;
    }

    Repeat 7 times (Monday-> Saturday). And I got these files:

    [oracle@rac ~]$ ls -l /u01/backup/
    total 400280
    -rw-r----- 1 oracle oinstall  10158080 Jan 20 07:23 c-1428943247-20160120-01
    -rw-r----- 1 oracle oinstall  10158080 Jan 20 08:04 c-1428943247-20160120-02
    -rw-r----- 1 oracle oinstall  10158080 Jan 20 08:05 c-1428943247-20160120-03
    -rw-r----- 1 oracle oinstall  10158080 Jan 20 08:06 c-1428943247-20160120-04
    -rw-r----- 1 oracle oinstall  10158080 Jan 20 08:08 c-1428943247-20160120-05
    -rw-r----- 1 oracle oinstall  10158080 Jan 20 08:08 c-1428943247-20160120-06
    -rw-r----- 1 oracle oinstall  10158080 Jan 20 08:09 c-1428943247-20160120-07
    -rw-r----- 1 oracle oinstall  10158080 Jan 20 08:32 c-1428943247-20160120-08
    -rw-r----- 1 oracle oinstall 296337408 Jan 20 07:23 DB_FULL_ORCL_20160120_s89_p1
    -rw-r----- 1 oracle oinstall   1130496 Jan 20 07:23 DB_FULL_ORCL_20160120_s90_p1
    -rw-r----- 1 oracle oinstall   2266624 Jan 20 07:23 DB_FULL_ORCL_20160120_s91_p1
    -rw-r----- 1 oracle oinstall   4073984 Jan 20 07:23 DB_FULL_ORCL_20160120_s92_p1
    -rw-r----- 1 oracle oinstall  11201536 Jan 20 07:23 DB_FULL_ORCL_20160120_s93_p1
    -rw-r----- 1 oracle oinstall   1130496 Jan 20 08:05 DB_INC_ORCL_20160120_s100_p1
    -rw-r----- 1 oracle oinstall    146944 Jan 20 08:05 DB_INC_ORCL_20160120_s101_p1
    -rw-r----- 1 oracle oinstall    884736 Jan 20 08:06 DB_INC_ORCL_20160120_s103_p1
    -rw-r----- 1 oracle oinstall   1130496 Jan 20 08:06 DB_INC_ORCL_20160120_s104_p1
    -rw-r----- 1 oracle oinstall     82432 Jan 20 08:06 DB_INC_ORCL_20160120_s105_p1
    -rw-r----- 1 oracle oinstall    294912 Jan 20 08:07 DB_INC_ORCL_20160120_s107_p1
    -rw-r----- 1 oracle oinstall   1130496 Jan 20 08:07 DB_INC_ORCL_20160120_s108_p1
    -rw-r----- 1 oracle oinstall     18944 Jan 20 08:08 DB_INC_ORCL_20160120_s109_p1
    -rw-r----- 1 oracle oinstall    155648 Jan 20 08:08 DB_INC_ORCL_20160120_s111_p1
    -rw-r----- 1 oracle oinstall   1130496 Jan 20 08:08 DB_INC_ORCL_20160120_s112_p1
    -rw-r----- 1 oracle oinstall    131584 Jan 20 08:08 DB_INC_ORCL_20160120_s113_p1
    -rw-r----- 1 oracle oinstall    647168 Jan 20 08:09 DB_INC_ORCL_20160120_s115_p1
    -rw-r----- 1 oracle oinstall   1130496 Jan 20 08:09 DB_INC_ORCL_20160120_s116_p1
    -rw-r----- 1 oracle oinstall      8704 Jan 20 08:09 DB_INC_ORCL_20160120_s117_p1
    -rw-r----- 1 oracle oinstall   2203648 Jan 20 08:04 DB_INC_ORCL_20160120_s95_p1
    -rw-r----- 1 oracle oinstall   1130496 Jan 20 08:04 DB_INC_ORCL_20160120_s96_p1
    -rw-r----- 1 oracle oinstall   1899008 Jan 20 08:04 DB_INC_ORCL_20160120_s97_p1
    -rw-r----- 1 oracle oinstall    327680 Jan 20 08:05 DB_INC_ORCL_20160120_s99_p1

    And
    RMAN> list backup summary;
    List of Backups
    ===============
    Key     TY LV S Device Type Completion Time #Pieces #Copies Compressed Tag
    ------- -- -- - ----------- --------------- ------- ------- ---------- ---
    80      B  0  A DISK        20-JAN-16       1       1       YES        DB_FULL
    81      B  0  A DISK        20-JAN-16       1       1       YES        DB_FULL
    82      B  A  A DISK        20-JAN-16       1       1       YES        ARCL_BKP_FULL
    83      B  A  A DISK        20-JAN-16       1       1       YES        ARCL_BKP_FULL
    84      B  A  A DISK        20-JAN-16       1       1       YES        ARCL_BKP_FULL
    85      B  F  A DISK        20-JAN-16       1       1       NO         TAG20160120T072332
    86      B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    87      B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    88      B  A  A DISK        20-JAN-16       1       1       YES        ARCL_BKP_INC
    89      B  F  A DISK        20-JAN-16       1       1       NO         TAG20160120T080440
    90      B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    91      B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    92      B  A  A DISK        20-JAN-16       1       1       YES        ARCL_BKP_INC
    93      B  F  A DISK        20-JAN-16       1       1       NO         TAG20160120T080545
    94      B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    95      B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    96      B  A  A DISK        20-JAN-16       1       1       YES        ARCL_BKP_INC
    97      B  F  A DISK        20-JAN-16       1       1       NO         TAG20160120T080657
    98      B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    99      B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    100     B  A  A DISK        20-JAN-16       1       1       YES        ARCL_BKP_INC
    101     B  F  A DISK        20-JAN-16       1       1       NO         TAG20160120T080801
    102     B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    103     B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    104     B  A  A DISK        20-JAN-16       1       1       YES        ARCL_BKP_INC
    105     B  F  A DISK        20-JAN-16       1       1       NO         TAG20160120T080844
    106     B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    107     B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    108     B  A  A DISK        20-JAN-16       1       1       YES        ARCL_BKP_INC

    My configuration of rman:
    RMAN> show all;
    RMAN configuration parameters for database with db_unique_name ORCL are:
    CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 7 DAYS;
    CONFIGURE BACKUP OPTIMIZATION ON;
    CONFIGURE DEFAULT DEVICE TYPE TO DISK;
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/u01/backup/%F';
    CONFIGURE DEVICE TYPE DISK PARALLELISM 2 BACKUP TYPE TO BACKUPSET;
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT   '/u01/backup/backup_df%t_s%s_s%p';
    CONFIGURE MAXSETSIZE TO UNLIMITED; # default
    CONFIGURE ENCRYPTION FOR DATABASE OFF; # default
    CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default
    CONFIGURE COMPRESSION ALGORITHM 'BASIC' AS OF RELEASE 'DEFAULT' OPTIMIZE FOR LOAD TRUE ; # default
    CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/u01/app/oracle/product/11.2.0/dbhome/dbs/snapcf_orcl.f'; # default

    - Thirdly, i removed all file in /u01/app/oracle/oradata/orcl/*. then restore control file from the newest backup control file (saturday backup) + restore database. Seem nothing's wrong here.
    RMAN> restore controlfile from '/u01/backup/c-1428943247-20160120-08';
    Starting restore at 20-JAN-16
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=18 device type=DISK
    allocated channel: ORA_DISK_2
    channel ORA_DISK_2: SID=20 device type=DISK
    channel ORA_DISK_2: skipped, AUTOBACKUP already found
    channel ORA_DISK_1: restoring control file
    channel ORA_DISK_1: restore complete, elapsed time: 00:00:09
    output file name=/u01/app/oracle/oradata/orcl/control01.ctl
    output file name=/u01/app/oracle/flash_recovery_area/orcl/control02.ctl
    Finished restore at 20-JAN-16

    RMAN> alter database mount;
    database mounted
    released channel: ORA_DISK_1
    released channel: ORA_DISK_2

    RMAN> restore database;
    Starting restore at 20-JAN-16
    Starting implicit crosscheck backup at 20-JAN-16
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=20 device type=DISK
    allocated channel: ORA_DISK_2
    channel ORA_DISK_2: SID=18 device type=DISK
    Crosschecked 29 objects
    Finished implicit crosscheck backup at 20-JAN-16

    Starting implicit crosscheck copy at 20-JAN-16
    using channel ORA_DISK_1
    using channel ORA_DISK_2
    Finished implicit crosscheck copy at 20-JAN-16

    searching for all files in the recovery area
    cataloging files...
    no files cataloged

    using channel ORA_DISK_1
    using channel ORA_DISK_2

    channel ORA_DISK_1: starting datafile backup set restore
    channel ORA_DISK_1: specifying datafile(s) to restore from backup set
    channel ORA_DISK_1: restoring datafile 00001 to /u01/app/oracle/oradata/orcl/system01.dbf
    channel ORA_DISK_1: restoring datafile 00002 to /u01/app/oracle/oradata/orcl/sysaux01.dbf
    channel ORA_DISK_1: restoring datafile 00003 to /u01/app/oracle/oradata/orcl/undotbs01.dbf
    channel ORA_DISK_1: restoring datafile 00004 to /u01/app/oracle/oradata/orcl/users01.dbf
    channel ORA_DISK_1: restoring datafile 00005 to /u01/app/oracle/oradata/orcl/example01.dbf
    channel ORA_DISK_1: reading from backup piece /u01/backup/DB_FULL_ORCL_20160120_s89_p1
    channel ORA_DISK_1: piece handle=/u01/backup/DB_FULL_ORCL_20160120_s89_p1 tag=DB_FULL
    channel ORA_DISK_1: restored backup piece 1
    channel ORA_DISK_1: restore complete, elapsed time: 00:01:15
    Finished restore at 20-JAN-16

    -Fourth, the problem here, I got the database;
    .. .every oky until this line...
    starting media recovery

    channel ORA_DISK_1: starting archived log restore to default destination
    channel ORA_DISK_1: restoring archived log
    archived log thread=1 sequence=15
    channel ORA_DISK_1: reading from backup piece /u01/backup/DB_INC_ORCL_20160120_s117_p1
    channel ORA_DISK_1: piece handle=/u01/backup/DB_INC_ORCL_20160120_s117_p1 tag=ARCL_BKP_INC
    channel ORA_DISK_1: restored backup piece 1
    channel ORA_DISK_1: restore complete, elapsed time: 00:00:01
    archived log file name=/u01/app/oracle/flash_recovery_area/ORCL/archivelog/2016_01_20/o1_mf_1_15_c9xsyx9k_.arc thread=1 sequence=15
    unable to find archived log
    archived log thread=1 sequence=1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of recover command at 01/20/2016 08:50:22
    RMAN-06054: media recovery requesting unknown archived log for thread 1 with sequence 1 and starting SCN of 1205841

    The error said that it is impossible to find the archived log thread = 1 sequence = 1. Then I check it with this command always there (oh, I'm wrong?)
    RMAN> list backup of archivelog all;
    List of Backup Sets
    ===================
    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    82      2.16M      DISK        00:00:00     20-JAN-16     
            BP Key: 82   Status: AVAILABLE  Compressed: YES  Tag: ARCL_BKP_FULL
            Piece Name: /u01/backup/DB_FULL_ORCL_20160120_s91_p1

      List of Archived Logs in backup set 82
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
    1    1       1154833    20-JAN-16 1177422    20-JAN-16

    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    83      3.88M      DISK        00:00:00     20-JAN-16     
            BP Key: 83   Status: AVAILABLE  Compressed: YES  Tag: ARCL_BKP_FULL
            Piece Name: /u01/backup/DB_FULL_ORCL_20160120_s92_p1

      List of Archived Logs in backup set 83
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
    1    1       1162729    20-JAN-16 1188784    20-JAN-16

    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    84      10.68M     DISK        00:00:01     20-JAN-16     
            BP Key: 84   Status: AVAILABLE  Compressed: YES  Tag: ARCL_BKP_FULL
            Piece Name: /u01/backup/DB_FULL_ORCL_20160120_s93_p1

      List of Archived Logs in backup set 84
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
      1    2       1177422    20-JAN-16 1201833    20-JAN-16

    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    88      1.81M      DISK        00:00:01     20-JAN-16     
            BP Key: 88   Status: AVAILABLE  Compressed: YES  Tag: ARCL_BKP_INC
            Piece Name: /u01/backup/DB_INC_ORCL_20160120_s97_p1

      List of Archived Logs in backup set 88
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
      1    3       1201833    20-JAN-16 1204844    20-JAN-16
      1    4       1204844    20-JAN-16 1204893    20-JAN-16
      1    5       1204893    20-JAN-16 1204958    20-JAN-16

    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    92      143.00K    DISK        00:00:00     20-JAN-16     
            BP Key: 92   Status: AVAILABLE  Compressed: YES  Tag: ARCL_BKP_INC
            Piece Name: /u01/backup/DB_INC_ORCL_20160120_s101_p1

      List of Archived Logs in backup set 92
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
      1    6       1204958    20-JAN-16 1205034    20-JAN-16
      1    7       1205034    20-JAN-16 1205253    20-JAN-16

    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    96      80.00K     DISK        00:00:00     20-JAN-16     
            BP Key: 96   Status: AVAILABLE  Compressed: YES  Tag: ARCL_BKP_INC
            Piece Name: /u01/backup/DB_INC_ORCL_20160120_s105_p1

      List of Archived Logs in backup set 96
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
      1    8       1205253    20-JAN-16 1205354    20-JAN-16
      1    9       1205354    20-JAN-16 1205433    20-JAN-16

    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    100     18.00K     DISK        00:00:00     20-JAN-16     
            BP Key: 100   Status: AVAILABLE  Compressed: YES  Tag: ARCL_BKP_INC
            Piece Name: /u01/backup/DB_INC_ORCL_20160120_s109_p1

      List of Archived Logs in backup set 100
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
      1    10      1205433    20-JAN-16 1205519    20-JAN-16
      1    11      1205519    20-JAN-16 1205559    20-JAN-16

    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    104     128.00K    DISK        00:00:00     20-JAN-16     
            BP Key: 104   Status: AVAILABLE  Compressed: YES  Tag: ARCL_BKP_INC
            Piece Name: /u01/backup/DB_INC_ORCL_20160120_s113_p1

      List of Archived Logs in backup set 104
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
      1    12      1205559    20-JAN-16 1205624    20-JAN-16
      1    13      1205624    20-JAN-16 1205739    20-JAN-16

    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    108     8.00K      DISK        00:00:00     20-JAN-16     
            BP Key: 108   Status: AVAILABLE  Compressed: YES  Tag: ARCL_BKP_INC
            Piece Name: /u01/backup/DB_INC_ORCL_20160120_s117_p1

      List of Archived Logs in backup set 108
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
      1    14      1205739    20-JAN-16 1205796    20-JAN-16
      1    15      1205796    20-JAN-16 1205840    20-JAN-16


    If i ignore it and open the database, just my table in full backup come back but rows was not restored. I'm sure the problem is my archive log backup but i don't know how to solve it. Plz help me.

    Sorry for a long post.

    > 1 and from the 1205841 SNA sequence

    The SCN that indicates Oracle is above the range of SNA that you have in the ArchiveLog backups for sequence 1 to 15 (15 sequence ends at 1205840).

    The message

    channel ORA_DISK_1: restoring archives Journal

    Archives journal thread = 1 sequence = 15

    channel ORA_DISK_1: backup/u01/backup/DB_INC_ORCL_20160120_s117_p1 piece reading

    channel ORA_DISK_1: piece handle = / u01/backup/DB_INC_ORCL_20160120_s117_p1 tag = ARCL_BKP_INC

    indicates that he has restored the sequence up to 15

    You can check the log file alert database instance for messages on the fact of recovery.

    He is now asking sequence #1 it seems you did a RESETLOGS after sequence #15.

    Note: If you have NOT issued a COMMIT after the line is INSERTED in the table 'Day', the recovery of the database will have no * transactions * to retrieve.  An uncomitted transaction is cancelled.

    Hemant K Collette

Maybe you are looking for