| Exam Code/Number: | 1Z1-050Join the discussion |
| Exam Name: | Oracle Database 11g: New Features for Administrators |
| Certification: | Oracle |
| Question Number: | 183 |
| Publish Date: | Jul 07, 2026 |
|
Rating
100%
|
|
You are working on a CATDB database that contains an Oracle Database version 11.1 catalog schema owned by the userRC011. The INST1 database contains an Oracle Database version 10.1 catalog schema owned by the user RCAT10.
You want the RMAN to import metadata for database IDs 1423241 and 1423242, registered in RCAT10, into the recover catalog owned by RC011.
You executed the following RMAN commands:
RMAN> CONNECT CATALOG rco1 1/password@catdb
RMAN> IMPORT CATALOG rcat1 0/oracle@inst1;
What happens when you execute the above commands? (Choose all that apply.)
Which two statements are true regarding Health Monitor checks in Oracle Database 11g?
(Choose two.)
View the Exhibit to examine the output produced by the following query at three different times since the database instance started and has undergone workloads of different capacities:
SQL> SELECT substr(component, 0,10) COMP, current_size CS,
user_specified_size US
FROM v$memory_dynamic_components
WHERE current_size!=0;
What do you infer from this?
You upgraded Oracle Database 10g to Oracle Database 11 g. How would this affect the existing users' passwords?