+ All Categories
Home > Documents > Oracle.Prepaway.1z0-066.v2018-12-03.by.Mateo...Dec 03, 2018  · Exam A QUESTION 1 Which four...

Oracle.Prepaway.1z0-066.v2018-12-03.by.Mateo...Dec 03, 2018  · Exam A QUESTION 1 Which four...

Date post: 11-Mar-2021
Category:
Upload: others
View: 0 times
Download: 0 times
Share this document with a friend
47
https://www.gratisexam.com/ 1z0-066.exam.53q Number : 1z0-066 Passing Score : 800 Time Limit : 120 min https://www.gratisexam.com/ 1z0-066 Oracle Database 12c: Data Guard Administration
Transcript
Page 1: Oracle.Prepaway.1z0-066.v2018-12-03.by.Mateo...Dec 03, 2018  · Exam A QUESTION 1 Which four database parameters might be affected by or influence the creation of standby databases?

https://www.gratisexam.com/

1z0-066.exam.53q

Number: 1z0-066Passing Score: 800Time Limit: 120 min

https://www.gratisexam.com/

1z0-066

Oracle Database 12c: Data Guard Administration

Page 2: Oracle.Prepaway.1z0-066.v2018-12-03.by.Mateo...Dec 03, 2018  · Exam A QUESTION 1 Which four database parameters might be affected by or influence the creation of standby databases?

https://www.gratisexam.com/

Exam A

QUESTION 1Which four database parameters might be affected by or influence the creation of standby databases?

A. DB_NAME

B. ARCHIVE_LAG_TARGET

C. COMPATIBLE

D. DB_FILE_NAME_CONVERT

E. DB_UNIQUE_NAME

F. FAL_SERVER

G. STANDBY_ARCHIVE_DEST

Correct Answer: ADEFSection: (none)Explanation

Explanation/Reference:A: DB_NAMEOn a primary database, specify the name used when the database was created. On a physical standby database, use the DB_NAME of the primary database.

C: Ensure the COMPATIBLE initialization parameter is set to the same value on both the primary and standby databases. If the values differ, redo transportservices may be unable to transmit redo data from the primary database to the standby databases.

D: DB_FILE_NAME_CONVERTSpecify the path name and filename location of the primary database data files followed by the standby location. This parameter converts the path names of theprimary database data files to the standby data file path names.

E: DB_UNIQUE_NAMESpecify a unique name for each database. This name stays with the database and does not change, even if the primary and standby databases reverse roles.

F: FAL_SERVERSpecify the Oracle Net service name of the FAL server (typically this is the database running in the primary role).

References: https://docs.oracle.com/database/121/SBYDB/create_ps.htm#SBYDB4720

QUESTION 2Your Data Guard environment has one physical standby database using Real-Time Query.

Two sentences have been created by these SQL statements:

Page 3: Oracle.Prepaway.1z0-066.v2018-12-03.by.Mateo...Dec 03, 2018  · Exam A QUESTION 1 Which four database parameters might be affected by or influence the creation of standby databases?

https://www.gratisexam.com/

create sequence a global;create sequence b session;

Neither sequence has been used since being created.

Session 1 connects to the primary database instance and issues these two SQL statements:

SELECT a.nextval FROM DUAL;SELECT b.nextval FROM DUAL;

Then session 2 connects to the physical standby database instance and issues the same SQL statements.

What output will be seen for session 2?

Page 4: Oracle.Prepaway.1z0-066.v2018-12-03.by.Mateo...Dec 03, 2018  · Exam A QUESTION 1 Which four database parameters might be affected by or influence the creation of standby databases?

https://www.gratisexam.com/

https://www.gratisexam.com/

A. Option A

B. Option B

C. Option C

D. Option D

Correct Answer: CSection: (none)Explanation

Explanation/Reference:

QUESTION 3You must propose an Oracle Data Guard configuration for a database supporting an OLTP workload that meets these permanent requirements:

1. Data loss is not permitted.2. Read-only applications should not connect to the primary database instance.

Additionally, there are these requirements, only one of which is ever done at any one time:

3. It should be possible to apply and test designated patches with a minimum amount of downtime.4. Upgrading to a new database release should be performed with the least possible amount of downtime.5. New application software releases should be tested against an exact up-to-date replica of the production database.

You propose a primary database with one physical standby database configured in Maximum Protection mode.

Which requirements do you meet?

A. 2, 3, 4, and 5

B. 1, 2, 3, 4, and 5

C. 1 and 2

D. only requirement 5

Page 5: Oracle.Prepaway.1z0-066.v2018-12-03.by.Mateo...Dec 03, 2018  · Exam A QUESTION 1 Which four database parameters might be affected by or influence the creation of standby databases?

https://www.gratisexam.com/

E. only requirement 1

Correct Answer: CSection: (none)Explanation

Explanation/Reference:Maximum Protection mode ensures that zero data loss occurs if a primary database fails.Because this data protection mode prioritizes data protection over primary database availability, Oracle recommends that a minimum of two standby databases beused to protect a primary database that runs in maximum protection mode to prevent a single standby database failure from causing the primary database to shutdown.

Incorrect Answers:A, D: Maximum Protection mode ensures that zero data loss occurs if a primary database fails.

References: https://docs.oracle.com/cd/B28359_01/server.111/b28294/protection.htm

QUESTION 4Examine the Data Guard configuration:

DGMGRL> show configuration;

Configuration –AnimalsProtection Mode: MaxAvailability

Databases:dogs- Primary databasecats- Snapshot standby databasesheep- Snapshot standby database

Fast-Start Failover: DISABLED

Configuration Status:ORA-01034: ORACLE not availableORA-16625: cannot reach database “dogs”DGM-17017: unable to determine configuration status

You wish to perform a failover to Sheep.

Which command, or sequence of commands, should you issue to the broker before executing “failover to sheep”, using the broker?

A. DGMGRL> convert database cats to physical standby;

Page 6: Oracle.Prepaway.1z0-066.v2018-12-03.by.Mateo...Dec 03, 2018  · Exam A QUESTION 1 Which four database parameters might be affected by or influence the creation of standby databases?

https://www.gratisexam.com/

B. DGMGRL> convert database sheep to physical standby;

C. DGMGRL> convert database sheep to physical standby;DGMGRL> convert database cats to physical standby;

D. DGMGRL>edit configuration set protection mode as maxperformance;DGMGRL> convert database sheep to physical standby;

E. None, because you can directly failover to a Snapshot Standby Database.

Correct Answer: CSection: (none)Explanation

Explanation/Reference:Note: Oracle Error: ORA-16625Error Description:Cannot reach the database

Error Cause:The broker rejected an operation requested by the client when the database required to execute that operation was not reachable from the database where therequest was made. If the request modifies the configuration, the request must be processed by the copy of the broker running on an instance of the primarydatabase.

Action:Check your network connections between all of the databases in the configuration. Alternatively, you can connect your client to a different database in the DataGuard broker configuration and try your request again. If you are simply attempting to determine the status of a particular database in the configuration, you mayconnect your client to that database and get the current value of the StatusReport property for that database.

References: http://psoug.org/oraerror/ORA-16625.htm

QUESTION 5Attempting to start the observer raises an error:

DGMGRL> start observer:

DGM-16954: Unable to open and lock the Observer configuration file Failed.

Identify two possible reasons for this error.

A. Fast-Start Failover is not yet enabled for this Data Guard configuration.

B. The observer configuration file is marked read-only.

C. There is already an observer running for this Data Guard configuration.

Page 7: Oracle.Prepaway.1z0-066.v2018-12-03.by.Mateo...Dec 03, 2018  · Exam A QUESTION 1 Which four database parameters might be affected by or influence the creation of standby databases?

https://www.gratisexam.com/

D. There is another observer running for a Data Guard configuration which uses the same observer configuration file.

E. The broker configuration has not yet been created.

Correct Answer: BDSection: (none)Explanation

Explanation/Reference:Error code: DGM-16954Description: Unable to open and lock the Observer configuration fileCause: The Observer configuration file cannot be opened or cannot be locked for exclusive access.Action: Make sure the Observer has the correct operating system privileges to write the file and there is no other Observer that is using the same file. Try thecommand again.

References: https://www.oraexcel.com/oracle-12cR1-DGM-16954

QUESTION 6Examine the Data Guard configuration:

DGMGRL> show configuration;

Configuration –Animals

Protection Mode: MaxAvailability

Databases:dogs- Primary databasesheep- (*) Physical standby databasecats- Physical standby database

Fast-Start Failover: ENABLED

Configuration Status:SUCCESS

What happens if you issue “switchover” to sheep;” at the DGMGRL prompt?

A. The switchover succeeds but Dogs need to be reinstated.

B. The switchover succeeds but Fast-Start Failover is suspended.

C. The switchover succeeds and Cats become the new failover target.

D. The switchover succeeds and Dogs become the new failover target.

Page 8: Oracle.Prepaway.1z0-066.v2018-12-03.by.Mateo...Dec 03, 2018  · Exam A QUESTION 1 Which four database parameters might be affected by or influence the creation of standby databases?

https://www.gratisexam.com/

E. It results in an error indicating that a switchover is not allowed.

Correct Answer: DSection: (none)Explanation

Explanation/Reference:Incorrect Answers:E: NOT ALLOWED - Either this is a standby database and the primary database has not been switched first, or this is a primary database and there are no standbydatabases.

QUESTION 7Which two are true about database roles in an Oracle Data Guard Configuration?

A. A configuration consisting only of a primary and one or more physical standby databases can support a rolling release upgrade.

B. A Logical Standby Database can be converted to a Snapshot Standby Database.

C. A Logical Standby Database can cascade redo to a terminal destination.

D. A Snapshot Standby Database can be a fast-start failover target.

E. A Physical Standby Database can be converted into a Logical Standby Database.

Correct Answer: BESection: (none)Explanation

Explanation/Reference:B: A snapshot standby database can be converted back into a physical standby database at any time.

E: You create a logical standby database by first creating a physical standby database and then transitioning it to a logical standby database.

Incorrect Answers:A: Oracle Database supports the installation of database software upgrades, and the application of patch sets, in a rolling fashion—with near zero databasedowntime—by using Data Guard SQL Apply and logical standby databases.

C: A cascaded redo transport destination (also known as a terminal destination) receives primary database redo indirectly from a standby database rather thandirectly from a primary database. Only physical standby databases can cascade redo.

D: A snapshot standby cannot be the target of a switchover or fast-start failover operation.

References: https://docs.oracle.com/cd/E11882_01/server.112/e41134/create_ls.htm#SBYDB4732https://docs.oracle.com/cd/E11882_01/server.112/e41134/manage_ps.htm#SBYDB00580

Page 9: Oracle.Prepaway.1z0-066.v2018-12-03.by.Mateo...Dec 03, 2018  · Exam A QUESTION 1 Which four database parameters might be affected by or influence the creation of standby databases?

https://www.gratisexam.com/

QUESTION 8There are currently 6 APPLIER and 6 PREPARER processes running and no idle APPLIER processes on your logical standby database.

The MAX_SERVERS SQL apply parameter and number of archiver processes are both set to 12.

Identify two changes, each of which would allow you to increase the number of APPLIER processes.

A. Increase the PROCESSES initialization parameter

B. Increase the value for the MAX_SERVERS SQL apply parameter.

C. Decrease the number of archiver processes on the standby database.

D. Increase the PARALLEL_MAX_SERVER initialization parameter

E. Decrease the number of PREPARER processes

F. Increase the RECOVERY_PARALLELISM initialization parameter

Correct Answer: BESection: (none)Explanation

Explanation/Reference:There are three parameters that can be modified to control the number of processes allocated to SQL Apply: MAX_SERVERS, APPLY_SERVERS, andPREPARE_SERVERS. The following relationships must always hold true:

APPLY_SERVERS + PREPARE_SERVERS = MAX_SERVERS - 3

This is because SQL Apply always allocates one process for the READER, BUILDER, and ANALYZER roles.

References: https://docs.oracle.com/cd/B28359_01/server.111/b28294/manage_ls.htm

QUESTION 9Which three statements are true about snapshot standby databases?

A. Snapshot standby databases may be used for rolling release upgrades.

B. If datafiles grow while a database is a snapshot standby database, then they shrink when converted back to a physical standby database.

C. Flashback logs are used to convert a snapshot standby database back into a physical standby database.

D. A snapshot standby database can have Real-Time Query enabled.

E. A guaranteed restore point is created automatically when a physical standby database is converted into a snapshot standby database.

Page 10: Oracle.Prepaway.1z0-066.v2018-12-03.by.Mateo...Dec 03, 2018  · Exam A QUESTION 1 Which four database parameters might be affected by or influence the creation of standby databases?

https://www.gratisexam.com/

https://www.gratisexam.com/

Correct Answer: CESection: (none)Explanation

Explanation/Reference:C: Flashback Database is similar to conventional point-in-time recovery in its effects. It enables you to return a database to its state at a time in the recent past.Flashback Database uses its own logging mechanism, creating flashback logs and storing them in the fast recovery area. You can only use Flashback Database ifflashback logs are available. Flashback Database is used to convert a snapshot standby database back into a physical standby database.

E: When we convert the physical standby database to snapshot standby database a guaranteed restore point is created. This guaranteed restore point is used toflashback a snapshot standby database to its original state.

Incorrect Answers:A: Oracle Database supports the installation of database software upgrades, and the application of patch sets, in a rolling fashion—with near zero databasedowntime—by using Data Guard SQL Apply and logical standby databases.

References: https://docs.oracle.com/cd/E11882_01/server.112/e41134/manage_ps.htm#SBYDB4803http://satya-dba.blogspot.se/2012/06/snapshot-standby-databases-oracle.html

QUESTION 10Which three statements are true about Global Sequences when connected to a physical standby database with Real-Time Query enabled?

A. If the CACHE option is set then the size of the cache must be at least 100.

B. Their creation requires that a LOG_ARCHIVE_DEST_n parameter be defined in the standby that points back to their primary.

C. Their usage will always have a performance impact on the primary database.

D. Their usage may have a performance impact on the physical standby database if the CACHE size is too small

E. They must have the NOORDER and CACHE options set.

Correct Answer: BDESection: (none)Explanation

Page 11: Oracle.Prepaway.1z0-066.v2018-12-03.by.Mateo...Dec 03, 2018  · Exam A QUESTION 1 Which four database parameters might be affected by or influence the creation of standby databases?

https://www.gratisexam.com/

Explanation/Reference:B: the terminal standby should have a LOG_ARCHIVE_DEST_n parameter defined that points back to the primary.

D: Because the standby's requests for a range of sequences involve a round-trip to the primary, be sure to specify a large enough value for the CACHE keywordwhen you create a sequence that will be used on an Oracle Active Data Guard standby. Otherwise, performance could suffer.

E: In an Oracle Active Data Guard environment, sequences created by the primary database with the default CACHE and NOORDER options can be accessedfrom standby databases as well.

References: https://docs.oracle.com/database/121/SBYDB/manage_ps.htm#SBYDB5164

QUESTION 11Examine this query and its output:

SQL> select fs_failover_status, fs_failover_current_target,

2 fs_failover_observer_present, fs_failover_oserver_host

3 from v$database:

FS_FAILOVER_STATUS FS_FAILOVER_CURRENT_TARGET

FS_FAILOVER_OBSERVER_PRESENT FS_FAILOVER_OBSERVER_HOST

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

BYSTANDER cats NO

O17.example.com

Which are true?

A. The observer is not connected to the database on which the query was executed.

B. Cats is a bystander database.

C. The observer is connected to the database on which the query was executed.

D. The observer is currently running on o17.example.com.

E. The observer is not running, but should run on o17.example.com.

Correct Answer: ASection: (none)Explanation

Explanation/Reference:Viewing Information About the ObserverYou can find information about the observer by querying the following columns in the V$DATABASE view:* FS_FAILOVER_OBSERVER_HOST shows the name of the computer on which the observer is running. Here it is cats.

Page 12: Oracle.Prepaway.1z0-066.v2018-12-03.by.Mateo...Dec 03, 2018  · Exam A QUESTION 1 Which four database parameters might be affected by or influence the creation of standby databases?

https://www.gratisexam.com/

* FS_FAILOVER_OBSERVER_PRESENT shows whether or not the observer is connected to the local database. Here the value is NO.

References: https://docs.oracle.com/cd/B19306_01/server.102/b14230/sofo.htm

QUESTION 12Which three are true about using RMAN in a Data Guard environment?

A. A recovery catalog is required when RMAN is used to take backups from a logical standby database in a Data Guard configuration if you plan to recover theprimary using those backups.

B. Backups of archived redo logs taken on a physical standby are interchangeable with a primary.

C. A recovery catalog is required when RMAN is used to take backups from a physical standby database if you plan to recover the primary using those backups.

D. Backups of control files taken on a physical standby are not interchangeable with a primary.

E. Backups of data files taken on a physical standby are interchangeable with a primary.

Correct Answer: BCESection: (none)Explanation

Explanation/Reference:RMAN uses a recovery catalog to track filenames for all database files in a Data Guard environment. A recovery catalog is a database schema used by RMAN tostore metadata about one or more Oracle databases. The catalog also records where the online redo logs, standby redo logs, tempfiles, archived redo logs, backupsets, and image copies are created.

RMAN commands use the recovery catalog metadata to behave transparently across different physical databases in the Data Guard environment. For example,you can back up a tablespace on a physical standby database and restore and recover it on the primary database. Similarly, you can back up a tablespace on aprimary database and restore and recover it on a physical standby database.

Incorrect Answers: A: Because a logical standby database is not a block-for-block copy of the primary database, you cannot use a logical standby database to back up the primarydatabase

D: Backups of standby control files and nonstandby control files are interchangeable. For example, you can restore a standby control file on a primary database anda primary control file on a physical standby database. This interchangeability means that you can offload control file backups to one database in a Data Guardenvironment. RMAN automatically updates the filenames for database files during restore and recovery at the databases.

References: https://docs.oracle.com/cd/E11882_01/server.112/e41134/rman.htm#SBYDB4853

QUESTION 13A customer has these requirements for their potential Data Guard implementation:1. Zero data loss must still be guaranteed through the loss of any one configuration component.

Page 13: Oracle.Prepaway.1z0-066.v2018-12-03.by.Mateo...Dec 03, 2018  · Exam A QUESTION 1 Which four database parameters might be affected by or influence the creation of standby databases?

https://www.gratisexam.com/

2. The primary database must be protected against a regional disaster.3. Performance overheads on the primary should be minimized as much as possible given these requirements.4. Downtime on the primary database for any reason must be kept to a minimum.

Components referred to in the broker commands are:

Which Data Guard broker commands are needed to implement these requirements?

A. EDIT DATABASE prima SET PROPERY REDOROUTES=’ (LOCAL: physt1, FASTSYNC)’;EDIT DATABASE prima SET PROPERY REDOROUTES=’ (LOCAL: fs1 SYNC)’;EDIT FAR_SYNC fs1 SET PROPERTY REDORUOTES=’ (prima: physt2 SYNC)’;EDIT CONFIGURATION SET PROTECTION MODE AS MAXAVAILABILITY;

B. EDIT DATABASE prima SET PROPERY REDOROUTES=’ (LOCAL: fs1 ASYNC)’;EDIT FAR_SYNC fs1 SET PROPERTY REDORUOTES=’ (prima: physt FASTSYNC)’;EDIT CONFIGURATION SET PROTECTION MODE AS MAXPROTECTION

C. EDIT DATABASE prima SET PROPERY REDOROUTES=’ (LOCAL: fs1 SYNC)’;EDIT FAR_SYNC fs1 SET PROPERTY REDORUOTES=’ (prima: physt ASYNC)’;EDIT CONFIGURATION SET PROTECTION MODE AS MAXAVAILABILITY;

D. EDIT DATABASE prima SET PROPERY REDOROUTES=’ (LOCAL: physt1, FASTSYNC)’;EDIT DATABASE prima SET PROPERY REDOROUTES=’ (LOCAL: fs1, FASTSYNC)’;EDIT FAR_SYNC fs1 SET PROPERTY REDORUOTES=’ (prima: physt2 ASYNC)’;EDIT CONFIGURATION SET PROTECTION MODE AS MAXAVAILABILITY;

Correct Answer: ASection: (none)Explanation

Explanation/Reference:The route between fs1 and physical standbase in the remote region, like physt2, should be SYNC or SYNC NOAFFIRM.

Note:

Page 14: Oracle.Prepaway.1z0-066.v2018-12-03.by.Mateo...Dec 03, 2018  · Exam A QUESTION 1 Which four database parameters might be affected by or influence the creation of standby databases?

https://www.gratisexam.com/

Fast Sync is a new Data Guard capability available with Oracle Database 12c. Fast Sync enables use of the destination parameter NOAFFIRM which specifies thatthe standby acknowledge receipt of redo without waiting for the write to the standby redo log file to complete. Fast Sync can improve application response time in aSYNC configuration by removing remote I/O from the total round trip time.

Active Data Guard Far Sync Architecture

Incorrect Answers:B: There is no keyword FASTSYNC. To configure fast sync you use SYNC NOAFFIRM.C: The route between fs1 and physical standbase in the remote region, like physt, should be SYNC, not ASYNC.D: The route between fs1 and physical standbase in the remote region, like physt2, should be SYNC, not ASYNC.

References: http://www.oracle.com/technetwork/database/availability/farsync-2267608.pdf

QUESTION 14Examine the Data Guard configuration:

DGMGRL> show configuration:

Configuration-Animals

Protection Mode: MaxAvailabilityDatabases:Sheep- Primary databaseWarning: ORA-16817: unsynchronized fast-start failover configurationDogs – (*) Physical standby database (disabled)ORA- 16661: the standby database needs to be reinstated

Page 15: Oracle.Prepaway.1z0-066.v2018-12-03.by.Mateo...Dec 03, 2018  · Exam A QUESTION 1 Which four database parameters might be affected by or influence the creation of standby databases?

https://www.gratisexam.com/

Fast-Start Failover: ENABLEDConfiguration Status: WARNING

And the fast-start failover configuration:

DGMGRL> show fast_start failover;Fast-Start Failover: ENABLED

Threshold : 30 secondsTarget: dogsObserver : 017.example.comLag Limit: 30 seconds (not in use)Shutdown Primary: TRUEAuto-reinstate: TRUEObserver Reconnect: 10 secondsObserver Override: FALSE

Configurable Failover ConditionsHealth Conditions:Corrupted Controlfile YESCorrupted Dictionary YESInaccessible Logfile NOStuck Archiver NODatafile Offline YESOracle error Conditions:ORA-01578: ORACLE data block corrupted (file # %s, block # %s)

And finally the reason for the fail over:

SQL> select last_failover_reason from v$fs_failover_stats;

LAST_FAILOVER_REASONORA-01578: ORACLE data block corrupted (file # %s, block # %s)

Identify the task, or sequence of tasks, to bring the configuration into the SUCCESS state.

A. Bring Dogs to the NOMOUNT state and let the broker reinstate Dogs automatically.

B. MOUNT DOGS and issue “reinstate database dogs:” at the DGMGRL prompt while connected to Dogs.

C. MOUNT DOGS and issue “reinstate database dogs:” at the DGMGRL prompt while connected to Sheep.

Page 16: Oracle.Prepaway.1z0-066.v2018-12-03.by.Mateo...Dec 03, 2018  · Exam A QUESTION 1 Which four database parameters might be affected by or influence the creation of standby databases?

https://www.gratisexam.com/

D. Open Dogs and let the broker reinstate Dogs automatically.

Correct Answer: CSection: (none)Explanation

Explanation/Reference:The command REINSTATE DATABASE reinstates a database as a new standby database in the broker configuration for the current primary database.

References: https://docs.oracle.com/cd/B28359_01/server.111/b28295/dgmgrl.htm#BABDACIF

QUESTION 15You are monitoring your Data Guard broker configuration and issue this set of DGMGRL commands:

DGMGRL> SHOW CONFIGURATION

Configuration – DRSolution

Protection Mode: MaxPerformanceDatabases:Close_by-Primary databaseFS_inst- Far SyncFar_away –Physical standby database

Fast-Start Failover: DISABLED

Configuration Status:SUCCESS

What is true concerning this configuration?

A. The Close_by primary database instance forwards redo to the FS_inst Far Sync instance, which forwards the redo in turn to the Far_away physical standbydatabase instance.

B. The far sync instance will not forward redo to the Far_away physical standby because the Protection mode is not MaxProtection.

C. The close_by primary database forwards redo to the Far_away physical standby directly and also sends redo to the FS_inst Far Sync instance.

D. The far sync instance will not forward redo to the Far_away physical standby because Fast-Start Failover is disabled.

E. The FS_inst Far Sync instance forwards redo to the Far_away physical standby only if the close_by primary database is not able to do so.

Correct Answer: ASection: (none)

Page 17: Oracle.Prepaway.1z0-066.v2018-12-03.by.Mateo...Dec 03, 2018  · Exam A QUESTION 1 Which four database parameters might be affected by or influence the creation of standby databases?

https://www.gratisexam.com/

Explanation

Explanation/Reference:An Oracle Data Guard far sync instance is a remote Oracle Data Guard destination that accepts redo from the primary database and then ships that redo to othermembers of the Oracle Data Guard configuration. A far sync instance manages a control file, receives redo into standby redo logs (SRLs), and archives those SRLsto local archived redo logs, but that is where the similarity with standbys ends. A far sync instance does not have user data files, cannot be opened for access,cannot run redo apply, and can never function in the primary role or be converted to any type of standby database.

References: https://docs.oracle.com/database/121/SBYDB/create_fs.htm

QUESTION 16After converting your physical standby database to a logical database, you get an error:

DGMGRL> show configurationConfiguration- proddgProtection Mode: MaxPerformanceDatabases:prod-Primary datatabseprodsby-Physical standby databaseError: ORA-16810 multiple errors or warnings detected for databaseFast-Start Failover: DISABLEDConfiguration Status:ERROR

How can you rectify the error?

A. Add a logical standby database PRODSBY and enable it, thereby replacing the physical standby database metadata in the broker configuration.

B. Remove the physical standby database PRODSBY from the broker configuration, add a logical standby database PRODSBY to the broker configuration andenable it.

C. Reinstate the physical standby database PRODSBY as a logical standby, thereby replacing the physical standby database metadata in the broker configuration.

D. Reinstate both the primary and physical standby databases. The broker will automatically detect that PRODSBY is a logical standby update to the metadata.

Correct Answer: DSection: (none)Explanation

Explanation/Reference:You can reenable the standby database or reset the primary database state to ONLINE to fix the inconsistencies.

References: https://docs.oracle.com/cd/B19306_01/server.102/b14230/cli.htm

Page 18: Oracle.Prepaway.1z0-066.v2018-12-03.by.Mateo...Dec 03, 2018  · Exam A QUESTION 1 Which four database parameters might be affected by or influence the creation of standby databases?

https://www.gratisexam.com/

QUESTION 17Which four requirements can be met by deploying a logical standby database?

A. Support for workloads requiring additional indexes.

B. It can be used to create additional schemas.

C. It can be used to create additional tables.

D. It must have the same physical structure as the primary database.

E. it must provide a disaster-recovery solution that protects all data with capability of performing switchovers and failovers.

F. Support for workloads requiring additional materialized views.

G. It can be used for Real Application Testing without affecting the disaster recovery capabilities.

Correct Answer: ACEGSection: (none)Explanation

Explanation/Reference:A: DDL Statements supported by a Logical Standby Database include:ALTER INDEXCREATE INDEXDROP INDEX

C: DDL Statements supported by a Logical Standby Database include:CREATE TABLEDROP TABLE

Incorrect Answers:D: The physical organization in a logical standby database is different from that of the primary database, even though the logical standby database is created from abackup copy of the primary database.

F: DDL Statements not supported by a Logical Standby Database include: CREATE MATERIALIZED VIEW

References: https://docs.oracle.com/cd/E11882_01/server.112/e41134/create_ls.htm#SBYDB4731https://docs.oracle.com/cd/B28359_01/server.111/b28294/data_support.htm

QUESTION 18A query on the view DBA_LOGSTDBY_UNSUPPORTED on your primary database returns several rows.

As a result of this, you decide that an upgrade may not use logical standby databases.

Page 19: Oracle.Prepaway.1z0-066.v2018-12-03.by.Mateo...Dec 03, 2018  · Exam A QUESTION 1 Which four database parameters might be affected by or influence the creation of standby databases?

https://www.gratisexam.com/

Which three are true about upgrading Data Guard environments consisting of one physical standby database running on a separate host from the primary?

A. The upgrade requires downtime until the upgrade of the standby is completed.

B. The broker must be disabled during the upgrade.

C. With manual upgrade, catupgrd.sq1 can be executed on the primary and standby databases simultaneously.

D. The upgrade requires downtime until the upgrade of the primary is completed.

E. The new release of the Oracle Software must be installed on both the primary and standby database hosts.

F. Redo Apply on the standby database must be stopped while the primary database is upgraded.

G. Fast-Start Failover can be used to protect the primary database during the upgrade.

Correct Answer: BDESection: (none)Explanation

Explanation/Reference:B: Disable the broker's management of the configuration and then stop the broker.

E: On the primary database install the newer release of the Oracle software, and on the logical standby database, install the newer release of the Oracle software.

Incorrect Answers:C: Oracle Database 12c introduces a new command-line upgrade utility (catctl.pl). This utility replaces the catupgrd.sql script used to upgrade to previous releasesof Oracle Database. The new command-line upgrade utility enables parallel processing during the database upgrade, resulting in better upgrade performance andreduced database downtime.

G: Disable fast-start failover if it is enabled.

References: https://docs.oracle.com/database/121/SBYDB/upgrades.htmhttps://docs.oracle.com/database/121/DGBKR/upgrade_appx.htm#DGBKR1212

QUESTION 19Which three statements are true about Far Sync instances?

A. The Data Guard Broker must be used to deploy and manage Far Sync instances.

B. They enable standby database to be configured at remote distances from the primary without impacting performance on the primary.

C. A primary database can ship redo directly to multiple Far Sync instances.

D. They use as spfile, a standby controlfile, and standby redo logs.

E. They work with any protection level.

Page 20: Oracle.Prepaway.1z0-066.v2018-12-03.by.Mateo...Dec 03, 2018  · Exam A QUESTION 1 Which four database parameters might be affected by or influence the creation of standby databases?

https://www.gratisexam.com/

Correct Answer: ABDSection: (none)Explanation

Explanation/Reference:A: The the far sync instance is added to a Data Guard broker configuration.B: Creating a far sync instance is similar to creating a physical standby except that data files do not exist at the far sync instance. Therefore, on a far sync instancethere is no need to copy data files or restore data files from a backup. Once the far sync instance has been created, the configuration is modified to send redosynchronously from the primary database to the far sync instance in Maximum Availability mode and the far sync instance then forwards the redo asynchronously inreal time.

D: Creating and Configuring a Far Sync InstanceTake the following steps to create a far sync instance:1. Create the control file for the far sync instance.2. Create a parameter file (PFILE) from the server parameter file (SPFILE) used by the primary database.3. Create a server parameter file (spfile) from the edited parameter file (pfile) to facilitate any subsequent changes to parameter values.4. Use an operating system copy utility to copy the far sync instance control file created in Step 1 and the server parameter file (spfile) created in Step 3 from theprimary system to the appropriate locations on the far sync instance system.5. Create standby redo logs in the same way they are created for a regular standby.Etc.

Incorrect Answers:C: A far sync instance manages a control file, receives redo into standby redo logs (SRLs), and archives those SRLs to local archived redo logs.E: A far sync instance is supported in either maximum performance or maximum availability mode only.

References: https://docs.oracle.com/database/121/SBYDB/create_fs.htm

QUESTION 20Which three statements are true about snapshot standby databases?

A. Tablespaces can be dropped.

B. Tables can be dropped.

C. The broker may be used to fail over to a snapshot standby database.

D. A logical standby database can be converted into a snapshot standby database.

E. Tablespaces can be created.

Correct Answer: ABESection: (none)Explanation

Page 21: Oracle.Prepaway.1z0-066.v2018-12-03.by.Mateo...Dec 03, 2018  · Exam A QUESTION 1 Which four database parameters might be affected by or influence the creation of standby databases?

https://www.gratisexam.com/

Explanation/Reference:Incorrect Answers:Not C: A snapshot standby database cannot be the target of a switchover or failover. A snapshot standby database must first be converted back into a physicalstandby database before performing a role transition to it.

D: A snapshot standby database is a fully updatable standby database that is created by converting a physical standby database into a snapshot standby database.

References: https://docs.oracle.com/cd/B28359_01/server.111/b28294/manage_ps.htm

QUESTION 21Which three are benefits of using the Data Guard Broker to manage standby databases?

A. It simplifies physical standby database creation.

B. It provides an easy failover capability using a single command.

https://www.gratisexam.com/

C. It coordinates database state transitions and updates database properties dynamically.

D. It automatically changes database properties after the protection mode for a configuration is changed.

E. It provides an easy switchover capability using a single command.

F. It simplifies logical standby database creation.

G. It load balances connections between the primary and all the standby database instances that are open as read-only for reporting.

Correct Answer: BCESection: (none)Explanation

Explanation/Reference:BE: The broker simplifies switchovers and failovers by allowing you to invoke them using a single key click in Oracle Enterprise Manager or a single command atthe DGMGRL command-line interface (referred to in this documentation as manual failover).

C: The broker coordinates database state transitions and update database properties dynamically with the broker recording the changes in a broker configurationfile that includes profiles of all the databases in the configuration. The broker propagates the changes to all databases in the configuration and their serverparameter files.

References: https://docs.oracle.com/cd/E11882_01/server.112/e40771/concepts.ht

Page 22: Oracle.Prepaway.1z0-066.v2018-12-03.by.Mateo...Dec 03, 2018  · Exam A QUESTION 1 Which four database parameters might be affected by or influence the creation of standby databases?

https://www.gratisexam.com/

QUESTION 22Which three are always benefits of using a logical standby database?

A. It can be used for database rolling release upgrades.

B. It can be used to replicate a single pluggable database (PDB) in a multitenant container database.

C. It can be used as an updatable database for Real Application testing and then converted back to a standby database without affecting the updates.

D. It can be used for reporting workloads requiring additional indexes or materialized views or both.

E. It provides a disaster-recovery solution with switchover and failover options that can recover any data updated on the primary database.

F. It can be used for testing patches without affecting the primary database.

Correct Answer: CDFSection: (none)Explanation

Explanation/Reference:C: A logical standby database can be used to test new software releases and some kinds of applications on a complete and accurate copy of the primary's data. Itcan host other applications and additional schemas while protecting data replicated from the primary against local changes.D: A logical standby database is open read/write while changes on the primary are being replicated. Consequently, a logical standby database can simultaneouslybe used to meet many other business requirements, for example it can run reporting workloads that would problematical for the primary's throughput.F: Logical standby can be used to greatly reduce downtime associated with applying patchsets and new software releases. A logical standby can be upgraded to thenew release and then switched over to become the active primary. This allows full availability while the old primary is converted to a logical standby and the patchsetis applied.

References: https://docs.oracle.com/cd/E11882_01/server.112/e41134/standby.htm#SBYDB00103

QUESTION 23Which two are prerequisites for creating a standby database using Enterprise Manager cloud control?

A. The primary database must have FORCE LOGGING enabled.

B. The primary database must be in archivelog mode.

C. A backup of the primary database must exist.

D. The primary host and the proposed standby database host must run the same operating system.

E. The primary database instance must be started using an SPFILE.

F. The primary database must have flashback enabled.

Correct Answer: ABSection: (none)Explanation

Page 23: Oracle.Prepaway.1z0-066.v2018-12-03.by.Mateo...Dec 03, 2018  · Exam A QUESTION 1 Which four database parameters might be affected by or influence the creation of standby databases?

https://www.gratisexam.com/

Explanation/Reference:A: Before you create a standby database you must first ensure the primary database is properly configured.Place the primary database in FORCE LOGGING mode.

B: If archiving is not enabled, issue the following SQL statements to put the primary database in ARCHIVELOG mode and enable automatic archiving:

SQL> SHUTDOWN IMMEDIATE;SQL> STARTUP MOUNT;SQL> ALTER DATABASE ARCHIVELOG;SQL> ALTER DATABASE OPEN;

References: https://docs.oracle.com/database/121/SBYDB/create_ps.htm#SBYDB4719

QUESTION 24A Data Guard environment has this configuration and these attributes:

1. The primary database prima is in the local region.2. A physical standby database physt1 is in the local region.3. A physical standby database physt2 is in a remote region.4. The primary ships redo to physt1.5. physt1 ships redo physt2.6. physt1 and physt2 have Real-Time Query enabled.

A sequence has been created with this SQL statement in the primary database:

CREATE SEQUENCE a NOCACHE SESSION:

Which two statements are true?

A. The sequence is usable on physt1 and physt2.

B. The sequence is usable on physt1 but not usable on physt2.

C. The sequence is usable on physt2 if physt1 becomes unavailable, but only if an alternative redo destination has been configured on the primary database.

D. physt2 will no longer receive redo if physt1 becomes unavailable, unless LOG_ARCHIVE_DEST_n has the ALTERNATE attribute specified on the primarydatabase.

E. physt2 will no longer receive redo if physt1 becomes unavailable, unless LOG_ARCHIVE_DEST_n has the ALTERNATE attribute specified on physt1.

Correct Answer: CESection: (none)Explanation

Page 24: Oracle.Prepaway.1z0-066.v2018-12-03.by.Mateo...Dec 03, 2018  · Exam A QUESTION 1 Which four database parameters might be affected by or influence the creation of standby databases?

https://www.gratisexam.com/

Explanation/Reference:Note: LOG_ARCHIVE_DEST_n specifies an alternate archiving destination to be used when the original destination fails.The ALTERNATE attribute is optional. If an alternate destination is not specified, then redo transport services do not automatically change to another destination ifthe original destination fails.

References: https://docs.oracle.com/cd/B28359_01/server.111/b28294/log_arch_dest_param.htmhttps://docs.oracle.com/database/121/SQLRF/statements_6017.htm#SQLRF01314

QUESTION 25Which two are prerequisites for enabling Automatic Block Media Recovery in a Data Guard environment consisting of a primary database, one physical standbydatabase and one logical standby database?

A. FLASHBACK DATABASE must be enabled on the physical standby database.

B. There must be connectivity between the primary and the physical standby database.

C. FLASHBACK DATABASE must be enabled on the primary database.

D. The physical standby database must have Real-Time Apply enabled.

E. The logical standby database must have Real-Time Query enabled.

Correct Answer: CDSection: (none)Explanation

Explanation/Reference:C: Flashback Database must be enabled on the target database for RMAN to search the flashback logs for good copies of corrupt blocks. You must have alreadyenabled Flashback Database on the original primary database before the failover.

D: Block media recovery is a technique for restoring and recovering corrupt data blocks while data files are online. If only a few blocks are corrupt, then block mediarecovery may be preferable to data file media recovery. For automatic block media recovery to work, a physical standby database must be in real-time query mode,which requires an Oracle Active Data Guard license.

References: https://docs.oracle.com/cd/E11882_01/server.112/e41134/scenarios.htmhttps://docs.oracle.com/database/121/BRADV/rcmblock.htm#BRADV89786

QUESTION 26Examine the Data Guard configuration:

DGMGRL > show configuration:

Configuration –AnimalsProtection Mode: MaxAvailability

Page 25: Oracle.Prepaway.1z0-066.v2018-12-03.by.Mateo...Dec 03, 2018  · Exam A QUESTION 1 Which four database parameters might be affected by or influence the creation of standby databases?

https://www.gratisexam.com/

Databases: cats- Primary databasedogs-Physical standby databasesheep-Logical standby database

Fast-Start Failover: DISABLED

Configuration Status:SUCCESS

Which three will be true after a switchover to Dogs?

A. Sheep will be an enabled logical standby database.

B. Cats will be an enabled physical standby database.

C. Dogs will be the primary database.

D. Sheep will be a disabled logical standby database.

E. Cats will be a disabled physical standby database.

Correct Answer: BCESection: (none)Explanation

Explanation/Reference:

QUESTION 27Which three statements are true about standby redo logs in a Data Guard configuration with no Oracle Streams or Goldengate configured?

A. They are required on a logical standby for real-time apply.

B. They are required only for synchronous redo transport.

C. Only standby databases can write redo to them.

D. It is recommended to have them on the primary database.

E. They are required on a physical standby for real-time apply.

F. The LGWR process writes to them on a standby database.

Correct Answer: ACESection: (none)Explanation

Page 26: Oracle.Prepaway.1z0-066.v2018-12-03.by.Mateo...Dec 03, 2018  · Exam A QUESTION 1 Which four database parameters might be affected by or influence the creation of standby databases?

https://www.gratisexam.com/

Explanation/Reference:A: SQL Apply converts the data from the archived redo log or standby redo log in to SQL statements and then executes these SQL statements on the logicalstandby database.

Note: Log apply services use the following methods to maintain physical and logical standby databases:* Redo apply (physical standby databases only)* SQL Apply (logical standby databases only)

E: Standby redo log files are required to use real-time apply.By default, the redo data is applied from archived redo log files. When performing Redo Apply, a physical standby database can use the real-time apply feature toapply redo directly from the standby redo log files as they are being written by the RFS process.

Applying Redo Data to Physical Standby Databases

C: The archiver (ARCn) process or the log writer (LGWR) process on the primary database can transmit redo data directly to remote standby redo log files,potentially eliminating the need to register a partial archived log file (for example, to recover after a standby database crashes).

Incorrect Answers:B: A: Standby redo log files are required to use real-time apply.D: Standby redo log files are access by the Standby Database, not the primary database.F: By default, the redo data is applied from archived redo log files. When performing Redo Apply, a physical standby database can use the real-time apply feature toapply redo directly from the standby redo log files as they are being written by the RFS process, (ot the LGWR process).

Ref: https://docs.oracle.com/cd/B19306_01/server.102/b14239/log_apply.htm

QUESTION 28Which two are prerequisites for configuring Transaction Guard in a Data Guard environment?

A. Grant execute permission on the DBMS_APP_CONT package to relevant database schema owners.

B. Create a database service with COMMIT_OUTCOME set to TRUE, and ensure clients use that service to connect to the database instance.

C. Ensure that connection descriptors for database clients use the failover clause with the COMMIT_OUTCOME parameter set to TRUE.

D. Set INSTANCE_NAME identically on all the Data Guard Configuration databases and modify the local service name on the client to include aCONNECTION_LIST containing all the standby hosts.

E. Create a database service with COMMIT_OUTCOME set to TRUE and ensure that the service is statically registered with the default listener on the primaryhost.

Correct Answer: ABSection: (none)Explanation

Explanation/Reference:

Page 27: Oracle.Prepaway.1z0-066.v2018-12-03.by.Mateo...Dec 03, 2018  · Exam A QUESTION 1 Which four database parameters might be affected by or influence the creation of standby databases?

https://www.gratisexam.com/

To use Transaction Guard with an application, you must do the following:* Grant permission on the DBMS_APP_CONT package to the database users who will call GET_LTXID_OUTCOME:

GRANT EXECUTE ON DBMS_APP_CONT TO <user-name>;

* Use an application service for all database work. Create the service using the srvctl command if you are using Oracle RAC, or using theDBMS_SERVICE.CREATE_SERVICE PL/SQL subprogram if you are not using Oracle RAC.

Configure the services for commit outcome and retention. For example:

COMMIT_OUTCOME = TRUERETENTION_TIMEOUT = <retention-value>COMMIT_OUTCOME determines whether transaction commit outcome is accessible after the commit has executed.

References: https://docs.oracle.com/database/121/ADFNS/adfns_trans_idemp_guard.htm#ADFNS338

QUESTION 29Which three are required in order to use Real-Time Query without lagging behind the primary?

A. There must be standby redo logs on the standby database.

B. There must be standby redo logs on the primary database.

C. The primary must ship redo asynchronously.

D. COMPATIBLE must be set to 11.1.0 or higher.

E. Real-Time apply must be enabled on the standby.

Correct Answer: ADESection: (none)Explanation

Explanation/Reference:D: The COMPATIBLE database initialization parameter must be set to 11.0 or higher to use the real-time query feature of the Oracle Active Data Guard option.

E: The apply lag control and Redo Apply synchronization mechanisms require that the client be connected and issuing queries to a physical standby database thatis in real-time query mode.

Incorrect Answers:C: The standby database must receive redo data via the SYNC transport.

References: https://docs.oracle.com/cd/E11882_01/server.112/e41134/manage_ps.htm#SBYDB00707

QUESTION 30

Page 28: Oracle.Prepaway.1z0-066.v2018-12-03.by.Mateo...Dec 03, 2018  · Exam A QUESTION 1 Which four database parameters might be affected by or influence the creation of standby databases?

https://www.gratisexam.com/

Examine the Fast-start configuration:

DGMGRL> show fast_start failover;

Fast-Start Failover: ENABLED

Threshold : 30 secondsTarget: sheepObserver : 017.example.comLag Limit: 30 seconds (not in use)Shutdown Primary: TRUEAuto-reinstate: TRUEObserver Reconnect: (none)Observer Override: FALSE

Configurable Failover Conditions

Health Conditions:Corrupted Controlfile YESCorrupted Dictionary YESInaccessible Logfile NOStuck Archiver YESDatafile Offline YES

Oracle Error Conditions:(none)

Which three are true?

A. The observer will initiate a failover when the primary database is unable to produce local archived redo log files.

B. An automatic failover will be initiated even if the target standby database lags behind the primary.

C. The observer is running.

D. A failover may occur if the observer has lost connectivity to the primary database, even if the Fast-Start Failover target standby database has a good connectionto the primary database.

E. The configuration operates in Maximum Availability mode.

F. The configuration operates in Maximum Performance mode.

Correct Answer: ACESection: (none)Explanation

Page 29: Oracle.Prepaway.1z0-066.v2018-12-03.by.Mateo...Dec 03, 2018  · Exam A QUESTION 1 Which four database parameters might be affected by or influence the creation of standby databases?

https://www.gratisexam.com/

Explanation/Reference:A: Stuck Archiver: YES Archiver is unable to archive a redo log because the device is full or unavailable.

C: Observer : 017.example.com

E: The FastStartFailoverLagLimit configuration property is only used by the broker when enabling fast-start failover for configurations operating in maximumperformance mode.

References: docs.oracle.com/cd/E11882_01/server.112/e40771/sofo.htm

QUESTION 31Which three are true concerning restoring of RMAN backups to primary and physical standby databases in a Data Guard environment?

A. Backups of data files taken on the primary database may be restored on a physical standby database.

B. Backups of control files taken on the primary database may not be restored and used on a physical standby database.

C. Backups of SPFILEs taken on a physical standby database may not be restored on the primary database.

D. Backups of control files taken on a physical standby database may be restored on the primary database.

E. Backups of data files taken on a physical standby database may be restored on a primary database.

F. Backups of SPFILEs taken on the primary database may not be restored and used on a physical standby database.

Correct Answer: CEFSection: (none)Explanation

Explanation/Reference:C, F: All backup operations can be offloaded to a single standby database, except backups of the SPFILE. Backups of the SPFILE can only be restored to thedatabase from which they were backed up.

E: RMAN restores database files, over the network, from a physical standby database.As of Oracle Database 12c, RMAN lets you restore or recover files by connecting, over the network, to a physical standby database that contains the required files.You can restore an entire database, data files, control files, spfile, or tablespaces.

Note: An Oracle database consists of one or more logical storage units called tablespaces, which collectively store all of the database's data. Each tablespace in anOracle database consists of one or more files called datafiles, which are physical structures that conform to the operating system in which Oracle is running.

References: https://docs.oracle.com/database/121/SBYDB/rman.htm#SBYDB00755

QUESTION 32Which statement is true regarding Oracle Net connectivity for a Data Guard Broker configuration?

Page 30: Oracle.Prepaway.1z0-066.v2018-12-03.by.Mateo...Dec 03, 2018  · Exam A QUESTION 1 Which four database parameters might be affected by or influence the creation of standby databases?

https://www.gratisexam.com/

A. To start SQL apply on a logical standby database, a TNS entry enabling connectivity to the primary database instance must be defined on the logical standbydatabase host.

B. the LOCAL_LISTERNER initialization parameter must be set to the listener used to register the primary database instance.

C. To enable Real_Time Query on a physical standby database, a TNS entry enabling connectivity to the standby database instance must be defined on theprimary database host.

D. A TNS enabling connectivity to the primary database instance must be defined on each of the standby database hosts.

E. A TNS entry or entries enabling connectivity to standby database instance(s) must be defined on the primary database host.

Correct Answer: DSection: (none)Explanation

Explanation/Reference:The tnsnames.ora on both Primary as well as Standby sites have entries for the databases.

Note: TNSNAMES.ORA is a SQL*Net configuration file that defines databases addresses for establishing connections to them.

References: http://gavinsoorma.com/2013/08/minimal-downtime-rolling-database-upgrade-to-12c-release-1/

QUESTION 33Examine this list of possible steps:

1.Raise the compatibility level on both databases.2.Restart SQL Apply on the upgraded logical standby database.3. Start SQL Apply on the old primary database.4. Perform a Switchover to the logical standby database.5. Upgrade the logical standby database.6. Upgrade the old primary database.

Which is the minimum number of steps in the correct order, to perform a rolling release upgrade of a data guard environment using an existing logical standbydatabase and to enable the new functionality?

A. 5, 2, 4, 3, 6, 1

B. 1, 5, 2, 4, 6, 3

C. 5, 2, 4, 6, 3, 1

D. 4, 6, 5, 2, 3, 1

E. 5, 2, 4, 1

Page 31: Oracle.Prepaway.1z0-066.v2018-12-03.by.Mateo...Dec 03, 2018  · Exam A QUESTION 1 Which four database parameters might be affected by or influence the creation of standby databases?

https://www.gratisexam.com/

Correct Answer: ASection: (none)Explanation

Explanation/Reference:Execution: Execution of the rolling upgrade has five stages.

Stage 1 (5): The DBMS_ROLLING.START_PLAN procedure starts the execution of the rolling upgrade. This converts the LGM database, the future primarydatabase, to a logical standby and starts the SQL Apply process at the LGM.

Stage 2 (2): You upgrade the database software at the databases that are part of the leading group. You also run the upgrade scripts at the LGM. After this is done,you must restart SQL Apply processes at the LGM database.

Stage 3 (4): After the apply lag reaches a given threshold (set to 10 minutes by default, but can be configured during the specification stage), theDBMS_ROLLING.SWITCHOVER procedure proceeds with the switchover operation. When the switchover is complete, the LGM becomes the primary database.

Stage 4 : The LGM is now the primary database running the new database software and the databases in the leading group are protecting it. The TGM is mountedand the databases in the trailing group are still running the older version of the database software. You must prepare the TGM and TGS databases for upgrade byupgrading the database software and re-mounting the databases on the higher version binaries.

Stage 5 (3, 6): Execute the DBMS_ROLLING.FINISH_PLAN procedure at the current primary database (originally the LGM). It reinstates all the databases in thetrailing group to become the standbys of the current primary database, and restarts the apply processes. The FINISH_PLAN procedure waits for all databases inthe trailing group to be upgraded to the new release (although the database software for the trailing group databases was changed in Stage 4, the data dictionary ofthe trailing group databases, except for any logical standbys in the trailing group, are updated based on media recovery of the redo generated during the upgrade atthe LGM database).

Note: To upgrade the database software in an Oracle Data Guard configuration in a rolling fashion, you first designate a physical standby as the future primarydatabase.

Conceptually, the rolling upgrade process splits the Oracle Data Guard configuration into two groups: the leading group (LG) and the trailing group (TG).

Databases in the leading group are upgraded first; hence the name leading group. The leading group contains the designated future primary database, and thephysical standbys that you can configure to protect the designated future primary. The future primary is first converted into a logical standby database and then thenew database software is installed on it and the upgrade process is run. Other standby databases in the leading group also must have their software upgraded atthis point.

References: https://docs.oracle.com/database/121/SBYDB/dbms_rolling_upgrades.htm

QUESTION 34Which three are prerequisites for enabling Fast-Start Failover?

A. The Fast-Start Failover target standby database must receive REDO directly from the primary database.

Page 32: Oracle.Prepaway.1z0-066.v2018-12-03.by.Mateo...Dec 03, 2018  · Exam A QUESTION 1 Which four database parameters might be affected by or influence the creation of standby databases?

https://www.gratisexam.com/

B. Flashback Database must be enabled on both the primary database and the Fast-Start Failover target standby database.

C. Flashback Database must be enabled only on the Fast-Start Failover target standby database.

D. The configuration must be operating in either Maximum Performance or Maximum Availability mode.

E. The configuration must be operating in either Maximum Performance or Maximum Protection mode.

F. The Data Guard environment must be managed by the Data Guard Broker.

Correct Answer: BDFSection: (none)Explanation

Explanation/Reference:B: You enable the Flashback Mode both on the primary database and on the standby database.

D: In Maximum Availability mode, Fast-Start Failover (FSFO) guarantees that no transaction that has received a commit acknowledgment will be lost during afailover. Oracle Database 11g FSFO adds support for Maximum Performance mode (async redo transfer), providing the flexibility to trade durability for performance.

F: The Dataguard Broker Observer (Observer) is used when fast start failover is required. Fast start failover is simply an automatic failover to the standby database

Incorrect Answers:C: You enable the Flashback Mode both on the primary database and on the standby database.

References:http://dbasoumya.blogspot.se/2015/07/fast-start-failoverfsfo-in-oracle-11g.htmlhttp://www.oracle.com/technetwork/articles/smiley-fsfo-084973.html

QUESTION 35You must design an Oracle Data Guard configuration for an OLTP database that meets these permanent requirements:

1. Data loss is not permitted.2. Read-only applications should not connect to the primary database instance.

Additionally, there are these requirements, only one of which is ever done at any one time:

1. It should be possible to apply designated patches with a minimum amount of downtime. 2. Upgrading to a new database release should be performed with the least possible amount of downtime.3. New application software releases should be tested against an exact and up-to-date replica of the primary database.

Which configuration meets these requirements with the fewest databases?

A. a primary database with three physical standby databases

Page 33: Oracle.Prepaway.1z0-066.v2018-12-03.by.Mateo...Dec 03, 2018  · Exam A QUESTION 1 Which four database parameters might be affected by or influence the creation of standby databases?

https://www.gratisexam.com/

B. a primary database with one logical and two physical standby databases

C. a primary database with one logical standby database

D. a primary database with one logical and one physical standby database

E. a primary database with two physical standby databases

F. a primary database with one physical standby database

Correct Answer: DSection: (none)Explanation

Explanation/Reference:

QUESTION 36Which two are true about management of a far sync instance when using the Data Guard Broker?

A. A far sync instance is in a disabled state in the broker configuration immediately after adding it.

B. A far sync instance that has its RedoRoutes property set may not be disabled in the broker configuration.

C. Broker management of a far sync instance may only be disabled with the disable configuration DGMGRL command.

D. A far sync instance need not exist before adding it to the broker configuration but may not be enabled until created.

Correct Answer: ABSection: (none)Explanation

Explanation/Reference:A: ADD FAR_SYNCAdds an existing far sync instance to an Oracle Data Guard broker configuration.

The far sync instance is disabled after creation. You must explicitly enable it before the broker can ship redo to and from it.

B: A far sync instance that has its RedoRoutes property set cannot be disabled.

Incorrect Answers:D: The far sync instance must already exist before you can add it to a broker configuration.

References: https://docs.oracle.com/database/121/DGBKR/dgmgrl.htm

QUESTION 37

Page 34: Oracle.Prepaway.1z0-066.v2018-12-03.by.Mateo...Dec 03, 2018  · Exam A QUESTION 1 Which four database parameters might be affected by or influence the creation of standby databases?

https://www.gratisexam.com/

Your Data Guard environment has two remote physical standby databases.

Client applications use the local naming method to define connectivity to the primary database instance.

Which will automatically redirect clients to the new primary database in case of a switchover or failover?

https://www.gratisexam.com/

A. Create a database service on the standby databases; automate the start of the service after a role change, and modify the connection description on the clientsto use that service.

B. Configure a PRIMARY role service on the Primary and Standby and modify the Client connect descriptor to include both Primary and the Standby.

C. Set the DB_NAME parameter identically on all databases; modify the connection descriptor on the clients to use DB_NAME to connect to the primary databaseinstance.

D. Set the LOCAL_LISTENER parameter for all the database instances, to register services with the default listener on the primary database host.

Correct Answer: CSection: (none)Explanation

Explanation/Reference:Example of error:TNS-12514”TNS: could not resolve the connect identifier specified"*Cause:A connection to a database or other service was requested using a connect identifier, and the connect identifier specified could not be resolved into a connectdescriptor using one of the naming methods configured.

*Actions include:- Check that the net service name used as the connect identifier exists in the TNSNAMES.ORA file.- If you are using local naming (TNSNAMES.ORA file):- Make sure that "TNSNAMES" is listed as one of the values of the NAMES.DIRECTORY_PATHparameter in the Oracle Net profile (SQLNET.ORA)- Verify that a TNSNAMES.ORA file exists and is in the proper directory and is accessible.- Make sure there are no syntax errors anywhere in the TNSNAMES.ORA file. Look for unmatched

Page 35: Oracle.Prepaway.1z0-066.v2018-12-03.by.Mateo...Dec 03, 2018  · Exam A QUESTION 1 Which four database parameters might be affected by or influence the creation of standby databases?

https://www.gratisexam.com/

References: http://www.oracle.com/us/solutions/sap/wp-ora4sap-dataguard11g-303811.pdf

QUESTION 38Your Data Guard environment consists of these components and settings:

1. A primary database supporting an OLTP workload 2. A remote physical standby database3. Real-time query is enabled4. The redo transport mode is set to SYNC.5. The protection mode is set to Maximum Availability.

Which two are true regarding the DelayMins Database Property for the standby database?

A. It can only be enabled for a configuration in Maximum Performance mode.

B. It allows user errors on the primary to be recovered by using the physical standby database.

C. It enables you to bypass the default network timeout interval specified for the standby redo transport destination.

D. It can only be enabled for a configuration in Maximum Availability mode.

E. It allows logical corruptions on the primary to be recovered by using the physical standby database.

F. It specifies a delay before the primary ships redo to the standby destination having DelayMins set.

Correct Answer: BFSection: (none)Explanation

Explanation/Reference:F: The DelayMins configurable database property specifies the number of minutes log apply services will delay applying the archived redo log data on the standbydatabase.

References: https://docs.oracle.com/cd/E11882_01/server.112/e40771/dbpropref.htm#DGBKR855

QUESTION 39A query on the view DBA_LOGSTBY_UNSUPPORTED on your primary database returns no rows.

As a result of this, you decide that an upgrade may use logical standby databases.

Which two are true about upgrading Data Guard environments consisting of one logical standby database running on a separate host from the primary?

A. The upgrade always requires downtown until the upgrade of the logical standby is completed.

B. Using manual upgrade, catctl.pl can be executed in some cases on the primary and standby database simultaneously.

C. The upgrade always required downtime until the upgrade of the primary is completed.

Page 36: Oracle.Prepaway.1z0-066.v2018-12-03.by.Mateo...Dec 03, 2018  · Exam A QUESTION 1 Which four database parameters might be affected by or influence the creation of standby databases?

https://www.gratisexam.com/

D. Using manual upgrade, catupgr.sql needs to run on the primary database only.

E. SQL Apply on the local standby database must be stopped while the primary database is upgraded.

F. Fast-Start Failover can be used to protect the primary database during the upgrade.

Correct Answer: BESection: (none)Explanation

Explanation/Reference:B (not D): Oracle Database 12c introduces the new Parallel Upgrade Utility, catctl.pl. This utility replaces the catupgrd.sql script that was used in earlier releases.Although you can still use the catupgrd.sql script, it is deprecated starting with Oracle Database 12c and will be removed in future releases. Oracle recommendsdatabase upgrades be performed with the new Parallel Upgrade Utility, catctl.pl.

E: Once the database is started in upgrade mode, only queries on fixed views execute without errors until after the catctl.pl script is run.

References: https://docs.oracle.com/database/121/UPGRD/upgrade.htm#UPGRD52867https://docs.oracle.com/database/121/UPGRD/deprecated.htm#UPGRD60034

QUESTION 40Your Data Guard environment consists of these components and settings:

1. A primary database 2. Two remote physical standby databases3. The redo transport mode is set to SYNC.4. Real-time query is enabled for both standby databases.5. The DB_BLOCK_CHECKING parameter is set to TRUE on both standby databases.

You notice an increase in redo apply lag time on both standby databases.

Which two would you recommend to reduce the redo apply lag on the standby databases?

A. Increase the size of the buffer cache on the physical standby database instances.

B. Increase the number of standby redo log files on the standby databases.

C. Decrease the redo log file size on the primary database.

D. Lower DB_BLOCK_CHECKING to MEDIUM or LOW on the standby databases.

E. Increase the size of standby redo log files on the standby databases.

Correct Answer: ADSection: (none)

Page 37: Oracle.Prepaway.1z0-066.v2018-12-03.by.Mateo...Dec 03, 2018  · Exam A QUESTION 1 Which four database parameters might be affected by or influence the creation of standby databases?

https://www.gratisexam.com/

Explanation

Explanation/Reference:Use Data Guard Redo Apply Best PracticesTo improve the Redo Apply rate of a physical standby database (and media recovery):

* Set DB_CACHE_SIZE to a Value Greater than on the Primary Database* Set DB_BLOCK_CHECKSUM=FULL and DB_BLOCK_CHECKING=MEDIUM or FULL* Maximize I/O Rates on Standby Redo Logs and Archived Redo Logs* Assess Recovery Rate* Assess Database Wait Events* Tune I/O Operations* Assess System Resources

References: https://docs.oracle.com/database/121/HABPT/config_dg.htm#HABPT4904

QUESTION 41Which three types of backups taken in which situations may be used to perform restore operations to a logical standby database in a Data Guard environment?

A. backups of data files taken on the primary database if connected to the recovery catalog where the logical standby database is registered

B. backups of data files taken on the standby database if connected to the recovery catalog where the logical standby database is registered

C. backups of control files taken on the primary database if connected to the recovery catalog where the logical standby database is registered

D. backups of data files taken on the logical standby database, if not connected to a recovery catalog

E. backups of control files taken on the logical standby database if not connected to a recovery catalog

Correct Answer: ADESection: (none)Explanation

Explanation/Reference:An RMAN recovery catalog is required so that backups taken on one database server can be restored to another database server. It is not sufficient to use only thecontrol file as the RMAN repository because the primary database will have no knowledge of backups taken on the standby database.

Note: RMAN uses a recovery catalog to track filenames for all database files in a Data Guard environment. A recovery catalog is a database schema used byRMAN to store metadata about one or more Oracle databases. The catalog also records where the online redo logs, standby redo logs, tempfiles, archived redologs, backup sets, and image copies are created.

References: https://docs.oracle.com/database/121/SBYDB/rman.htm#SBYDB4853

QUESTION 42Examine the Data Guard configuration:

Page 38: Oracle.Prepaway.1z0-066.v2018-12-03.by.Mateo...Dec 03, 2018  · Exam A QUESTION 1 Which four database parameters might be affected by or influence the creation of standby databases?

https://www.gratisexam.com/

DGMGRL> show configuration:

Configuration –Animals

Protection Mode: MaxAvailability

Databases:dogs- Primary databasesheep-Logical standby databasecats- Logical standby database

Fast-Start Failover: DISABLED

Configuration Status:SUCCESS

Which three will be true after a switchover to Sheep?

A. Cats will be an enabled logical standby database.

B. Cats will be a disabled logical standby database.

C. Dogs will be a logical standby database.

D. Dogs will be a physical standby database.

E. Sheep will be the primary database.

Correct Answer: ACESection: (none)Explanation

Explanation/Reference:A switchover is a role reversal between the primary database and one of its standby databases. A switchover guarantees no data loss and is typically done forplanned maintenance of the primary system. During a switchover, the primary database transitions to a standby role, and the standby database transitions to theprimary role.

References: https://docs.oracle.com/cd/B28359_01/server.111/b28295/sofo.htm

QUESTION 43Which three are true concerning Automatic Block Media Recovery in a Data Guard environment when running an application as an ordinary Oracle user?

A. Real Time Query must be enabled on the primary database.

Page 39: Oracle.Prepaway.1z0-066.v2018-12-03.by.Mateo...Dec 03, 2018  · Exam A QUESTION 1 Which four database parameters might be affected by or influence the creation of standby databases?

https://www.gratisexam.com/

B. Real Time Query must be enabled on the physical standby database.

C. If a physically corrupt block is discovered on a physical standby database, then a valid block image from the primary database is retrieved.

D. If a physically corrupt block is discovered on the primary database, then a valid block image from a physical standby database is retrieved.

E. If a physically corrupt block is discovered on a logical standby database, then a valid block image from the primary database is retrieved.

F. If a physically corrupt block is discovered on a primary database, then a valid block image from the logically standby database is retrieved.

Correct Answer: BCDSection: (none)Explanation

Explanation/Reference:B: For automatic block media recovery to work, a physical standby database must be in real-time query mode, which requires an Oracle Active Data Guard license.

D: A physical standby database operating in real-time query mode can be used to repair corrupt data blocks in a primary database.

C: If corruption occurs on the primary database, blockmedia recovery is performed automatically using a good copy of the block from the standby database and viceversa.

References: https://ora600tom.wordpress.com/2013/09/07/abmr-automatic-block-media-recovery

QUESTION 44Which two are true about offloading backups to a physical standby database in a Data Guard environment?

A. The standby database must be registered in an RMAN catalog after the primary database has been registered.

B. The standby database cannot be registered in an RMAN catalog if the primary database has not been registered.

C. Backups of the standby control file taken while connected to the catalog where the database is registered, may be used to restore the control file on the primarydatabase.

D. The standby database must be registered in an RMAN catalog before the primary database has been registered.

Correct Answer: BCSection: (none)Explanation

Explanation/Reference:Only the primary database must be explicitly registered using the REGISTER DATABASE command. You do this after connecting RMAN to the recovery catalogand primary database as TARGET.

References: https://docs.oracle.com/database/121/SBYDB/rman.htm#SBYDB4851

Page 40: Oracle.Prepaway.1z0-066.v2018-12-03.by.Mateo...Dec 03, 2018  · Exam A QUESTION 1 Which four database parameters might be affected by or influence the creation of standby databases?

https://www.gratisexam.com/

QUESTION 45Which two statements are true for Data Guard environments with multi-tenant databases?

A. Different pluggable databases within a logical standby database may have different guard statuses.

B. The Data Guard broker automatically always opens the pluggable databases of a standby database after a role change operation.

C. The Data Guard broker automatically opens all pluggable databases of a primary database a role change operation.

D. The CDBDBA privilege must be used instead of the SYSDBA privilege for connections as SYS to the root container of a multi-tenant standby database.

E. A multi-tenant standby database can have fewer pluggable databases than the primary container database.

Correct Answer: CDSection: (none)Explanation

Explanation/Reference:C: If you execute a switchover or failover operation, the entire CDB undergoes the role change.D: To administer a multitenant environment, you must have the CDB_DBA role.

References: https://docs.oracle.com/database/121/SBYDB/create_ps.htm

QUESTION 46Examine the Data Guard configuration after an accidental switchover to Sheep:

DGMGRL> show configuration;

Configuration –Animals

Protection Mode: MaxAvailabilityDatabases:sheep- Primary databasedogs- Logical standby databasecats- Physical standby database (disabled)ORA-16795: the standby database needs to be re-created

Fast-Start Failover: DISABLED

Configuration Status:SUCCESS

Which three will be true after a switchover to Dogs?

Page 41: Oracle.Prepaway.1z0-066.v2018-12-03.by.Mateo...Dec 03, 2018  · Exam A QUESTION 1 Which four database parameters might be affected by or influence the creation of standby databases?

https://www.gratisexam.com/

A. Sheep will be a disabled logical standby database.

B. Sheep will be an enabled logical standby database.

C. Cats will be a disabled physical standby database that can be manually enabled.

D. Cats will be an enabled physical standby database.

E. Dogs will be the primary database.

Correct Answer: BCESection: (none)Explanation

Explanation/Reference:

QUESTION 47Which four statements are true regarding SQL Apply filters for a logical standby database?

A. They can be used to skip execution of DML triggers on a table while allowing the DML to execute.

B. They can be used to skip ALTER SYSTEM and ALTER DATABASE commands.

C. They can be used to stop SQL apply if it encounters an error.

D. They can be used to skip all SQL statements executed on a specific pluggable database (PDB) within a standby multitenant container database (CDB).

E. They can only be used to skip DML statements on a table.

F. They can be used to skip ALTER TABLE commands on a specific tables.

G. They can be used to skip CREATE TABLE commands.

Correct Answer: ACFGSection: (none)Explanation

Explanation/Reference:A: The DDL fires DML triggers defined on the target table. Since the triggered DMLs occur in the same transaction as the DDL, and operate on the table that is thetarget of the DDL, these triggered DMLs will not be replicated at the logical standby.

C: The SKIP_ERROR Procedure specifies rules regarding what action to take upon encountering errors

F: You can specify rules to prevent application of DML and DDL changes to the specific table.

G: Use the SKIP procedure with caution, particularly when skipping DDL statements. If a CREATE TABLE statement is skipped, for example, you must also specifyother DDL statements that refer to that table in the SKIP procedure. Otherwise, the statements will fail and cause an exception. When this happens, SQL Applystops running.

Page 42: Oracle.Prepaway.1z0-066.v2018-12-03.by.Mateo...Dec 03, 2018  · Exam A QUESTION 1 Which four database parameters might be affected by or influence the creation of standby databases?

https://www.gratisexam.com/

Incorrect Answers: B: ALTER SYSTEM and ALTER DATABASE commands cannot be skipped.E: You can specify rules to prevent application of DML and DDL changes to the specific table.

References: https://docs.oracle.com/cd/E11882_01/server.112/e41134/manage_ls.htm#SBYDB4805https://docs.oracle.com/cd/B19306_01/appdev.102/b14258/d_lsbydb.htm

QUESTION 48You must configure an Oracle Data Guard environment consisting of:

1. A primary database2. One Physical Standby Database3. One Logical Standby Database

You must meet these requirements:

1. Primary database availability should not be compromised by the availability of the standby databases.2. Under normal operations, transactions executed on the primary database should not commit before redo is written to disk on both the primary database and atleast one standby database.

Which redo transport mode and which protection mode would you configure to meet these requirements?

A. SYNC AFFIRM and Maximum Protection

B. SYNC NOAFFIRM and Maximum Protection

C. SYNC AFFIRM and Maximum Availability

D. SYNC NOAFFIRM and Maximum Availability

E. ASYNC and Maximum Performance

Correct Answer: CSection: (none)Explanation

Explanation/Reference:The Maximum Availability protection mode provides the highest level of data protection that is possible without compromising the availability of a primary database.Transactions do not commit until all redo data needed to recover those transactions has been written to the online redo log and to at least one synchronizedstandby database. If the primary database cannot write its redo stream to at least one synchronized standby database, it operates as if it were in maximumperformance mode to preserve primary database availability until it is again able to write its redo stream to a synchronized standby database.

This mode ensures that no data loss will occur if the primary database fails, but only if a second fault does not prevent a complete set of redo data from being sentfrom the primary database to at least one standby database.

Page 43: Oracle.Prepaway.1z0-066.v2018-12-03.by.Mateo...Dec 03, 2018  · Exam A QUESTION 1 Which four database parameters might be affected by or influence the creation of standby databases?

https://www.gratisexam.com/

When a transport is performed using SYNC/AFFIRM, the primary performs write operations and waits for acknowledgment that the redo has been transmittedsynchronously to the physical standby and written to disk. A SYNC/AFFIRM transport provides an additional protection benefit at the expense of a performanceimpact caused by the time required to complete the I/O to the standby redo log.

Incorrect Answers:D: In the case of SYNC/NOAFFIRM, in which there is no check that data has been written to disk on the standby, there may be some data loss.

A, B: The Maximum Protection mode ensures that zero data loss occurs if a primary database fails. To provide this level of protection, the redo data needed torecover a transaction must be written to both the online redo log and to at least one synchronized standby database before the transaction commits. To ensure thatdata loss cannot occur, the primary database will shut down, rather than continue processing transactions, if it cannot write its redo stream to at least onesynchronized standby database.

Because this data protection mode prioritizes data protection over primary database availability, Oracle recommends that a minimum of two standby databases beused to protect a primary database that runs in maximum protection mode to prevent a single standby database failure from causing the primary database to shutdown.

E: The Maximum Performance protection mode provides the highest level of data protection that is possible without affecting the performance of a primarydatabase. This is accomplished by allowing transactions to commit as soon as all redo data generated by those transactions has been written to the online log.Redo data is also written to one or more standby databases, but this is done asynchronously with respect to transaction commitment, so primary databaseperformance is unaffected by delays in writing redo data to the standby database(s).

This protection mode offers slightly less data protection than maximum availability mode and has minimal impact on primary database performance.

This is the default protection mode.

References: https://docs.oracle.com/cd/B28359_01/server.111/b28294/protection.htm

QUESTION 49Which three factors can influence the rate of redo apply on a physical standby database?

A. the network latency between the primary and standby databases

B. the number of archiver processes on the standby database

C. the number and size of standby redo logs on the primary database

D. the rate of redo generation on the primary database

E. the number and size of standby redo logs on the standby database

Correct Answer: ABESection: (none)Explanation

Page 44: Oracle.Prepaway.1z0-066.v2018-12-03.by.Mateo...Dec 03, 2018  · Exam A QUESTION 1 Which four database parameters might be affected by or influence the creation of standby databases?

https://www.gratisexam.com/

Explanation/Reference:Consider using the following methods to optimize the time it takes to apply redo to physical standby databases.* (B) Set Parallel Recovery to Twice the Number of CPUs on One Standby Host* (E) During media recovery or Redo Apply, the redo log file is read, and data blocks that require redo application are parsed out. With parallel media recovery,these data blocks are subsequently distributed evenly to all recovery processes to be read into the buffer cache. The default is serial recovery or zero parallelism,which implies that the same recovery process reads the redo, reads the data blocks from disk, and applies the redo changes.

References: https://docs.oracle.com/cd/B19306_01/server.102/b14239/manage_ps.htm#BACHIBGG

QUESTION 50You edit the DGConnectIdentifier database property using the edit database set property DGMGRL command.

Which two are effects of this change?

A. The fal_client database initialization parameter on all standby databases is updated with the new value.

B. The service attribute of the log_archive_dest_n initialization parameter for any database referring to the specified database is updated with the new value.

C. The fal_client database initialization parameter for the specified database is updated with the new value.

D. The broker configuration must be disabled and then enabled to use the new connection property.

E. The service attribute of the log_archive_dest_n initialization parameter referring to all standby databases is updated with the new value.

Correct Answer: ABSection: (none)Explanation

Explanation/Reference:B: The DGConnectIdentifier configurable database property specifies the connection identifier the broker uses when making connections to a database.The value of this property is specified in the SERVICE attribute of the LOG_ARCHIVE_DEST_n parameter when the broker configures redo transport services onthe primary database.

A: The connect identifier for a database must allow all other databases in the configuration to reach it.

References: https://docs.oracle.com/cd/E11882_01/server.112/e40771/dbpropref.htm#DGBKR870

QUESTION 51You must use a physical standby database file to recover a data file on a primary database in a Data Guard environment.

Which three of these steps must be performed on the primary database after the file has been backed up using RMAN on the physical standby database?

A. Connect to the primary database as the AUXILIARY.

B. Catalog the data file copy for RMAN to use on the primary database for restore.

Page 45: Oracle.Prepaway.1z0-066.v2018-12-03.by.Mateo...Dec 03, 2018  · Exam A QUESTION 1 Which four database parameters might be affected by or influence the creation of standby databases?

https://www.gratisexam.com/

C. Back up the data file as copy on the standby host to a location on the standby host.

D. Switch to the data file copy using the RMAN SWITCH command.

E. Back up the data file as copy on the standby host to a location on the primary host.

F. Connect to the primary database as the TARGET.

Correct Answer: ABDSection: (none)Explanation

Explanation/Reference:You can use files on a standby database to recover a lost datafile.Start RMAN and take the following steps to copy the datafiles from the standby to the primary:

1. Connect to the standby database as the target database2. (A) Connect to the primary database as the auxiliary database3. Back up the datafile on the standby host across the network to a location on the primary host. (This step, E, is assumed to have been taken already).4. Exit the RMAN client5. Start RMAN and connect to the primary database as target, and to the recovery catalog6. (B, D) Use the CATALOG DATAFILECOPY command to catalog this datafile copy so that RMAN can use it.CATALOG DATAFILECOPY '/disk9/df2copy.dbf';Then use the SWITCH DATAFILE command to switch the datafile copy so that /disk9/df2copy.dbf becomes the current datafile:

RUN { SET NEWNAME FOR DATAFILE 2 TO '/disk9/df2copy.dbf'; SWITCH DATAFILE 2;}

References: https://docs.oracle.com/cd/E11882_01/server.112/e41134/rman.htm#SBYDB4870

QUESTION 52You must manually reinstate a database using DGMGRL.

To which database should you connect with DGMGRL before issuing the REINSTATE command and in which state should the target database be?

A. The target database should be in NOMOUNT state and DGMGRL should be connected to any database that is a member of the configuration.

B. The target database should be MOUNTED and DGMGRL should be connected to any database that is a member of the configuration.

C. The target database should be MOUNTED and DGMGRL should be connected to the primary database.

D. The target database should be MOUNTED and DGMGRL should be connected to the target database.

E. The target database should be in NOMOUNT state and DGMGRL should be connected to the primary database.

Page 46: Oracle.Prepaway.1z0-066.v2018-12-03.by.Mateo...Dec 03, 2018  · Exam A QUESTION 1 Which four database parameters might be affected by or influence the creation of standby databases?

https://www.gratisexam.com/

Correct Answer: CSection: (none)Explanation

Explanation/Reference:To reinstate the failed primary database, start it to the mounted state. Then run DGMGRL, connect to the new primary database and reinstate the old primarydatabase.

References: https://docs.oracle.com/cd/B28359_01/server.111/b28295/cli.htm

QUESTION 53Which two are true about rolling release upgrades in a Data Guard environment?

A. The background process DMON must be enabled on the primary and standby databases during a rolling release upgrade procedure.

B. A physical standby database can be converted to a logical standby database temporarily.

C. Rolling release upgrades require the background process RVWR to write flashback logs on the standby database.

D. The KEEP IDENTITY clause ensures that a logical standby database keeps the same DBID as the primary database.

E. The recovery point objective increases proportionally to the duration of the rolling release upgrade procedure.

Correct Answer: BDSection: (none)Explanation

Explanation/Reference:D: Performing a Rolling Upgrade With an Existing Physical Standby DatabaseStep 1 Prepare the primary database for a rolling upgrade (perform these steps on Database A)Step 2 Convert the physical standby database into a logical standby database (perform these steps on Database B)

Includes:issue the following command:

SQL> ALTER DATABASE RECOVER TO LOGICAL STANDBY KEEP IDENTITY;SQL> ALTER DATABASE OPEN;

References: https://docs.oracle.com/database/121/SBYDB/rollup.htm#SBYDB4884

Page 47: Oracle.Prepaway.1z0-066.v2018-12-03.by.Mateo...Dec 03, 2018  · Exam A QUESTION 1 Which four database parameters might be affected by or influence the creation of standby databases?

https://www.gratisexam.com/

https://www.gratisexam.com/


Recommended