Oracle 1z0-052 Exam Practice Questions (P. 4)
- Full Access (284 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
For which database operation would you need the database to be in the MOUNT state?
- ARenaming the control files
- BRe-creating the control files
- CDropping a user in your database
- DDropping a tablespace in your database
- EConfiguring the database instance to operate in the ARCHIVELOG or NOARCHIVELOG modes
Correct Answer:
E
E
send
light_mode
delete
Question #17
The job to gather optimizer statistics for objects runs as part of the automatic maintenance window in your database instance. At a certain point of time, the maintenance window closes before the statistics are gathered for all objects.
Which statement is true in this scenario?
Which statement is true in this scenario?
- AThe statistics collection continues until all objects are processed.
- BThe job is terminated and the statistics collected are restored to a time before the job started.
- CThis produces an error and the statistics collected are locked until the next time that the maintenance window is opened.
- DThe job is terminated and the statistics for the remaining objects are collected the next time that the maintenance window is opened.
Correct Answer:
D
D
send
light_mode
delete
Question #18
You want to move all objects of the APPS user in the test database to the DB_USR schema of the production database. Which option of IMPDP would you use to accomplish this task?
send
light_mode
delete
Question #19
You executed the following command to create a password file in the database server:
$ orapwd file = orapworcl entries = 5 ignorecase=N
Which statement describes the purpose of the above password file?
$ orapwd file = orapworcl entries = 5 ignorecase=N
Which statement describes the purpose of the above password file?
- AIt records usernames and passwords of users when granted the DBA role
- BIt contains usernames and passwords of users for whom auditing is enabled
- CIt is used by Oracle to authenticate users for remote database administrator
- DIt records usernames and passwords of all users when they are added to OSDBA or OSOPER operating groups
Correct Answer:
C
C
send
light_mode
delete
Question #20
SQL> CREATE BIGFILE TABLESPACE MRKT
2 DATAFILE '/u01/app/oracle/oradata/orcl/mrkt.dbf' size 10M LOGGING
3 EXTENT MANAGEMENT LOCAL SEGMENT SPACE MANAGEMENT AUTO;
Tablespace created.
SQL> ALTER DATABASE DEFAULT TABLESPACE MRKT;
Database altered.
Which two statements are true regarding the MRKT tablespace? (Choose two.)
2 DATAFILE '/u01/app/oracle/oradata/orcl/mrkt.dbf' size 10M LOGGING
3 EXTENT MANAGEMENT LOCAL SEGMENT SPACE MANAGEMENT AUTO;
Tablespace created.
SQL> ALTER DATABASE DEFAULT TABLESPACE MRKT;
Database altered.
Which two statements are true regarding the MRKT tablespace? (Choose two.)
- ANo more data files can be added to the tablespace.
- BSegment space is managed by free lists in the tablespace.
- CA user created without being assigned a default tablespace uses this tablespace.
- DThe tablespace can be dropped with the current setting with segments present in it.
Correct Answer:
AC
AC
send
light_mode
delete
All Pages