migration of existing database in ASM.

Hi all

I am currently working on the stand-alone database, and I want to migrate my existing database in ASM.

I'll try using RMAN and I made the following changes in my database: -.

SQL > alter system set control_files = '+ data' scope = spfile;
Modified system.
SQL > alter system set db_create_file_dest = '+ data' scope = spfile;
Modified system.
SQL > alter system set db_recovery_file_dest = '+ data' scope = spfile;
Modified system.
'data' here are the disk group
I have stop the db and booted without mount

so I can start the migration via RMAN

in rman, I did the following things: -.

D:\ > target = orcl RMAN

Recovery Manager: Release 10.2.0.1.0 - Production on Fri Aug 28 01:13:02 2009

Copyright (c) 1982, 2005, Oracle. All rights reserved.

target password database:
connected to target database: orcl (unassembled)

RMAN > restore controlfile to ' D:\oracle\product\10.2.0\oradata\orcl\CONTROL01.
CTL';

From restoration to 28 August 09
using the control file of the target instead of recovery catalog database
allocated channel: ORA_DISK_1
channel ORA_DISK_1: sid = 156 devtype = DISK

RMAN-00571: ===========================================================
RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
RMAN-00571: ===========================================================
RMAN-03002: failure of the restore command at 2009-08-28 01:14:40
ORA-19504: cannot create the file '+ DATA '.
ORA-17502: ksfdcre:4 cannot create the file + DATA
ORA-15001: 'DATA' diskgroup do not exist or are not mounted
ORA-15077: could not locate instance ASM serving a required diskgroup
ORA-19600: input file is the control file (D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\CO
NTROL01. CTL)
ORA-19601: output file is the control file (+ DATA)

RMAN >

According to me, I guess that I haven't specified the disk group = '+ data' correctly or there is another way to specify...

Please help all solve me this problem

Thanks and greetings
Pratik Lacoste
DBA Oracle Jr

I am currently working on the stand-alone database, and I want to migrate my existing database in ASM.

I'll try using RMAN and I made the following changes in my database: -.

SQL > alter system set control_files = '+ data' scope = spfile;
Modified system.

You have to change the system set control_files ='+ data / control01.ctl' scope = spfile;
See Metalink Doc ID 252219.1

Rgds.

Tags: Database

Similar Questions

  • Migration of database in ASM

    Hi, I use oracle 10.2 in windows server 2003 in the test environment
    When I tried to migrate the database of ASM OS file system
    It gives me the following error


    Error



    Review and correct the following errors, and then try the operation again.
    Remote operation - error: wrong password for the user


    Although I have provided the correct details

    Thank you & respect

    Yes, it is an error of law and you need to do some adjustments on the side of the o/s to fix this problem on.

    Read the following link and proceed as indicated in it.
    http://download.Oracle.com/docs/CD/B19306_01/install.102/b14316/postcfg.htm#BABFAEIG

    Who are out in the
    + 1. Control Panel > administrative tools. +
    + 2. Click on local security policy. +
    + 3. Local policies > user rights assignment. +
    + 4. Double-click on > "log in as a batch".
    Add the user name and domain in the framework policy local securiy here

    HTH
    Aman...

  • conversion of existing databases to code on several bytes

    We have existing database facilities and because we'd spend our forms application on several bytes for the support of the Chinese characters, we understand that the database must be changed to manage them as well. Is there a way to 'upgrade' of existing databases to multibyte ability or you have to do a new installation of database software? In addition, we plan to 11g R2 ranging from 10g R2 databases. What would be the best order to do these two things in? We do the first multibyte character conversion, or can we take a standard database configuration export and import directly into an installation of 11g multibyte characters? Suggestions for the documentation to read would be greatly appreciated!

    Thank you for your help.
    Stacey

    Hello

    You can find some information on the Migration of the character value on the link below:

    http://download.Oracle.com/docs/CD/E11882_01/server.112/e10729/ch11charsetmig.htm#NLSPG011

    And Upgrade Guide:

    http://download.Oracle.com/docs/CD/E11882_01/server.112/e10819/TOC.htm

    Otherwise, it is possible to migrate to Unicode and Oracle 11.2 in a step by export/import.

    It is recommended to use DataPump instead of the utility former import/export. More, if you migrate to Unicode, the character AL32UTF8 set is better rather than the UTF8.

    Hope this helps.
    Best regards
    Jean Valentine

  • Time Capsule - My current Time Capsule 1 TB (Version 7.6.7) is complete and is overwhelming back more old ups. How can I migrate back existing ups for a new time Capsule (2 TB or 3 TB). El Capitan 10.11.6 OSX

    Time Capsule migration - My current Time Capsule 1 TB (Version 7.6.7) is complete and is overwhelming back more old ups. How can I migrate back existing ups of my current for a new time Capsule time capsule (2 TB or 3 TB)? El Capitan 10.11.6 OSX

    You just set up the new TC and plug the old TC... copy the sparsebundle existing old TC to the new... but we do not recommend to do this.

    It's much better to start a new backup TM on the new TC and keep the old one for several months until you have a fair story and if you need never old file the chances you decreases considerably with time.

    The instructions are here if you really want to do.

    How do I move Time Machine backups to another - Support Apple Time Capsule airport

    Instructions better although updated here.

    Q18 http://pondini.org/TM/FAQ.html

  • How to import of existing database (SQlite)

    Hello friends,

    as I started working on blackberry playbook...

    now I m facing a problem, which, in my application I want to use existing database rather than creating a new...

    When I tried to create a new database I got an error

    That is to say. database is currently loked...

    which app is closed by the Simulator...

    When I try to import my existing database using applicationDirectory.resolvepath("abc.db");

    It allows me to read the content of the application, but not able to make changes in it...

    I tried to use applicationStorageDirectory under which the application is beginning ending with Simulator

    Please help me!

    my code look like this...

    as I m tent to access this database... for that I stuck in air file.

    var fileCon: File = File.applicationStorageDirectory.resolvePath ("abc.db");

    allows me to read-only...

    var fileCon: File = File.applicationDirectory.resolvePath ("abc.db");

    When I push copy existing database in the folder of the air, I database is currently closed error.

    var fileCon: File = File.applicationStorageDirectory.resolvePath ("abc.db");

    Please help me for this problemm

    Thank you in advance

    the application directory is read-only. App-storage is read/write. If you have an existing database file that was installed in the application directory, you must copy it into the directory app-storage. Also, keep in mind that, if the application is uninstalled, all this information is also deleted. If you want to keep the user database file in the case where they re - install the app, you can copy/create the file in the document directory.

  • Size of database with ASM storage

    Hello

    We have the version of oracle RAC 11 g 2 database, Linux Server version 2.6. We have four databases, but all because she shares the same ASM storage.

    My question is: I want to know how to find the size of my database in ASM storage? What is this LINUX command to calculate the database size?

    Thank you in advance.

    1. connect as a user of GI.

    2 asmcmd lsdg.

  • Create the copy of database no ASM to ASM database to different server

    I am looking for the way the more faster/easier create a copy of a large database (230 GB).
    The situation is the following:

    The source database is on an instance not Oracle ASM (on the machine).

    I would like to create a copy of this database and place it on computer B.

    Machine B has an ASM instance on this and I would like to as the database to use the
    Groups of ASM disks that are configured on this computer.

    I've seen examples of using "rman duplicate" to create a copy of a database
    but they do not seem to take into account cases where the source database is
    ASM no and the destination database uses ASM.

    Database for the source and destination versions are 10.2.0.1.0.

    I would appreciate any advice on how to achieve this.

    Thank you very much.

    See duplication of a database for the storage of the DSO and

    RMAN DUPLICATE DATABASE to the file system to the DSO: example

    under http://docs.oracle.com/cd/B19306_01/backup.102/b14191/rcmdupdb.htm#BGBEHADD

    Hemant K Collette

  • Startup with the existing database problem

    When I give the start-up of an existing database, it gives me this error I have never come across please help...

    Here are the complete steps

    export ORACLE_SID = oracle

    [oracle@localhost oracle] $ sqlplus sys as sysdba

    SQL * more: Production version 11.2.0.1.0 may 6 Mar 15:57:07 2014

    Copyright (c) 1982, 2009, Oracle.  All rights reserved.

    Enter the password:

    Connect to an instance is idle.

    SQL > startup

    ORA-27154: post/wait create failed

    ORA-27300: OS dependent operating system: semget failed with status: 28

    ORA-27301: OS error: no space is available on the device

    ORA-27302: an error occurred at: sskgpsemsper

    SQL > startup

    ORA-27154: post/wait create failed

    ORA-27300: OS dependent operating system: semget failed with status: 28

    ORA-27301: OS error: no space is available on the device

    ORA-27302: an error occurred at: sskgpsemsper

    SQL >

    Take a look on experience of Oracle: ORA-27300: OS dependent operating system: semget failed with status: 28

    HTH

    Anand

  • How to take database backup ASM/Instance?

    Hello

    I'm new with ASM. We take ASM/instance of database backup.

    can we have the idea to backup ASM?

    1. what components should be saved as database/Instance ASM / ASM all files?


    Please do the needful.

    Thank you
    Nitin

    Hello Nitin,

    First of all, you must understand that the RDBMS & ASM instance is different but yes, both are running on the same computer.

    ASM includes essentially two things: ASM instance (1) and the storage of the DSO (2).

    (1) ASM instance
    ------------------------

    That's just an instance when we do not backup but Yes if you want to keep the ASM instance configuration file then just follow these steps:

    [grid@host01 ~] $. oraenv
    ORACLE_SID = [+ ASM1]? + ASM1
    The basic Oracle for ORACLE_HOME=/u01/app/11.2.0/grid is/u01/app/grid

    SQL > create pfile='/home/grid/init+ASM1.ora' of spfile;

    Created file.

    (2) ASM STORAGE
    -------------------------

    -Storage ASM includes essentially ASM starts, namely new set of disks.

    -Whenever we do not create ASM diskgroup diskgroup contains still three things:

    (a) disc ASM
    (b) models and metadata
    (c) the ASM files (essentially datafile or all database files)

    -We take backup of two things on three things in ASM diskgroup:

    (1) ASM files - with RMAN because these are files of database.
    (2) ASM diskgroup models & metadata - with the MD_BACKUP of ASMCMD command.

    Now, MD_BACKUP will create a backup as your specified location file and this file will includes all models and metadata of the diskgroup. Benefits of taking diskgroup metadata are, if we lost the diskgroup, so we do not worry some details configuration command MD_RESTORE use to recreate the diskgroup with the same configuration. But remember that it does not restore the data file or any other file that was there on the diskgroup going to use RMAN to restore the missing files.

    See the example:

    ASMCMD > lsdg

    State Type sector Rebal to Total_MB Free_MB Req_mir_free_MB Usable_file_MB Offline_disks Voting_files name of the block
    EXTERN MOUNTED N 512 4096 1048576 11742 11643 0 11643 0 N ABC /.
    NORMAL CLIMB N 512 4096 1048576 15656 10661 1259 4701 0 N DATA.
    EXTERN MOUNTED N 512 4096 1048576 15656 13874 0 13874 0 N FRA.
    ASMCMD >
    >

    ASMCMD >/home/grid/data_backup_file - G DATA md_backup
    Group of disk to save metadata: DATA
    Path to current directory alias: cluster01
    Path to current directory alias: ORCL
    Path to current directory alias: ORCL/fichier_parametres
    Path to current directory alias: ORCL/DATA file
    Current directory alias path: cluster01/OCRFILE
    Path to current directory alias: ORCL/CONTROLFILE
    Path to current directory alias: ORCL/TEMPFILE
    Path to current directory alias: ORCL/ONLINELOG
    Current directory alias path: cluster01/ASMPARAMETERFILE
    ASMCMD >

    * vim # / home/grid/data_backup_file *.

    @diskgroup_set =)
    {
    "ATTRINFO"-ONLINE {}
    "MODEL. OCRBACKUP. REDUNDANCY '-ONLINE 18',
    "MODEL. FICHIER_PARAMETRES. MIRROR_REGION '-ONLINE '0',
    "MODEL. TEMPORARY FILE. REDUNDANCY '-ONLINE 18',
    "MODEL. TEMPORARY FILE. MIRROR_REGION '-ONLINE '0',
    "MODEL. FICHIER_PARAMETRES. REDUNDANCY '-ONLINE 18',
    "SECTOR_SIZE"-ONLINE '512',
    "MODEL. DATAGUARDCONFIG. REDUNDANCY '-ONLINE 18',
    ' ACCESS_CONTROL. UMASK '-ONLINE '066'.
    "MODEL. ASM_STALE. STRIPE '-ONLINE '0',
    "MODEL. ARCHIVELOG. STRIPE '-ONLINE '0',
    "MODEL. DATAGUARDCONFIG. PRIMARY_REGION '-ONLINE '0',
    "MODEL. OCRBACKUP. STRIPE '-ONLINE '0',
    "MODEL. DATA FILE. STRIPE '-ONLINE '0',
    "AU_SIZE"-ONLINE '1048576',
    "MODEL. ASMPARAMETERFILE. STRIPE '-ONLINE '0',
    "MODEL. TRACK CHANGES. PRIMARY_REGION '-ONLINE '0',
    "MODEL. CONTROLFILE. REDUNDANCY '-ONLINE 19',
    "MODEL. FLASHFILE. STRIPE '-ONLINE '0',
    "MODEL. BACKUPSET. PRIMARY_REGION '-ONLINE '0',
    "MODEL. ARCHIVELOG. PRIMARY_REGION '-ONLINE '0',
    "MODEL. TRACK CHANGES. STRIPE '-ONLINE '0',
    "MODEL. ONLINELOG. PRIMARY_REGION '-ONLINE '0',
    "MODEL. TRACK CHANGES. REDUNDANCY '-ONLINE 18',
    "MODEL. BACKUPSET. STRIPE '-ONLINE '0',
    "MODEL. OCRFILE. MIRROR_REGION '-ONLINE '0',
    "DISK_REPAIR_TIME' => '3.6 h."
    "MODEL. AUTOBACKUP. REDUNDANCY '-ONLINE 18',
    "MODEL. DUMPSET. REDUNDANCY '-ONLINE 18',
    "MODEL. RETURN OF FLAME. MIRROR_REGION '-ONLINE '0',
    "MODEL. DUMPSET. MIRROR_REGION '-ONLINE '0',
    "MODEL. DUMPSET. PRIMARY_REGION '-ONLINE '0',
    "MODEL. ASM_STALE. REDUNDANCY '-ONLINE 19',
    "MODEL. RETURN OF FLAME. PRIMARY_REGION '-ONLINE '0',
    "MODEL. CONTROLFILE. STRIPE '-ONLINE 1',
    "MODEL. DATA FILE. REDUNDANCY '-ONLINE 18',
    "MODEL. XTRANSPORT. REDUNDANCY '-ONLINE 18',
    "MODEL. AUTOBACKUP. PRIMARY_REGION '-ONLINE '0',
    "MODEL. CONTROLFILE. MIRROR_REGION '-ONLINE '0',
    "MODEL. DATA FILE. PRIMARY_REGION '-ONLINE '0',
    "MODEL. ASMPARAMETERFILE. REDUNDANCY '-ONLINE 18',
    "MODEL. FLASHFILE. MIRROR_REGION '-ONLINE '0',
    "MODEL. ASM_STALE. MIRROR_REGION '-ONLINE '0',
    "MODEL. RETURN OF FLAME. REDUNDANCY '-ONLINE 18',
    "MODEL. DATAGUARDCONFIG. STRIPE '-ONLINE '0',
    "CELL. SMART_SCAN_CAPABLE'-ONLINE 'FALSE. '
    "TEMPLATE_VERSION"-ONLINE '186646528',
    "MODEL. FICHIER_PARAMETRES. STRIPE '-ONLINE '0',
    "MODEL. DATA FILE. MIRROR_REGION '-ONLINE '0',
    "MODEL. FICHIER_PARAMETRES. PRIMARY_REGION '-ONLINE '0',
    "MODEL. BACKUPSET. MIRROR_REGION '-ONLINE '0',
    "MODEL. OCRBACKUP. MIRROR_REGION '-ONLINE '0',
    "MODEL. ONLINELOG. REDUNDANCY '-ONLINE 18',
    "MODEL. ASMPARAMETERBAKFILE. STRIPE '-ONLINE '0',
    ' ACCESS_CONTROL. PERMIT TO '-ONLINE 'FALSE. '
    "MODEL. DATAGUARDCONFIG. MIRROR_REGION '-ONLINE '0',
    "MODEL. TEMPORARY FILE. PRIMARY_REGION '-ONLINE '0',
    "COMPATIBLE. RDBMS '-ONLINE '10.1.0.0.0'.
    "MODEL. FLASHFILE. PRIMARY_REGION '-ONLINE '0',
    "MODEL. ONLINELOG. MIRROR_REGION '-ONLINE '0',
    "MODEL. FLASHFILE. REDUNDANCY '-ONLINE 18',
    "MODEL. OCRBACKUP. PRIMARY_REGION '-ONLINE '0',
    "MODEL. OCRFILE. STRIPE '-ONLINE '0',
    "MODEL. AUTOBACKUP. MIRROR_REGION '-ONLINE '0',
    "MODEL. ASM_STALE. PRIMARY_REGION '-ONLINE '0',
    "MODEL. ASMPARAMETERBAKFILE. PRIMARY_REGION '-ONLINE '0',
    "MODEL. XTRANSPORT. PRIMARY_REGION '-ONLINE '0',
    "MODEL. DUMPSET. STRIPE '-ONLINE '0',
    "MODEL. TEMPORARY FILE. STRIPE '-ONLINE '0',
    "MODEL. OCRFILE. PRIMARY_REGION '-ONLINE '0',
    "MODEL. ONLINELOG. STRIPE '-ONLINE '0',
    "MODEL. ARCHIVELOG. REDUNDANCY '-ONLINE 18',
    "MODEL. OCRFILE. REDUNDANCY '-ONLINE 18',
    "MODEL. ARCHIVELOG. MIRROR_REGION '-ONLINE '0',
    "MODEL. ASMPARAMETERFILE. MIRROR_REGION '-ONLINE '0',
    "MODEL. RETURN OF FLAME. STRIPE '-ONLINE '0',
    "MODEL. CONTROLFILE. PRIMARY_REGION '-ONLINE '0',
    "MODEL. XTRANSPORT. MIRROR_REGION '-ONLINE '0',
    "MODEL. BACKUPSET. REDUNDANCY '-ONLINE 18',
    "MODEL. ASMPARAMETERBAKFILE. REDUNDANCY '-ONLINE 18',
    "MODEL. XTRANSPORT. STRIPE '-ONLINE '0',
    "MODEL. TRACK CHANGES. MIRROR_REGION '-ONLINE '0',
    "COMPATIBLE. ASM '-ONLINE '11.2.0.0.0'.
    "MODEL. ASMPARAMETERBAKFILE. MIRROR_REGION '-ONLINE '0',
    "MODEL. ASMPARAMETERFILE. PRIMARY_REGION '-ONLINE '0',
    "MODEL. AUTOBACKUP. STRIPE'-'0' ONLINE
    },
    "DISKSINFO"-ONLINE {}
    "ASMDISK02"-ONLINE {}
    "ASMDISK02"-ONLINE {}
    "TOTAL_MB"-ONLINE '3914',
    "FAILGROUP" => "ASMDISK02."
    "NAME" => "ASMDISK02."
    "DGNAME"-ONLINE "DATA."
    'PATH' => 'ORCL:ASMDISK02 '.
    }
    },
    "ASMDISK01"-ONLINE {}
    "ASMDISK01"-ONLINE {}
    "TOTAL_MB"-ONLINE '3914',
    "FAILGROUP" => "ASMDISK01."
    "NAME" => "ASMDISK01."
    "DGNAME"-ONLINE "DATA."
    'PATH' => 'ORCL:ASMDISK01 '.
    }
    },
    "ASMDISK04"-ONLINE {}
    "ASMDISK04"-ONLINE {}
    "TOTAL_MB"-ONLINE '3914',
    "FAILGROUP" => "ASMDISK04."
    "NAME" => "ASMDISK04."
    "DGNAME"-ONLINE "DATA."
    'PATH' => 'ORCL:ASMDISK04 '.
    }
    },
    "ASMDISK03"-ONLINE {}
    "ASMDISK03"-ONLINE {}
    "TOTAL_MB"-ONLINE '3914',
    "FAILGROUP" => "ASMDISK03."
    "NAME" => "ASMDISK03."
    "DGNAME"-ONLINE "DATA."
    'PATH' => 'ORCL:ASMDISK03 '.
    }
    }
    },
    "DGINFO"-ONLINE {}
    "DGTORESTORE"-ONLINE 0
    "DGCOMPAT"-ONLINE ' 11.2.0.0.0. "
    "DGNAME"-ONLINE "DATA."
    "DGDBCOMPAT"-ONLINE ' 10.1.0.0.0. "
    "DGTYPE"-ONLINE "NORMAL."
    "DGAUSZ"-ONLINE '1048576'
    },
    "ALIASINFO"-ONLINE {}
    '6' => {
    "DGNAME"-ONLINE "DATA."
    'LEVEL'-ONLINE 1
    "ALIASNAME"-online "cluster01/ASMPARAMETERFILE"
    'REFERENCE_INDEX'-'16777322' ONLINE
    },
    '3' => {
    "DGNAME"-ONLINE "DATA."
    'LEVEL'-ONLINE 1
    "ALIASNAME" => "ORCL/CONTROLFILE.
    'REFERENCE_INDEX'-'16777534' ONLINE
    },
    '7' => {
    "DGNAME"-ONLINE "DATA."
    'LEVEL'-ONLINE 1
    "ALIASNAME" => "ORCL/FICHIER_PARAMETRES,"
    'REFERENCE_INDEX'-'16777693' ONLINE
    },
    '2' => {
    "DGNAME"-ONLINE "DATA."
    'LEVEL'-ONLINE 1
    "ALIASNAME" => "ORCL/ONLINELOG,"
    'REFERENCE_INDEX'-'16777587' ONLINE
    },
    '8' => {
    "DGNAME"-ONLINE "DATA."
    'LEVEL'-ONLINE 1
    "ALIASNAME"-online "cluster01/OCRFILE"
    'REFERENCE_INDEX'-'16777375' ONLINE
    },
    '1' => {
    "DGNAME"-ONLINE "DATA."
    'LEVEL'-ONLINE 0
    "ALIASNAME"-online "cluster01."
    'REFERENCE_INDEX'-'16777269' ONLINE
    },
    '4' => {
    "DGNAME"-ONLINE "DATA."
    'LEVEL'-ONLINE 1
    "ALIASNAME" => ORCL/DATA FILE"."
    'REFERENCE_INDEX'-'16777481' ONLINE
    },
    '0' => {
    "DGNAME"-ONLINE "DATA."
    'LEVEL'-ONLINE 0
    "ALIASNAME" => "ORCL".
    'REFERENCE_INDEX'-'16777428' ONLINE
    },
    '5' => {
    "DGNAME"-ONLINE "DATA."
    'LEVEL'-ONLINE 1
    "ALIASNAME" => "ORCL/TEMPFILE"
    'REFERENCE_INDEX'-'16777640' ONLINE
    }
    },
    'TEMPLATEINFO'-ONLINE {}
    '11' => {}
    "DGNAME"-ONLINE "DATA."
    "STRIPE"-ONLINE 'ROUGH. "
    'TEMPNAME' => 'AUTOBACKUP.
    "REDUNDANCY"-ONLINE "MIRROR."
    'SYSTEM' => 'Y '.
    },
    '7' => {
    "DGNAME"-ONLINE "DATA."
    "STRIPE"-ONLINE 'ROUGH. "
    "TEMPNAME' => 'ASMPARAMETERFILE."
    "REDUNDANCY"-ONLINE "MIRROR."
    'SYSTEM' => 'Y '.
    },
    '2' => {
    "DGNAME"-ONLINE "DATA."
    "STRIPE"-ONLINE 'ROUGH. "
    "TEMPNAME' => 'ARCHIVELOG."
    "REDUNDANCY"-ONLINE "MIRROR."
    'SYSTEM' => 'Y '.
    },
    '17' => {}
    "DGNAME"-ONLINE "DATA."
    "STRIPE"-ONLINE 'ROUGH. "
    "TEMPNAME' => 'OCRBACKUP."
    "REDUNDANCY"-ONLINE "MIRROR."
    'SYSTEM' => 'Y '.
    },
    '1' => {
    "DGNAME"-ONLINE "DATA."
    "STRIPE"-ONLINE 'ROUGH. "
    "TEMPNAME' => 'ASM_STALE."
    "REDUNDANCY"-ONLINE "HIGH."
    'SYSTEM' => 'Y '.
    },
    '18' => {}
    "DGNAME"-ONLINE "DATA."
    "STRIPE"-ONLINE 'ROUGH. "
    "TEMPNAME' => 'ONLINELOG."
    "REDUNDANCY"-ONLINE "MIRROR."
    'SYSTEM' => 'Y '.
    },
    '0' => {
    "DGNAME"-ONLINE "DATA."
    "STRIPE"-ONLINE 'ROUGH. "
    'TEMPNAME' => 'DATAFILE ',.
    "REDUNDANCY"-ONLINE "MIRROR."
    'SYSTEM' => 'Y '.
    },
    '16' => {}
    "DGNAME"-ONLINE "DATA."
    "STRIPE"-ONLINE 'ROUGH. "
    "TEMPNAME' => 'OCRFILE."
    "REDUNDANCY"-ONLINE "MIRROR."
    'SYSTEM' => 'Y '.
    },
    '13' => {}
    "DGNAME"-ONLINE "DATA."
    "STRIPE"-ONLINE 'ROUGH. "
    "TEMPNAME'-ONLINE"TRACK CHANGES. "
    "REDUNDANCY"-ONLINE "MIRROR."
    'SYSTEM' => 'Y '.
    },
    '6' => {
    "DGNAME"-ONLINE "DATA."
    "STRIPE"-ONLINE 'ROUGH. "
    "TEMPNAME' => 'ASMPARAMETERBAKFILE."
    "REDUNDANCY"-ONLINE "MIRROR."
    'SYSTEM' => 'Y '.
    },
    '3' => {
    "DGNAME"-ONLINE "DATA."
    "STRIPE"-ONLINE 'ROUGH. "
    "TEMPNAME' => 'FLASHFILE."
    "REDUNDANCY"-ONLINE "MIRROR."
    'SYSTEM' => 'Y '.
    },
    '9' => {
    "DGNAME"-ONLINE "DATA."
    "STRIPE"-ONLINE 'ROUGH. "
    "TEMPNAME" => "TEMPFILE"
    "REDUNDANCY"-ONLINE "MIRROR."
    'SYSTEM' => 'Y '.
    },
    '12' => {}
    "DGNAME"-ONLINE "DATA."
    "STRIPE"-ONLINE 'ROUGH. "
    "TEMPNAME' => 'XTRANSPORT."
    "REDUNDANCY"-ONLINE "MIRROR."
    'SYSTEM' => 'Y '.
    },
    '14' => {}
    "DGNAME"-ONLINE "DATA."
    "STRIPE"-ONLINE 'ROUGH. "
    "TEMPNAME'-ONLINE"FLASHBACK. "
    "REDUNDANCY"-ONLINE "MIRROR."
    'SYSTEM' => 'Y '.
    },
    '15' => {}
    "DGNAME"-ONLINE "DATA."
    "STRIPE"-ONLINE 'ROUGH. "
    "TEMPNAME' => 'DATAGUARDCONFIG."
    "REDUNDANCY"-ONLINE "MIRROR."
    'SYSTEM' => 'Y '.
    },
    '8' => {
    "DGNAME"-ONLINE "DATA."
    "STRIPE"-ONLINE 'ROUGH. "
    "TEMPNAME' => 'FICHIER_PARAMETRES."
    "REDUNDANCY"-ONLINE "MIRROR."
    'SYSTEM' => 'Y '.
    },
    '4' => {
    "DGNAME"-ONLINE "DATA."
    "STRIPE"-ONLINE "FINE."
    'TEMPNAME' => 'CONTROLFILE.
    "REDUNDANCY"-ONLINE "HIGH."
    'SYSTEM' => 'Y '.
    },
    '10' => {}
    "DGNAME"-ONLINE "DATA."
    "STRIPE"-ONLINE 'ROUGH. "
    "TEMPNAME' => 'BACKUPSET."
    "REDUNDANCY"-ONLINE "MIRROR."
    'SYSTEM' => 'Y '.
    },
    '5' => {
    "DGNAME"-ONLINE "DATA."
    "STRIPE"-ONLINE 'ROUGH. "
    "TEMPNAME' => 'DUMPSET."
    "REDUNDANCY"-ONLINE "MIRROR."
    'SYSTEM' => 'Y '.
    }
    }
    }
    );

    NOTE:

    To re-create the diskgroup dropped with the same restoration of the configuration of the diskgroup even with the aid of diskgroup as:

    asmcmd >/home/grid/data_backup_file - full - G DATA md_restore

    Hope its clear now.

    Thank you

    Ashish Shukla

  • Backup database with ASM stratagy

    Hi all

    I have a doubt regarding the backup. I'm testing the database (11.2.0.3.0) in Windows 2008 server R2 64 bit version.
    I want to take the rman backup... can someone tell me, is there any necessary additional files backup for the database with ASM file system?

    Thanks and greetings
    John of Vikash

    can someone tell me, is there any necessary additional files backup for the database with ASM file system?

    Just use RMAN to take the backup of the database, no addition of steps or backup files required.

    However if you need backup ASM metadata you can use md_backup
    metadata contain information of disk path, name of the disk, disk failure groups, the structure of the directory.

    http://jvardhan.blogspot.in/2012/03/Oracle-backup-utility-RMAN-only-provide.html
    http://docs.Oracle.com/CD/B28359_01/server.111/b31107/asm_util.htm#BJEGIGDD

  • How will I know if my database is ASM

    I have Windows XP + 10 g 10.2.0.1.0

    How will I know if my database is ASM?

    Thanks in advance.

    How will I know if my database is ASM?

    There's not this term 'my database is ASM'. But your database can be use ASM diskgroup. This means that the ASM instance was mounted some disk groups so your database as data/control files and online journals can be locating it starts. For example, if you query SELECT NAME FROM v $ DATAFILE, then you can get as + DGR1/datafile /* DGR1 is diskgroup and he means is the instance of database using ASM.

  • Not able to connect to database 11G2R asm

    Hi all

    I created a database of ASM with SID ASMDB, but when I connect to the database of its connection to an Instance inactive.

    I put all the environment variables correctly ($ORACLE_SID, $ORACLE_HOME, $PATH etc.)

    When I check the process for the DB operation.

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

    bash-3. $00 ps - ef | grep ASMDB
    ora11g 3578 1 0 15:00:28? 0:25 ora_ckpt_ASMDB
    ora11g 4391 1 0 15:05:58? 0:07 ora_smco_ASMDB
    ora11g 3598 1 0 15:00:29? 0:01 ora_s000_ASMDB
    ora11g 3582 1 0 15:00:29? 0:01 ora_reco_ASMDB
    ora11g 3558 1 0 15:00:28? 0: ora_vktm_ASMDB 11
    ora11g 3588 1 0 15:00:29? 0:28 ora_mmon_ASMDB
    ora11g 3586 1 0 15:00:29? 0:02 ora_asmb_ASMDB
    ora11g 3562 1 0 15:00:28? 0:03 ora_gen0_ASMDB
    ora11g 3584 1 0 15:00:29? 0:03 ora_rbal_ASMDB
    ora11g 3876 1 0 15:00:55? 0:01 ora_qmnc_ASMDB
    ora11g 3556 1 0 15:00:28? 0:32 ora_pmon_ASMDB
    ora11g 3570 1 0 15:00:28? 01:25 ora_dia0_ASMDB
    ora11g 3574 1 0 15:00:28? 0:14 ora_dbw0_ASMDB
    ora11g 3572 1 0 15:00:28? 0:05 ora_mman_ASMDB
    ora11g 3580 1 0 15:00:29? 0:08 ora_smon_ASMDB
    ora11g 3576 1 0 15:00:28? 0:14 ora_lgwr_ASMDB
    ora11g 3596 1 0 15:00:29? 0:04 ora_mark_ASMDB
    ora11g 3568 1 0 15:00:28? 0:04 ora_psp0_ASMDB
    ora11g 3592 1 0 15:00:29? 0:38 ora_mmnl_ASMDB
    ora11g 3566 1 0 15:00:28? 0:03 ora_dbrm_ASMDB
    ora11g 3594 1 0 15:00:29? 0:01 ora_d000_ASMDB
    ora11g 3903 1 0 15:01:06? 0:02 ora_q000_ASMDB
    ora11g 17020 1 0 08:08:21? 0:00 ora_w000_ASMDB
    ora11g 3891 1 0 15:01? 0:20 ora_cjq0_ASMDB
    ora11g 3564 1 0 15:00:28? 0:04 ora_diag_ASMDB
    ora11g 3905 1 0 15:01:06? 0:01 ora_q001_ASMDB
    ora11g 17069 27681 0 08:12:47 pts/6 0:00 grep ASMDB
    bash-3. 10TH

    -----------------------------------------------------
    bash-3. $00 echo $ORACLE_SID
    ASMDB
    bash-3. $00 echo $ORACLE_HOME
    /Appl/11.2.0/dbhome_1/
    bash-3. 10TH

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

    When I am trying to connect:


    bash-3. $00 sqlplus / as sysdba

    SQL * more: Production version 11.2.0.1.0 on Mon Jul 12 08:17:05 2010

    Copyright (c) 1982, 2009, Oracle. All rights reserved.

    Connect to an instance is idle.

    SQL >

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

    Thanks in advance.

    Hello

    Try to start database, when it says connected to Instance inactive.

    I've also faced same situation recently.

    If it does not start and light error ORA-01102 failed to mount database in exclusive mode .

    Then kill all the processes associated with your Instance.

    After killing all processes try to start your database with the appropriate environment variable.

    Kind regards
    A H E E R X

  • How to synchronize the data with the existing database maker?

    Hello

    is it possible to synchronize data with an existing database maker in data as Oracle designer maker
    -Connect to existing database
    -Generate a script (change if the object exist create if exists or not,...)
    -Run the script

    Thank you

    I created a quick demo and hung in [my blog: http://sueharper.blogspot.com/2009/08/updating-database-using-detail-from.html] or directly from [here: http://www.screentoaster.com/watch/stVEpWRUBIR11WRVlbXFpZVlRX/update_the_database_using_oracle_sql_developer_data_modeler]

    Sue

  • recreate the database from an existing database script

    Hi Experts,

    I need script to re-create the database from an existing database. I tried to find in Web sites, im not able to get it.

    Please help me do this,

    Thanks in advance.

    concerning
    Sundar

    Loo in the metalink Doc ID: Note: 211905.1

  • Migration of the existing database of victory ACS 3.3 to device ACS 4.2.15

    Hi all

    Can anyone suggest me how to migrate the db for windows 3.3 acs acs 4.2.15 device.

    We replace the 3.3 victory device 4.2.15 as part of end of life. So we have the eap-tls/peap authentication.

    It has huge files. So suggest me the steps to migrate the db to win 3.3 appl 4.2.15.

    We need to upgrade to win 3.3 to win 4.0 for win 4.2 & then migrate to appl 4.2?

    Or any other way to do it?

    Hello

    You can take a backup copy of the database of the ACS unit. You can install ACS 3.3 in windows. Restore the backup.

    Then you can proceed to 3.3.4 on Windows ACS. make a backup and save it to a different location.

    Upgrade the windows of the CSA at 4.1.1.24. take a backup. Save it to a different location.

    Then the windows of the CSA 4.2.0.124. resume a backup and save it to a different location.

    Now re-images of the device of the ACS for ACS 4.2.0.124. Restore the backup of Windows ACS ACS ACS 4.2.0.124 unit now running.

    Now you can upgrade the ACS unit to 4.2.1.15.

    I hope this helps.

    Kind regards

    Anisha

    P.S.: Please mark this thread as answered if you feel that your query is resolved. Note the useful messages.

Maybe you are looking for