Command to fail with RMAN-02001

Hello world.

I have a command that I want to insert in an RMAN script. It's actually an OS command, you rename a file (the log generated by the script file). Here is the command I use:
RMAN> HOST 'mv /oracle/backup/database_backups/BackupLog/rman_backup.log
/oracle/backup/database_backups/BackupLog/"rman_backup"`date '+_%Y%m%d_%H%M%S'`".log"';
When running, it fails with this error:
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-00558: error encountered while parsing input commands
RMAN-01006: error signaled during parse
RMAN-02001: unrecognized punctuation symbol "+"
I tried different qutations to mark this '+' as a special character, but could not find the right way to get rid of the error.
If someone has already encountered this problem, please let me know how to solve.
Thank you.

I know not only why but somehow there was extra space on my previous post. you might try this one?

HOST 'mv /oracle/backup/database_backups/BackupLog/rman_backup.log /oracle/backup/database_backups/BackupLog/rman_backup`date +_%Y%m%d_%H%M%S`.log';

Tags: Database

Similar Questions

  • Based recovery sequence failed with RMAN

    I'm on the Oracle 10 g database, recover the database with RMAN, but get the following error:
    RMAN> RUN {
    2>  allocate channel c1 device type disk;
    3>  SET UNTIL SEQUENCE 560 THREAD 1;
    4>  RESTORE DATABASE;
    5>  RECOVER DATABASE;
    6>  ALTER DATABASE OPEN RESETLOGS;
    7> }
    using target database control file instead of recovery catalog
    allocated channel: c1
    channel c1: sid=155 devtype=DISK
    
    executing command: SET until clause
    
    Starting restore at 17-DEC-11
    
    channel c1: restoring datafile 00001
    input datafile copy recid=438 stamp=770148096 filename=D:\FLASH_RECOVERY_AREA\ORCL\DATAFILE\O1_MF_SYSTEM_7DO6D8OH_.DBF
    destination for restore of datafile 00001: C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSTEM01.DBF
    channel c1: copied datafile copy of datafile 00001
    output filename=C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSTEM01.DBF recid=476 stamp=770163113
    channel c1: restoring datafile 00002
    input datafile copy recid=437 stamp=770148095 filename=D:\FLASH_RECOVERY_AREA\ORCL\DATAFILE\O1_MF_UNDOTBS1_7DO6GHJM_.DBF
    destination for restore of datafile 00002: C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\UNDOTBS01.DBF
    channel c1: copied datafile copy of datafile 00002
    output filename=C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\UNDOTBS01.DBF recid=477 stamp=770163125
    channel c1: restoring datafile 00003
    input datafile copy recid=439 stamp=770148099 filename=D:\FLASH_RECOVERY_AREA\ORCL\DATAFILE\O1_MF_SYSAUX_7DO6FOWS_.DBF
    destination for restore of datafile 00003: C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSAUX01.DBF
    channel c1: copied datafile copy of datafile 00003
    output filename=C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSAUX01.DBF recid=478 stamp=770163150
    channel c1: restoring datafile 00004
    input datafile copy recid=435 stamp=770148086 filename=D:\FLASH_RECOVERY_AREA\ORCL\DATAFILE\O1_MF_USERS_7DO6HGMK_.DBF
    destination for restore of datafile 00004: C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\USERS01.DBF
    channel c1: copied datafile copy of datafile 00004
    output filename=C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\USERS01.DBF recid=479 stamp=770163155
    channel c1: restoring datafile 00005
    input datafile copy recid=434 stamp=770148086 filename=D:\FLASH_RECOVERY_AREA\ORCL\DATAFILE\O1_MF_EXAMPLE_7DO6GYNZ_.DBF
    destination for restore of datafile 00005: C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\EXAMPLE01.DBF
    channel c1: copied datafile copy of datafile 00005
    output filename=C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\EXAMPLE01.DBF recid=480 stamp=770163166
    channel c1: restoring datafile 00006
    input datafile copy recid=436 stamp=770148087 filename=D:\FLASH_RECOVERY_AREA\ORCL\DATAFILE\O1_MF_GL_7DO6HKGN_.DBF
    destination for restore of datafile 00006: C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\GL.DBF
    channel c1: copied datafile copy of datafile 00006
    output filename=C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\GL.DBF recid=481 stamp=770163171
    Finished restore at 17-DEC-11
    
    Starting recover at 17-DEC-11
    channel c1: starting incremental datafile backupset restore
    channel c1: specifying datafile(s) to restore from backup set
    destination for restore of datafile 00001: C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSTEM01.DBF
    destination for restore of datafile 00002: C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\UNDOTBS01.DBF
    destination for restore of datafile 00003: C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\SYSAUX01.DBF
    destination for restore of datafile 00004: C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\USERS01.DBF
    destination for restore of datafile 00005: C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\EXAMPLE01.DBF
    destination for restore of datafile 00006: C:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\GL.DBF
    channel c1: reading from backup piece D:\FLASH_RECOVERY_AREA\ORCL\BACKUPSET\2011_12_15\O1_MF_NNND1_ROLLING_7GNH6QRF_.BKP
    channel c1: restored backup piece 1
    piece handle=D:\FLASH_RECOVERY_AREA\ORCL\BACKUPSET\2011_12_15\O1_MF_NNND1_ROLLING_7GNH6QRF_.BKP tag=ROLLING
    channel c1: restore complete, elapsed time: 00:00:16
    
    starting media recovery
    
    archive log thread 1 sequence 564 is already on disk as file D:\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2011_12_17\O1_MF_1_564_7GS2KRCQ_.AR
    C
    archive log filename=D:\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2011_12_17\O1_MF_1_564_7GS2KRCQ_.ARC thread=1 sequence=564
    unable to find archive log
    archive log thread=1 sequence=1
    released channel: c1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of recover command at 12/17/2011 22:13:22
    RMAN-06054: media recovery requesting unknown log: thread 1 seq 1 lowscn 13985223
    
    RMAN> **end-of-file**
    But the 560 archived log file are:
    RMAN> list copy;
    
    
    List of Datafile Copies
    Key     File S Completion Time Ckp SCN    Ckp Time        Name
    ------- ---- - --------------- ---------- --------------- ----
    438     1    A 17-DEC-11       13763828   08-DEC-11       D:\FLASH_RECOVERY_AREA\ORCL\DATAFILE\O1_MF_SYSTEM_7DO6D8OH_.DBF
    437     2    A 17-DEC-11       13763828   08-DEC-11       D:\FLASH_RECOVERY_AREA\ORCL\DATAFILE\O1_MF_UNDOTBS1_7DO6GHJM_.DBF
    439     3    A 17-DEC-11       13763828   08-DEC-11       D:\FLASH_RECOVERY_AREA\ORCL\DATAFILE\O1_MF_SYSAUX_7DO6FOWS_.DBF
    435     4    A 17-DEC-11       13763828   08-DEC-11       D:\FLASH_RECOVERY_AREA\ORCL\DATAFILE\O1_MF_USERS_7DO6HGMK_.DBF
    434     5    A 17-DEC-11       13763828   08-DEC-11       D:\FLASH_RECOVERY_AREA\ORCL\DATAFILE\O1_MF_EXAMPLE_7DO6GYNZ_.DBF
    436     6    A 17-DEC-11       13763828   08-DEC-11       D:\FLASH_RECOVERY_AREA\ORCL\DATAFILE\O1_MF_GL_7DO6HKGN_.DBF
    
    List of Archived Log Copies
    Key     Thrd Seq     S Low Time  Name
    ------- ---- ------- - --------- ----
    312     1    556     A 08-DEC-11 D:\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2011_12_09\O1_MF_1_556_7G4H1FKL_.ARC
    313     1    557     A 09-DEC-11 D:\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2011_12_09\O1_MF_1_557_7G4J59WS_.ARC
    314     1    558     A 09-DEC-11 D:\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2011_12_10\O1_MF_1_558_7G76F9C7_.ARC
    315     1    559     A 10-DEC-11 D:\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2011_12_11\O1_MF_1_559_7G9SSKC7_.ARC
    316     1    560     A 11-DEC-11 D:\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2011_12_12\O1_MF_1_560_7GDHDFL2_.ARC
    317     1    561     A 12-DEC-11 D:\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2011_12_13\O1_MF_1_561_7GH5GDNZ_.ARC
    318     1    562     A 13-DEC-11 D:\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2011_12_14\O1_MF_1_562_7GKSKNF5_.ARC
    319     1    563     A 14-DEC-11 D:\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2011_12_15\O1_MF_1_563_7GN3N4HN_.ARC
    320     1    564     A 15-DEC-11 D:\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2011_12_17\O1_MF_1_564_7GS2KRCQ_.ARC
    321     1    565     A 17-DEC-11 D:\FLASH_RECOVERY_AREA\ORCL\ARCHIVELOG\2011_12_17\O1_MF_1_565_7GSC72RF_.ARC
    
    RMAN>
    Kindly help?

    Order now

    SQL > alter database open resetlogs;

    View the contents of the log file alert if any erros yet.

  • tape backup fail with RMAN-03002 RMAN-20201 and RMAN-06010

    Hello

    My level 0 backup failed over the weekend and I don't understand why. I know I have four data corruption with files, so I put the MAXCORRUPT to 5 for these specific files so the continuous backup to work. This script has completed successfully in the past, and the structure of the database has not changed since the last backup of level 0 has been taken using this script. Here's what I see in my log file that displays the RMAN script, I used to run the backup and the following error messages:

    Recovery Manager: Release 10.2.0.1.0 - Production on Sat Apr 18 00:05:24 2009

    RMAN > Connect target *.
    2 > run {}
    3 > allocate channel oem_sbt_backup1 type 'SBT_TAPE' format 'SDE_L0_ % %%U s_ t_ ";
    4 > allocate channel oem_sbt_backup2 type 'SBT_TAPE' format 'SDE_L0_ % %%U s_ t_ ";
    5 > the file VALUE of DATA MAXCORRUPT for 112,28,61,43 to 5;
    6 > database backup incremental level 0 filesperset 1;
    7 > archivelog backup all the format "%%U t_ SDE_ARCLOG_" remove entry;
    8 > delete noprompt obsolete recovery window 14 days device type 'SBT_TAPE ';
    9 > output channel oem_sbt_backup1;
    10 > output channel oem_sbt_backup2;
    11 > assign the channel oem_disk_backup1 type disc format ' / u01/app/oracle/controlfilebackups/cf_SDE_%t_%s_%U';
    12 > backup current controlfile;
    13 > output channel oem_disk_backup1;
    {14 >}
    15 >
    connected to target database: MYDATABASENAME (DBID = <>#)
    using the control file of the target instead of recovery catalog database

    allocated channel: oem_sbt_backup1
    channel oem_sbt_backup1: sid = 108 devtype = SBT_TAPE
    channel oem_sbt_backup1: NMO v5.0.0.0
    command sent on channel: oem_sbt_backup1

    allocated channel: oem_sbt_backup2
    channel oem_sbt_backup2: sid = 159 devtype = SBT_TAPE
    channel oem_sbt_backup2: NMO v5.0.0.0
    command sent on channel: oem_sbt_backup2

    executing command: SET MAX CORRUPT
    output channel: oem_sbt_backup1
    output channel: oem_sbt_backup2
    RMAN-00571: ======================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ======================================================
    RMAN-03002: failure of the command set to 18/04/2009 00:05:36
    RMAN-20201: datafile not found in the recovery catalog
    RMAN-06010: error while looking upward of datafile: 112

    DataFile 112 exist?

    See the notes 197932.1 on MOS.

  • RMAN Duplate plan fails with RMAN-06026

    Hello

    I have a serious problem.

    I copied the binary from target database Oracle and ran adcfgclone.pl dbTechStack and it worked fine.

    So I ran the following:
    RMAN catalog target rman/***@catdb sys/***@prod auxiliary sys/***@test
    RMAN > run {}
    until the SNA 5998517700261.
    duplicate target database test;
    }


    Got the following error message:
    RMAN-03002: failure of Db in dual at 03/08/2010 14:41
    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 datafile 454 found to restore


    Please note that the RCS and the backup used is 8 days old (June 26, 10). Also if we use backup and current YVERT today it works well.

    Please let me know the possible cause of the error.

    Thanks in advance.

    Check with this query when this SCN is generated.

    Select * from $archived_log
    where '5998517700261' between first_change # and next_change #;

    Can be backup was made after that the CHN has been generated.

    Concerning
    Asif kabir

  • When I use the Client for NFS provided by Windows 7, I'm unable to connect. The "mount \\ip address\share Z:" command fails with the error code "the path not found network".

    Identification of customer's Windows 7 NFS UID GID information

    I am trying to connect to the Windows 7 Client NFS on a server running on a computer (VxWorks) NFS.  I am able to properly connect Client NFS software by a 3rd party on the NFS server.  However, when I use the Client for NFS provided by Windows 7, I am unable to connect.  The \\ip address\share Z: mount"command fails with the error code"the path not found network ".  I can't do a ping of the computer running the NFS server.

    The NFS Client operating system: Windows 7 Ultimate, 64-bit

    Data captured by Wireshark

    MOUNT V1 EXPORT call 3rd party client
    Identification information Flavor: AUTH_UNIX (1)
    Length: 32
    Stamp: 0xc7065970

    Machine name: PC
    UID: 1000
    GID: 1000

    MOUNT V1 EXPORT appeal of the NFS client
    Identification information Flavor: AUTH_NULL (0)
    Length: 0

    It seems that the credentials of NFS Client are not correct.  How can I change the flavor of AUTH_UNIX and the UID and GID to 1000?

    Hello VDAEMP,

    As Eddie and Sudarshan has said, the Microsoft Answers community focuses on issues and problems related to the consumer environment. Please join the public IT pro TechNet forums below:
    TechNet - Windows Server
     
    Thank you

  • RMAN recovery failed with the incarnation of target of error 03002,11003 and recovery 19906 changed during recovery

    Hi all

    I was cloning a Prod DB (Oracle 10.2.0.5) from tape backup. So the cloning is going on it failed with the below error in RMAN:

    archive log thread = 2 sequence 23044 = filename=+DG_zeus_FRA_01/zeus/archivelog/2014_05_23/thread_2_seq_23044.3558.848348137

    output channel: ch01

    output channel: ch02

    output channel: ch03

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

    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.

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

    RMAN-03002: failure of Db in dual at 23/05/2014 20:15:48

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

    ORA-00283: cool cancelled due to errors

    RMAN-11003: failure in parsing / execution of the SQL statement: alter database recover logfile ' +DG_zeus_FRA_01/zeus/archivelog/2014_05_23/thread_2_seq_23044.3558.84

    8348137'

    ORA-00283: cool cancelled due to errors

    ORA-19906: embodiment of changed during recovery recovery targets

    Any possible solution to the resume and cloning complete successfully?

    Kind regards

    Ritu

    incarnation of the list;

    It listed 2 incarnation. I have reset the previous incarnation

    RESET DATABASE TO INCARNATION 2;

    and recovered again and it solved my problem.

    After that added temp files as usual after failing RMAN duplication;

    After this nest of DB and open reset logs.

  • OPatch commands fail with code 255 error and not able to find pots YES


    Hello

    I am trying to apply a patch using opatch but I get this error: "OPatch was not able to find pots YES to load their duration. Please provide valid Yes location using 'oui_loc' option. OPatch failed with error code 255".»

    Oracle is 11.2.0.3 x 64 on Windows Server 2008R2 x 64. The PATH variable have % ORACLE_HOME%\OPatch, % ORACLE_HOME%\OPatch\jlib, %ORACLE_HOME%\bin in it.

    The single command OPatch that works and not to throw the error is the command "opatch version.

    OPatch Version: 11.2.0.3.5

    OPatch succeeded.

    No luck on the search for resolution of problem or documentation on MOS.

    I can't find any documentation on the option 'oui_loc '.

    Any help would be appreciated.

    Sébastien

    First check that your ORACLE_HOME\oui\jlib directory already exists. If so, make sure you have "srvm.jar" in the directory. If not, copy and paste the directory or file (depending on what you're missing) of 11.2.0.3 another environment. I had the same problem and support was able to recreate the problem by renaming the folder jlib, but my specific question was the missing file 'srvm.jar '. Copy one through another system solved this issue. If you are missing "srvm/jar", you can also check ORACLE_HOME\jlib for "srvm.jar", because this could be a problem, as well (it was for me).

  • x 220 commands fail with (error Code 024)

    Try to place orders for the 220 x fail with a "(an error occurred in processing your order. Please try again later (error Code 024))"in the second (2 of 2) stage of check-out.

    Browsers: Firefox 4, IE 9, IE 8, Chrome, Opera

    Pay by paypal, amazon balance and Lenovo all fail.

    Guest box falls down, connected the extraction user fails, purge cart then re Setup fails, etc.

    This error state persists for about 5 hours.

    Everyone knows this?  On an asside, orders of the x 220 seccede from the Tablet (not to be released at the end of the next month).

    SLR-

    According to the development team, this issue should be clarified by sometime tomorrow, or even earlier.   they work diligently to correct the code responsible for incorrect configurations.

    successful orders at the same time could be cancelled because of the configurations being incorrect.   If you order the United States and see your OS listed in the Spanish language, then it will eventually be reported in the system and automatically cancelled.

    We appreciate your patience while this is corrected.

    Edit: temporarily marked post as solution to highlight this notice.

    Update: the site has been fixed and now correctly reflects the English language OS options.   spend your money at will.

  • Oracle RAC 12.1.0.2 (GI battery) deployment on OEL 7 (3.8.13 - 35.3.4.el7uek) fails with ORA-27102

    Hi guys,.

    I am currently trying to deploy a complete installation (GI battery) of Oracle RAC 12.1.0.2 cool on OEL 7 (3.8.13 - 35.3.4.el7uek) with 2 nodes for validation purposes. However the installation itself went well, but 'Creation repository for Oracle Grid Infrastructure Management container' step fails with "ORA-01034: ORACLE not available / ORA-27102: out of memory / Linux-x86_64 error: 12: cannot allocate memory". The steps of runInstaller validation completed successfully, but I never take this step of configuration without jumping.

    Here is my configuration which should normally avoid such errors ORA.

    Host

    -bash - $4.2 uname - a

    Linux OELRAC1 3.8.13 - 35.3.4.el7uek.x86_64 #2 SMP Tue Jul 29 23:24:14 CDT 2014 x86_64 x86_64 x86_64 GNU/Linux

    "Creation of repository database for Oracle Grid Infrastructure Management container" error in /oracle/base/cfgtoollogs/dbca/_mgmtdb/trace.log

    From restoration to August 9, 14

    allocated channel: ORA_DISK_1

    channel ORA_DISK_1: SID = 12 type of device = DISK

    channel ORA_DISK_1: from the restore backup set data file

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

    channel ORA_DISK_1: restore datafile 00003 to + GRID

    channel ORA_DISK_1: backup /oracle/grid/12102/assistants/dbca/templates/MGMTSeed_Database.dfb piece reading

    channel ORA_DISK_1: ORA-19870: error when restoring the backup /oracle/grid/12102/assistants/dbca/templates/MGMTSeed_Database.dfb piece

    ORA-19504: could not create the file "+ GRID.

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

    ORA-15001: diskgroup 'GRID' does not exist or is not mounted

    ORA-01034: ORACLE not available

    ORA-27102: out of memory

    Linux-x86_64 error: 12: cannot allocate memory

    Additional information: 2663

    Additional information: 1565392897

    Additional information: 161480704

    switch to the previous backup

    Number of folder of the data file = 3 name = + GRID

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

    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.

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

    RMAN-03002: failure of the restore command at 09/08/2014 19:41:47

    ORA-01119: error in creating file of database "+ GRID.

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

    ORA-15001: diskgroup 'GRID' does not exist or is not mounted

    ORA-01034: ORACLE not available

    ORA-27102: out of memory

    Linux-x86_64 error: 12: cannot allocate memory

    Additional information: 2663

    Additional information: 1565392897

    Additional information: 1614807040

    RMAN-06956: create the data file failed; try again after removing + OS GRID

    SHM / CPI (check the id of shm with previous information)

    -bash - $4.2 ipcs - a

    -Shared memory segments-

    key shmid owner perms bytes nattch status

    1565360128 0 x 00000000 grid 640 4096 0

    1565392897 0 x 00000000 grid 640 4096 0

    0xfba47600 1565425666 640 24576 29 grid

    Memory of the ASM instance setting

    SQL > see the memory settings

    VALUE OF TYPE NAME

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

    whole big memory_max_target 1076M

    whole large memory_target 1076M

    ASM disk groups

    SQL > select NAME, STATE, TOTAL_MB, USABLE_FILE_MB from v$ asm_diskgroup;

    NAME STATE TOTAL_MB USABLE_FILE_MB

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

    RACK MOUNTED 6144 4868

    / dev/shm to memory_target (more than enough free space)

    -bash - $4.2 df-h

    Size of filesystem used Avail use % mounted on

    tmpfs, 630M 2.4 G 3.0 G 21% / dev/shm

    Kernel for SHM limits set to unlimited parameter

    -bash - $4.2 sysctl - a | grep shm

    kernel.shmall = 1152921504606846720

    kernel.shmmax = 922337203685477580

    User limits on unlimited for memory

    -bash-4, $ 2 cat /etc/security/limits.conf

    # Oracle settings

    grid soft nproc 2047

    grid hard nproc 16384

    grid soft nofile 1024

    grid hard nofile 65536

    Oracle nproc 2047 soft

    Oracle nproc 16384 hard

    Oracle soft nofile 1024

    Oracle hard nofile 65536

    * hard memlock unlimited

    * soft memlock unlimited

    -bash - 4, $ 2 known - grid

    -bash - $4.2 ulimit - a

    the file size (blocks, - c) of base 0

    (kbytes, - d) data seg size unlimited

    scheduling priority (-e) 0

    size of the file (blocks, f) - unlimited

    pending signals (-i) 23953

    Max locked memory (kbytes, - l) unlimited

    size of the memory (k, m) max - unlimited

    open files (-n) 1024

    a size (512 bytes, - p) 8 hose

    (Bytes, - q) POSIX message queues 819200

    real-time priority (-r) 0

    size (Ko, - s) 8192 battery

    time processor (seconds,-t) unlimited

    Max user process (-u) 2047

    virtual memory (KB), - v) unlimited

    the locks on files (-x) unlimited

    So what the hell is wrong here? Why the instance ASM (+ ASM1) returns the error below, even if there is no memory limit / problem. The error with the disk group is also absolutely no sense.

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

    ORA-01119: error in creating file of database "+ GRID.

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

    ORA-15001: diskgroup 'GRID' does not exist or is not mounted

    ORA-01034: ORACLE not available

    ORA-27102: out of memory

    Linux-x86_64 error: 12: cannot allocate memory

    Additional information: 2663

    Additional information: 1565392897

    Additional information: 1614807040

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

    Someone at - he encounter the same problem with 12.1.0.2 by deploying the CDB for Grid Infrastructure Management repository? Is there something special with UEK3 (3.8.13 - 35.3.4.el7uek) on 7 OEL? Any necessary special kernel parameter (although the runInstaller controls do not mention)? I'm totally tapped by GI 12.1.0.2.

    Thank you.

    Best regards

    Stefan

    Hi guys,.

    I was finally able to solve this problem.

    She was related to a memory on the provisioning of problem in the virtual environment as both nodes are VMs. Unfortunately none of these errors of memory were populated / pushed somehow in the virtual machine.

    Best regards

    Stefan

  • Backup Oracle DB fails with errors.

    Hi all

    My backup oracled via Netbackup fail with error 6 (Netbackup) and I have checked that the logs please find the log RMAN so file.

    Please help me to solve this error.


    Script /opt/rman_script/st72_oracle_full.sh
    = began may 28 Mar 15:27:46 SGT 2013 =.


    RMAN: / OraBase/V10203/bin/rman
    ORACLE_SID: ST72
    ORACLE_USER: oracle
    ORACLE_HOME: / OraBase/V10203

    NB_ORA_FULL: 1
    NB_ORA_INCR: 0
    NB_ORA_CINC: 0
    NB_ORA_SERV: zsswmasb
    NB_ORA_POLICY: bsswst72_oracle_daily

    Full backup asked
    Sun Microsystems Inc.     SunOS 5.10 generic January 2005
    You have new messages.
    RMAN > 2 > 3 > 4 > 5 > 6 > 7 > 8 > 9 > 10 > 11 > 12 > 13 > 14 > 15 > 16 > 17 > 18 > 19 > 20 > 21 > 22 > 23 > 24 > 25 > 26 > 27 > 28 > 29 > 30 > 31 > 32 > 33 > RMAN > ED.

    connected to target database: ST72 (DBID = 990954548)
    connected to the recovery catalog database

    RMAN > 2 > 3 > 4 > 5 > 6 > 7 > 8 > 9 > 10 > 11 > 12 > 13 > 14 > 15 > 16 > 17 > 18 > 19 > 20 > 21 > 22 > 23 > 24 > 25 > 26 > 27 > 28 > 29 > 30 > 31 > 32 > 33 >
    allocated channel: ch00
    channel ch00: sid = 149 devtype = SBT_TAPE
    channel ch00: VERITAS NetBackup for Oracle - version 6.0 (2007070504)

    command sent on the channel: ch00

    From backup may 28, 13
    output channel: ch00
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of the backup to 28/05/2013 15:27:51 command
    RMAN-03014: implicit recovery catalog Resync failed
    RMAN-06004: error ORACLE recovery catalog database: RMAN-20035: invalid high recid

    RMAN >

    Complete recovery manager.

    Script /opt/rman_script/st72_oracle_full.sh
    = ended by mistake may Mar 28 15:27:51 SGT 2013 =.

    =========================================================== ==================================================





    Script /opt/rman_script/st72_oracle_full.sh
    = began may 28 Mar 15:24:28 SGT 2013 =.


    RMAN: / OraBase/V10203/bin/rman
    ORACLE_SID: ST72
    ORACLE_USER: oracle
    ORACLE_HOME: / OraBase/V10203

    NB_ORA_FULL: 1
    NB_ORA_INCR: 0
    NB_ORA_CINC: 0
    NB_ORA_SERV: zsswmasb
    NB_ORA_POLICY: bsswst72_oracle_daily

    Full backup asked
    Sun Microsystems Inc.     SunOS 5.10 generic January 2005
    You have new messages.
    RMAN > 2 > 3 > 4 > 5 > 6 > 7 > 8 > 9 > 10 > 11 > 12 > 13 > 14 > 15 > 16 > 17 > 18 > 19 > 20 > 21 > 22 > 23 > 24 > 25 > 26 > 27 > 28 > 29 > 30 > 31 > 32 > 33 > RMAN > ED.

    connected to target database: ST72 (DBID = 990954548)
    connected to the recovery catalog database

    RMAN > 2 > 3 > 4 > 5 > 6 > 7 > 8 > 9 > 10 > 11 > 12 > 13 > 14 > 15 > 16 > 17 > 18 > 19 > 20 > 21 > 22 > 23 > 24 > 25 > 26 > 27 > 28 > 29 > 30 > 31 > 32 > 33 >
    allocated channel: ch00
    channel ch00: sid = 143 devtype = SBT_TAPE
    channel ch00: VERITAS NetBackup for Oracle - version 6.0 (2007070504)

    command sent on the channel: ch00

    From backup may 28, 13
    output channel: ch00
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of the backup to 28/05/2013 15:24:34 command
    RMAN-03014: implicit recovery catalog Resync failed
    RMAN-06004: error ORACLE recovery catalog database: RMAN-20035: invalid high recid

    RMAN >

    Complete recovery manager.

    Script /opt/rman_script/st72_oracle_full.sh
    = ended by mistake may Mar 28 15:24:34 SGT 2013 =.


    =========================================================== ===================================================






    Script /opt/rman_script/st72_oracle_full.sh
    = began may 28 Mar 14:59:30 SGT 2013 =.


    RMAN: / OraBase/V10203/bin/rman
    ORACLE_SID: ST72
    ORACLE_USER: oracle
    ORACLE_HOME: / OraBase/V10203

    NB_ORA_FULL: 1
    NB_ORA_INCR: 0
    NB_ORA_CINC: 0
    NB_ORA_SERV: zsswmasb
    NB_ORA_POLICY: bsswst72_oracle_daily

    Full backup asked
    Sun Microsystems Inc.     SunOS 5.10 generic January 2005
    You have new messages.
    RMAN > 2 > 3 > 4 > 5 > 6 > 7 > 8 > 9 > 10 > 11 > 12 > 13 > 14 > 15 > 16 > 17 > 18 > 19 > 20 > 21 > 22 > 23 > 24 > 25 > 26 > 27 > 28 > 29 > 30 > 31 > 32 > 33 > RMAN > ED.

    connected to target database: ST72 (DBID = 990954548)
    connected to the recovery catalog database

    RMAN > 2 > 3 > 4 > 5 > 6 > 7 > 8 > 9 > 10 > 11 > 12 > 13 > 14 > 15 > 16 > 17 > 18 > 19 > 20 > 21 > 22 > 23 > 24 > 25 > 26 > 27 > 28 > 29 > 30 > 31 > 32 > 33 >
    allocated channel: ch00
    channel ch00: sid = 136 devtype = SBT_TAPE
    channel ch00: VERITAS NetBackup for Oracle - version 6.0 (2007070504)

    command sent on the channel: ch00

    From backup may 28, 13
    output channel: ch00
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-03002: failure of the backup to 28/05/2013-14:59:36 command
    RMAN-03014: implicit recovery catalog Resync failed
    RMAN-06004: error ORACLE recovery catalog database: RMAN-20035: invalid high recid

    RMAN >

    Complete recovery manager.

    Script /opt/rman_script/st72_oracle_full.sh
    = ended by mistake may Mar 28 14:59:36 SGT 2013 =.



    ===============================================================================================================



    Thank you
    Noelie

    Hello;

    Note on this here:

    http://pythianpang.WordPress.com/2007/11/20/RMAN-20035-invalid-high-RecId/

    Best regards

    mseberg

  • RMAN-02001: punctuation symbol unrecognized «*»

    im making tape on AWS S3 cloud with rman backup

    I have configured the channel that
    RMAN > set up the type of channel SBT parms 'SBT_LIBRARY=/u01/app/oracle/product/11.2.0/dbhome_1/lib/libosbws11.so ENV=(OSB_WS_PFILE=/u01/app/oracle/product/11.2.0/dbhome_1/dbs/osbwsDB19TST.ora);

    It is recommended to encrypt the backup when the backup is put into the cloud. (I see in this link http://www.pythian.com/news/8005/let-your-oracle-backups-be-up-in-the-clouds/)

    So I run this command bt im getting this error
    RMAN > set up the encryption of all tablespaces algorithm "AES128" identified by * only;
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-00558: error occurred during parsing of order entry
    RMAN-01006: error scored during the analysis
    RMAN-02001: punctuation symbol unrecognized «*»

    Please let me know how to solve this problem

    Thank you

    As far as I know a real password is required, not a placeholder as ' *'. If you don't want to enter a read password, use the encryption of portfolio:

    http://download.Oracle.com/docs/CD/E11882_01/backup.112/e10642/rcmconfa.htm#CHDEDDBE

    Werner

  • Backup fails with Invalid RECID error

    Hi all

    Please help me understand the guard-section layout

    below the text is
    [http://download.oracle.com/docs/cd/B10501_01/server.920/a96566/rcmtroub.htm#447765]
    Backup Fails with Invalid RECID Error: Solution 2
    
    This solution is more difficult than solution 1:
    
    To create the control file with SQL*Plus:
    
       1. Connect to the target database with SQL*Plus. For example, enter:
    
          % sqlplus 'SYS/oracle@trgt AS SYSDBA'
    
       2. Mount the database if it is not already mounted:
    
          SQL> ALTER DATABASE MOUNT;
    
       3. Back up the control file to a trace file:
    
          SQL> ALTER DATABASE BACKUP CONTROLFILE TO TRACE;
    
       4. Edit the trace file as necessary. The relevant section of the trace file looks something like the following:
    
          # The following commands will create a new control file and use it
          # to open the database.
          # Data used by the recovery manager will be lost. Additional logs may
          # be required for media recovery of offline data files. Use this
          # only if the current version of all online logs are available.
          STARTUP NOMOUNT
          CREATE CONTROLFILE REUSE DATABASE "TRGT" NORESETLOGS  ARCHIVELOG
          --  STANDBY DATABASE CLUSTER CONSISTENT AND UNPROTECTED
              MAXLOGFILES 32
              MAXLOGMEMBERS 2
              MAXDATAFILES 32
              MAXINSTANCES 1
              MAXLOGHISTORY 226
          LOGFILE
            GROUP 1 '/oracle/oradata/trgt/redo01.log'  SIZE 25M,
            GROUP 2 '/oracle/oradata/trgt/redo02.log'  SIZE 25M,
            GROUP 3 '/oracle/oradata/trgt/redo03.log'  SIZE 500K
          -- STANDBY LOGFILE
          DATAFILE
            '/oracle/oradata/trgt/system01.dbf',
            '/oracle/oradata/trgt/undotbs01.dbf',
            '/oracle/oradata/trgt/cwmlite01.dbf',
            '/oracle/oradata/trgt/drsys01.dbf',
            '/oracle/oradata/trgt/example01.dbf',
            '/oracle/oradata/trgt/indx01.dbf',
            '/oracle/oradata/trgt/tools01.dbf',
            '/oracle/oradata/trgt/users01.dbf'
          CHARACTER SET WE8DEC
          ;
          # Take files offline to match current control file.
          ALTER DATABASE DATAFILE '/oracle/oradata/trgt/tools01.dbf' OFFLINE;
          ALTER DATABASE DATAFILE '/oracle/oradata/trgt/users01.dbf' OFFLINE;
          # Configure RMAN configuration record 1
          VARIABLE RECNO NUMBER;
          EXECUTE :RECNO := SYS.DBMS_BACKUP_RESTORE.SETCONFIG('CHANNEL','DEVICE TYPE DISK
          DEBUG 255');
          # Recovery is required if any of the datafiles are restored backups,
          # or if the last shutdown was not normal or immediate.
          RECOVER DATABASE
          # All logs need archiving and a log switch is needed.
          ALTER SYSTEM ARCHIVE LOG ALL;
          # Database can now be opened normally.
          ALTER DATABASE OPEN;
          # Commands to add tempfiles to temporary tablespaces.
          # Online tempfiles have complete space information.
          # Other tempfiles may require adjustment.
          ALTER TABLESPACE TEMP ADD TEMPFILE '/oracle/oradata/trgt/temp01.dbf' REUSE;
          # End of tempfile additions.
    
       5. Shut down the database:
    
          SHUTDOWN IMMEDIATE
    
       6. Execute the script to create the control file, recover (if necessary), archive the logs, and open the database:
    
          STARTUP NOMOUNT
          CREATE CONTROLFILE ...;
          EXECUTE ...;
          RECOVER DATABASE
          ALTER SYSTEM ARCHIVE LOG CURRENT;
          ALTER DATABASE OPEN ...;
    Caution:
          If you do not open with the RESETLOGS option,
     then two copies of an archived redo log for a given log sequence number may
     exist--even though these two copies have completely different contents.
     For example, one log may have been created on the original host and the other on the new host.
     If you accidentally confuse the logs during a media recovery,
     then the database will be corrupted but Oracle and RMAN cannot detect the problem.

    How to open the database without resetlogs?

    This will not help you. You must open the database in resetlogs mode in order to avoid such a scenario. You can open the database in mode restelogs by type
    SQL > alter database open restelogs;
    Instead, he will lose the present trancation in logs online.

    Rgds.

  • ORA-27300: OS dependent operating system: CreateThread failed with status: 8

    Hi all

    I'm looking for information on the guide follow error

    ORA-27300: OS dependent operating system: CreateThread failed with status: 8

    ORA-27301: OS Error Message: not enough memory is available to process this command.

    ORA-27302: an error occurred at: ssthrddcr

    Thank you
    Waqas

    Please don't be crazy on me, but in my opinion, this is the wrong place for your question. The fact is that Toshiba doesn't support Windows 2003 server for mobile computing. If you have problems try again with Microsoft.
    As a manufacturer of operating system, they should be able to offer an explanation for each error message. Sorry, but I see no connection between the problems described and Toshiba as a hardware manufacturer.

  • Can't do dmg file in the folder - "operation failed with status 1"

    I have a 1 TB hard that often went around. There are some personal files here although I am trying lock creating a DMG using disk utility and turning on encryption. However, whenever I try to do that, I always get an error code - status 1 to be exact. Note that it only does on some records. I had about 15 cases work this way with success, but I get this error a LOT... probably about 40% of the time. "Whenever I try too search ' operation failed with status 1," nothing appears! So frustrating! Any help at all is greatly appreciated! Please see the photos to see more. Thank you! Information... Files in JPEG areinformation1st picture2nd photophoto 3

    Please launch the Console application in one of the following ways:

    ☞ Enter the first letters of his name in a Spotlight search. Select from the results (it should be at the top).

    ☞ In the Finder, select go utilities ▹ of menu bar or press the combination of keys shift-command-U. The application is in the folder that opens.

    ☞ Open LaunchPad and start typing the name.

    The title of the Console window should be all Messages. If it isn't, select

    SYSTEM LOG QUERIES ▹ all Messages

    in the list of logs on the left. If you don't see this list, select

    List of newspapers seen ▹ display

    in the menu at the top of the screen bar.

    Click on the clear view icon in the toolbar. Then take an action that does not work the way you expect. Select all of the lines that appear in the Console window. Copy to the Clipboard by pressing Control-C key combination. Paste into a reply to this message by pressing command + V.

    The journal contains a large amount of information, almost everything that is not relevant to solve a particular problem. When you post a journal excerpt, be selective. A few dozen lines are almost always more than enough.

    Please don't dump blindly thousands of lines in the journal in this discussion.

    Please do not post screenshots of log messages - text poster.

    Some private information, such as your name or e-mail address, can appear in the log. Anonymize before posting.

    When you post the journal excerpt, an error message may appear on the web page: "you include content in your post that is not allowed", or "the message contains invalid characters." It's a bug in the forum software. Thanks for posting the text on Pastebin, then post here a link to the page you created.

    If you have an account on Pastebin, please do not select private in exposure menu to paste on the page, because no one else that you will be able to see it.

  • KB971033 fails with errors

    Hello!

    I have a new laptop Sony Vaio Z11 with one installed at the factory of 64-bit Windows 7 Professional. Recently, I tried to install Windows XP Mode on it. Is necessary to install Windows Validation, who has asked to install a file called WindowsActivationUpdate.exe. I did, but the installation failed with the error 0x8007054f ("internal error") code. I tried several times, but she still didn't (once with another error code, 0x80070bc9).

    I get the message 3 in the event log:

    Initiating changes to the package KB971033. Current state is staged. State of the target is installed. Identifying client: WindowsUpdateAgent.

    KB971033 package could not be changed to the Installed State. Status: 0x8007054f.

    Windows Update "Update for Windows (KB971033)" could not be installed due to the error 2147943759 "an internal error has occurred." (Command line: "' C:\Windows\system32\WUSA.exe' 'C:\Users\MIKKON~1\AppData\Local\Temp\\{6a2d2a19-295b-4df3-bedd-6a3e968d7213}.msu' / quiet /norestart")

    When I go to http://www.microsoft.com/genuine/validate/ValidateNow.aspx and click on "Validate Windows", I get the following results:

    1. on Firefox, it asks to install WindowsActivationUpdate.exe.

    2. on IE8 it just says: "validation of Windows has successfully completed.

    What can I do to install Windows XP Mode?

    Problem solved!
     
    I went to install the http://www.microsoft.com/downloads/details.aspx?FamilyID=914fbc5b-1fba-4bae-a7c3-d2c47c6fcffc system update tool. He said 'Validation required' here, but this form of validation installed an ActiveX component that has worked. After that, I was able to successfully install WindowsActivationUpdate.exe! And after that, validation of Windows XP Mode worked very well too.
     
    Therefore, the ActiveX component validation or update the system tool that has helped. I think it was the ActiveX component for the following reasons:
     
    -C:\Windows\Logs\CBS\CBS.log contains errors that led me to believe there is a problem with what is called Microsoft-Windows-security-WindowsActivationTechnologies-WebControls. This sounds like the ActiveX control.
     
    D ' other people have no problems with WindowsActivationUpdate.exe, so they played before ActiveX validation.
     
    To sum up, the solution is probably as easy as going to http://www.microsoft.com/downloads/details.aspx?FamilyID=914fbc5b-1fba-4bae-a7c3-d2c47c6fcffc , clicking on the button validate and leave IE to install the validation ActiveX control. You can then skip the installation of the system update readiness tool and continue with WindowsActivationUpdate.exe.

Maybe you are looking for