Oracle 1z0-066 Exam Practice Questions (P. 2)
- Full Access (112 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #6
Control.
Which two are true about this change?
- AIf the primary database cannot write its redo to at least one synchronized standby database, then the protection level remains unchanged.Most Voted
- BThe primary database instance will remain up and running, if it cannot write redo to at least one synchronized standby database.Most Voted
- CTransactions will not commit until all redo data needed to recover those transactions are written to the online redo log, and to the standby redo log on at least one synchronizes standby database.
- DFast start failover can be enabled when making the chance.
- EReal time apply will be automatically turned on.
BC
Maximum Availability -
This 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 synchronized standby database.
If the primary database cannot write its redo stream to at least one synchronized standby database, it operates as if it were in maximum performance mode to preserve primary database availability until it is again able to write its redo stream to a synchronized standby database.
References:
https://docs.oracle.com/cd/B28359_01/server.111/b28294/protection.htm

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #7
- ADB_NAME
- BARCHIVE_LAG_TARGETMost Voted
- CCOMPATIBLE
- DDB_FILE_NAME_CONVERTMost Voted
- EDB_UNIQUE_NAMEMost Voted
- FFAL_SERVERMost Voted
- GSTANDBY_ARCHIVE_DEST
ADEF
A: DB_NAME -
On 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 transport services may be unable to transmit redo data from the primary database to the standby databases.
D: DB_FILE_NAME_CONVERT -
Specify the path name and filename location of the primary database data files followed by the standby location. This parameter converts the path names of the primary database data files to the standby data file path names.
E: DB_UNIQUE_NAME -
Specify 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_SERVER -
Specify 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

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #8
Two sentences have been created by these SQL statements:
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?


Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #9
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?
- A2, 3, 4, and 5
- B1, 2, 3, 4, and 5
- C1 and 2Most Voted
- Donly requirement 5
- Eonly requirement 1
C
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 be used to protect a primary database that runs in maximum protection mode to prevent a single standby database failure from causing the primary database to shut down.
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

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
Question #10
1. A primary database
2. Three Physical Standby Databases
You must meet these requirements:
1. A designated physical standby database should become the primary database automatically whenever the primary database falls.
2. The chosen protection mode should provide the highest level of protection possible without violating the other requirement.
Which redo transport mode and protection mode would you configure to meet these requirements?
- ASYNC NOAFFRIM and Maximum Protection
- BSYNC NOAFFIRM and Maximum Availability
- CASYNC and Maximum Performance
- DSYNC AFFIRM and Maximum Availability
- ESYNC AFFIRM and Maximum ProtectionMost Voted
D
The Maximum Availability protection mode provides the highest level of data protection that is possible without compromising the availability of a primary database.
When a transport is performed using SYNC/AFFIRM, the primary performs write operations and waits for acknowledgment that the redo has been transmitted synchronously to the physical standby and written to disk. A SYNC/AFFIRM transport provides an additional protection benefit at the expense of a performance impact caused by the time required to complete the I/O to the standby redo log.
Incorrect Answers:
B: When a transport is performed using SYNC/NOAFFIRM, the primary performs write operations and waits only for acknowledgement that the data has been received on the standby, not that it has been written to disk. The SYNC/NOAFFIRM transport can provide a performance benefit at the expense of potential exposure to data loss in a special case of multiple simultaneous failures.
References:
https://docs.oracle.com/cd/B28359_01/server.111/b28294/protection.htm

Hi! Do you need help with this question ?
- Why isn't the A the right answer?
- Traducir la pregunta al español
Contributor get free access to an augmented ChatGPT 4 trained with the latest IT Questions.
All Pages