Oracle 1z0-067 Exam Practice Questions (P. 4)
- Full Access (264 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 #16
In your database, the tbs percent used parameter is set to 60 and the tbs percent free parameter is set to 20.
Which two storage-tiering actions might be automated when using Information Lifecycle Management (ILM) to automate data movement?
Which two storage-tiering actions might be automated when using Information Lifecycle Management (ILM) to automate data movement?
- AThe movement of all segments to a target tablespace with a higher degree of compression, on a different storage tier, when the source tablespace exceeds tbs percent used
- BSetting the target tablespace to read-only after the segments are moved
- CThe movement of some segments to a target tablespace with a higher degree of compression, on a different storage tier, when the source tablespace exceeds T3S percent used
- DTaking the target tablespace offline after the segments are moved
- EThe movement of some blocks to a target tablespace with a lower degree of compression, on a different storage tier, when the source tablespace exceeds tbs
Correct Answer:
AB
AB
send
light_mode
delete
Question #17
You want to consolidate backup information and centrally manage backup and recovery scripts for multiple databases running in your organization.
Which two backup solutions can be used?
Which two backup solutions can be used?
- ARMAN recovery catalog
- BRMAN Media Management Library
- CEnterprise Manager Cloud Control
- DEnterprise Manager Database Express
- EOracle Secure Backup
Correct Answer:
AC
AC
send
light_mode
delete
Question #18
You want RMAN to make duplicate copies of data files when using the backup command.
What must you set using the RMAN configure command to achieve this?
What must you set using the RMAN configure command to achieve this?
- AMAXSETSIZE TO 2;
- BDEVICE TYPE DISK PARALLELISM 2 BACKUP TYPE TO BACKUPSET;
- CCHANNEL DEVICE TYPE DISK FORMAT '/disk1/%U' , '/disk2/%U';
- DDATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 2;
Correct Answer:
D
References:
D
References:
send
light_mode
delete
Question #19
You create a table with the period for clause to enable the use of the Temporal Validity feature of Oracle Database 12c.
Examine the table definition:
create table employees
(empno number, salary number,
deptid number, name varchar2(100),
period for employee_time);
Which three statements are true concerning the use of the Valid Time Temporal feature for the EMPLOYEES table?
Examine the table definition:
create table employees
(empno number, salary number,
deptid number, name varchar2(100),
period for employee_time);
Which three statements are true concerning the use of the Valid Time Temporal feature for the EMPLOYEES table?
- AThe valid time columns employee_time_start and employee_time_end are automatically created.
- BThe same statement may filter on both transaction time and valid temporal time by using the AS OF TIMESTAMP and PERIOD FOR clauses.
- CThe valid time columns are not populated by the Oracle Server automatically.
- DThe valid time columns are visible by default when the table is described.
- ESetting the session valid time using DBMS_FLASHBACK_ARCHIVE.ENABLE_AT_VALID_TIME sets the visibility for data manipulation language (DML), data
Correct Answer:
ABE
A: To implement Temporal Validity(TV), 12c offers the option to have two date columns in that table which is having TV enabled using the new clause Period For in the Create Table for the newly created tables or in the Alter Table for the existing ones. The columns that are used can be defined while creating the table itself and will be used in the Period For clause or you can skip having them in the tables definition in the case of which, the Period For clause would be creating them internally.
E: ENABLE_AT_VALID_TIME Procedure
This procedure enables session level valid time flashback.
ABE
A: To implement Temporal Validity(TV), 12c offers the option to have two date columns in that table which is having TV enabled using the new clause Period For in the Create Table for the newly created tables or in the Alter Table for the existing ones. The columns that are used can be defined while creating the table itself and will be used in the Period For clause or you can skip having them in the tables definition in the case of which, the Period For clause would be creating them internally.
E: ENABLE_AT_VALID_TIME Procedure
This procedure enables session level valid time flashback.
send
light_mode
delete
Question #20
Which two statements are true when row-archival management is enabled?
- AVisibility of the ORA_ARCHIVE_STATE column is controlled by the row archival visibility session parameter.
- BThe ORA_ARCHIVE_STATE column is updated manually or by a program that can reference activity tracking columns, to indicate that a row is no longer considered active.
- CThe row archival visibility session parameter defaults to all rows.
- DThe ORA_ARCHIVE_STATE column is visible if it is referenced in the select list of a query.
- EThe ORA_ARCHIVE_STATE column is updated automatically by the database based on activity tracking columns, to indicate that a row is no longer
Correct Answer:
AD
AD
send
light_mode
delete
All Pages