Pass4Sure.1z0-034_120.Q&A

Size: px
Start display at page:

Download "Pass4Sure.1z0-034_120.Q&A"

Transcription

1 Pass4Sure.1z0-034_120.Q&A Number: 1z0-034 Passing Score: 800 Time Limit: 120 min File Version: These are the most accurate study questions. Just focus on these and sit in your exam. Modified few questions, fixed few spelling mistakes and typos. Nicely written Questions with many corrections inside.

2 Exam A QUESTION 1 To enable faster incremental backups, you enabled block change tracking for the database. Which two statements are true about the block change tracking file? (Choose two.) A. Multiple change tracking files can be created for a database. B. The change tracking file must be created after the first level 0 backup. C. RMAN does not support backup and recovery of the change tracking file. D. The database clears the change tracking file and starts tracking changes again, after whole database restore and recovery operations. Correct Answer: CD /Reference: QUESTION 2 You are using Recovery Manager (RMAN) for backup and recovery operations with a recovery catalog. You have been taken database backups every evening. On November 15, 2007, at 11:30 AM, you were informed that the USER_DATA tablespace was accidentally dropped. On investigation, you found that the tablespace existed until 11:00 AM, and important transactions were done after that. So you decided to perform incomplete recovery until 11:00 AM. All the archive logs needed to perform recovery are intact. In NOMOUNT state you restored the control file that has information about the USER_DATA tablespace from the latest backup. Then you mounted the database. Identify the next set of commands that are required to accomplish the task?

3 A. Option A B. Option B C. Option C D. Option D Correct Answer: A /Reference: : QUESTION 3 Which statement is true about a running session that belongs to the online transaction processing (OLTP) group?

4 A. It permanently switches to the low_group consumer group if the session exceeds 10,000 I/O requests or 2,500 MB of data transfer. B. It performs the first I/O requests or 2,500 MB of data transfer in the LOW-GROUP consumer group, and then switches to the original group. C. It switches to the LOW_GROUP consumer group if the session exceeds I/O requests or 2500 MB of data transfer and returns to the original group after the operation. D. It switches to the LOW_GROUP consumer group if the session exceeds I/O requests or 2500 MB of data transfer for queries, but not for data manipulation language (DML) operations. Correct Answer: C /Reference: answer is verified. QUESTION 4 View the Exhibit to examine the replay settings for replay parameters. What is the implication for setting the values for replay parameters? (Choose all that apply.) Exhibit:

5 A. The COMMIT order in the captured workload is preserved during replay. B. The value 100 in the THINK_TIME_SCALE parameter attempts to make the replay client shorten the think time between calls. C. The value 100 in the CONNECT_TIME_SCALE parameter attempts to connect all sessions as captured. D. The value 100 in the THINK_TIME_SCALE parameter attempts to match the captured user think time while replaying. E. The value 100 in the CONNECT_TIME_SCALE parameter attempts to connect all sessions immediately as soon as the replay begins. Correct Answer: ACD /Reference: : QUESTION 5 In your production database, users report that they are unable to generate reports on an important table because it does not contain any data. While investigating the reason, you realize that another user executed the TRUNCATE TABLE command, which accidentally caused the data to be lost. Now you want to recover the lost data of the table without affecting objects in other schemas. Which method must you use to recover the lost data? A. Complete Recovery with online redo log B. Complete Recovery with archived redo log C. Tablespace Point-in-Time Recovery (TSPITR) D. Incomplete Recovery with system change number (SCN) Correct Answer: C /Reference:

6 QUESTION 6 Evaluate the following block of code: Real 45 Oracle 1z0-034 Exam What is the outcome of the above code? A. It produces an error because a fully qualified host name needs to be specified. B. It produces an error because the range of ports associated with the hosts has not been specified. C. It creates an access control list (ACL) with the user ACCT_MGR who gets the CONNECT and RESOLVE privileges. D. It creates an access control list (ACL) with the user ACCT_MGR who gets the CONNECT privilege but not the RESOLVE privilege. Correct Answer: C /Reference: : QUESTION 7 What two are the prerequisites for enabling Flashback Database? A. The database must be in ARCHIVELOG mode B. The database must be in MOUNT EXCLUSIVE mode C. The database must be opened in RESTRICTED mode D. The database instance must be started in the NOMOUNT state E. The database instance must have the keep buffer pool defined Correct Answer: AB /Reference: : QUESTION 8 Which statements are true regarding system-partitioned tables? (Choose all that apply.) A. Only a single partitioning key column can be specified. B. All DML statements must use partition-extended syntax. C. The same physical attributes must be specified for each partition.

7 D. Unique local indexes cannot be created on a system-partitioned table. E. Traditional partition pruning and partitionwise joins are not supported on these tables. Correct Answer: DE /Reference: : QUESTION 9 The database users regularly complain about the difficulty in performing transactions. On investigation, you find that some users perform long-running transactions that consume huge amounts of space in the undo tablespace, which caused the problem. You want to control the usage of the undo tablespace only for these user sessions and you do not want these sessions to perform long-running operations. How would you achieve this? A. Implement a profile for the users. B. Implement external roles for the users. C. Set the threshold for the undo tablespace. D. Implement a Database Resource Manager plan. Correct Answer: B /Reference: : QUESTION 10 You created a database with the Database Configuration Assistant (DBCA) by using one of the default templates. Which tablespace will be the default permanent tablespace for non-system users, excluding DBSNMP and OUTLN? A. USERS B. SYSTEM C. SYSAUX D. EXAMPLE E. SAMPLE Correct Answer: A /Reference: : USERS This tablespace is used to store permanent user objects and data. Like the TEMP tablespace, every database should have a tablespace for permanent user data that is assigned to users. Otherwise, user objects will be created in the SYSTEM tablespace, which is not good practice. In the preconfigured database, USERS is assigned the default tablespace, and space for all objects created by non-system users comes from this tablespace. For system users, the default permanent tablespace remains SYSTEM. REF.: Oracle(r) 10g 2 Days DBA, 6-7 QUESTION 11 While exporting data with Data Pump, you find that the export takes longer than expected. You decide to stop the job and restart it during off-peak hours. Which view would you query to determine the name and status of the stopped job?

8 A. DBA_JOBS B. V$SESSION C. V$SESSION_LONGOPS D. DBA_DATAPUMP_JOBS E. DBA_DATAPUMP_SESSIONS Correct Answer: D /Reference: : When a Datapump Export or Import session is launched, a Datapump Job is automatically tarted. This way, we can:* detach from and reattach to long-running jobs without affecting the job itself. * monitor jobs from multiple locations * stop a job: suspend it temporarily to leave other applications requesting more resources to get them restart itlater * kill any Datapump job anytime * see the progress of the import or export operations REF.: Metalink Note: QUESTION 12 Note the output of the following query: SQL> SELECTflashback_archive_name,status FROM dba_flashback_archive; FLASHBACK_ARCHIVE_NAMESTATUS FLA1 You executed the following command to enable Flashback Data Archive on the EXCHANGE_RATE table: ALTERTABLEexchange_rateFLASHBACK ARCHIVE; What is the outcome of this command? A. The table uses the default Flashback Data Archive. B. The Flashback Data Archive is created in the SYSAUX tablespace. C. The Flashback Data Archive is created in the same tablespace where the tables are stored. D. The command generates an error because no Flashback Data Archive name is specified and there is no default Flashback Data Archive. Correct Answer: A /Reference: : QUESTION 13 Examine the following command to create an external table from EMPLOYEES and DEPARTMENTS database tables. 1. CREATE TABLE employee_ext 2. (employee_id, first_name, department_name) 3. ORGANIZATION EXTERNAL

9 4. ( 5. TYPE ORACLE_LOADER 6. DEFAULT DIRECTORY ext_dir 7. LOCATION ('emp1.dmp') 8. ) 9. PARALLEL 10. AS 11. SELECT e.emplyee_id, e.first_name, e.last_name, d.department_name 12. FROM employees e, departments d; Which line of the command would cause an error? A. line 2, because the column names have been specified B. line 7, because file name must have a.dat extension C. line 3, because ORGANIZATION EXTERNAL has been specified D. line 9, because the PARALLEL option cannot be specified with one file name E. line 12, because there is no join defined between EMPLOYEES and DEPARTMENTS table F. line 5, because ORACLE_LOADER is not a valid structure for external table creation with the SELECT statement Correct Answer: F /Reference: : External tables are created using the SQL CREATE TABLE...ORGANIZATION EXTERNAL statement. When you create an external table, you specify the followingattributes: 1. TYPE - specifies the type of external table. The two available types are the ORACLE_LOADER type and the ORACLE_DATAPUMP type. Each type of external table is supported by its own access driver. * The ORACLE_LOADER access driver is the default. It can perform only data loads, and the data must comefrom text datafiles. Loads from external tables to internal tables are done by reading from the external tables' text-only datafiles. * The ORACLE_DATAPUMP access driver can perform both loads and unloads. The data must come from binary dump files. Loads to internal tables from external tables are done by fetching from the binary dump files. Unloads from internal tables to external tables are done by populating the external tables' binary dump files. 2. DEFAULT DIRECTORY - specifies the default location of files that are read or written by external tables. The location is specified with a directory object, not a directory path. 3. ACCESS PARAMETERS - describe the external data source and implements the type of external table that was specified. Each type of external table has its own access driver that provides access parameters unique to that type of external table. 4. LOCATION - specifies the location of the external data. The location is specified as a list of directory objects and filenames. If the directory object is not specified, then the default directory object is used as the file location. REF.: Oracle(r) Database 10g Utilities, 12-2 QUESTION 14 Tablespaces of certain types or in certain states can be renamed. Which four of these situations permit renaming a tablespace? A. the SYSTEM tablespace

10 B. the default permanent tablespace for the non-system users C. an offline tablespace D. a temporary tablespace E. a read-only tablespace F. an undo tablespace Correct Answer: BDEF /Reference: : QUESTION 15 View the Exhibits exhibit1 and exhibit2. Both the processes use PROG_1 as the job template that is already available. The time taken by the jobs are recorded in the TEST_LOG table. While comparing the time taken to create the jobs, the process in exhibit1 takes less time than the process in exhibit2. What is the reason for this? lightweight-job-1 (exhibit): lightweight-job-2 (exhibit):

11 A. It updates several tables in the SYSTEM tablespace instead of creating new tables. B. It creates jobs temporarily in memory only. C. It creates less metadata for the jobs. D. It writes the job metadata to disk in compressed format. Correct Answer: C /Reference: : The difference between two blocks of code is the "JOB_STYLE". The lightweight job creates less metadata for the jobs. QUESTION 16 Which two statements are correct about database transportation? (Choose two.) A. The source and target platforms must be the same B. Redo logs, control files and temp files are also transported C. The transported database must have the same database identifier (DBID) as the source database and cannot be changed D. The COMPATIBLE parameter must be set to or higher and the database must be opened in readonly mode before being transported E. Recovery Manager (RMAN) is used to convert the necessary data files of the database if the target platform is different and has different endian format Correct Answer: DE /Reference: : QUESTION 17

12 Evaluate the following statements: CREATE TABLE purchase_orders ( po_id NUMBER(4), po_date TIMESTAMP, supplier_id NUMBER(6), po_total NUMBER(8,2), CONSTRAINT order_pk PRIMARY KEY(po_id)) PARTITION BY RANGE(po_date) ( PARTITION Q1 VALUES LESS THAN (TO_DATE('1-apr-2007','d-mon-yyyy'), PARTITION Q2 VALUES LESS THAN (TO_DATE('1-jul-2007','d-mon-yyyy'), PARTITION Q3 VALUES LESS THAN (TO_DATE('1-oct-2007','d-mon-yyyy'), PARTITION Q4 VALUES LESS THAN (TO_DATE('1-jan-2008','d-mon-yyyy')); CREATE TABLE purchase_order_items ( po_id NUMBER(4) NOT NULL, product_id NUMBER(6) NOT NULL, unit_price NUMBER(8,2), quantity NUMBER(8), CONSTRAINT po_items_fk FOREIGN KEY (po_id) REFERENCES purchase_orders(po_id)) PARTITION BY REFERENCE(po_items_fk); What are the two consequences of the above statements? (Choose two.) A. Partitions of PURCHASE_ORDER_ITEMS have system-generated names. B. Both PURCHASE_ORDERS and PURCHASE_ORDER_ITEMS tables are created with four partitions each. C. Partitions of the PURCHASE_ORDER_ITEMS table exist in the same tablespaces as the partitions of the PURCHASE_ORDERS table. D. The PURCHASE_ORDER_ITEMS table inherits the partitioning key from the parent table by automatically duplicating the key columns. E. Partition maintenance operations performed on the PURCHASE_ORDER_ITEMS table are automatically reflected in the PURCHASE_ORDERS table. Correct Answer: BC /Reference: : QUESTION 18 You execute these RMAN commands: BACKUP VALIDATE DATABASE;

13 BLOCKRECOVER CORRUPTION LIST; What will these commands do? A. create a backup of the database and recover all corrupted blocks found in the backup B. perform a backup validation and list all logically and physically corrupt blocks in the database C. perform a backup validation and populate the memory structure used by the vscopy_corruption view with details of any corrupt blocks found D. perform a backup validation and populate the memory structure used by the vsdatabase_block_corruption view, then recover any corrupt blocks E. create an image copy of the database and recover all corrupted blocks found in the image copy Correct Answer: D /Reference: Reference: QUESTION 19 Your database is in NOARCHIVELOG mode. One of the two data files belonging to the SYSTEM tablespace is corrupt. You discover that all online redo logs have been overwritten since the last backup. Which method would you use to recover the data file using RMAN? A. Shut down the instance if not already shut down, restart in MOUNT state, restore both data files belonging to the SYSTEM tablespace from the last backup, and restart the instance. B. Shut down the instance if not already shut down, restart in mount state, restore the corrupted data file belonging to the system tablespace from the last backup, and restart the instance. C. Shut down the instance if not already shut down, restart in mount state, restore all data files for the entire database from the last backup, and restart the instance. D. Shut down the instance if not already shut down, restart In MOUNT state, restore all data files belonging to the SYSTEM tablespace from the last backup, and restart the instance. E. Shut down the instance if not already shut down, restart In NOMOUNT state, restore all data files for the entire database from the last backup, and restart the instance. Correct Answer: E /Reference: Reference: (restoring the server parameter file) QUESTION 20 ENCRYPT_TS is an encrypted tablespace that contains tables with data. Which statement is true regarding the effect of queries and data manipulation language (DML) statements on the encrypted data in the tables? A. The data is decrypted during SORT and JOIN operations. B. The data remains encrypted when it is read into memory. C. The data remains encrypted when it is stored in the redo logs. D. The data remains encrypted in the UNDO tablespace provided that the UNDO tablespace was created with the encryption option enabled.

14 Correct Answer: C /Reference: answer is modified. QUESTION 21 Because of a logical corruption in the EMPLOYES tables, you want to perform Tablespace Point- in-time Recovery (TSPITR) to recover the table. Before you started the TSPITR process, you queried the TS_PITR_CHECK view and you realized that the table has a referential constraint with DEPARTMENTS that exists in another tablespace, MASTERTBS. Which two actions will permit the TSPITR to work? (Choose two.) A. Taking the MASTERTBS tablespace offline B. Dropping the relationship between the tables C. Adding the MASTERTBS tablespace to the recovery set D. Putting the MASTERTBS tablespace in read-only mode Correct Answer: BC /Reference: : QUESTION 22 In your database, the flash recovery area (FRA) is configured as the default for RMAN backups. You executed the following commands to configure the settings in RMAN: Real 56 Oracle 1z0-034 Exam Which statement is true about the outcome? A. Only one channel is allocated and the backup is created in the flash recovery area B. Only one channel is allocated and the backup is created in the destination specified for channel C. Two channels are allocated and backup sets are created in the destinations specified for channels 1 and 2 D. Three channels are allocated and backup sets are created in the destinations specified for channels 1, 2, and FRA Correct Answer: A

15 /Reference: : QUESTION 23 You want to track and store all transactional changes to a table over its lifetime. To accomplish this task, you enabled Flashback Data Archive with the retention of 5 years. After some time, the business requirement changed and you were asked to change the retention from 5 years to 3 years. To accomplish this, you issued the following command: ALTER FLASHBACK ARCHIVE fla1 MODIFY RETENTION 3 YEAR; What is the implication of this command? A. The command produces an error because the retention time cannot be reduced. B. All historical data is retained but the subsequent flashback data archives are maintained for only three years. C. All historical data is purged and the new flashback data archives are maintained for three years. D. All historical data older than three years is purged from the flashback archive FLA1. Correct Answer: D /Reference: answer is up-to-date. QUESTION 24 You have specified the warning and critical threshold values of an application tablespace to be 60% and 70% respectively. From the tablespace space usage metrics, you find that the actual space usage has reached the specified warning threshold value, but no alerts have been generated. What could be the reason for this? A. The EVEN parameter was not set. B. The SQL_TRACE parameter is set to FALSE. C. Enterprise Manager is not used. D. The STATISTICS_LEVEL parameter is set to BASIC. E. The TIMED_STATISTICS parameter is set to FALSE. Correct Answer: D /Reference: : QUESTION 25 Which two statements are true regarding hot patching? (Choose two.) A. It requires relinking of the Oracle binary. B. It does not require database instance shutdown. C. It can detect conflicts between two online patches. D. It is available for installing all patches on all platforms. E. It works only in a single database instance environment. Correct Answer: BC

16 /Reference: : Online Patching Regular patches typically contain.o (object) files and/or.a (archive) libraries, and therefore require a relink of the RDBMS binary. Online patches, however, contain.so files, which are dynamic/shared libraries, and do not require a relink of the RDBMS binary. Consequently, since a relink is not needed, you can apply or roll back online patches while the RDBMS instance is running. This simplifies administration, because no downtime is needed, and also results in a much quicker turnaround time for installing or de-installing Online Patches. A regular RDBMS patch can require many minutes to install, since it requires instance shutdown, a relink, and instance startup. On the other hand, you can install an online patch in just a few seconds. Online patches are only applicable for Oracle RDBMS and not any other products. Online patches are currently supported on the following Windows and UNIX platforms for version and later: About Patch Conflicts: All patches may not be compatible with one another. For example, if you apply a patch, all the bugs the patch fixes could reappear after you apply another patch. This is called a conflict situation. OPatch detects such situations and raises an error when it detects a conflict. QUESTION 26 In Recovery Manager (RMAN), you are taking Image copies of the data files of your production database and rolling them forward at regular intervals. You attempt to restart your database. After a regular maintenance task, you realize that one of the data files that belongs to the USERS tablespace is damaged and you need to recover the data file by using the image copy. Because a media failure caused the data file to be damaged, you want to place the data file in a different location while restoring the file. Which option must you consider for this task? A. using only the RMAN SWITCH command to set the new location for the data file B. placing the database in the MOUNT state for the restore and recovery operations. C. using an RMAN RUN block with the SET NEWNAME and then the SWITCH command. D. configuring two channels: one for the restore operation and the other for the recovery operation Correct Answer: C /Reference: : QUESTION 27 Consider the following scenario for your database: Real 59 Oracle 1z0-034 Exam - Backup optimization is enabled in RMAN. - The recovery window is set to 7 days in RMAN. - The most recent backup to disk for the TOOLS tablespace was taken on November 3, The TOOLS tablespace is read-only since November 4, On November 23, 2007, you issue the RMAN command to back up the database to disk. Which statement is true regarding the backup of the TOOLS tablespace? A. The RMAN backup fails because the TOOLS tablespace is read-only B. The RMAN skips the backup of the tablespace because backup optimization is enabled C. The RMAN makes backup because optimization can be enabled only for backups to disk D. The RMAN makes the backup because no backup of the tablespace exists within the seven day window

17 Correct Answer: D /Reference: : QUESTION 28 Multiple RMAN sessions are connected to the database instance. Examine the following output when backup commands are running in server sessions: What could have helped you to correlate server sessions with channels? A. Implement RMAN multiplexing B. Set the DEBUG ON in the RMAN script C. Specify the command ID in the RMAN script D. Use a tag with the RMAN BACKUP command Correct Answer: C /Reference: : QUESTION 29 Note the following parameter settings: Which setting is NOT allowed? A. ALTER SYSTEM SET DB_CACHE_SIZE=50M; B. ALTER SYSTEM SET DB_8K_CACHE_SIZE=10M; C. ALTER SYSTEM SET DB_4K_CACHE_SIZE=10M; D. ALTER SYSTEM SET DB_16K_CACHE_SIZE=10M;

18 Correct Answer: B /Reference: answer is updated. QUESTION 30 You created a tablespace with the following statement: CREATE BIGFILE TABLESPACE adtbs DATAFILE '/probdb/data/adtbs.dbf' SIZE 10G; There is now a requirement to increase the size of the tablespace. Which two ALTER statements are correct in this scenario? (Choose two.) A. ALTER TABLESPACE adtbs RESIZE 20G; B. ALTER TABLESPACE adtbs ADD DATAFILE; C. ALTER TABLESPACE adtbs AUTOEXTEND ON; D. ALTER TABLESPACE adtbs ADD DATAFILE'/proddb/data/adtbs1.dbf' SIZE 10G; E. ALTER TABLESPACE adtbs MODIFY DATAFILE '/proddb/data/adtbs.dbf' AUTOEXTEND ON; Correct Answer: AC /Reference: C:\sqlplus /nolog SQL*Plus: Release Production on Sat Jan 28 20:34: Copyright (c) 1982, 2005, Oracle. All rights reserved. SQL> conn / as sysdba Connected. SQL> CREATE BIGFILE TABLESPACE adtbs DATAFILE'C:\adtbs.dbf' SIZE 1G; Tablespace created. (A) SQL> ALTER TABLESPACE adtbs RESIZE 2G Tablespace altered. (B) and (D) SQL> ALTER TABLESPACE adtbs ADD DATAFILE'C:\adtbs.dbf' SIZE 1G; ALTER TABLESPACE adtbs ADD DATAFILE 'C:\adtbs.dbf' SIZE 1G ERROR at line 1: ORA-32771: cannot add file to bigfile tablespace (C) SQL> ALTER TABLESPACE adtbs AUTOEXTEND ON; Tablespace altered. (E) SQL> ALTER TABLESPACE adtbs MODIFY DATAFILE 'C:\adtbs.dbf' AUTOEXTEND ON; ALTER TABLESPACE adtbs MODIFY DATAFILE 'C:\adtbs.dbf' AUTOEXTEND ON ERROR at line 1: ORA-02142: missing or invalid ALTER TABLESPACE option QUESTION 31 Which three types of files can be automatically placed in the flash recovery area (fast recovery area in 11g Release 2)? (Choose three.) A. Alert log file B. Archived redo log files C. Control file autobackups D. Server Parameter file (SPFILE) E. Recovery Manager (RMAN) backup piece

19 Correct Answer: BCE /Reference: QUESTION 32 SQL> SELECT blocks FROM user_segments WHERE segment_name=,altbt; BLOCKS SQL> ALTER TABLE altb SHRINK SPACE COMPACT; Table altered. SQL> SELECT blocks FROM user_segments WHERE segment_name=*altb*; BLOCKS View the Exhibit and examine the output and commands executed on the ALTB table. Why does the number of blocks for the table remain the same after the shrink operation? A. because the table did not contain migrated or chained rows B. because the row IDs remain the same for all rows during the shrink operation C. because the progress of the shrink operation is not saved in the bitmap blocks of the table D. because the high-water mark (HWM) did not move due to the compact option that is used in the shrink operation Correct Answer: D /Reference: : QUESTION 33 You realize that the control file is damaged in your production database. After restoring the control file from autobackup, what is the next step that you must do to proceed with the database recovery? A. Mount the database B. Open the database in NORMAL mode C. Open the database in RESTRICTED mode D. Open the database with the RESETLOGS option Correct Answer: A /Reference: After restoring the control file, it is time to load the restored control file onto the database instance, to issue STARTUP MOUNT command to load it. QUESTION 34 You are managing an Oracle Database 11g database. You configured the database to run in ARCHIVELOG mode. Which two statements are true in this scenario?

20 A. You must shut down the database instance to perform the backups. B. You must configure the flash recovery area (fast recovery area) for the database. C. You can perform complete database backups without closing the database. D. All the previous closed database backups including control files become invalid after you configure the database to ARCHIVELOG mode. Correct Answer: CD /Reference: : QUESTION 35 Identify two correct statements about the Active Session History (ASH) data. A. A part of SGA memory is used to store ASH data as rolling buffer. B. The ASH data can be analyzed between any two small time intervals. C. All ASH data in memory are flushed to disk by MMON in every 3 seconds. D. All ASH data in memory are flushed to disk by MMNL process whenever the buffer is full. Correct Answer: AB /Reference: QUESTION 36 Identify two advantages of using a recovery catalog instead of the control file of the target database in Recovery Manager (RMAN). A. You can use RMAN stored scripts. B. Recovery is faster if data is stored in catalog in addition to the control file. C. You can store backup information of all registered databases in one place. D. Database backups are automatically deleted when they are older than the specified time period. Correct Answer: AC /Reference: Reference: QUESTION 37 View the Exhibit and examine the steps that you executed to create a database resource plan. Subsequently, you execute the following procedure which results in an error: SQL> EXECUTE dbms_resources_manager.validate_pending_area ( ); What could be the reason?

21 A. The pending area is automatically submitted after the plan creation B. The procedure must be executed before creating the resources plan directive C. The SYS_GROUP resource consumer group is not included in the resource plan directive D. The OTHER_GROUPS resources consumer group is not included in the resource plan directive Correct Answer: D /Reference: : QUESTION 38 Identify three key features of Oracle Data Pump (Choose three.) A. Data Pump can stop a running job and resume it later B. Data Pump can perform import using database link C. Data Pump uses absolute path instead of relative path D. Data Pump uses relative path instead of absolute path E. Data Pump can perform incremental and cumulative exports Correct Answer: ABD /Reference: : QUESTION 39 You are managing an Oracle Database 11g instance with ASM storage. You lost an ASM disk group DATA. You have RMAN backup of data as well as ASM metadata backup. You want to re- create the missing disk group by using the ASMCMD md_restore command. Which of these methods would you use to achieve this? (Choose all that apply.) A. Restore the disk group with the exact configuration as the backed-up disk group, using the same disk group name, same set of disks, failure group configurations, and data on the disk group. B. Restore the disk group with the exact configuration as the backed-up disk group, using the same disk group name, same set of disks, and failure group configurations.

22 C. Restore the disk group with changed disk group specification, failure group specification, disk group name, and other disk attributes. D. Restore metadata in an existing disk group by passing the existing disk group name as an input parameter. Correct Answer: BCD /Reference: : Purpose The md_restore command restores disk groups from a metadata backup file. Syntax and Description md_restore backup_file [--silent] [--full --nodg --newdg -o 'old_diskgroup:new_diskgroup [,...]'] [-S sql_script_file] [-G 'diskgroup [,diskgroup...]'] backup_file Reads the metadata information from backup_file. --silent Ignore errors. Typically, if md_restore encounters an error, it stops. Specifying this flag ignores any errors. --full Specifies to create a disk group and restore metadata. --nodg Specifies to restore metadata only. --newdg -o old_diskgroup:new_diskgroup] Specifies to create a disk group with a different name when restoring metadata. The -o option is required with --newdg. -S sql_script_file Write SQL commands to the specified SQL script file instead of executing the commands. -G diskgroup Select the disk groups to be restored. If no disk groups are defined, then all disk groups are restored. QUESTION 40 Which statement is true about a Scheduler-generated event? A. It can be generated when a file arrives on the file system. B. it indicates state changes that occur within the Scheduler itself. C. it is raised by an application that is consumed by the Scheduler to start a job. D. it requires jobs to be defined with an event condition and a queue specification. Correct Answer: D /Reference: Consuming Job State Events with your Application To consume job state events, your application must subscribe to the Scheduler event queue SYS.SCHEDULER$_EVENT_QUEUE. This queue is a secure queue and is owned by SYS. To create a subscription to this queue for a user, do the following: 1. Log in to the database as the SYS user or as a user with the MANAGE ANY QUEUE privilege. 2. Subscribe to the queue using a new or existing agent. 3. Run the package procedure DBMS_AQADM.ENABLE_DB_ACCESS as follows: DBMS_AQADM.ENABLE_DB_ACCESS(agent_name, db_username); where agent_name references the agent that you used to subscribe to the events queue, and db_username is the user for whom you want to create a subscription. There is no need to grant dequeue privileges to the user. The dequeue privilege is granted on the Scheduler event queue to PUBLIC. QUESTION 41 Which three elements can a job chain process involve? (Choose three)

23 A. an event B. a schedule C. a program D. another chain E. a lightweight job Correct Answer: BDE /Reference: : Don't really understand the answer so far. Defining Chain Steps After creating a chain object, you define one or more chain steps. Each step can point to one of the following: QUESTION 42 You are using Recovery Manager (RMAN) with a recovery catalog to back up your production database. The backups and the archived redo log files are copied to a tape drive on a daily basis. Because of media failure, you lost your production database completely along with the recovery catalog database. You want to recover the target database and make it functional. You consider performing the following steps to accomplish the task: 1. Restore an autobackup of the server parameter file. 2. Restore the control file 3. Start the target database instance 4. Mount the database 5. Restore the data files 6. Open the database with RESETLOGS option 7. Recover the data files 8. Set DBID for the target database Which option illustrates the correct sequence that you must use? A. 8, 1, 3, 2, 4, 5, 7, 6 B. 1, 8, 3, 4, 2, 5, 7, 6 C. 1, 3, 4, 2, 8, 5, 6, 7 D. 1, 3, 2, 4, 6, 5, 7, 8 Correct Answer: A /Reference: : Recovering the Database After a Disaster The procedure for disaster recovery is similar to the procedure for recovering the database with a backup control file in NOCATALOG mode. If you are restoring the database to a new host, then you should also review the considerations described in "Restoring a Database on a New Host". This scenario assumes that the Linux server on which your database was running has been damaged beyond repair. Fortunately, you backed up the database to Oracle Secure Backup and have the tapes available. The scenario assumes the following:

24 To recover the database on the new host: 1. If possible, restore or re-create all relevant network files such as tnsnames.ora and listener.ora and a password file. 2. Start RMAN and connect to the target database instance. At this stage, no initialization parameter file exists. If you have set ORACLE_SID and ORACLE_HOME, then you can use operating system authentication to connect as SYSDBA. For example, start RMAN as follows: % rman RMAN> CONNECT TARGET / 3. Specify the DBID for the target database with the SET DBID command, as described in "Restoring the Server Parameter File". For example, enter the following command: SET DBID ; 4. Run the STARTUP NOMOUNT command. When the server parameter file is not available, RMAN attempts to start the instance with a dummy server parameter file. 5. Allocate a channel to the media manager and then restore the server parameter file from autobackup. For example, enter the following command to restore the server parameter file from Oracle Secure Backup: RUN { ALLOCATE CHANNEL c1 DEVICE TYPE sbt; RESTORE SPFILE FROM AUTOBACKUP; } 6. Restart the instance with the restored server parameter file. STARTUP FORCE NOMOUNT; 7. Write a command file to perform the restore and recovery operation, and then execute the command file. The command file should do the following: a. Allocate a channel to the media manager. b. Restore a control file autobackup (see "Performing Recovery with a Backup Control File and No Recovery Catalog"). c. Mount the restored control file. d. Catalog any backups not recorded in the repository with the CATALOG command. e. Restore the data files to their original locations. If volume names have changed, then run SET NEWNAME commands before the restore operation and perform a switch after the restore operation to update the control file with the new locations for the data files, as shown in the following example. f. Recover the data files. RMAN stops recovery when it reaches the log sequence number specified. RMAN> RUN { # Manually allocate a channel to the media manager ALLOCATE CHANNEL t1 DEVICE TYPE sbt; # Restore autobackup of the control file. This example assumes that you have # accepted the default format for the autobackup name. RESTORE CONTROLFILE FROM AUTOBACKUP; # The set until command is used in case the database # structure has changed in the most recent backups, and you want to # recover to that point in time. In this way RMAN restores the database # to the same structure that the database had at the specified time. ALTER DATABASE MOUNT; SET UNTIL SEQUENCE 1124 THREAD 1; RESTORE DATABASE; RECOVER DATABASE; } The following example of the RUN command shows the same scenario except with new file names for the restored data files: RMAN> RUN { # If you must restore the files to new locations,

25 # use SET NEWNAME commands: SET NEWNAME FOR DATAFILE 1 TO '/dev/vgd_1_0/rlvt5_500m_1'; SET NEWNAME FOR DATAFILE 2 TO '/dev/vgd_1_0/rlvt5_500m_2'; SET NEWNAME FOR DATAFILE 3 TO '/dev/vgd_1_0/rlvt5_500m_3'; ALLOCATE CHANNEL t1 DEVICE TYPE sbt; RESTORE CONTROLFILE FROM AUTOBACKUP; ALTER DATABASE MOUNT; SET UNTIL SEQUENCE 124 THREAD 1; RESTORE DATABASE; SWITCH DATAFILE ALL; # Update control file with new location of data files. RECOVER DATABASE; } 8. If recovery was successful, then open the database and reset the online logs: ALTER DATABASE OPEN RESETLOGS; QUESTION 43 Which three tasks can be performed using a duplicate database? (Choose three.) A. Testing the backup and recovery procedures B. Testing the upgrade of an Oracle database to a new release C. Testing the effect of an application changes on database performance D. Continuously updating archive log files from the target database to support failover Correct Answer: ABC /Reference: : QUESTION 44 Refer to the exhibit. Examine the Following commands and their output: View the Exhibit and examine the Flashback Version Query that was executed after the preceding commands.

26 What could be the possible cause for the query not displaying any row? A. Flashback logging is not enabled for the database. B. The changes made to the table are not committed. C. Supplemental logging is not enabled for the database. D. The database is not configured in ARCHIVELOG mode. Correct Answer: B /Reference: QUESTION 45 You want to create the Recovery Manager (RMAN) Virtual Private Catalog (VPC) to maintain a separation of responsibilities along with a consolidation of RMAN repository. Which condition must be met before you create the VPC? A. A base catalog exists B. The recovery catalog is empty C. The base recovery catalog must be dropped D. A target database is registered in the recovery catalog Correct Answer: A /Reference: : QUESTION 46 You configured the default backup device type as disk for RMAN backups. In your database, because of business requirements, you have to take a simultaneous duplicate backup of the data files when the RMAN BACKUP command is used. What must you set using the RMAN CONFIGURE command to achieve this? A. MAXSETSIZE TO 2; B. DEVICE TYPE DISK PARALLELISM 2; C. RETENTION POLICY TO REDUNDANCY 2; D. DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 2; Correct Answer: D /Reference: : Duplexing Backup Sets with CONFIGURE BACKUP COPIES (Link) QUESTION 47 Automatic PGA Memory Management eliminates the need to manually configure which of the following initialization parameters? (Choose all that apply.) A. SORT_AREA_SIZE B. HASH_AREA_SIZE C. BITMAP_MERGE_AREA_SIZE

27 D. CREATE_BITMAP_AREA_SIZE E. PGA_AGGREGATE_TARGET Correct Answer: ABCD /Reference: : QUESTION 48 Which steps are mandatory to enable Direct NFS? 1. Mount all required file systems using the kernel NFS driver. 2. Create an oranfstab file containing the attributes for each NFS server to be accessed using Direct NFS. 3. Replace the ODM library libodm11.so_stub with libodm11.so. A. 2 and 3 B. 1 and 3 C. 1 and 2 D. 1, 2 and 3 Correct Answer: B /Reference: : QUESTION 49 Examine the following command that is used to duplicate a database on the same host: RMAN> RUN { ALLOCATE AUXILIARY CHANNEL aux 1 DEVICE TYPE DISK; DUPLICATE TARGET DATABASE TO auxdb SKIP READONLY; } Which two statements describe the effect after the database is duplicated successfully? (Choose two) A. The data files of the read-only tablespaces in the target database are not duplicated B. The read-only tablespaces in the target database are still defined in new the database C. The read-only tablespaces in the target database are changed to online after duplication D. The data files of the read-only tablespaces in the target database get duplicated E. The read-only tablespaces in the target database are not defined in the new database Correct Answer: AB /Reference: : QUESTION 50 In which two aspects does hot patching differ from conventional patching? (Choose two.)

28 A. It consumes more memory compared with conventional patching. B. It can be installed and uninstalled via OPatch unlike conventional patching. C. It takes more time to install or uninstall compared with conventional patching. D. It does not require down time to apply or remove unlike conventional patching. E. It is not persistent across instance startup and shutdown unlike conventional patching. Correct Answer: AD /Reference: : QUESTION 51 You are working on a database that was created using Oracle Database 10g, the default tablespace type property was not changed. You execute the following statement to create a tablespace, mytbs: CREATE TABLESAPCE mythbs DATAFILE '/u1/data/mytbs.dbf' SIZE 100M; Which two statements are correct regarding the mytbs tablespace? (Choose two) A. It is a smallfile tablespace. B. It is a bigfile tablespace (BFT). C. It is a default bigfile tablespace. D. It is a locally managed tablespace. E. It is a dictionary-managed tablespace. Correct Answer: AD /Reference: Specify either SET DEFAULT BIGFILE TABLESPACE or SET DEFAULT SMALLFILE TABLESPACE. If you omit this clause, the default is a smallfile tablespace, which is the traditional type of Oracle Database tablespace. Verify also: SELECT tablespace_name, extent_management, bigfile FROM dba_tablespaces WHERE tablespace_name = 'MYTHBS'; TABLESPACE_NAME EXTENT_MANAGEMENT BIGFILE MYTHBS LOCAL NO QUESTION 52 Which two statements are true about the Automatic Diagnostic Repository (ADR)? (Choose two.) A. The ADR base keeps all diagnostic information in binary format B. SQL*Plus provides the ADRI script, which can be used to work with ADR C. The ADR can be used for problem diagnosis only when the database is open D. The ADR can be disabled by settting the DIAGNOSTIC_DEST parameter to null E. The ADR can be used for problem diagnosis even when the database instance is down F. The ADR base is shared across multiple instances Correct Answer: EF /Reference: : QUESTION 53

29 View the Exhibit and examine the output of the query in different times when the following command runs in an RMAN session: RMAN> BACKUP DATABASE FILESPERSET 2; The database has seven data files. Why is the value of %_COMPLETE refreshed to in the third output after reaching 88.77? A. Because the progress is reported for each data file B. Because the progress is reported for each backup set C. Because other RMAN sessions have issued the same BACKUP command D. Because new data files have been added to the database while the RMAN backup is in progress Correct Answer: B

30 /Reference: QUESTION 54 The database is running in the ARCHIVELOG mode. It has three redo log groups with one member each. One of the redo log groups has become corrupted. You have issued the following command during the recovery of a damaged redo log file: ALTER DATABASE CLEAR UNARCHIVED LOGFILE GROUP 3; Which action should you perform immediately after using this command? A. You should perform a log switch B. You should make a backup of the database C. You should switch the database to the NOARCHIVELOG mode D. You should shut down the database instance and perform a complete database recovery Correct Answer: B /Reference: : QUESTION 55 While designing a database, you created the EMPLOYEES table as an index-organized table (IOT). You must create a bitmap index on the EMPLOYEES.JOB_ID column. Which must you do to enable the creation of the bitmap index? A. A primary key must have been created. B. A mapping table must have been created. C. An overflow tablespace must have been specified. D. The PCTTHRESHOLD option must have been specified. Correct Answer: B /Reference: QUESTION 56 You notice that the performance of the database has degraded because of frequent checkpoints. Which two actions resolve the issue? A. Disable automatic checkpoint tuning. B. Check the size of the redo log file size and increase the size if it is small. C. Set the FAST_START_MTTR_TARGET parameter as per the advice given by the MTTR Advisor. D. Decrease the number of redo log members if there are more than one redo log members available in each redo log group. Correct Answer: BC /Reference: answer is modified.

31 QUESTION 57 Given below is a list of scenarios: 1) A user terminates his session abnormally. 2) The connection between the server and the client application terminates because of a network failure. 3) A schema is accidentally dropped. 4) The tablespace is accidentally dropped from the database. 5) The hard disk gets corrupted and the data files in the disk are lost. 6) The database instance abnormally shuts down because of power failure. Which scenarios require DBA intervention to perform recovery? A. 1, 3, and 6 B. 4, 5, and 6 C. 3, 4, and 5 D. 1, 2, and 6 Correct Answer: C /Reference: : QUESTION 58 Which two statements are true about a duplicate database that is created by using the DUPLICATE command in RMAN? (Choose two.) A. It is a copy or a subset of the target database. B. It is opened in RESTRICT mode after a duplicating operation. C. It is created by using backups and archived redo log files from the target database. D. It is created with the same database identifier (DBID) as that of target database. Correct Answer: AC /Reference: : Duplicating a Database Overview of RMAN Database Duplication Database duplication is the use of the DUPLICATE command to copy all or a subset of the data in a source database. The duplicate database (the copied database) functions entirely independently from the source database (the database being copied). Purpose of Database Duplication If you copy a database with operating system utilities instead of the DUPLICATE command, then the DBID of the copied database remains the same as the original database. To register the copy database in the same recovery catalog with the original, you must change the DBID with the DBNEWID utility (see Oracle Database Utilities). In contrast, the DUPLICATE command automatically assigns the duplicate database a different DBID so that it can be registered in the same recovery catalog as the source database. Backup-Based Duplication In backup-based duplication, RMAN creates the duplicate database by using pre-existing RMAN backups and copies. This technique of duplication uses one of the following mutually exclusive subtechniques: Duplication without a target database connection, RMAN obtains metadata about backups from a recovery catalog. Duplication without a target database connection and without a recovery catalog. RMAN obtains metadata

32 about where backups and copies reside from BACKUP LOCATION. Duplication with a target database connection. RMAN obtains metadata about backups from the target database control file or from the recovery catalog. How RMAN Duplicates a Database For backup-based duplication, the principal work of the duplication is performed by the auxiliary channels. These channels correspond to a server session on the auxiliary instance on the destination host. For active database duplication the primary work is performed by target channels. RMAN must perform database point-in-time recovery, even when no explicit point in time is provided for duplication. Point-in-time recovery is required because the online redo log files in the source database are not backed up and cannot be applied to the duplicate database. The farthest point of recovery of the duplicate database is the most recent redo log file archived by the source database. As part of the duplicating operation, RMAN automates the following steps: 1. Creates a default server parameter file for the auxiliary instance if the following conditions are true: 2. Restores from backup or copies from active database the latest control file that satisfies the UNTIL clause requirements. 3. Mounts the restored or copied backup control file from the active database. 4. Uses the RMAN repository to select the backups for restoring the data files to the auxiliary instance. This step applies to backup-based duplication. 5. Restores and copies the duplicate data files and recovers them with incremental backups and archived redo log files to a noncurrent point in time. 6. Shuts down and restarts the database instance in NOMOUNT mode. 7. Creates a new control file, which then creates and stores the new DBID in the data files. 8. Opens the duplicate database with the RESETLOGS option and creates the online redo log for the new database. QUESTION 59 View Exhibit1 to examine the CRS11G disk group when all the disks are online. View Exhibit2 to examine the CRS11G disk group when one disk is offline. Why is the rebalancing not performed and the content of the disk group not empty in Exhibit2? ASM-disk-group-1 (exhibit):

Oracle 11g Database Administration

Oracle 11g Database Administration Oracle 11g Database Administration Part 1: Oracle 11g Administration Workshop I A. Exploring the Oracle Database Architecture 1. Oracle Database Architecture Overview 2. Interacting with an Oracle Database

More information

Oracle Database 10g: Administration Workshop II Release 2

Oracle Database 10g: Administration Workshop II Release 2 ORACLE UNIVERSITY CONTACT US: 00 9714 390 9000 Oracle Database 10g: Administration Workshop II Release 2 Duration: 5 Days What you will learn This course advances your success as an Oracle professional

More information

Oracle. Brief Course Content This course can be done in modular form as per the detail below. ORA-1 Oracle Database 10g: SQL 4 Weeks 4000/-

Oracle. Brief Course Content This course can be done in modular form as per the detail below. ORA-1 Oracle Database 10g: SQL 4 Weeks 4000/- Oracle Objective: Oracle has many advantages and features that makes it popular and thereby makes it as the world's largest enterprise software company. Oracle is used for almost all large application

More information

RMAN What is Rman Why use Rman Understanding The Rman Architecture Taking Backup in Non archive Backup Mode Taking Backup in archive Mode

RMAN What is Rman Why use Rman Understanding The Rman Architecture Taking Backup in Non archive Backup Mode Taking Backup in archive Mode RMAN - What is Rman - Why use Rman - Understanding The Rman Architecture - Taking Backup in Non archive Backup Mode - Taking Backup in archive Mode - Enhancement in 10g For Rman - 9i Enhancement For Rman

More information

Restore and Recovery Tasks. Copyright 2009, Oracle. All rights reserved.

Restore and Recovery Tasks. Copyright 2009, Oracle. All rights reserved. Restore and Recovery Tasks Objectives After completing this lesson, you should be able to: Describe the causes of file loss and determine the appropriate action Describe major recovery operations Back

More information

RMAN BACKUP & RECOVERY. Recovery Manager. Veeratteshwaran Sridhar

RMAN BACKUP & RECOVERY. Recovery Manager. Veeratteshwaran Sridhar RMAN Recovery Manager BACKUP & RECOVERY Veeratteshwaran Sridhar Why Backup & Recovery? The purpose of a backup and recovery strategy is to protect the database against data loss and reconstruct the database

More information

Configuring Backup Settings. Copyright 2009, Oracle. All rights reserved.

Configuring Backup Settings. Copyright 2009, Oracle. All rights reserved. Configuring Backup Settings Objectives After completing this lesson, you should be able to: Use Enterprise Manager to configure backup settings Enable control file autobackup Configure backup destinations

More information

Oracle Database 10g: New Features for Administrators

Oracle Database 10g: New Features for Administrators Oracle Database 10g: New Features for Administrators Course ON10G 5 Day(s) 30:00 Hours Introduction This course introduces students to the new features in Oracle Database 10g Release 2 - the database for

More information

ORACLE CORE DBA ONLINE TRAINING

ORACLE CORE DBA ONLINE TRAINING ORACLE CORE DBA ONLINE TRAINING ORACLE CORE DBA THIS ORACLE DBA TRAINING COURSE IS DESIGNED TO PROVIDE ORACLE PROFESSIONALS WITH AN IN-DEPTH UNDERSTANDING OF THE DBA FEATURES OF ORACLE, SPECIFIC ORACLE

More information

Oracle Database 11g: Administration Workshop II DBA Release 2

Oracle Database 11g: Administration Workshop II DBA Release 2 Oracle Database 11g: Administration Workshop II DBA Release 2 This course takes the database administrator beyond the basic tasks covered in the first workshop. The student begins by gaining a much deeper

More information

Oracle 12c Recovering a lost /corrupted table from RMAN Backup after user error or application issue

Oracle 12c Recovering a lost /corrupted table from RMAN Backup after user error or application issue Oracle 12c Recovering a lost /corrupted table from RMAN Backup after user error or application issue Oracle 12c has automated table level recovery using RMAN. If you lose a table after user error or get

More information

Strategies for Oracle Database Backup and Recovery: Case Studies. Mingguang Xu

Strategies for Oracle Database Backup and Recovery: Case Studies. Mingguang Xu Strategies for Oracle Database Backup and Recovery: Case Studies Mingguang Xu Office of Institutional Research University of Georgia www.oir.uga.edu/oirpres.html Oracle Files Oracle requires the following

More information

Oracle Database 11g: Administration Workshop II Release 2

Oracle Database 11g: Administration Workshop II Release 2 Oracle University Contact Us: 1.800.529.0165 Oracle Database 11g: Administration Workshop II Release 2 Duration: 5 Days What you will learn This Oracle Database 11g: Administration Workshop II Release

More information

Oracle Database 11g: Administration Workshop II DBA Release 2

Oracle Database 11g: Administration Workshop II DBA Release 2 Oracle University Contact Us: +35929238111 Oracle Database 11g: Administration Workshop II DBA Release 2 Duration: 5 Days What you will learn This course takes the database administrator beyond the basic

More information

The safer, easier way to help you pass any IT exams. Exam : 1Z0-067. Upgrade Oracle9i/10g/11g OCA to Oracle Database 12c OCP.

The safer, easier way to help you pass any IT exams. Exam : 1Z0-067. Upgrade Oracle9i/10g/11g OCA to Oracle Database 12c OCP. http://www.51- pass.com Exam : 1Z0-067 Title : Upgrade Oracle9i/10g/11g OCA to Oracle Database 12c OCP Version : DEMO 1 / 7 1.Which two statements are true about scheduling operations in a pluggable database

More information

Oracle Database 11g: Administration And Backup & Recover

Oracle Database 11g: Administration And Backup & Recover Oracle Database 11g: Administration And Backup & Recover ส าหร บคอร ส Oracle 11g Database Administration น เป นคอร สส าหร บผ ท ก าล งเร มต นการเป น ORACLE DBA หร อผ ท ต องการจะสอบ Oracle Certified Associate

More information

Oracle 11gR2 : Recover dropped tablespace using RMAN tablespace point in time recovery

Oracle 11gR2 : Recover dropped tablespace using RMAN tablespace point in time recovery Oracle 11gR2 : Recover dropped tablespace using RMAN tablespace point in time recovery Mohamed Azar Oracle DBA http://mohamedazar.wordpress.com 1 Mohamed Azar http://mohamedazar.wordpress.com This is new

More information

Configuring Backup Settings Configuring and Managing Persistent Settings for RMAN Configuring Autobackup of Control File Backup optimization

Configuring Backup Settings Configuring and Managing Persistent Settings for RMAN Configuring Autobackup of Control File Backup optimization Introducción Objetivos Objetivos del Curso Core Concepts and Tools of the Oracle Database The Oracle Database Architecture: Overview ASM Storage Concepts Connecting to the Database and the ASM Instance

More information

UNIVERSITY AUTHORISED EDUCATION PARTNER (WDP)

UNIVERSITY AUTHORISED EDUCATION PARTNER (WDP) Audience Data Warehouse Administrator Database Administrators Database Designers Support Engineer Technical Administrator Related Training Required Prerequisites Working knowledge of SQL and use of PL/SQL

More information

D12CBR Oracle Database 12c: Backup and Recovery Workshop NEW

D12CBR Oracle Database 12c: Backup and Recovery Workshop NEW D12CBR Oracle Database 12c: Backup and Recovery Workshop NEW What you will learn This Oracle Database 12c: Backup and Recovery Workshop will teach you how to evaluate your own recovery requirements. You'll

More information

Oracle Database 11g: Administration Workshop II

Oracle Database 11g: Administration Workshop II Oracle University Entre em contato: 0800 891 6502 Oracle Database 11g: Administration Workshop II Duração: 5 Dias Objetivos do Curso In this course, the concepts and architecture that support backup and

More information

11. Oracle Recovery Manager Overview and Configuration.

11. Oracle Recovery Manager Overview and Configuration. 11. Oracle Recovery Manager Overview and Configuration. Abstract: This lesson provides an overview of RMAN, including the capabilities and components of the RMAN tool. The RMAN utility attempts to move

More information

Objectif. Participant. Prérequis. Pédagogie. Oracle Database 11g - Administration Workshop II - LVC. 5 Jours [35 Heures]

Objectif. Participant. Prérequis. Pédagogie. Oracle Database 11g - Administration Workshop II - LVC. 5 Jours [35 Heures] Objectif Back up and recover a database Configure Oracle Database for optimal recovery Administer ASM disk groups Use an RMAN backup to duplicate a database Automating Tasks with the Scheduler Participant

More information

ORACLE DATABASE 11G: COMPLETE

ORACLE DATABASE 11G: COMPLETE ORACLE DATABASE 11G: COMPLETE 1. ORACLE DATABASE 11G: SQL FUNDAMENTALS I - SELF-STUDY COURSE a) Using SQL to Query Your Database Using SQL in Oracle Database 11g Retrieving, Restricting and Sorting Data

More information

Oracle Database Cross Platform Migration Lucy Feng, DBAK

Oracle Database Cross Platform Migration Lucy Feng, DBAK Delivering Oracle Success Oracle Database Cross Platform Migration Lucy Feng, DBAK RMOUG QEW November 19, 2010 Business Requirements Migrate all Oracle databases to IBM zseries based Linux The database

More information

D12C-AIU Oracle Database 12c: Admin, Install and Upgrade Accelerated NEW

D12C-AIU Oracle Database 12c: Admin, Install and Upgrade Accelerated NEW D12C-AIU Oracle Database 12c: Admin, Install and Upgrade Accelerated NEW Duration: 5 Days What you will learn This Oracle Database 12c: Admin, Install and Upgrade Accelerated course will provide you with

More information

Oracle 11g DBA Training Course Content

Oracle 11g DBA Training Course Content Oracle 11g DBA Training Course Content ORACLE 10g/11g DATABASE ADMINISTRATION CHAPTER1 Important Linux commands Installing of Redhat Linux as per oracle database requirement Installing of oracle database

More information

Oracle DBA Course Contents

Oracle DBA Course Contents Oracle DBA Course Contents Overview of Oracle DBA tasks: Oracle as a flexible, complex & robust RDBMS The evolution of hardware and the relation to Oracle Different DBA job roles(vp of DBA, developer DBA,production

More information

D78850GC10. Oracle Database 12c Backup and Recovery Workshop. Summary. Introduction. Prerequisites

D78850GC10. Oracle Database 12c Backup and Recovery Workshop. Summary. Introduction. Prerequisites D78850GC10 Oracle 12c and Recovery Workshop Summary Duration Vendor Audience 5 Days Oracle Data Warehouse Administrators, Administrators, Support Engineers, Technical Administrators, Technical Consultants

More information

OCP: Oracle Database 12c Administrator Certified Professional Study Guide. Exam 1Z0-063

OCP: Oracle Database 12c Administrator Certified Professional Study Guide. Exam 1Z0-063 Brochure More information from http://www.researchandmarkets.com/reports/2561621/ OCP: Oracle Database 12c Administrator Certified Professional Study Guide. Exam 1Z0-063 Description: An updated guide for

More information

Oracle Database 12c: Admin, Install and Upgrade Accelerated

Oracle Database 12c: Admin, Install and Upgrade Accelerated Oracle University Contact Us: + 38516306373 Oracle Database 12c: Admin, Install and Upgrade Accelerated Duration: 5 Days What you will learn This Oracle Database 12c: Admin, Install and Upgrade Accelerated

More information

Oracle Database 11g: New Features for Administrators DBA Release 2

Oracle Database 11g: New Features for Administrators DBA Release 2 Oracle Database 11g: New Features for Administrators DBA Release 2 Duration: 5 Days What you will learn This Oracle Database 11g: New Features for Administrators DBA Release 2 training explores new change

More information

Getting all the pieces: Reliable Backup/Recovery

Getting all the pieces: Reliable Backup/Recovery Getting all the pieces: Reliable Backup/Recovery Part 1: Recovery Manager Part 2: Custom Backup Mark W. Farnham Andy Rivenes Neil Jensen Overview Whether you use Oracle s Recovery Manager product, a third

More information

Database Recovery For Newbies

Database Recovery For Newbies Database Recovery For Newbies Paper #521 Bonnie Bizzaro, Susan McClain Objectives Provide basic understanding of recovery processes and terms Define different types of recovery Discuss common recovery

More information

Oracle Database B14191-02

Oracle Database B14191-02 Oracle Database Backup and Recovery Advanced User s Guide 10g Release 2 (10.2) B14191-02 November 2005 A guide to advanced backup and recovery of Oracle databases and advanced uses of Recovery Manager

More information

If you have not multiplexed your online redo logs, then you are only left with incomplete recovery. Your steps are as follows:

If you have not multiplexed your online redo logs, then you are only left with incomplete recovery. Your steps are as follows: How to Recover lost online redo logs? Author A.Kishore If you lose the current online redo log, then you will not be able to recover the information in that online redo log. This is one reason why redo

More information

12. User-managed and RMAN-based backups.

12. User-managed and RMAN-based backups. 12. User-managed and RMAN-based backups. Abstract: A physical backup is a copy of the physical database files, and it can be performed in two ways. The first is through the Recovery Manager (RMAN) tool

More information

AV-004: Administering and Programming with ORACLE

AV-004: Administering and Programming with ORACLE AV-004: Administering and Programming with ORACLE Oracle 11g Duration: 140 hours Introduction: An Oracle database is a collection of data treated as a unit. The purpose of a database is to store and retrieve

More information

Oracle Database: SQL and PL/SQL Fundamentals NEW

Oracle Database: SQL and PL/SQL Fundamentals NEW Oracle University Contact Us: 001-855-844-3881 & 001-800-514-06-97 Oracle Database: SQL and PL/SQL Fundamentals NEW Duration: 5 Days What you will learn This Oracle Database: SQL and PL/SQL Fundamentals

More information

COURCE TITLE DURATION. Oracle Database 11g: Administration Workshop I

COURCE TITLE DURATION. Oracle Database 11g: Administration Workshop I COURCE TITLE DURATION DBA 11g Oracle Database 11g: Administration Workshop I 40 H. What you will learn: This course is designed to give students a firm foundation in basic administration of Oracle Database

More information

Agenda. Overview Configuring the database for basic Backup and Recovery Backing up your database Restore and Recovery Operations Managing your backups

Agenda. Overview Configuring the database for basic Backup and Recovery Backing up your database Restore and Recovery Operations Managing your backups Agenda Overview Configuring the database for basic Backup and Recovery Backing up your database Restore and Recovery Operations Managing your backups Overview Backup and Recovery generally focuses on the

More information

Delivery Method: Instructor-led, group-paced, classroom-delivery learning model with structured, hands-on activities.

Delivery Method: Instructor-led, group-paced, classroom-delivery learning model with structured, hands-on activities. Course Code: Title: Format: Duration: SSD024 Oracle 11g DBA I Instructor led 5 days Course Description Through hands-on experience administering an Oracle 11g database, you will gain an understanding of

More information

Use RMAN to relocate a 10TB RAC database with minimum downtime. Tao Zuo tao_zuo@npd.com NPD Inc. 9/2011

Use RMAN to relocate a 10TB RAC database with minimum downtime. Tao Zuo tao_zuo@npd.com NPD Inc. 9/2011 Use RMAN to relocate a 10TB RAC database with minimum downtime Tao Zuo tao_zuo@npd.com NPD Inc. 9/2011 Contents Methods of relocate a database with minimum down time RMAN oracle suggested backup strategy

More information

Oracle Database 11g: Administration Workshop I Release 2

Oracle Database 11g: Administration Workshop I Release 2 Oracle University Contact Us: 1.800.529.0165 Oracle Database 11g: Administration Workshop I Release 2 Duration: 5 Days What you will learn This Oracle Database 11g: Administration Workshop I Release 2

More information

HOW TO. RMAN Restore for Standby 10gR2

HOW TO. RMAN Restore for Standby 10gR2 Author: Martin Decker Date: 8.10.2008 Subject: RMAN Restore for Standby 10gR2 HOW TO RMAN Restore for Standby 10gR2 1 Preparations The existing database MDDB1 should be duplicated as Standby Database MDSTB1

More information

Oracle Recovery Manager

Oracle Recovery Manager 1 sur 6 05/08/2014 14:17 ORACLE.COM TECHNOLOGY NETWORK PARTNERS STORE SUPPORT (Sign In / Register for a free DownloadsDocumentation Discussion Forums Articles Sample Code Training RSS Resources For PRODUCT

More information

Oracle 11g New Features - OCP Upgrade Exam

Oracle 11g New Features - OCP Upgrade Exam Oracle 11g New Features - OCP Upgrade Exam This course gives you the opportunity to learn about and practice with the new change management features and other key enhancements in Oracle Database 11g Release

More information

Cross Platform Transportable Tablespaces Migration in Oracle 11g

Cross Platform Transportable Tablespaces Migration in Oracle 11g Cross Platform Transportable Tablespaces Migration in Oracle 11g Prepared by ViSolve Migration Team June 2012 Contact ViSolve, Inc. 4010, Moorpark Avenue, #205 San Jose, California 95117 (602) 842 2738

More information

Oracle Database 10g: Backup and Recovery 1-2

Oracle Database 10g: Backup and Recovery 1-2 Oracle Database 10g: Backup and Recovery 1-2 Oracle Database 10g: Backup and Recovery 1-3 What Is Backup and Recovery? The phrase backup and recovery refers to the strategies and techniques that are employed

More information

Oracle Recovery Manager 10g. An Oracle White Paper November 2003

Oracle Recovery Manager 10g. An Oracle White Paper November 2003 Oracle Recovery Manager 10g An Oracle White Paper November 2003 Oracle Recovery Manager 10g EXECUTIVE OVERVIEW A backup of the database may be the only means you have to protect the Oracle database from

More information

Oracle Backup and Recover 101. Osborne Press ISBN 0-07-219461-8

Oracle Backup and Recover 101. Osborne Press ISBN 0-07-219461-8 Oracle Backup and Recover 101 Osborne Press ISBN 0-07-219461-8 First Printing Personal Note from the Authors Thanks for your purchase of our book Oracle Backup & Recovery 101. In our attempt to provide

More information

Oracle Database 12c: Administration Workshop NEW

Oracle Database 12c: Administration Workshop NEW Oracle University Contact Us: 1.800.529.0165 Oracle Database 12c: Administration Workshop NEW Duration: 5 Days What you will learn The Oracle Database 12c: Administration Workshop will teach you about

More information

Database Disaster Recovery using only RMAN Backups

Database Disaster Recovery using only RMAN Backups 12 th Apr, 2010 PURPOSE This paper demonstrates how an Oracle Database can be recovered or reconstructed by using only the RMAN Backup files (from Disks) in case of a complete server crash. CASE STUDY

More information

Oracle Database 11g: Administration Workshop I Release 2

Oracle Database 11g: Administration Workshop I Release 2 Oracle University Contact Us: (+202) 35 35 02 54 Oracle Database 11g: Administration Workshop I Release 2 Duration: 5 Days What you will learn This course is designed to give you a firm foundation in basic

More information

Question: 1 Identify the two direct sources from where SQL plans can be loaded into the SQL plan baselines. (Choose two.)

Question: 1 Identify the two direct sources from where SQL plans can be loaded into the SQL plan baselines. (Choose two.) Question: 1 Identify the two direct sources from where SQL plans can be loaded into the SQL plan baselines. (Choose two.) A. Cursor cache B. Stored outline C. SQL Tuning Set D. Automatic Workload Repository

More information

Using RMAN to restore a database to another server in an ASM environment

Using RMAN to restore a database to another server in an ASM environment Using RMAN to restore a database to another server in an ASM environment It is possible to restore an Oracle 11g database to another server easily in an ASM environment by following the steps below. 1.

More information

Oracle Backup and Recovery Best Practices Dell Compellent Storage Center. Dell Compellent Technical Best Practices

Oracle Backup and Recovery Best Practices Dell Compellent Storage Center. Dell Compellent Technical Best Practices Oracle Backup and Recovery Best Practices Dell Compellent Storage Center Dell Compellent Technical Best Practices ii Document Revision Table 1. Revision History Date Revision Description 6/15/2011 A Initial

More information

Oracle Database 11 g Performance Tuning. Recipes. Sam R. Alapati Darl Kuhn Bill Padfield. Apress*

Oracle Database 11 g Performance Tuning. Recipes. Sam R. Alapati Darl Kuhn Bill Padfield. Apress* Oracle Database 11 g Performance Tuning Recipes Sam R. Alapati Darl Kuhn Bill Padfield Apress* Contents About the Authors About the Technical Reviewer Acknowledgments xvi xvii xviii Chapter 1: Optimizing

More information

Objectif. Participant. Prérequis. Pédagogie. Oracle Database 11g - New Features for Administrators Release 2. 5 Jours [35 Heures]

Objectif. Participant. Prérequis. Pédagogie. Oracle Database 11g - New Features for Administrators Release 2. 5 Jours [35 Heures] Objectif Install Oracle Grid Infrastructure Install Oracle Database 11g Release 2 Use Oracle Restart to manage components Use Automatic Storage Management (ASM) enhancements Implement table compression

More information

Backup/Restore Oracle 8i/9i/10g

Backup/Restore Oracle 8i/9i/10g This chapter will describe in details how Software backup your Oracle Database Server and how you can restore an Oracle database using the backup files. Table of Content 1. Requirements 2. Overview 3.

More information

Restoring To A Different Location With EBU And RMAN An AppsDBA Consulting White Paper

Restoring To A Different Location With EBU And RMAN An AppsDBA Consulting White Paper An White Paper Contents 1. OVERVIEW... 1 1.1 DEFINITIONS... 1 2. ENTERPRISE BACKUP UTILITY... 2 2.1 ARCHITECTURE... 2 2.1.1 Target Database... 2 2.1.2 Catalog... 2 2.1.3 Media Management Layer (MML)...

More information

Oracle Database 11g: Administration Workshop I

Oracle Database 11g: Administration Workshop I Oracle University Entre em contato: 0800 891 6502 Oracle Database 11g: Administration Workshop I Duração: 5 Dias Objetivos do Curso This course is designed to give students a firm foundation in basic administration

More information

<Insert Picture Here> RMAN Configuration and Performance Tuning Best Practices

<Insert Picture Here> RMAN Configuration and Performance Tuning Best Practices 1 RMAN Configuration and Performance Tuning Best Practices Timothy Chien Principal Product Manager Oracle Database High Availability Timothy.Chien@oracle.com Agenda Recovery Manager

More information

Oracle 11g DBA Online Course - Smart Mind Online Training, Hyderabad. Oracle 11g DBA Online Training Course Content

Oracle 11g DBA Online Course - Smart Mind Online Training, Hyderabad. Oracle 11g DBA Online Training Course Content Oracle 11g DBA Online Training Course Content Faculty: Real time and certified INTRODUCTION TO ORACLE DBA What is DBA? Why a Company needs a DBA? Roles & Responsibilities of DBA Oracle Architecture Physical

More information

Oracle Backup & Recovery

Oracle Backup & Recovery ORACLG«Oracle Press Oracle Backup & Recovery Rama Velpuri Osborne McGraw-Hill Berkeley New York St. Louis San Francisco Auckland Bogota Hamburg London Madrid Mexico City Milan Montreal New Delhi Panama

More information

11. Configuring the Database Archiving Mode.

11. Configuring the Database Archiving Mode. 11. Configuring the Database Archiving Mode. Abstract: Configuring an Oracle database for backup and recovery can be complex. At a minimum, you must understand the archive process, the initialization parameters

More information

Oracle Database 10g: Backup and Recovery

Oracle Database 10g: Backup and Recovery Oracle Database 10g: Backup and Recovery Volume I Student Guide D22057GC10 Production 1.0 June 2006 D46524 1 Authors Donna Keesling Maria Billings Technical Contributors and Reviewers Christopher Andrews

More information

Using HP StoreOnce Backup systems for Oracle database backups

Using HP StoreOnce Backup systems for Oracle database backups Technical white paper Using HP StoreOnce Backup systems for Oracle database backups Table of contents Introduction 2 Technology overview 2 HP StoreOnce Backup systems key features and benefits 2 HP StoreOnce

More information

Oracle Database 12c: Administration Workshop NEW. Duration: 5 Days. What you will learn

Oracle Database 12c: Administration Workshop NEW. Duration: 5 Days. What you will learn Oracle Database 12c: Administration Workshop NEW Duration: 5 Days What you will learn The Oracle Database 12c: Administration Workshop will teach you about the Oracle Database architecture. You will discover

More information

Oracle Database 12c Recovery Manager New Features

Oracle Database 12c Recovery Manager New Features Oracle Database 12c Recovery Manager New Features Presented by: Andy Colvin February 13, 2013 *DISCLAIMER* Oracle 12c has not been released yet Some features may not be available I believe Oracle has mentioned

More information

ORACLE DATABASE: ADMINISTRATION WORKSHOP I

ORACLE DATABASE: ADMINISTRATION WORKSHOP I ORACLE DATABASE: ADMINISTRATION WORKSHOP I CORPORATE COLLEGE SEMINAR SERIES Date: March 18 April 25 Presented by: Lone Star Corporate College in partnership with Oracle Workforce Development Program Format:

More information

Oracle Database B14192-03

Oracle Database B14192-03 Oracle Database Backup and Recovery Basics 10g Release 2 (10.2) B14192-03 November 2005 An introduction to the basics of backup and recovery of Oracle databases, focusing on the use of Recovery Manager

More information

Oracle 10g Feature: RMAN Incrementally Updated Backups

Oracle 10g Feature: RMAN Incrementally Updated Backups Oracle 10g Feature: RMAN Incrementally Updated Backups Author: Dave Anderson, SkillBuilders Date: September 13, 2004 Introduction This article explains one of the features presented by Dave Anderson at

More information

Oracle 10g release 1. Administration. Database Outsourcing Experts

Oracle 10g release 1. Administration. Database Outsourcing Experts SYSAUX This new tablespace sits alongside the SYSTEM tablespace and serves the purpose of keeping system-related schemas out of the SYSTEJM tablespace. This includes AWR data, Log Miner data, Streams,

More information

TECHNICAL REPORT. Nimble Storage Oracle Backup and Recovery Guide

TECHNICAL REPORT. Nimble Storage Oracle Backup and Recovery Guide TECHNICAL REPORT Nimble Storage Oracle Backup and Recovery Guide N I M B L E T E C H N I C A L R E P O R T : N I M B L E S T O R A G E F O R O R A C L E B A C K U P A N D R E C O V E R Y 1 Document Revision

More information

Performing Database and File System Backups and Restores Using Oracle Secure Backup

Performing Database and File System Backups and Restores Using Oracle Secure Backup Performing Database and File System Backups and Restores Using Oracle Secure Backup Purpose This lesson introduces you to Oracle Secure Backup which enables you to perform database and file system backups

More information

Oracle Database 11g: New Features for Administrators

Oracle Database 11g: New Features for Administrators Oracle University Entre em contato: 0800 891 6502 Oracle Database 11g: New Features for Administrators Duração: 5 Dias Objetivos do Curso This course gives students the opportunity to learn about-and practice

More information

Using Recovery Manager with Oracle Data Guard in Oracle Database 10g. An Oracle White Paper April 2009

Using Recovery Manager with Oracle Data Guard in Oracle Database 10g. An Oracle White Paper April 2009 Using Recovery Manager with Oracle Data Guard in Oracle Database 10g An Oracle White Paper April 2009 Using Recovery Manager with Oracle Data Guard in Oracle Database 10g Executive summary... 3 Introduction...

More information

Zen Internet. Online Data Backup. Zen Vault Professional Plug-ins. Issue: 2.0.08

Zen Internet. Online Data Backup. Zen Vault Professional Plug-ins. Issue: 2.0.08 Zen Internet Online Data Backup Zen Vault Professional Plug-ins Issue: 2.0.08 Contents 1 Plug-in Installer... 3 1.1 Installation and Configuration... 3 2 Plug-ins... 5 2.1 Email Notification... 5 2.1.1

More information

Module 14: Scalability and High Availability

Module 14: Scalability and High Availability Module 14: Scalability and High Availability Overview Key high availability features available in Oracle and SQL Server Key scalability features available in Oracle and SQL Server High Availability High

More information

Oracle Database 11g R1 & R2: New Features for Administrators

Oracle Database 11g R1 & R2: New Features for Administrators Oracle Database 11g R1 & R2: New Features for Administrators Summary This Oracle 11g course will assist experienced Oracle database administrators to quickly learn the new features and concepts associated

More information

Backup and Recovery. Oracle RMAN 11 g. Oracle Press ORACLG. Matthew Hart. Robert G. Freeman. Mc Graw Hill. Lisbon London Madrid Mexico City Milan

Backup and Recovery. Oracle RMAN 11 g. Oracle Press ORACLG. Matthew Hart. Robert G. Freeman. Mc Graw Hill. Lisbon London Madrid Mexico City Milan ORACLG Oracle Press Oracle 11 g Backup and Recovery Robert G. Freeman Matthew Hart Mc Graw Hill New York Chicago San Francisco Lisbon London Madrid Mexico City Milan New Delhi San Juan Seoul Singapore

More information

HP LeftHand SAN Solutions

HP LeftHand SAN Solutions HP LeftHand SAN Solutions Support Document Application Notes Oracle Backup Recovery Setup on LeftHand Networks IP SAN Legal Notices Warranty The only warranties for HP products and services are set forth

More information

Oracle9i Database: Advanced Backup and Recovery Using RMAN

Oracle9i Database: Advanced Backup and Recovery Using RMAN Oracle9i Database: Advanced Backup and Recovery Using RMAN Student Guide D16507GC10 Production 1.0 March 2003 D37796 Author Jim Womack Technical Contributors and Reviewers Matthew Arrocha Tammy Bednar

More information

An Oracle White Paper March 2012. Backup and Recovery Strategies for the Oracle Database Appliance

An Oracle White Paper March 2012. Backup and Recovery Strategies for the Oracle Database Appliance An Oracle White Paper March 2012 Backup and Recovery Strategies for the Oracle Database Appliance 1 Oracle Database Appliance The Oracle Database Appliance is an engineered-system; a pre-configured bundle

More information

Maximum Availability Architecture. Oracle Best Practices For High Availability

Maximum Availability Architecture. Oracle Best Practices For High Availability Preventing, Detecting, and Repairing Block Corruption: Oracle Database 11g Oracle Maximum Availability Architecture White Paper May 2012 Maximum Availability Architecture Oracle Best Practices For High

More information

Oracle Database 11g: Administration I

Oracle Database 11g: Administration I Oracle Database 11g: Administration I Course ID ORA900 Course Description Administration of the Oracle database management system (DBMS) software environment and of the server systems on which the DBMS

More information

Objectif. Participant. Prérequis. Pédagogie. Oracle Database 11g - Administration Workshop I Release 2. 5 Jours [35 Heures]

Objectif. Participant. Prérequis. Pédagogie. Oracle Database 11g - Administration Workshop I Release 2. 5 Jours [35 Heures] Plan de cours disponible à l adresse http://www.adhara.fr/.aspx Objectif Monitor performance Describe Oracle Database Architecture Install Oracle Grid Infrastructure Install and configure Oracle Database

More information

Oracle Data Guard for High Availability and Disaster Recovery

Oracle Data Guard for High Availability and Disaster Recovery Oracle Data Guard for High Availability and Disaster Recovery John Zhong Senior Technical Specialist Global Database Management Group Citigroup and Vice President of American DBAOnline John_j_zhong@yahoo.com

More information

This appendix describes the following procedures: Cisco ANA Registry Backup and Restore Oracle Database Backup and Restore

This appendix describes the following procedures: Cisco ANA Registry Backup and Restore Oracle Database Backup and Restore APPENDIXA This appendix describes the following procedures: Cisco ANA Registry Oracle Database Cisco ANA Registry This section describes the Cisco ANA Registry backup and restore procedure. Overview Provides

More information

RMAN in the Trenches: To Go Forward, We Must Backup

RMAN in the Trenches: To Go Forward, We Must Backup RMAN in the Trenches: To Go Forward, We Must Backup By Philip Rice In the process of implementing Recovery Manager (RMAN) over a period of several years, I had many questions, and some were not easy to

More information

Recreate Physical Standby Database after Recovery of Primary Database

Recreate Physical Standby Database after Recovery of Primary Database Recreate Physical Standby Database after Recovery of Primary Database In Oracle 11g it is possible to create a Physical Standby Database from the Primary Database using RMAN. Furthermore, the same procedure

More information

BrightStor ARCserve Backup

BrightStor ARCserve Backup BrightStor ARCserve Backup Support for Oracle Backup and Restore on Windows 64-Bit Platform - 1 - TABLE OF CONTENTS 1. Summary... 3 2. Backup and Restore Process... 3 3. RMAN Command and Script Template...

More information

ASM and for 3rd Party Snapshot Solutions - for Offhost. Duane Smith Nitin Vengurlekar RACPACK

ASM and for 3rd Party Snapshot Solutions - for Offhost. Duane Smith Nitin Vengurlekar RACPACK ASM and for 3rd Party Snapshot Solutions - for Offhost backup Duane Smith Nitin Vengurlekar RACPACK POINT-IN-TIME COPY TECHNOLOGIES POINT-IN-TIME COPY TECHNOLOGIES Generic guidelines & best practices for

More information

Oracle Database. Backup and Recovery Basics 10g Release 1 (10.1) Part No. B10735-01

Oracle Database. Backup and Recovery Basics 10g Release 1 (10.1) Part No. B10735-01 Oracle Database Backup and Recovery Basics 10g Release 1 (10.1) Part No. B10735-01 December 2003 Oracle Database Backup and Recovery Basics 10g Release 1 (10.1) Part No. B10735-01 Copyright 2003 Oracle

More information

ORACLE DBA 11G TRAINING

ORACLE DBA 11G TRAINING ORACLE DBA 11G TRAINING DURATION 40hrs AVAILABLE BATCHES WEEKDAYS (7.00AM TO 8.00AM) & WEEKENDS (10AM TO 1PM) MODE OF TRAINING AVAILABLE ONLINE INSTRUCTOR LED CLASSROOM TRAINING (MARATHAHALLI, BANGALORE)

More information

Feature. Database Backup and Recovery Best Practices

Feature. Database Backup and Recovery Best Practices Feature Ali Navid Akhtar, OCP, has more than two decades of experience with databases. He works as a lead database administrator at Solo Cup Co. Jeff Buchholtz has more than 18 years of design, implementation

More information

Support Document: Microsoft SQL Server - LiveVault 7.6X

Support Document: Microsoft SQL Server - LiveVault 7.6X Contents Preparing to create a Microsoft SQL backup policy... 2 Adjusting the SQL max worker threads option... 2 Preparing for Log truncation... 3 Best Practices... 3 Microsoft SQL Server 2005, 2008, or

More information

Oracle Database 12c: Performance Management and Tuning NEW

Oracle Database 12c: Performance Management and Tuning NEW Oracle University Contact Us: 1.800.529.0165 Oracle Database 12c: Performance Management and Tuning NEW Duration: 5 Days What you will learn In the Oracle Database 12c: Performance Management and Tuning

More information