Steps how to duplicate a database to a new machine. Version 10gR2

Size: px
Start display at page:

Download "Steps how to duplicate a database to a new machine. Version 10gR2"

Transcription

1 Steps how to duplicate a database to a new machine. Version 10gR2 First take a fresh backup of the target database set the ORACLE_* variables If the databse is running in noarchivelog mode, shut it down and restart in mount mode. if not you can skip this step. [oracle@tsr-hermes nisutv]sql SQL*Plus: Release Production on Mon Dec 20 10:12: Copyright (c) 1982, 2006, Oracle. All Rights Reserved. Connected to: Oracle Database 10g Enterprise Edition Release bit Production With the Partitioning, OLAP and Data Mining options SQL> shutdown immediate; Database closed. Database dismounted. ORACLE instance shut down. SQL> startup mount ORACLE instance started. Total System Global Area bytes Fixed Size bytes Variable Size bytes Database Buffers bytes Redo Buffers bytes Database mounted. SQL> connect with RMAN rman target / # if the database is running in archivelog mode you can issue this command start the backup RMAN> backup as compressed backupset database plus archivelog; # if the database is running in noarchivelog mode you can issue this command start the backup RMAN> backup as compressed backupset database; Starting backup at 20-DEC-10 using target database control file instead of recovery catalog

2 allocated channel: ORA_DISK_1 channel ORA_DISK_1: sid=321 devtype=disk channel ORA_DISK_1: starting compressed full datafile backupset channel ORA_DISK_1: specifying datafile(s) in backupset input datafile fno=00004 name=/hermes_oradata04/nisutv/users01.dbf input datafile fno=00019 name=/hermes_oradata04/nisutv/fppref01.dbf input datafile fno=00020 name=/hermes_oradata04/nisutv/fppref02.dbf input datafile fno=00021 name=/hermes_oradata04/nisutv/fppref03.dbf input datafile fno=00030 name=/hermes_oradata04/nisutv/users02.dbf input datafile fno=00002 name=/hermes_oradata04/nisutv/undotbs01.dbf input datafile fno=00014 name=/hermes_oradata04/nisutv/fpp01.dbf input datafile fno=00015 name=/hermes_oradata04/nisutv/fpp02.dbf input datafile fno=00016 name=/hermes_oradata04/nisutv/fpp03.dbf input datafile fno=00017 name=/hermes_oradata04/nisutv/fpp04.dbf input datafile fno=00018 name=/hermes_oradata04/nisutv/fpp05.dbf input datafile fno=00005 name=/hermes_oradata04/nisutv/bios01.dbf input datafile fno=00008 name=/hermes_oradata04/nisutv/cm01.dbf input datafile fno=00001 name=/hermes_oradata04/nisutv/system01.dbf input datafile fno=00026 name=/hermes_oradata04/nisutv/operator01.dbf input datafile fno=00003 name=/hermes_oradata04/nisutv/sysaux01.dbf input datafile fno=00027 name=/hermes_oradata04/nisutv/piping01.dbf input datafile fno=00029 name=/hermes_oradata04/nisutv/gaf_tefat01.dbf input datafile fno=00010 name=/hermes_oradata04/nisutv/dsg01.dbf input datafile fno=00012 name=/hermes_oradata04/nisutv/fpdh01.dbf input datafile fno=00023 name=/hermes_oradata04/nisutv/netcalc01.dbf input datafile fno=00024 name=/hermes_oradata04/nisutv/netcalc02.dbf input datafile fno=00025 name=/hermes_oradata04/nisutv/netcalc03.dbf input datafile fno=00011 name=/hermes_oradata04/nisutv/facilcustimp01.dbf input datafile fno=00006 name=/hermes_oradata04/nisutv/biz01.dbf input datafile fno=00007 name=/hermes_oradata04/nisutv/calcres01.dbf input datafile fno=00013 name=/hermes_oradata04/nisutv/fpgas01.dbf input datafile fno=00022 name=/hermes_oradata04/nisutv/insp01.dbf input datafile fno=00028 name=/hermes_oradata04/nisutv/plot01.dbf input datafile fno=00033 name=/hermes_oradata04/nisutv/opto01.dbf input datafile fno=00034 name=/hermes_oradata04/nisutv/opto02.dbf input datafile fno=00035 name=/hermes_oradata04/nisutv/mobile01.dbf input datafile fno=00042 name=/hermes_oradata04/nisutv/scada01.dbf input datafile fno=00043 name=/hermes_oradata04/nisutv/omm01.dbf input datafile fno=00009 name=/hermes_oradata04/nisutv/doc01.dbf input datafile fno=00041 name=/hermes_oradata04/nisutv/dpcom01.dbf input datafile fno=00031 name=/hermes_oradata04/nisutv/astgep_nis01.dbf input datafile fno=00032 name=/hermes_oradata04/nisutv/astgep_nis02.dbf input datafile fno=00036 name=/hermes_oradata04/nisutv/netk01.dbf input datafile fno=00037 name=/hermes_oradata04/nisutv/bak_gbg01.dbf input datafile fno=00038 name=/hermes_oradata04/nisutv/bak_par01.dbf input datafile fno=00039 name=/hermes_oradata04/nisutv/gis_ts01.dbf input datafile fno=00040 name=/hermes_oradata04/nisutv/swednet01.dbf channel ORA_DISK_1: starting piece 1 at 20-DEC-10 input datafile fno=00040 name=/hermes_oradata04/nisutv/swednet01.dbf

3 channel ORA_DISK_1: starting piece 1 at 20-DEC-10 channel ORA_DISK_1: finished piece 1 at 20-DEC-10 piece handle=/hermes_oradata05/flash_recovery_area/nisutv/backupset/2010_12_20/o1_mf_nnndf_tag T101601_6jy7pn1r_.bkp tag=tag t comment=none channel ORA_DISK_1: backup set complete, elapsed time: 00:22:07 channel ORA_DISK_1: starting compressed full datafile backupset channel ORA_DISK_1: specifying datafile(s) in backupset including current control file in backupset including current SPFILE in backupset channel ORA_DISK_1: starting piece 1 at 20-DEC-10 piece handle=/hermes_oradata05/flash_recovery_area/nisutv/backupset/2010_12_20/o1_mf_ncsnf_tag T101601_6jy904j0_.bkp tag=tag t comment=none channel ORA_DISK_1: backup set complete, elapsed time: 00:00:03 Finished backup at 20-DEC-10 Copy the backupfiles to the new server Nest step would be to copy the files to the new server and create the same path on the new server as it was when rman took the backup. RMAN will look at the same directory structure to restore the files. The easiest way to handle this (I think) is to maintain the structure. But you can change the path if you like. I choose to build the same structure on the new server This is how you do it. On the new server build the directory structure: I use this path: cd /rg04/flash_recovery_area/ mkdir NISUTV cd NISUTV/ mkdir backupset cd backupset/ mkdir 2010_12_20 Now I have a structure on the new server that is: /rg04/flash_recovery_area/nisutv/backupset/2010_12_20 which is on the source server: /hermes_oradata05/flash_recovery_area/nisutv/backupset/2010_12_20 use scp to copy the files to a new location on the new server: scp /hermes_oradata05/flash_recovery_area/nisutv/backupset/2010_12_20/* tsrcl3db31:/rg04/flash_recovery_area/nisutv/backupset/2010_12_20 o1_mf_ncsnf_tag t101129_6jy7g4yk_.bkp 100% 1072KB 1.1MB/s 00:00 o1_mf_ncsnf_tag t101601_6jy904j0_.bkp 100% 1088KB 1.1MB/s 00:00 o1_mf_nnndf_tag t101601_6jy7pn1r_.bkp 100% 4157MB 30.1MB/s 02:18 Now the files is located in /rg04/flash_recovery_area/nisutv/backupset/2010_12_20 but I want them to be reached on this location

4 /hermes_oradata05/flash_recovery_area/nisutv/backupset/2010_12_20 on the new server. Connect as root issue: ln -s /rg04 /hermes_oradata05 I know have a "directory" named /hermes_oradata05 ls -ltr /hermes_oradata05 lrwxrwxrwx 1 root root 5 Dec 20 10:54 /hermes_oradata05 -> /rg04 in this directory i have the flash_recovery_area and the structure described above. The link points to /rg04/.. exit out from the root user Build and start the instance on the new server Next step would be to build the instance on the new server. startup the source database (if shutdown for backup) If you have exactly the same structure on the new server as it is on the old server you can copy the spfile and password file directly to $ORACLE_HOME/dbs on the new server. But if the structure differs, you need to change the path in the initfile by creating a pfile. create a pfile from spfile (if spfile is used) SQL> create pfile from spfile; The file is created in $ORACLE_HOME/dbs copy the init and password file to the same location on the new server. scp initnisutv.ora orapwnisutv tsr-cl3db31:/global/u01/app/oracle/product/10.2.0/db_1/dbs initnisutv.ora 100% KB/s 00:00 orapwnisutv 100% KB/s 00:00

5 on the new server: Edit the initfile and make sure the path are changed where needed in my case the following parameters needs to be changed to: *.audit_file_dest='/global/u01/app/oracle/admin/nisutv/adump' *.background_dump_dest='/global/u01/app/oracle/admin/nisutv/bdump' *.control_files= '/rg01/oradata/control01.ctl', '/rg01/oradata/nisutv/control02.ctl', '/rg01/oradata/nisutv/control03.ctl' *.core_dump_dest='/global/u01/oracle/admin/nisutv/cdump' *.db_recovery_file_dest='/rg01/flash_recovery_area' *.user_dump_dest='/global/u01/app/oracle/admin/nisutv/udump' make sure the structure exists, if not create them. /rg01/oradata/nisutv mkdir /global/u01/app/oracle/admin/nisutv mkdir /global/u01/app/oracle/admin/nisutv/adump mkdir /global/u01/app/oracle/admin/nisutv/bdump mkdir /global/u01/app/oracle/admin/nisutv/cdump mkdir /global/u01/app/oracle/admin/nisutv/udump now start the new instance in nomount mode using the new pfile SQL> startup nomount pfile=initnisutv.ora ORACLE instance started. Total System Global Area bytes Fixed Size bytes Variable Size bytes Database Buffers bytes Redo Buffers bytes SQL> create a tns entry that points to the source database AUX = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = tsr-hermes.goteborgenergi.se)(port = 1521)) ) (CONNECT_DATA = (SERVICE_NAME = nisutv.goteborgenergi.se) ) ) I call it aux, but you can have any name you like.

6 Build the duplicate script Now it's time to build the duplicate script, there are many ways to handle this I choose this way and it works for me. On the source database: run the following scripts: select 'set newname for datafile ' file_id ' to ''' '&new_path' substr(file_name,instr(file_name,'/',1,&how_many_backslash),30) ''';' from dba_data_files order by file_id; select 'set newname for tempfile ' file_id ' to ''' '&new_path' substr(file_name,instr(file_name,'/',1,&how_many_backslash),30) ''';' from dba_temp_files order by file_id; &new_path = the full path for the datafiles on the new server, in this case = /rg01/oradata/nisutv &how_many_backslash = how many backslashes do you have in your current file_name We need to do this for both data and temp files. If you don't store the files on the same disk, you need to modify the script or manually edit the string, take the strings and past into a rman run block run { set newname for datafile 1 to '/rg01/oradata/nisutv/system01.dbf'; set newname for datafile 2 to '/rg01/oradata/nisutv/undotbs01.dbf'; set newname for datafile 3 to '/rg01/oradata/nisutv/sysaux01.dbf'; set newname for datafile 4 to '/rg01/oradata/nisutv/users01.dbf'; set newname for datafile 5 to '/rg01/oradata/nisutv/bios01.dbf'; set newname for datafile 6 to '/rg01/oradata/nisutv/biz01.dbf'; set newname for datafile 7 to '/rg01/oradata/nisutv/calcres01.dbf'; set newname for datafile 8 to '/rg01/oradata/nisutv/cm01.dbf'; set newname for datafile 9 to '/rg01/oradata/nisutv/doc01.dbf'; set newname for datafile 10 to '/rg01/oradata/nisutv/dsg01.dbf'; set newname for datafile 11 to '/rg01/oradata/nisutv/facilcustimp01.dbf'; set newname for datafile 12 to '/rg01/oradata/nisutv/fpdh01.dbf'; set newname for datafile 13 to '/rg01/oradata/nisutv/fpgas01.dbf'; set newname for datafile 14 to '/rg01/oradata/nisutv/fpp01.dbf'; set newname for datafile 15 to '/rg01/oradata/nisutv/fpp02.dbf'; set newname for datafile 16 to '/rg01/oradata/nisutv/fpp03.dbf'; set newname for datafile 17 to '/rg01/oradata/nisutv/fpp04.dbf'; set newname for datafile 18 to '/rg01/oradata/nisutv/fpp05.dbf'; set newname for datafile 19 to '/rg01/oradata/nisutv/fppref01.dbf'; set newname for datafile 20 to '/rg01/oradata/nisutv/fppref02.dbf'; set newname for datafile 21 to '/rg01/oradata/nisutv/fppref03.dbf';

7 set newname for datafile 22 to '/rg01/oradata/nisutv/insp01.dbf'; set newname for datafile 23 to '/rg01/oradata/nisutv/netcalc01.dbf'; set newname for datafile 24 to '/rg01/oradata/nisutv/netcalc02.dbf'; set newname for datafile 25 to '/rg01/oradata/nisutv/netcalc03.dbf'; set newname for datafile 26 to '/rg01/oradata/nisutv/operator01.dbf'; set newname for datafile 27 to '/rg01/oradata/nisutv/piping01.dbf'; set newname for datafile 28 to '/rg01/oradata/nisutv/plot01.dbf'; set newname for datafile 29 to '/rg01/oradata/nisutv/gaf_tefat01.dbf'; set newname for datafile 30 to '/rg01/oradata/nisutv/users02.dbf'; set newname for datafile 31 to '/rg01/oradata/nisutv/astgep_nis01.dbf'; set newname for datafile 32 to '/rg01/oradata/nisutv/astgep_nis02.dbf'; set newname for datafile 33 to '/rg01/oradata/nisutv/opto01.dbf'; set newname for datafile 34 to '/rg01/oradata/nisutv/opto02.dbf'; set newname for datafile 35 to '/rg01/oradata/nisutv/mobile01.dbf'; set newname for datafile 36 to '/rg01/oradata/nisutv/netk01.dbf'; set newname for datafile 37 to '/rg01/oradata/nisutv/bak_gbg01.dbf'; set newname for datafile 38 to '/rg01/oradata/nisutv/bak_par01.dbf'; set newname for datafile 39 to '/rg01/oradata/nisutv/gis_ts01.dbf'; set newname for datafile 40 to '/rg01/oradata/nisutv/swednet01.dbf'; set newname for datafile 41 to '/rg01/oradata/nisutv/dpcom01.dbf'; set newname for datafile 42 to '/rg01/oradata/nisutv/scada01.dbf'; set newname for datafile 43 to '/rg01/oradata/nisutv/omm01.dbf'; set newname for tempfile 1 to '/rg01/oradata/nisutv/temp01.dbf'; set newname for tempfile 2 to '/rg01/oradata/nisutv/temp02.dbf'; duplicate target database to nisutv; # nisutv corresponds to the new database sid } Note that I added the duplicate command as well duplicate target database to nisutv; # nisutv corresponds to the new database sid On the new server: start rman and connect nisutv $ rman target sys@aux auxiliary / Recovery Manager: Release Production on Mon Dec 20 12:20: Copyright (c) 1982, 2005, Oracle. All rights reserved. target database Password: connected to target database: NISUTV (DBID= ) connected to auxiliary database: NISUTV (not mounted) paste the script into the rman window: This is the output.

8

9 Starting Duplicate Db at 20-DEC-10 using channel ORA_AUX_DISK_1 contents of Memory Script: { set newname for datafile 1 to "/rg01/oradata/nisutv/system01.dbf"; set newname for datafile 2 to "/rg01/oradata/nisutv/undotbs01.dbf"; set newname for datafile 3 to

10 "/rg01/oradata/nisutv/sysaux01.dbf"; set newname for datafile 4 to "/rg01/oradata/nisutv/users01.dbf"; set newname for datafile 5 to "/rg01/oradata/nisutv/bios01.dbf"; set newname for datafile 6 to "/rg01/oradata/nisutv/biz01.dbf"; set newname for datafile 7 to "/rg01/oradata/nisutv/calcres01.dbf"; set newname for datafile 8 to "/rg01/oradata/nisutv/cm01.dbf"; set newname for datafile 9 to "/rg01/oradata/nisutv/doc01.dbf"; set newname for datafile 10 to "/rg01/oradata/nisutv/dsg01.dbf"; set newname for datafile 11 to "/rg01/oradata/nisutv/facilcustimp01.dbf"; set newname for datafile 12 to "/rg01/oradata/nisutv/fpdh01.dbf"; set newname for datafile 13 to "/rg01/oradata/nisutv/fpgas01.dbf"; set newname for datafile 14 to "/rg01/oradata/nisutv/fpp01.dbf"; set newname for datafile 15 to "/rg01/oradata/nisutv/fpp02.dbf"; set newname for datafile 16 to "/rg01/oradata/nisutv/fpp03.dbf"; set newname for datafile 17 to "/rg01/oradata/nisutv/fpp04.dbf"; set newname for datafile 18 to "/rg01/oradata/nisutv/fpp05.dbf"; set newname for datafile 19 to "/rg01/oradata/nisutv/fppref01.dbf"; set newname for datafile 20 to "/rg01/oradata/nisutv/fppref02.dbf"; set newname for datafile 21 to "/rg01/oradata/nisutv/fppref03.dbf"; set newname for datafile 22 to "/rg01/oradata/nisutv/insp01.dbf"; set newname for datafile 23 to "/rg01/oradata/nisutv/netcalc01.dbf"; set newname for datafile 24 to "/rg01/oradata/nisutv/netcalc02.dbf"; set newname for datafile 25 to "/rg01/oradata/nisutv/netcalc03.dbf"; set newname for datafile 26 to "/rg01/oradata/nisutv/operator01.dbf"; set newname for datafile 27 to "/rg01/oradata/nisutv/piping01.dbf";

11 set newname for datafile 28 to "/rg01/oradata/nisutv/plot01.dbf"; set newname for datafile 29 to "/rg01/oradata/nisutv/gaf_tefat01.dbf"; set newname for datafile 30 to "/rg01/oradata/nisutv/users02.dbf"; set newname for datafile 31 to "/rg01/oradata/nisutv/astgep_nis01.dbf"; set newname for datafile 32 to "/rg01/oradata/nisutv/astgep_nis02.dbf"; set newname for datafile 33 to "/rg01/oradata/nisutv/opto01.dbf"; set newname for datafile 34 to "/rg01/oradata/nisutv/opto02.dbf"; set newname for datafile 35 to "/rg01/oradata/nisutv/mobile01.dbf"; set newname for datafile 36 to "/rg01/oradata/nisutv/netk01.dbf"; set newname for datafile 37 to "/rg01/oradata/nisutv/bak_gbg01.dbf"; set newname for datafile 38 to "/rg01/oradata/nisutv/bak_par01.dbf"; set newname for datafile 39 to "/rg01/oradata/nisutv/gis_ts01.dbf"; set newname for datafile 40 to "/rg01/oradata/nisutv/swednet01.dbf"; set newname for datafile 41 to "/rg01/oradata/nisutv/dpcom01.dbf"; set newname for datafile 42 to "/rg01/oradata/nisutv/scada01.dbf"; set newname for datafile 43 to "/rg01/oradata/nisutv/omm01.dbf"; restore check readonly clone database ; } executing Memory Script

12

13 Starting restore at 20-DEC-10 using channel ORA_AUX_DISK_1 channel ORA_AUX_DISK_1: starting datafile backupset restore channel ORA_AUX_DISK_1: specifying datafile(s) to restore from backup set restoring datafile to /rg01/oradata/nisutv/system01.dbf restoring datafile to /rg01/oradata/nisutv/undotbs01.dbf restoring datafile to /rg01/oradata/nisutv/sysaux01.dbf restoring datafile to /rg01/oradata/nisutv/users01.dbf restoring datafile to /rg01/oradata/nisutv/bios01.dbf restoring datafile to /rg01/oradata/nisutv/biz01.dbf restoring datafile to /rg01/oradata/nisutv/calcres01.dbf restoring datafile to /rg01/oradata/nisutv/cm01.dbf restoring datafile to /rg01/oradata/nisutv/doc01.dbf restoring datafile to /rg01/oradata/nisutv/dsg01.dbf restoring datafile to /rg01/oradata/nisutv/facilcustimp01.dbf restoring datafile to /rg01/oradata/nisutv/fpdh01.dbf restoring datafile to /rg01/oradata/nisutv/fpgas01.dbf restoring datafile to /rg01/oradata/nisutv/fpp01.dbf restoring datafile to /rg01/oradata/nisutv/fpp02.dbf restoring datafile to /rg01/oradata/nisutv/fpp03.dbf restoring datafile to /rg01/oradata/nisutv/fpp04.dbf

14 restoring datafile to /rg01/oradata/nisutv/fpp05.dbf restoring datafile to /rg01/oradata/nisutv/fppref01.dbf restoring datafile to /rg01/oradata/nisutv/fppref02.dbf restoring datafile to /rg01/oradata/nisutv/fppref03.dbf restoring datafile to /rg01/oradata/nisutv/insp01.dbf restoring datafile to /rg01/oradata/nisutv/netcalc01.dbf restoring datafile to /rg01/oradata/nisutv/netcalc02.dbf restoring datafile to /rg01/oradata/nisutv/netcalc03.dbf restoring datafile to /rg01/oradata/nisutv/operator01.dbf restoring datafile to /rg01/oradata/nisutv/piping01.dbf restoring datafile to /rg01/oradata/nisutv/plot01.dbf restoring datafile to /rg01/oradata/nisutv/gaf_tefat01.dbf restoring datafile to /rg01/oradata/nisutv/users02.dbf restoring datafile to /rg01/oradata/nisutv/astgep_nis01.dbf restoring datafile to /rg01/oradata/nisutv/astgep_nis02.dbf restoring datafile to /rg01/oradata/nisutv/opto01.dbf restoring datafile to /rg01/oradata/nisutv/opto02.dbf restoring datafile to /rg01/oradata/nisutv/mobile01.dbf restoring datafile to /rg01/oradata/nisutv/netk01.dbf restoring datafile to /rg01/oradata/nisutv/bak_gbg01.dbf restoring datafile to /rg01/oradata/nisutv/bak_par01.dbf restoring datafile to /rg01/oradata/nisutv/gis_ts01.dbf restoring datafile to /rg01/oradata/nisutv/swednet01.dbf restoring datafile to /rg01/oradata/nisutv/dpcom01.dbf restoring datafile to /rg01/oradata/nisutv/scada01.dbf restoring datafile to /rg01/oradata/nisutv/omm01.dbf channel ORA_AUX_DISK_1: reading from backup piece /hermes_oradata05/flash_recovery_area/nisutv/backupset/2010_12_20/o1_mf_nnndf_tag T101601_6jy7pn1r_.bkp channel ORA_AUX_DISK_1: restored backup piece 1 piece handle=/hermes_oradata05/flash_recovery_area/nisutv/backupset/2010_12_20/o1_mf_nnndf_tag T101601_6jy7pn1r_.bkp tag=tag t channel ORA_AUX_DISK_1: restore complete, elapsed time: 00:25:37 Finished restore at 20-DEC-10 sql statement: CREATE CONTROLFILE REUSE SET DATABASE "NISUTV" RESETLOGS NOARCHIVELOG MAXLOGFILES 16 MAXLOGMEMBERS 3 MAXDATAFILES 100 MAXINSTANCES 8 MAXLOGHISTORY 584 LOGFILE GROUP 1 SIZE 100 M, GROUP 2 SIZE 100 M, GROUP 3 SIZE 100 M DATAFILE '/rg01/oradata/nisutv/system01.dbf' CHARACTER SET WE8ISO8859P1

15 contents of Memory Script: { switch clone datafile all; } executing Memory Script released channel: ORA_AUX_DISK_1 datafile 2 switched to datafile copy input datafile copy recid=1 stamp= filename=/rg01/oradata/nisutv/undotbs01.dbf datafile 3 switched to datafile copy input datafile copy recid=2 stamp= filename=/rg01/oradata/nisutv/sysaux01.dbf datafile 4 switched to datafile copy input datafile copy recid=3 stamp= filename=/rg01/oradata/nisutv/users01.dbf datafile 5 switched to datafile copy input datafile copy recid=4 stamp= filename=/rg01/oradata/nisutv/bios01.dbf datafile 6 switched to datafile copy input datafile copy recid=5 stamp= filename=/rg01/oradata/nisutv/biz01.dbf datafile 7 switched to datafile copy input datafile copy recid=6 stamp= filename=/rg01/oradata/nisutv/calcres01.dbf datafile 8 switched to datafile copy input datafile copy recid=7 stamp= filename=/rg01/oradata/nisutv/cm01.dbf datafile 9 switched to datafile copy input datafile copy recid=8 stamp= filename=/rg01/oradata/nisutv/doc01.dbf datafile 10 switched to datafile copy input datafile copy recid=9 stamp= filename=/rg01/oradata/nisutv/dsg01.dbf datafile 11 switched to datafile copy input datafile copy recid=10 stamp= filename=/rg01/oradata/nisutv/facilcustimp01.dbf datafile 12 switched to datafile copy input datafile copy recid=11 stamp= filename=/rg01/oradata/nisutv/fpdh01.dbf datafile 13 switched to datafile copy input datafile copy recid=12 stamp= filename=/rg01/oradata/nisutv/fpgas01.dbf datafile 14 switched to datafile copy input datafile copy recid=13 stamp= filename=/rg01/oradata/nisutv/fpp01.dbf datafile 15 switched to datafile copy input datafile copy recid=14 stamp= filename=/rg01/oradata/nisutv/fpp02.dbf datafile 16 switched to datafile copy input datafile copy recid=15 stamp= filename=/rg01/oradata/nisutv/fpp03.dbf datafile 17 switched to datafile copy input datafile copy recid=16 stamp= filename=/rg01/oradata/nisutv/fpp04.dbf datafile 18 switched to datafile copy input datafile copy recid=17 stamp= filename=/rg01/oradata/nisutv/fpp05.dbf datafile 19 switched to datafile copy input datafile copy recid=18 stamp= filename=/rg01/oradata/nisutv/fppref01.dbf datafile 20 switched to datafile copy input datafile copy recid=19 stamp= filename=/rg01/oradata/nisutv/fppref02.dbf datafile 21 switched to datafile copy input datafile copy recid=20 stamp= filename=/rg01/oradata/nisutv/fppref03.dbf

16 datafile 22 switched to datafile copy input datafile copy recid=21 stamp= filename=/rg01/oradata/nisutv/insp01.dbf datafile 23 switched to datafile copy input datafile copy recid=22 stamp= filename=/rg01/oradata/nisutv/netcalc01.dbf datafile 24 switched to datafile copy input datafile copy recid=23 stamp= filename=/rg01/oradata/nisutv/netcalc02.dbf datafile 25 switched to datafile copy input datafile copy recid=24 stamp= filename=/rg01/oradata/nisutv/netcalc03.dbf datafile 26 switched to datafile copy input datafile copy recid=25 stamp= filename=/rg01/oradata/nisutv/operator01.dbf datafile 27 switched to datafile copy input datafile copy recid=26 stamp= filename=/rg01/oradata/nisutv/piping01.dbf datafile 28 switched to datafile copy input datafile copy recid=27 stamp= filename=/rg01/oradata/nisutv/plot01.dbf datafile 29 switched to datafile copy input datafile copy recid=28 stamp= filename=/rg01/oradata/nisutv/gaf_tefat01.dbf datafile 30 switched to datafile copy input datafile copy recid=29 stamp= filename=/rg01/oradata/nisutv/users02.dbf datafile 31 switched to datafile copy input datafile copy recid=30 stamp= filename=/rg01/oradata/nisutv/astgep_nis01.dbf datafile 32 switched to datafile copy input datafile copy recid=31 stamp= filename=/rg01/oradata/nisutv/astgep_nis02.dbf datafile 33 switched to datafile copy input datafile copy recid=32 stamp= filename=/rg01/oradata/nisutv/opto01.dbf datafile 34 switched to datafile copy input datafile copy recid=33 stamp= filename=/rg01/oradata/nisutv/opto02.dbf datafile 35 switched to datafile copy input datafile copy recid=34 stamp= filename=/rg01/oradata/nisutv/mobile01.dbf datafile 36 switched to datafile copy input datafile copy recid=35 stamp= filename=/rg01/oradata/nisutv/netk01.dbf datafile 37 switched to datafile copy input datafile copy recid=36 stamp= filename=/rg01/oradata/nisutv/bak_gbg01.dbf datafile 38 switched to datafile copy input datafile copy recid=37 stamp= filename=/rg01/oradata/nisutv/bak_par01.dbf datafile 39 switched to datafile copy input datafile copy recid=38 stamp= filename=/rg01/oradata/nisutv/gis_ts01.dbf datafile 40 switched to datafile copy input datafile copy recid=39 stamp= filename=/rg01/oradata/nisutv/swednet01.dbf datafile 41 switched to datafile copy input datafile copy recid=40 stamp= filename=/rg01/oradata/nisutv/dpcom01.dbf datafile 42 switched to datafile copy input datafile copy recid=41 stamp= filename=/rg01/oradata/nisutv/scada01.dbf datafile 43 switched to datafile copy input datafile copy recid=42 stamp= filename=/rg01/oradata/nisutv/omm01.dbf contents of Memory Script: { recover clone database

17 noredo, delete archivelog ; } executing Memory Script Starting recover at 20-DEC-10 allocated channel: ORA_AUX_DISK_1 channel ORA_AUX_DISK_1: sid=320 devtype=disk Finished recover at 20-DEC-10 contents of Memory Script: { shutdown clone; startup clone nomount ; } executing Memory Script database dismounted Oracle instance shut down connected to auxiliary database (not started) Oracle instance started Total System Global Area bytes Fixed Size bytes Variable Size bytes Database Buffers bytes Redo Buffers bytes sql statement: CREATE CONTROLFILE REUSE SET DATABASE "NISUTV" RESETLOGS NOARCHIVELOG MAXLOGFILES 16 MAXLOGMEMBERS 3 MAXDATAFILES 100 MAXINSTANCES 8 MAXLOGHISTORY 584 LOGFILE GROUP 1 SIZE 100 M, GROUP 2 SIZE 100 M, GROUP 3 SIZE 100 M DATAFILE '/rg01/oradata/nisutv/system01.dbf' CHARACTER SET WE8ISO8859P1 contents of Memory Script: {

18 set newname for tempfile 1 to "/rg01/oradata/nisutv/temp01.dbf"; set newname for tempfile 2 to "/rg01/oradata/nisutv/temp02.dbf"; switch clone tempfile all; catalog clone datafilecopy "/rg01/oradata/nisutv/undotbs01.dbf"; catalog clone datafilecopy "/rg01/oradata/nisutv/sysaux01.dbf"; catalog clone datafilecopy "/rg01/oradata/nisutv/users01.dbf"; catalog clone datafilecopy "/rg01/oradata/nisutv/bios01.dbf"; catalog clone datafilecopy "/rg01/oradata/nisutv/biz01.dbf"; catalog clone datafilecopy "/rg01/oradata/nisutv/calcres01.dbf"; catalog clone datafilecopy "/rg01/oradata/nisutv/cm01.dbf"; catalog clone datafilecopy "/rg01/oradata/nisutv/doc01.dbf"; catalog clone datafilecopy "/rg01/oradata/nisutv/dsg01.dbf"; catalog clone datafilecopy "/rg01/oradata/nisutv/facilcustimp01.dbf"; catalog clone datafilecopy "/rg01/oradata/nisutv/fpdh01.dbf"; catalog clone datafilecopy "/rg01/oradata/nisutv/fpgas01.dbf"; catalog clone datafilecopy "/rg01/oradata/nisutv/fpp01.dbf"; catalog clone datafilecopy "/rg01/oradata/nisutv/fpp02.dbf"; catalog clone datafilecopy "/rg01/oradata/nisutv/fpp03.dbf"; catalog clone datafilecopy "/rg01/oradata/nisutv/fpp04.dbf"; catalog clone datafilecopy "/rg01/oradata/nisutv/fpp05.dbf"; catalog clone datafilecopy "/rg01/oradata/nisutv/fppref01.dbf"; catalog clone datafilecopy "/rg01/oradata/nisutv/fppref02.dbf"; catalog clone datafilecopy "/rg01/oradata/nisutv/fppref03.dbf"; catalog clone datafilecopy "/rg01/oradata/nisutv/insp01.dbf"; catalog clone datafilecopy "/rg01/oradata/nisutv/netcalc01.dbf"; catalog clone datafilecopy "/rg01/oradata/nisutv/netcalc02.dbf"; catalog clone datafilecopy "/rg01/oradata/nisutv/netcalc03.dbf"; catalog clone datafilecopy "/rg01/oradata/nisutv/operator01.dbf"; catalog clone datafilecopy "/rg01/oradata/nisutv/piping01.dbf"; catalog clone datafilecopy "/rg01/oradata/nisutv/plot01.dbf"; catalog clone datafilecopy "/rg01/oradata/nisutv/gaf_tefat01.dbf"; catalog clone datafilecopy "/rg01/oradata/nisutv/users02.dbf"; catalog clone datafilecopy "/rg01/oradata/nisutv/astgep_nis01.dbf"; catalog clone datafilecopy "/rg01/oradata/nisutv/astgep_nis02.dbf"; catalog clone datafilecopy "/rg01/oradata/nisutv/opto01.dbf"; catalog clone datafilecopy "/rg01/oradata/nisutv/opto02.dbf"; catalog clone datafilecopy "/rg01/oradata/nisutv/mobile01.dbf"; catalog clone datafilecopy "/rg01/oradata/nisutv/netk01.dbf"; catalog clone datafilecopy "/rg01/oradata/nisutv/bak_gbg01.dbf"; catalog clone datafilecopy "/rg01/oradata/nisutv/bak_par01.dbf"; catalog clone datafilecopy "/rg01/oradata/nisutv/gis_ts01.dbf"; catalog clone datafilecopy "/rg01/oradata/nisutv/swednet01.dbf"; catalog clone datafilecopy "/rg01/oradata/nisutv/dpcom01.dbf"; catalog clone datafilecopy "/rg01/oradata/nisutv/scada01.dbf"; catalog clone datafilecopy "/rg01/oradata/nisutv/omm01.dbf"; switch clone datafile all; }

19 executing Memory Script renamed temporary file 1 to /rg01/oradata/nisutv/temp01.dbf in control file renamed temporary file 2 to /rg01/oradata/nisutv/temp02.dbf in control file datafile copy filename=/rg01/oradata/nisutv/undotbs01.dbf recid=1 stamp= datafile copy filename=/rg01/oradata/nisutv/sysaux01.dbf recid=2 stamp= datafile copy filename=/rg01/oradata/nisutv/users01.dbf recid=3 stamp= datafile copy filename=/rg01/oradata/nisutv/bios01.dbf recid=4 stamp= datafile copy filename=/rg01/oradata/nisutv/biz01.dbf recid=5 stamp= datafile copy filename=/rg01/oradata/nisutv/calcres01.dbf recid=6 stamp= datafile copy filename=/rg01/oradata/nisutv/cm01.dbf recid=7 stamp= datafile copy filename=/rg01/oradata/nisutv/doc01.dbf recid=8 stamp= datafile copy filename=/rg01/oradata/nisutv/dsg01.dbf recid=9 stamp= datafile copy filename=/rg01/oradata/nisutv/facilcustimp01.dbf recid=10 stamp= datafile copy filename=/rg01/oradata/nisutv/fpdh01.dbf recid=11 stamp= datafile copy filename=/rg01/oradata/nisutv/fpgas01.dbf recid=12 stamp= datafile copy filename=/rg01/oradata/nisutv/fpp01.dbf recid=13 stamp=

20 datafile copy filename=/rg01/oradata/nisutv/fpp02.dbf recid=14 stamp= datafile copy filename=/rg01/oradata/nisutv/fpp03.dbf recid=15 stamp= datafile copy filename=/rg01/oradata/nisutv/fpp04.dbf recid=16 stamp= datafile copy filename=/rg01/oradata/nisutv/fpp05.dbf recid=17 stamp= datafile copy filename=/rg01/oradata/nisutv/fppref01.dbf recid=18 stamp= datafile copy filename=/rg01/oradata/nisutv/fppref02.dbf recid=19 stamp= datafile copy filename=/rg01/oradata/nisutv/fppref03.dbf recid=20 stamp= datafile copy filename=/rg01/oradata/nisutv/insp01.dbf recid=21 stamp= datafile copy filename=/rg01/oradata/nisutv/netcalc01.dbf recid=22 stamp= datafile copy filename=/rg01/oradata/nisutv/netcalc02.dbf recid=23 stamp= datafile copy filename=/rg01/oradata/nisutv/netcalc03.dbf recid=24 stamp= datafile copy filename=/rg01/oradata/nisutv/operator01.dbf recid=25 stamp= datafile copy filename=/rg01/oradata/nisutv/piping01.dbf recid=26 stamp= datafile copy filename=/rg01/oradata/nisutv/plot01.dbf recid=27 stamp= datafile copy filename=/rg01/oradata/nisutv/gaf_tefat01.dbf recid=28 stamp= datafile copy filename=/rg01/oradata/nisutv/users02.dbf recid=29 stamp= datafile copy filename=/rg01/oradata/nisutv/astgep_nis01.dbf recid=30 stamp=

21 datafile copy filename=/rg01/oradata/nisutv/astgep_nis02.dbf recid=31 stamp= datafile copy filename=/rg01/oradata/nisutv/opto01.dbf recid=32 stamp= datafile copy filename=/rg01/oradata/nisutv/opto02.dbf recid=33 stamp= datafile copy filename=/rg01/oradata/nisutv/mobile01.dbf recid=34 stamp= datafile copy filename=/rg01/oradata/nisutv/netk01.dbf recid=35 stamp= datafile copy filename=/rg01/oradata/nisutv/bak_gbg01.dbf recid=36 stamp= datafile copy filename=/rg01/oradata/nisutv/bak_par01.dbf recid=37 stamp= datafile copy filename=/rg01/oradata/nisutv/gis_ts01.dbf recid=38 stamp= datafile copy filename=/rg01/oradata/nisutv/swednet01.dbf recid=39 stamp= datafile copy filename=/rg01/oradata/nisutv/dpcom01.dbf recid=40 stamp= datafile copy filename=/rg01/oradata/nisutv/scada01.dbf recid=41 stamp= datafile copy filename=/rg01/oradata/nisutv/omm01.dbf recid=42 stamp= datafile 2 switched to datafile copy input datafile copy recid=1 stamp= filename=/rg01/oradata/nisutv/undotbs01.dbf datafile 3 switched to datafile copy input datafile copy recid=2 stamp= filename=/rg01/oradata/nisutv/sysaux01.dbf datafile 4 switched to datafile copy input datafile copy recid=3 stamp= filename=/rg01/oradata/nisutv/users01.dbf datafile 5 switched to datafile copy input datafile copy recid=4 stamp= filename=/rg01/oradata/nisutv/bios01.dbf datafile 6 switched to datafile copy input datafile copy recid=5 stamp= filename=/rg01/oradata/nisutv/biz01.dbf datafile 7 switched to datafile copy input datafile copy recid=6 stamp= filename=/rg01/oradata/nisutv/calcres01.dbf

22 datafile 8 switched to datafile copy input datafile copy recid=7 stamp= filename=/rg01/oradata/nisutv/cm01.dbf datafile 9 switched to datafile copy input datafile copy recid=8 stamp= filename=/rg01/oradata/nisutv/doc01.dbf datafile 10 switched to datafile copy input datafile copy recid=9 stamp= filename=/rg01/oradata/nisutv/dsg01.dbf datafile 11 switched to datafile copy input datafile copy recid=10 stamp= filename=/rg01/oradata/nisutv/facilcustimp01.dbf datafile 12 switched to datafile copy input datafile copy recid=11 stamp= filename=/rg01/oradata/nisutv/fpdh01.dbf datafile 13 switched to datafile copy input datafile copy recid=12 stamp= filename=/rg01/oradata/nisutv/fpgas01.dbf datafile 14 switched to datafile copy input datafile copy recid=13 stamp= filename=/rg01/oradata/nisutv/fpp01.dbf datafile 15 switched to datafile copy input datafile copy recid=14 stamp= filename=/rg01/oradata/nisutv/fpp02.dbf datafile 16 switched to datafile copy input datafile copy recid=15 stamp= filename=/rg01/oradata/nisutv/fpp03.dbf datafile 17 switched to datafile copy input datafile copy recid=16 stamp= filename=/rg01/oradata/nisutv/fpp04.dbf datafile 18 switched to datafile copy input datafile copy recid=17 stamp= filename=/rg01/oradata/nisutv/fpp05.dbf datafile 19 switched to datafile copy input datafile copy recid=18 stamp= filename=/rg01/oradata/nisutv/fppref01.dbf datafile 20 switched to datafile copy input datafile copy recid=19 stamp= filename=/rg01/oradata/nisutv/fppref02.dbf datafile 21 switched to datafile copy input datafile copy recid=20 stamp= filename=/rg01/oradata/nisutv/fppref03.dbf datafile 22 switched to datafile copy input datafile copy recid=21 stamp= filename=/rg01/oradata/nisutv/insp01.dbf datafile 23 switched to datafile copy input datafile copy recid=22 stamp= filename=/rg01/oradata/nisutv/netcalc01.dbf datafile 24 switched to datafile copy input datafile copy recid=23 stamp= filename=/rg01/oradata/nisutv/netcalc02.dbf datafile 25 switched to datafile copy input datafile copy recid=24 stamp= filename=/rg01/oradata/nisutv/netcalc03.dbf datafile 26 switched to datafile copy input datafile copy recid=25 stamp= filename=/rg01/oradata/nisutv/operator01.dbf datafile 27 switched to datafile copy input datafile copy recid=26 stamp= filename=/rg01/oradata/nisutv/piping01.dbf datafile 28 switched to datafile copy input datafile copy recid=27 stamp= filename=/rg01/oradata/nisutv/plot01.dbf datafile 29 switched to datafile copy input datafile copy recid=28 stamp= filename=/rg01/oradata/nisutv/gaf_tefat01.dbf datafile 30 switched to datafile copy input datafile copy recid=29 stamp= filename=/rg01/oradata/nisutv/users02.dbf datafile 31 switched to datafile copy input datafile copy recid=30 stamp= filename=/rg01/oradata/nisutv/astgep_nis01.dbf datafile 32 switched to datafile copy

23 input datafile copy recid=31 stamp= filename=/rg01/oradata/nisutv/astgep_nis02.dbf datafile 33 switched to datafile copy input datafile copy recid=32 stamp= filename=/rg01/oradata/nisutv/opto01.dbf datafile 34 switched to datafile copy input datafile copy recid=33 stamp= filename=/rg01/oradata/nisutv/opto02.dbf datafile 35 switched to datafile copy input datafile copy recid=34 stamp= filename=/rg01/oradata/nisutv/mobile01.dbf datafile 36 switched to datafile copy input datafile copy recid=35 stamp= filename=/rg01/oradata/nisutv/netk01.dbf datafile 37 switched to datafile copy input datafile copy recid=36 stamp= filename=/rg01/oradata/nisutv/bak_gbg01.dbf datafile 38 switched to datafile copy input datafile copy recid=37 stamp= filename=/rg01/oradata/nisutv/bak_par01.dbf datafile 39 switched to datafile copy input datafile copy recid=38 stamp= filename=/rg01/oradata/nisutv/gis_ts01.dbf datafile 40 switched to datafile copy input datafile copy recid=39 stamp= filename=/rg01/oradata/nisutv/swednet01.dbf datafile 41 switched to datafile copy input datafile copy recid=40 stamp= filename=/rg01/oradata/nisutv/dpcom01.dbf datafile 42 switched to datafile copy input datafile copy recid=41 stamp= filename=/rg01/oradata/nisutv/scada01.dbf datafile 43 switched to datafile copy input datafile copy recid=42 stamp= filename=/rg01/oradata/nisutv/omm01.dbf contents of Memory Script: { Alter clone database open resetlogs; } executing Memory Script database opened Finished Duplicate Db at 20-DEC-10 RMAN> exit connect with sqlplus to the new database now create a spfile from pfile in the new instance. sqlplus: create spfile from pfile; restart the new instance and check that everything looks okey. SQL> shutdown immediate; Database closed. Database dismounted. ORACLE instance shut down.

24 SQL> startup ORACLE instance started. Total System Global Area bytes Fixed Size bytes Variable Size bytes Database Buffers bytes Redo Buffers bytes Database mounted. Database opened. SQL> next step is to add a local alias. edit the tnsnames.ora for the database home add the alias NISUTV,NISUTV.WORLD = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = tsr-cl3rg01)(port = 1531)) ) (CONNECT_DATA = (SERVICE_NAME = nisutv.goteborgenergi.se) ) ) save it. check if you can connect nisutv $ sqlplus sys@nisutv as sysdba SQL*Plus: Release Production on Mon Dec 20 13:05: Copyright (c) 1982, 2006, Oracle. All Rights Reserved. Enter password: Connected to: Oracle Database 10g Enterprise Edition Release bit Production With the Partitioning, OLAP and Data Mining options SQL> You are done.

Disaster Recovery: Restore Database from One Server to another Server when Different Location

Disaster Recovery: Restore Database from One Server to another Server when Different Location Disaster Recovery: Restore Database from One Server to another Server when Different Location Mohamed Azar Oracle DBA http://mohamedazar.wordpress.com 1 Mohamed Azar http://mohamedazar.wordpress.com Step

More information

LOSS OF FULL DATABASE AND DATABASE RECOVERY ORACLE 11g

LOSS OF FULL DATABASE AND DATABASE RECOVERY ORACLE 11g CONNECT TO TARGET DATABASE USING RMAN $ export ORACLE_SID=crms $ rlrman target / Recovery Manager: Release 11.2.0.1.0 - Production on Sat Jan 31 10:13:56 2015 Copyright (c) 1982, 2009, Oracle and/or its

More information

Author A.Kishore

Author A.Kishore Introduction Oracle Data Guard (known as Oracle Standby Database prior to Oracle9i), forms an extension to the Oracle RDBMS and provides organizations with high availability, data protection, and disaster

More information

C:\Program Files (x86)\notepad++\change.log 26 August :42

C:\Program Files (x86)\notepad++\change.log 26 August :42 C:\Program Files (x86\notepad++\change.log 26 August 2012 04:42 CREATING PHYSICAL STANDBY DATABASE STEPS: @PRASHANT DIXIT --------------------------------------------- A standby database is a database

More information

How to Recover the lost current control file, or the current control file is inconsistent with files that you need to recover??

How to Recover the lost current control file, or the current control file is inconsistent with files that you need to recover?? How to Recover the lost current control file, or the current control file is inconsistent with files that you need to recover?? If it is multiplexed then replace the lost one with the available one else

More information

Insanity: doing the same thing over and over again and expecting different results. Nice Proverb

Insanity: doing the same thing over and over again and expecting different results. Nice Proverb Insanity: doing the same thing over and over again and expecting different results. Nice Proverb No back up was taken after reset logs. How to recover the database? Solution It s possible, I have tried

More information

Configuring High Availability for the PMG DB

Configuring High Availability for the PMG DB This chapter describes the process of configuring high availability for the PMG DB. It provides the prerequisites and procedures required to configure and test the hot standby and cold standby for Cisco

More information

ASM BASED TABLESPACES BACKUP WITH RMAN FOR LONG TERM OFFLINE STORING

ASM BASED TABLESPACES BACKUP WITH RMAN FOR LONG TERM OFFLINE STORING ASM BASED TABLESPACES BACKUP WITH RMAN FOR LONG TERM OFFLINE STORING Alejandro Vargas Oracle Support Israel Principal Support Consultant TEST OBJECTIVES...2 COMMENTS...3 DESCRIPTION OF THE TESTS...3 1)

More information

Oracle Database 10g Migration to Automatic Storage Management. An Oracle White Paper August 2004

Oracle Database 10g Migration to Automatic Storage Management. An Oracle White Paper August 2004 Oracle Database 10g Migration to Automatic Storage Management An Oracle White Paper August 2004 Oracle Database 10g Migration to Automatic Storage Management Executive Overview... 3 Introduction... 3 Database

More information

INDEX SUMMARY...3 RMAN Check List...4 The Hands-On Environment...5 CATALOG...7

INDEX SUMMARY...3 RMAN Check List...4 The Hands-On Environment...5 CATALOG...7 Alejandro Vargas Principal Support Consultant Oracle Israel Support Services INDEX SUMMARY...3 RMAN Check List...4 The Hands-On Environment...5 CATALOG...7 1-set-catalog...8 2-create-catalog...9 3-register-database...10

More information

The Challenges of Oracle Cloning. Safa Alak Consulting System Engineer

The Challenges of Oracle Cloning. Safa Alak Consulting System Engineer The Challenges of Oracle Cloning Safa Alak Consulting System Engineer safa@netapp.com Agenda Challenges Traditional Approach for Cloning The command Line Way Using RMAN 10G R2 Transportable Database Option

More information

Oracle Database 10g Migration to Automatic Storage Management. An Oracle White Paper August 2005

Oracle Database 10g Migration to Automatic Storage Management. An Oracle White Paper August 2005 Oracle Database 10g Migration to Automatic Storage Management An Oracle White Paper August 2005 Oracle Database 10g Migration to Automatic Storage Management Introduction... 3 Database Migration to ASM

More information

What was new in 11g for Backup and Recovery? Contents

What was new in 11g for Backup and Recovery? Contents What was new in 11g for Backup and Recovery? Contents Introduction... 3 RMAN New Features and Enhancements... 3 Proactive Health Check... 3 Database Recovery Advisor... 6 Faster Backup Compression... 11

More information

Migrate Databases to Exadata Using RMAN Duplicate

Migrate Databases to Exadata Using RMAN Duplicate Migrate Databases to Exadata Using RMAN Duplicate BY UMAIR MANSOOB Who Am I Oracle Certified Administrator from Oracle 7 12c Exadata Certified Implementation Specialist since 2011 Oracle Database Performance

More information

Notice the oratab file doesn t contain the new database name (BDEV). Add it to the file by using below command;

Notice the oratab file doesn t contain the new database name (BDEV). Add it to the file by using below command; Task: Clone BPROD to BDEV SOURCE: BPROD Target: BDEV Part of the DBA task is to clone databases. Please don t get confused between cloning and refresh. They aren t similar. The simple fact is, during cloning,

More information

Performing a 32 bit to 64 bit migration using the Transportable Database RMAN feature

Performing a 32 bit to 64 bit migration using the Transportable Database RMAN feature Performing a 32 bit to 64 bit migration using the Transportable Database RMAN feature This note describes the procedure used to perform a 32 bit to 64 bit conversion of an 11.2.0.3 database on the Linux

More information

Recovery Manager Concepts

Recovery Manager Concepts Recovery Manager Concepts Joseph S Testa Data Management Consulting (64) 79-9000 Ohio Oracle Users Group Apr 2003 Introduction Who is using RMAN for backup/recovery? Have you tested your recovery scenarios?

More information

White Paper. Using SVA SnapShot With Oracle June, 2001 TL-ENG-PRD-0477-A1 TL-ENG-PRD-0477-A01

White Paper. Using SVA SnapShot With Oracle June, 2001 TL-ENG-PRD-0477-A1 TL-ENG-PRD-0477-A01 White Paper Using SVA SnapShot With Oracle June, 2001 TL-ENG-PRD-0477-A1 TL-ENG-PRD-0477-A01 Table of Contents 1 Abstract... 5 2 Understanding SnapShot... 6 2.1 How Does SnapShot Work?...6 3 Architecture

More information

Cloning an Oracle Database to the Same Server Using FlashCopy and VolumeCopy on DS3400, DS4000, and DS5000

Cloning an Oracle Database to the Same Server Using FlashCopy and VolumeCopy on DS3400, DS4000, and DS5000 Cloning an Oracle Database to the Same Server Using FlashCopy and VolumeCopy on DS3400, DS4000, and DS5000 Technical White Paper 40563-00 Rev B December 2009 Copyright 2009 by International Business Machines

More information

ASM migration process

ASM migration process Management on Dell/EMC Storage Arrays By Zafar Mahmood, Uday Datta Shet, and Bharat Sajnani ASM migration process The process for migrating an Oracle Real Application Clusters (RAC) database from Oracle

More information

FLASHBACK RAC DATABASE TO RESTORE POINT Y. MORAN

FLASHBACK RAC DATABASE TO RESTORE POINT Y. MORAN I could not find any relevant documanet of RAC - Flashback on the net. So, I want to share my experiances with you. Check crs status. ora...t2.inst application ONLINE ONLINE rcnode2 Shutdown the database

More information

Data Guard Configuration And Operation

Data Guard Configuration And Operation Configuration And Operation Author: G S Chapman Date: 18 th December 2007 Version: 1.3 Location of Document: i DOCUMENT HISTORY Version Date Changed By: Remarks 1.0 14/02/06 G S Chapman Original Version

More information

Active RMAN duplicate clone 12c using section size and compress backupset. Overview of New PULL method

Active RMAN duplicate clone 12c using section size and compress backupset. Overview of New PULL method Active RMAN duplicate clone 12c using section size and compress backupset Overview of New PULL method The original push process is based on image copies.with Oracle Database 12c, a pull (or restore) process

More information

Lesson 2 RMAN Architecture

Lesson 2 RMAN Architecture RMAN Architecture 2.1 Lesson 2 RMAN Architecture An introduction to the architecture and components used by the RMAN utility. SKILLBUILDERS Author: Dave Anderson, SkillBuilders RMAN Architecture 2.2 2.2

More information

TestsDumps. Latest Test Dumps for IT Exam Certification

TestsDumps.  Latest Test Dumps for IT Exam Certification TestsDumps http://www.testsdumps.com Latest Test Dumps for IT Exam Certification Exam : 1z1-067 Title : Upgrade Oracle9i/10g/11g OCA to Oracle Database 12c OCP Vendor : Oracle Version : DEMO 1 NO.1 Examine

More information

Actual4Test. Actual4test - actual test exam dumps-pass for IT exams

Actual4Test.   Actual4test - actual test exam dumps-pass for IT exams Actual4Test http://www.actual4test.com Actual4test - actual test exam dumps-pass for IT exams Exam : 1z1-063 Title : Oracle Database 12c: Advanced Administration Vendor : Oracle Version : DEMO Get Latest

More information

Disaster Recovery Strategies for RAC on Oracle SE Arjen Visser Dbvisit Software Limited

Disaster Recovery Strategies for RAC on Oracle SE Arjen Visser Dbvisit Software Limited Disaster Recovery Strategies for RAC on Oracle SE Arjen Visser Dbvisit Software Limited Keywords Oracle RAC on Standard Edition Standby Database with RAC on Standard Edition Different standby database

More information

Oracle RMAN for Absolute Beginners

Oracle RMAN for Absolute Beginners Oracle RMAN for Absolute Beginners Darl Kuhn Apress Contents About the Author Acknowledgments Introduction xvii xix xxi Chapter 1: Getting Started... 1 Connecting to Your Database 1 Establishing OS Variables

More information

Convert a Single Instance Database to Oracle RAC 10g on RHEL4 Using Grid Control

Convert a Single Instance Database to Oracle RAC 10g on RHEL4 Using Grid Control Convert a Single Instance Database to Oracle RAC 10g on RHEL4 Using Grid Control Alejandro Vargas Oracle Israel March 15, 2007 Conversion steps in brief...2 Convert Single Instance Database To Cluster

More information

A. connecting to the target database and a recovery catalog to execute the duplicate command

A. connecting to the target database and a recovery catalog to execute the duplicate command Volume: 175 Questions Question No : 1 Which two are prerequisites for creating a backup-based duplicate database? A. connecting to the target database and a recovery catalog to execute the duplicate command

More information

RMAN CHEAT SHEET 1 TECHGOEASY.COM. the version required by the RMAN executable. RMAN> UPGRADE CATALOG; Start command

RMAN CHEAT SHEET 1 TECHGOEASY.COM. the version required by the RMAN executable. RMAN> UPGRADE CATALOG; Start command Start command $ rman $ rman NOCATALOG $ rman TARGET SYS/pwd@target $ rman TARGET SYS/pwd@target NOCATALOG $ rman CATALOG rman/pwd@catdb $ rman TARGET=SYS/pwd@target CATALOG=rman/pwd@cat $ rman TARGET /

More information

Purpose. Configuring ARCHIVELOG mode

Purpose. Configuring ARCHIVELOG mode Purpose This document provides a guide to setting up the backup process specific to Oracle Database Standard Edition One on Dell servers. The following backup process takes advantage of the new Oracle

More information

Manually create oracle 9i database in RedHat Linux Advanced Server 2.1 by M.B.G.Suranga De Silva

Manually create oracle 9i database in RedHat Linux Advanced Server 2.1 by M.B.G.Suranga De Silva Manually create oracle 9i database in RedHat Linux Advanced Server 2.1 by M.B.G.Suranga De Silva (suranga@ceylonlinux.com 1 Install Redhat Advanced Server 2.1 with X and GNOME and KDE 2 Choose Advanced

More information

for RAC migrations WLCG Service Reliability Workshop CERN, November 30 th, 2007 Jacek Wojcieszuk, CERN IT LCG

for RAC migrations WLCG Service Reliability Workshop CERN, November 30 th, 2007 Jacek Wojcieszuk, CERN IT LCG Oracle Data Guard for RAC migrations WLCG Service Reliability Workshop CERN, November 30 th, 2007 Jacek Wojcieszuk, CERN IT LCG Outline Problem description Possible approaches Oracle Data Guard Migration

More information

Reporting from the RMAN repository

Reporting from the RMAN repository New York Oracle Users Group Reporting from the RMAN repository 21-September 2006 Tim Gorman Evergreen Database Technologies, Inc. Agenda Shifting the mind-set It s not about doing backups It s about populating

More information

Oracle Database Appliance: Implementing Disaster Recovery Solutions Using Oracle Data Guard

Oracle Database Appliance: Implementing Disaster Recovery Solutions Using Oracle Data Guard Oracle Database Appliance: Implementing Disaster Recovery Solutions Using Oracle Data Guard Protect production systems while leveraging standby computing power ORACLE WHITE PAPER SEPTEMBER 2017 Introduction

More information

Oracle Database Upgrade, Migration & Transformation Tips & Techniques Chapter 5

Oracle Database Upgrade, Migration & Transformation Tips & Techniques Chapter 5 Oracle Database Upgrade, Migration & Transformation Tips & Techniques Chapter 5 CHECKLIST 5-1 Migration Preparation Operations 1 Capture database file metadata 2 Verify COMPATIBLE setting 3 Create INCREMENTAL

More information

EVault InfoStage 5.6 Oracle Plug-In for Solaris and Windows. Installation & Configuration Guide

EVault InfoStage 5.6 Oracle Plug-In for Solaris and Windows. Installation & Configuration Guide EVault InfoStage 5.6 Oracle Plug-In for Solaris and Windows Installation & Configuration Guide August 2006 This manual describes the installation and configuration of the EVault InfoStage Oracle Plug-In

More information

Oracle Database Administration

Oracle Database Administration A Active (Current) and Inactive Redo Log Files... 12:8 Alert and Trace Log Files... 1:34 Alert Log Files... 1:34 ALTER TABLE Statement - Reasons for using... 9:18 ALTER TABLESPACE... 7:23 Application Development...

More information

Creating an Oracle Database

Creating an Oracle Database 2 Creating an Oracle Database This chapter discusses the process of creating an Oracle database, and contains the following topics: Considerations Before Creating a Database Using the Database Configuration

More information

Using Recovery Manager with Oracle Data Guard in Oracle9i. An Oracle White Paper March 2004

Using Recovery Manager with Oracle Data Guard in Oracle9i. An Oracle White Paper March 2004 Using Recovery Manager with Oracle Data Guard in Oracle9i An Oracle White Paper March 2004 Using Recovery Manager with Oracle Data Guard in Oracle9i Executive summary... 3 Introduction... 3 Configuration

More information

DOC # RMAN PRODUCTS MANUAL EBOOK

DOC # RMAN PRODUCTS MANUAL EBOOK 03 December, 2018 DOC # RMAN PRODUCTS MANUAL EBOOK Document Filetype: PDF 406.96 KB 0 DOC # RMAN PRODUCTS MANUAL EBOOK NAME RosettaMan, rman - reverse compile man pages from formatted form to a number

More information

IS4510 Compiled by: Zafar Iqbal Khan Lecturer, Dept of IS, CCES, Salaman bin Abdul Aziz University

IS4510 Compiled by: Zafar Iqbal Khan Lecturer, Dept of IS, CCES, Salaman bin Abdul Aziz University Database Administration Lab Manual IS4510 Compiled by: Zafar Iqbal Khan Lecturer, Dept of IS, CCES, Salaman bin Abdul Aziz University Lab Session - 1 Objective:- To be aware of various Oracle Database

More information

Database Instance Setup and Configuration. Oracle Database 10g

Database Instance Setup and Configuration. Oracle Database 10g Database Instance Setup and Configuration Oracle Database 10g Table of Content 1. INTRODUCTION... 3 1.1. PURPOSE OF DOCUMENT... 3 1.2. INTENDED AUDIENCE... 3 1.3. SCOPE OF THIS GUIDE... 3 2. DATABASE CONFIGURATION...

More information

Explore the Oracle 10g database architecture. Install software with the Oracle Universal Installer (OUI)

Explore the Oracle 10g database architecture. Install software with the Oracle Universal Installer (OUI) Oracle DBA (10g, 11g) Training Course Content Introduction (Database Architecture) Describe course objectives Explore the Oracle 10g database architecture Installing the Oracle Database Software Explain

More information

Tablespaces and Datafiles

Tablespaces and Datafiles C H A P T E R 4 Tablespaces and Datafiles As you saw in Chapter 2, when you create a database, typically five tablespaces are created when you execute the CREATE DATABASE statement: SYSTEM SYSAUX UNDO

More information

A. Automatic memory management is disabled because PGA_AGGREGATE_TARGET and SGA_TARGET are not set.

A. Automatic memory management is disabled because PGA_AGGREGATE_TARGET and SGA_TARGET are not set. Volume: 148 Questions Question No : 1 memory_target big integer 808M pga_aggregate_target big integer 0 sga_target big integer 0 SQL> SHOW PARAMETER SGA_MAX_SIZE NAME TYPE VALUE sga_max_size big integer

More information

Question No : 1 Which three statements are true regarding the use of the Database Migration Assistant for Unicode (DMU)?

Question No : 1 Which three statements are true regarding the use of the Database Migration Assistant for Unicode (DMU)? Volume: 176 Questions Question No : 1 Which three statements are true regarding the use of the Database Migration Assistant for Unicode (DMU)? A. A DBA can check specific tables with the DMU B. The database

More information

Recovering Oracle Databases

Recovering Oracle Databases CHAPTER 20 Recovering Oracle Databases In this chapter you will learn how to Recover from loss of a controlfile Recover from loss of a redo log file Recover from loss of a system-critical datafile Recover

More information

RECO CKPT SMON ARCH PMON RMAN DBWR

RECO CKPT SMON ARCH PMON RMAN DBWR Database Architecture t Architecture Topics Memory Structure Background Processes Database Accessing Database Information Starting the Database SMON PMON DBWR LGWR Parameter Database Architecture SNPn

More information

Agent for Oracle. Arcserve Backup for Windows r17.5

Agent for Oracle. Arcserve Backup for Windows r17.5 Agent for Oracle Arcserve Backup for Windows r17.5 Legal Notices This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

ORACLE 11gR2 DBA. by Mr. Akal Singh ( Oracle Certified Master ) COURSE CONTENT. INTRODUCTION to ORACLE

ORACLE 11gR2 DBA. by Mr. Akal Singh ( Oracle Certified Master ) COURSE CONTENT. INTRODUCTION to ORACLE ORACLE 11gR2 DBA by Mr. Akal Singh ( Oracle Certified Master ) INTRODUCTION to ORACLE COURSE CONTENT Exploring the Oracle Database Architecture List the major architectural components of Oracle Database

More information

Exam : Oracle 1Z0 043

Exam : Oracle 1Z0 043 Exam : Oracle 1Z0 043 Title : oracle database 10g:administration ii Update : Demo http://www.killtest.com 1. You have set the value of the NLS_TIMESTAMP_TZ_FORMAT parameter in the parameter file to YYYY

More information

9i RAC: Manual Backup and Recovery Shankar Govindan

9i RAC: Manual Backup and Recovery Shankar Govindan 9i RAC: Manual Backup and Recovery Shankar Govindan Introduction When we plan to move a large database or a heavily used OLTP database to a cluster setup, to get enough mileage from the horizontal scaling

More information

ALTER DATABASE RECOVER TO LOGICAL STANDBY KEEP IDENTITY;

ALTER DATABASE RECOVER TO LOGICAL STANDBY KEEP IDENTITY; Using Physical Standby with transient Logical Standby (SQL Apply for near zero downtime upgrade of two node Oracle RAC database from 11.2.0.2 to 11.2.0.3 In the article you will have a look at an example

More information

1z z0-060 Upgrade to Oracle Database 12c

1z z0-060 Upgrade to Oracle Database 12c 1z0-060 Number: 1z0-060 Passing Score: 800 Time Limit: 120 min File Version: 7.1 1z0-060 Upgrade to Oracle Database 12c Exam A QUESTION 1 Your multitenant container (CDB) contains two pluggable databases

More information

Databases Clone using ACFS. Infrastructure at your Service.

Databases Clone using ACFS. Infrastructure at your Service. Infrastructure at your Service. About me Infrastructure at your Service. David Hueber COO Principal Consultant +41 79 963 43 68 david.hueber[at]dbi-services.com Page 2 Who we are dbi services Experts At

More information

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

============================= Cross-Platform Transportable Database: ====================================== RMAN CONVERT DATABASE from Windows to Solaris using RMAN, and upgrade the same from 10.2.0.1 to 10.2.0.2. ==================================================================================

More information

Managing an Oracle Instance

Managing an Oracle Instance Managing an Oracle Instance Date: 07.10.2009 Instructor: SL. Dr. Ing. Ciprian Dobre 1 Objectives After completing this lesson, you should be able to do the following: Create and manage initialization parameter

More information

ActiveImage Protector 2016R2SP1. Backup and Recovery of Oracle Database Second Edition - March 23, 2017

ActiveImage Protector 2016R2SP1. Backup and Recovery of Oracle Database Second Edition - March 23, 2017 ActiveImage Protector 2016R2SP1 Backup and Recovery of Oracle Database Second Edition - March 23, 2017 This user guide provides a description about backup and recovery procedures of Oracle database by

More information

Actual4Test. Actual4test - actual test exam dumps-pass for IT exams

Actual4Test.   Actual4test - actual test exam dumps-pass for IT exams Actual4Test http://www.actual4test.com Actual4test - actual test exam dumps-pass for IT exams Exam : 1z0-067 Title : Upgrade Oracle9i/10g/11g OCA to Oracle Database 12c OCP Vendor : Oracle Version : DEMO

More information

ORACLE DBA TRAINING IN BANGALORE

ORACLE DBA TRAINING IN BANGALORE ORACLE DBA TRAINING IN BANGALORE TIB ACADEMY #5/3 BEML LAYOUT, VARATHUR MAIN ROAD KUNDALAHALLI GATE, BANGALORE 560066 PH: +91-9513332301/2302 WWW.TRAININGINBANGALORE.COM Oracle DBA Training Syllabus Introduction

More information

Redefining Data Protection. Title Page. User s Guide. for the NetVault:Backup APM for Oracle. APM Version 5.1 OAG

Redefining Data Protection. Title Page. User s Guide. for the NetVault:Backup APM for Oracle. APM Version 5.1 OAG Redefining Data Protection Title Page User s Guide for the NetVault:Backup APM for Oracle APM Version 5.1 OAG-101-5.1-EN-01 01/30/08 Copyrights NetVault:Backup - User s Guide for the NetVault:Backup APM

More information

EVault Software Oracle Plug-In 5.6 for Solaris 6.5 for Windows. Installation & Configuration Guide

EVault Software Oracle Plug-In 5.6 for Solaris 6.5 for Windows. Installation & Configuration Guide EVault Software Oracle Plug-In 5.6 for Solaris 6.5 for Windows Installation & Configuration Guide March 2009 This manual describes the installation and configuration of the EVault Software Oracle Plug-In

More information

Oracle Database 12C: Advanced Administration - 1Z0-063

Oracle Database 12C: Advanced Administration - 1Z0-063 Oracle Database 12C: Advanced Administration - 1Z0-063 Backup and Recovery Explain Oracle backup and recovery solutions o Describe types of database failures o Describe the tools available for backup and

More information

Oracle Exam 11gocmu Oracle Database 11g Certified Master Upgrade Exam Version: 4.0 [ Total Questions: 671 ]

Oracle Exam 11gocmu Oracle Database 11g Certified Master Upgrade Exam Version: 4.0 [ Total Questions: 671 ] s@lm@n Oracle Exam 11gocmu Oracle Database 11g Certified Master Upgrade Exam Version: 4.0 [ Total Questions: 671 ] Topic break down Topic No. of Questions Topic 1: Pool 1 112 Topic 2: Pool 2 100 Topic

More information

Index. ALLOCATE AUXILIARY CHANNEL command, Page numbers ending in f refer to figures. Page numbers ending in t refer to tables.

Index. ALLOCATE AUXILIARY CHANNEL command, Page numbers ending in f refer to figures. Page numbers ending in t refer to tables. Page numbers ending in f refer to figures. Page numbers ending in t refer to tables. A ALLOCATE AUXILIARY CHANNEL command, 154 ALLOCATE CHANNEL command, 108 ALLOCATE CHANNEL FOR MAINTENANCE command, 109

More information

Oracle 1Z Oracle Database 10g: Administration II. Download Full Version :

Oracle 1Z Oracle Database 10g: Administration II. Download Full Version : Oracle 1Z0-043 Oracle Database 10g: Administration II Download Full Version : https://killexams.com/pass4sure/exam-detail/1z0-043 QUESTION: 172 You lost the index tablespace in your database. You decided

More information

IMPLEMENTING DATA GUARD (STANDBY)

IMPLEMENTING DATA GUARD (STANDBY) IMPLEMENTING DATA GUARD (STANDBY) General Concepts: Components, Roles, Interfaces Architecture Data Guard Protection Modes Physical Standby Implementation with RMAN (Recommended) Physical Standby Implementation

More information

Install Legato Networker Server 7.1 on Windows 2000 Professional

Install Legato Networker Server 7.1 on Windows 2000 Professional Install Legato Networker Server 7.1 on Windows 2000 Professional By: Loc Huynh Last Update: 22-Feb-05 Table of Contents: 1. Pre-installation...2 2. Installation...2 3. Backup Oracle 9i Database...3 a.

More information

Oracle Database 11g: Administration I

Oracle Database 11g: Administration I Oracle 1z0-052 Oracle Database 11g: Administration I Version: 7.0 Topic 1, Volume A Oracle 1z0-052 Exam QUESTION NO: 1 You notice that the performance of the database has degraded because of frequent checkpoints.

More information

Redefining Data Protection

Redefining Data Protection Redefining Data Protection Title Page User s Guide for the NetVault:Backup APM for Oracle APM Version 5.000 NVE 7009-7F 07/23-07 Copyrights NetVault:Backup - User s Guide for the NetVault:Backup APM for

More information

How To Apply Archive Logs Manually In Standby Database Using Rman

How To Apply Archive Logs Manually In Standby Database Using Rman How To Apply Archive Logs Manually In Standby Database Using Rman Using Rman Active Duplicate to create a Standby from a standby. Posted by RMAN_. Let's create some Archivelogs in Primary Database so that

More information

Data Guard: Setup and Administration. By Ashok Kapur Hawkeye Technology, Inc.

Data Guard: Setup and Administration. By Ashok Kapur Hawkeye Technology, Inc. Data Guard: Setup and Administration By Ashok Kapur. Agenda Introduction New Features Logical and Physical Standby Databases Setup Physical and Logical Standby Databases Administration including Switchover

More information

Oracle. Exam Questions 1Z Oracle Database 11g: Administration I. Version:Demo

Oracle. Exam Questions 1Z Oracle Database 11g: Administration I. Version:Demo Oracle Exam Questions 1Z0-052 Oracle Database 11g: Administration I Version:Demo 1. You notice that the performance of the database has degraded because of frequent checkpoints. Which two actions resolve

More information

Oracle12c Release 1 New Features for Administrators (5 Days)

Oracle12c Release 1 New Features for Administrators (5 Days) www.peaklearningllc.com Oracle12c Release 1 New Features for Administrators (5 Days) Course Description This course provides a complete, hands-on introduction to the newest release of Oracle Enterprise

More information

Protecting Oracle databases with HPE StoreOnce Catalyst and RMAN

Protecting Oracle databases with HPE StoreOnce Catalyst and RMAN Protecting Oracle databases with HPE StoreOnce Catalyst and RMAN Oracle database backup using the HPE StoreOnce Catalyst Plug-in for Oracle RMAN Technical white paper Technical white paper Contents Introduction...

More information

OCP Oracle Database 12c: Advanced Administration Exam Guide

OCP Oracle Database 12c: Advanced Administration Exam Guide OCP Oracle Database 12c: Advanced Administration Exam Guide (Exam 1Z0-063) Bob Bryla Copyright by McGraw-Hill Education. This is prepublication content and is subject to change prior to publication. 2

More information

Imagination To Realization

Imagination To Realization Imagination To Realization Database Disaster Recovery and More Presented by: Stephen Rea University of Arkansas Cooperative Extension Service April 3, 2006 Monday 3:30 PM April 2-5 Orlando, Florida Session

More information

COMPRESS TEST FOR HISTORIC DATABASES

COMPRESS TEST FOR HISTORIC DATABASES COMPRESS TEST FOR HISTORIC DATABASES Alejandro Vargas Oracle Israel TABLE OF CONTENTS About the Test... 6 List of Tested Scenarios... 7 Scenario #1. Alter Table Move Compress into ASM Based Tablespace...

More information

1z0-063.exam. Number: 1z0-063 Passing Score: 800 Time Limit: 120 min File Version: 3.0. Oracle. 1z Oracle Database 12c: Advanced Administration

1z0-063.exam. Number: 1z0-063 Passing Score: 800 Time Limit: 120 min File Version: 3.0. Oracle. 1z Oracle Database 12c: Advanced Administration 1z0-063.exam Number: 1z0-063 Passing Score: 800 Time Limit: 120 min File Version: 3.0 Oracle 1z0-063 Oracle Database 12c: Advanced Administration Version 3.0 Exam A QUESTION 1 Examine the steps to configure

More information

Cross-Platform Database Migration with Oracle Data Guard

Cross-Platform Database Migration with Oracle Data Guard Cross-Platform Database Migration with Oracle Data Guard a CERN Case Study Background Many data centers nowadays run their production Oracle database systems on commodity hardware, mostly relying on software

More information

HP-UX11i v Oracle9i DB. APPENDIX F. G. for Oracle9i /06

HP-UX11i v Oracle9i DB. APPENDIX F. G. for Oracle9i /06 HP-UX11i v2 11.23 + Oracle9i DB APPENDIX F. G. for Oracle9i 2 2004/06 F.... 2 orcl.sh... 3 init.ora... 4 CreateDB.sql... 5 CreateDBFiles.sql... 6 CreateDBCatalog.sql... 6 JServer.sql... 7 ordinst.sql...

More information

Redefining Data Protection. Title Page. User s Guide. for the NetVault: Backup APM for Oracle. APM Version 5.5 OAG

Redefining Data Protection. Title Page. User s Guide. for the NetVault: Backup APM for Oracle. APM Version 5.5 OAG Redefining Data Protection Title Page User s Guide for the NetVault: Backup APM for Oracle APM Version 5.5 OAG-101-5.5-EN-01 06/06/08 Copyrights NetVault: Backup - User s Guide for the NetVault: Backup

More information

UNIVERSITY AUTHORISED EDUCATION PARTNER (WDP)

UNIVERSITY AUTHORISED EDUCATION PARTNER (WDP) Audience Data Warehouse Administrator Database Administrators Support Engineer Technical Administrator Technical Consultant Related Training Required Prerequisites Knowledge of Oracle Database 12c Knowledge

More information

DOAG 2013 Oracle 12c Backup & Recovery

DOAG 2013 Oracle 12c Backup & Recovery Infrastructure at your Service. DOAG 2013 Oracle 12c Backup & Recovery Infrastructure at your Service. About me David Hueber Head of Service Management Senior Consultant Mobile +41 79 963 43 68 david.hueber@dbi-services.com

More information

Exam 1Z0-061 Oracle Database 12c: SQL Fundamentals

Exam 1Z0-061 Oracle Database 12c: SQL Fundamentals Exam 1Z0-061 Oracle Database 12c: SQL Fundamentals Description The SQL Fundamentals exam is intended to verify that certification candidates have a basic understanding of the SQL language. It covers the

More information

Oracle Database 11g: Administration Workshop I DBA Release 2

Oracle Database 11g: Administration Workshop I DBA Release 2 Oracle Database 11g: Administration Workshop II DBA Release 2 What you will learn: This course takes the database administrator beyond the basic tasks covered in the first workshop. The student begins

More information

RMAN Backups and Reporting

RMAN Backups and Reporting Chapter 5 RMAN Backups and Reporting Chapter 4 provided the details on configuring RMAN and using specialized features to control the behavior of RMAN. After you consider which features you require, you

More information

Oracle Database 11g Data Guard

Oracle Database 11g Data Guard Oracle Database 11g Data Guard Overview This course introduces the delegate to the main architectural concepts of Data Guard. Delegates will learn how to use Oracle Data Guard to protect Oracle Databases

More information

REDCENTRIC ORACLE PLUG-IN FOR THE LINUX AGENT (64-BIT) VERSION

REDCENTRIC ORACLE PLUG-IN FOR THE LINUX AGENT (64-BIT) VERSION REDCENTRIC ORACLE PLUG-IN FOR THE LINUX AGENT (64-BIT) VERSION 8.60.7469 RELEASE NOTES, MARCH 23, 2018 Oracle Plug-in for the Linux Agent (64-bit) Version 8.60.7469 Release Notes, March 23, 2018 Contents

More information

Oracle Database Server 12c Pros and Cons

Oracle Database Server 12c Pros and Cons Oracle Database Server 12c Pros and Cons Hans Forbrich Forbrich Consulting Ltd Based in Alberta, Canada Fact Oracle DB 12c is the largest architectural change since Oracle8i Fact Oracle documentation

More information

You'll even like your Data Guard more with Flashback

You'll even like your Data Guard more with Flashback You'll even like your Data Guard more with Flashback Hervé Schweitzer Mathias Zarick München, 26.01.2010 Baden Basel Bern Brugg Lausanne Zürich Düsseldorf Frankfurt/M. Freiburg i. Br. Hamburg München Stuttgart

More information

An Oracle White Paper April Deploying Oracle Data Guard with Oracle Database Appliance

An Oracle White Paper April Deploying Oracle Data Guard with Oracle Database Appliance An Oracle White Paper April 2012 Deploying Oracle Data Guard with Oracle Database Appliance Table of Contents Introduction... 2 Why do I need a standby database environment?... 2 Why Oracle Data Guard?...

More information

MBS Microsoft Oracle Plug-In 6.82 User Guide

MBS Microsoft Oracle Plug-In 6.82 User Guide MBS Microsoft Oracle Plug-In 6.82 User Guide 10 Oracle Plug-In This version of the Oracle Plug-In supports Windows Agents. It is an add-on that allows you to perform database backups on Oracle databases.

More information

Manual 12c Container Database

Manual 12c Container Database 1. SETUP init.ora db_block_size=8192 open_cursors=300 db_domain="" db_name="condb" control_files=("/pkg/moip/mo101/oracle/ctrl1/condb/control01.ctl", "/pkg/moip/mo101/oracle/ctrl2/condb/control02.ctl")

More information

Blink and You ll Miss It: Migrating, Cloning and Recovering Oracle 12c Databases At Warp Speed

Blink and You ll Miss It: Migrating, Cloning and Recovering Oracle 12c Databases At Warp Speed Blink and You ll Miss It: Migrating, Cloning and Recovering Oracle 12c Databases At Warp Speed Jim Czuprynski Zero Defect Computing, Inc. 1 My Credentials 30+ years of database-centric IT experience Oracle

More information

Flashback Database, Backup and Recovery in. Oracle Database 12c Release 2

Flashback Database, Backup and Recovery in. Oracle Database 12c Release 2 Flashback Database, Backup and Recovery in Oracle Database 12c Release 2 Select profile_details from oracle_community where name = Joerg Sobottka ; ORACLE DB SINCE 1991 IT Strategy OCP DBA (9i-12c) joerg.sobottka@robotron.ch

More information

Oracle 1Z Oracle 9i: New Features for Administrators. Download Full Version :

Oracle 1Z Oracle 9i: New Features for Administrators. Download Full Version : Oracle 1Z0-030 Oracle 9i: New Features for Administrators Download Full Version : https://killexams.com/pass4sure/exam-detail/1z0-030 QUESTION: 204 Which two statements regarding an external table are

More information

Author A.Kishore Convert 11gR2 non-rac database to RAC database using rconfig

Author A.Kishore   Convert 11gR2 non-rac database to RAC database using rconfig Convert 11gR2 non-rac database to RAC database using rconfig I ve installed the new 11gR2 clustered ORACLE_HOME at /d01/oracle/app/oracle/product/11.2.0/dbhome_1 on both the nodes linux1 and linux2 New

More information