| Exam Code/Number: | 1z0-034Join the discussion |
| Exam Name: | Upgrade Oracle9i/10g OCA to Oracle Database 11g OCP |
| Certification: | Oracle |
| Question Number: | 148 |
| Publish Date: | Dec 11, 2025 |
|
Rating
100%
|
|
Note the output of the following query:
SQL> SELECTflashback_archive_name,status FROM dba_flashback_archive;
FLASHBACK_ARCHIVE_NAMESTATUS
FLA1
You executed the following command to enable Flashback Data Archive on the EXCHANGE_RATE table:
ALTERTABLEexchange_rateFLASHBACK ARCHIVE;
What is the outcome of this command?
You are managing a 24*7 database. The backup strategy for the database is to perform user-managedbackups.
Identify two prerequisites to perform the backups. (Choose two.)
You want to create a consumer group, GROUP1, and you execute the following command
in the command-line interface: SQL> EXEC DBMS_RESOURCE_MANAGER.CREATE_CONSUMER_GROUP (CONSUMER_GROUP
=>'group1', COMMENT => 'New Group'); This command errors out displaying the following message: ERROR at line 1: ORA-29371: pending area is not active ORA-06512: at "SYS.DBMS_RMIN", line 115 ORA-06512: at "SYS.DBMS_RESOURCE_MANAGER", line 108 ORA-06512: at line 1 What action would you take to overcome this error?
While designing a database, you created the EMPLOYEES table as an index-organized table (IOT).
You must create a bitmap index on the EMPLOYEES .JOB_ID column.
Which must you do to enable the creation of the bitmap index?