exam questions

Exam 1z0-083 All Questions

View all questions & answers for the 1z0-083 exam

Exam 1z0-083 topic 1 question 60 discussion

Actual exam question from Oracle's 1z0-083
Question #: 60
Topic #: 1
[All 1z0-083 Questions]

Examine this configuration:
1. CDB1 is a container database.
2. PDB1 and PDB2 are pluggable databases in CDB1.
You execute these commands successfully:

Which two are true? (Choose two.)

  • A. PDB1 and PDB2 are in MOUNT state.
  • B. Redo logs are opened.
  • C. PDB1 and PDB2 are in READ ONLY state.
  • D. CDB$ROOT is in MOUNT state.
  • E. PDB$SEED is in READ ONLY state.
Show Suggested Answer Hide Answer
Suggested Answer: AD 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
julica
Highly Voted 2 years, 11 months ago
sure is A,D: Version 19.6.0.0.0 SQL> show pdbs CON_ID CON_NAME OPEN MODE RESTRICTED ---------- ------------------------------ ---------- ---------- 2 PDB$SEED READ ONLY YES 3 PDB1 READ WRITE YES 4 PDB2 READ WRITE YES 5 PDB3 MOUNTED SQL> shutdown immediate; Database closed. Database dismounted. ORACLE instance shut down. SQL> startup mount; ORACLE instance started. . Database mounted. SQL> show pdbs CON_ID CON_NAME OPEN MODE RESTRICTED ---------- ------------------------------ ---------- ---------- 2 PDB$SEED MOUNTED 3 PDB1 MOUNTED 4 PDB2 MOUNTED 5 PDB3 MOUNTED SQL>
upvoted 21 times
...
ald85
Highly Voted 2 years, 12 months ago
I think A, D are correct. When a CDB is mounted, the CBD root is mounted, which means that the control files are opened, as well as the PDBs.
upvoted 8 times
...
_gio_
Most Recent 3 days, 6 hours ago
Selected Answer: AD
I'm sure AD
upvoted 1 times
...
ScottL
1 month, 1 week ago
Selected Answer: AD
AD correct. See Julica
upvoted 1 times
...
jareach
4 months, 1 week ago
Selected Answer: AD
In the MOUNT state, just the controlfile is opened , not redo logs nor datafiles. As the root container is mounted, i.e. not touching any datafiles, no pluggable database can be more than mounted as well.
upvoted 2 times
...
flaviogcmelo
9 months, 2 weeks ago
Selected Answer: AD
A, D are correct.
upvoted 2 times
...
Bio12345
1 year, 3 months ago
Selected Answer: AD
AD, demonstrated by Julica
upvoted 2 times
...
Dhanushbh
1 year, 10 months ago
SQL> show pdbs; CON_ID CON_NAME OPEN MODE RESTRICTED ---------- ------------------------------ ---------- ---------- 2 PDB$SEED READ ONLY NO 3 TEST READ WRITE NO 5 TEST3 MOUNTED SQL> shutdown immediate; Database closed. Database dismounted. ORACLE instance shut down. SQL> startup mount ORACLE instance started. Total System Global Area 6442446872 bytes Fixed Size 9154584 bytes Variable Size 3288334336 bytes Database Buffers 3137339392 bytes Redo Buffers 7618560 bytes Database mounted. SQL> show pdbs; CON_ID CON_NAME OPEN MODE RESTRICTED ---------- ------------------------------ ---------- ---------- 2 PDB$SEED MOUNTED 3 TEST MOUNTED 5 TEST3 MOUNTED AD correct
upvoted 3 times
...
[Removed]
2 years, 3 months ago
what is the current
upvoted 1 times
...
janw
2 years, 10 months ago
AD it is
upvoted 2 times
...
cerebro2000x
2 years, 10 months ago
AD for me
upvoted 3 times
...
Reimajestic
2 years, 10 months ago
Answer: A,D Version 19.3.0.0.0 SQL> shutdown immediate; Database closed. Database dismounted. ORACLE instance shut down. SQL> startup mount ORACLE instance started. Total System Global Area 2147482344 bytes Fixed Size 9136872 bytes Variable Size 637534208 bytes Database Buffers 1493172224 bytes Redo Buffers 7639040 bytes Database mounted. SQL> SELECT NAME, CON_ID, OPEN_MODE FROM V$CONTAINERS ORDER BY CON_ID; NAME CON_ID OPEN_MODE -------- ---------- ---------- CDB$ROOT 1 MOUNTED PDB$SEED 2 MOUNTED PDB1 3 MOUNTED PDB2 4 MOUNTED
upvoted 5 times
...
marcinb32
2 years, 11 months ago
AD for sure
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago