exam questions

Exam 1z0-083 All Questions

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

Exam 1z0-083 topic 1 question 111 discussion

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

Which two are true about reclaiming space used by Flashback logs in Oracle Database 19c and later releases? (Choose two.)

  • A. Space is always reclaimed automatically when the retention period for Flashback logs is lowered.
  • B. Space might be reclaimed proactively before space pressure occurs.
  • C. Space might be reclaimed automatically when the retention period for Flashback logs is lowered.
  • D. Space is only reclaimed when there is space pressure in the Fast Recovery Area. (FRA)
  • E. Space is always reclaimed proactively before space pressure occurs.
Show Suggested Answer Hide Answer
Suggested Answer: CD 🗳️

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
ObserverPL
Highly Voted 3 years, 5 months ago
A and E in my opinion - in 19c (new feature) FlashBack Logs are deleted fully automatically once they reach retention, there is no wait for space pressure. If you lower the retention manually then flashback logs are deleted immediatelly.
upvoted 12 times
Rogazan
3 years, 5 months ago
I agree with ObserverPL: AE since 19c
upvoted 2 times
...
leozanon94
2 years, 9 months ago
agree AE https://docs.oracle.com/en/database/oracle/oracle-database/19/newft/new-features.html#GUID-4DE9FA4A-BA27-434A-A68E-0B58D8FD686B
upvoted 3 times
8d908f6
3 months, 2 weeks ago
About E, the space wont always be automatically reclaimed before pressure because the data might still need to be retained. So B, it might be reclaimed.
upvoted 1 times
...
...
...
dunhill
Highly Voted 3 years, 5 months ago
for 19c, I think B and C are correct. https://docs.oracle.com/en/database/oracle/oracle-database/19/bradv/maintaining-rman-backups.html#GUID-26C1A1E8-5555-4399-9DD1-39BA90E45A0C
upvoted 7 times
...
8d908f6
Most Recent 3 months, 2 weeks ago
Selected Answer: BC
Not A because there might not be a space pressure, so nothing to delete. so space wont always be released.
upvoted 1 times
...
dancymonkey
9 months, 3 weeks ago
A and B A - Flashback logs that are beyond the retention period are automatically deleted. Automatically deleting flashback logs simplifies the management of the fast recovery area and improves the performance of flashback database. https://docs.oracle.com/en/database/oracle/oracle-database/21/haovw/oracle-flashback-best-practices.html#GUID-3E255563-B001-4AC1-A2E0-1884BF58D6C0 B word with "might be" or "may be" >> The oldest flashback logs may be deleted if there is space pressure in the FRA where the flashback logs are stored. https://docs.oracle.com/en/database/oracle/oracle-database/21/haovw/oracle-flashback-best-practices.html#GUID-3E255563-B001-4AC1-A2E0-1884BF58D6C0
upvoted 1 times
...
Emperor11
11 months ago
Honestly this question is so annoying but taking a look of documentation A is absolutely true with this statement "When the retention target is reduced, flashback logs that are beyond the retention period are deleted immediately." from https://docs.oracle.com/en/database/oracle/oracle-database/19/bradv/maintaining-rman-backups.html#GUID-26C1A1E8-5555-4399-9DD1-39BA90E45A0C but i cannot decide between B or C
upvoted 1 times
Emperor11
11 months ago
I choose A and E after reading all the comments.
upvoted 1 times
...
...
flaviogcmelo
1 year ago
Selected Answer: BC
I Belive the correct anwers are B and C. Starting with Oracle Database Release 19c, the management of space in the fast recovery area is simplified. Oracle Database monitors flashback logs in the fast recovery area and automatically deletes flashback logs that are beyond the retention period. When the retention target is reduced, flashback logs that are beyond the retention period are deleted immediately. https://docs.oracle.com/en/database/oracle/oracle-database/19/bradv/maintaining-rman-backups.html#GUID-26C1A1E8-5555-4399-9DD1-39BA90E45A0C
upvoted 1 times
...
ismoil
1 year ago
SGA_TARGET Sets the maximum SGA size for the PDB. The SGA_TARGET setting in the PDB is enforced only if the SGA_TARGET initialization parameter is set to a nonzero value in the CDB root. The SGA_TARGET setting in the PDB must be less than or equal to the SGA_TARGET setting in the CDB root.
upvoted 1 times
...
musafir
1 year, 1 month ago
Selected Answer: AE
A E are correct for 19c i believe.
upvoted 2 times
...
eleeitor
1 year, 3 months ago
I think it's B and not E because of the "might". When you have guaranteed restore point for flashback, oracle can not delete those logs... what it can automatically delete if normal flashback log even if the flashback retention policy is still active. "Files in the fast recovery area are not eligible for deletion or reuse if they are required to satisfy a guaranteed restore point. " https://docs.oracle.com/en/database/oracle/oracle-database/19/bradv/using-flasback-database-restore-points.html#GUID-D0FAAADC-6185-4F8D-A557-18346EE3BDFF
upvoted 1 times
...
_gio_
1 year, 3 months ago
Selected Answer: AB
I think AE can be the right answer but the word BEFORE confuses me. if db has insufficient space always delete flashback logs, before that moment it deletes only flashback older than retention target.
upvoted 1 times
...
dmees
1 year, 9 months ago
A,E With Oracle Database 19c, flashback logs beyond the retention period are proactively deleted without degrading the flashback performance and before there is space pressure.
upvoted 1 times
...
smartvan
3 years ago
Doc ID 2465562.1 Starting with Oracle Database Release 19c, the management of space in the fast recovery area is simplified. Oracle Database monitors flashback logs in the fast recovery area and automatically deletes flashback logs that are beyond the retention period. When the retention target is reduced, flashback logs that are beyond the retention period are deleted immediately. In scenarios where a sudden workload spike causes a large number of flashback logs to be created, the workload is monitored for a few days before deleting flashback logs that are beyond the retention period. This avoids the overhead of recreating the flashback logs, if another peak workload occurs soon after. I think is AB
upvoted 2 times
...
Neil107
3 years, 2 months ago
I think it's BC.
upvoted 3 times
...
ABAJ
3 years, 5 months ago
https://docs.oracle.com/en/database/oracle/oracle-database/19/bradv/maintaining-rman-backups.html#GUID-26C1A1E8-5555-4399-9DD1-39BA90E45A0C Starting with Oracle Database Release 19c, the management of space in the fast recovery area is simplified. Oracle Database monitors flashback logs in the fast recovery area and automatically deletes flashback logs that are beyond the retention period. When the retention target is reduced, flashback logs that are beyond the retention period are deleted immediately. The COMPATIBLE initialization parameter must be set to 19.0.0 or higher for flashback logs to be automatically deleted. In scenarios where a sudden workload spike causes a large number of flashback logs to be created, the workload is monitored for several days before deleting flashback logs that are beyond the retention period. This avoids the overhead of recreating the flashback logs, if another peak workload occurs soon after. Not convinced with the always. Looks like BC can be right
upvoted 2 times
ABAJ
3 years, 4 months ago
Changed to AE
upvoted 5 times
...
...
Aldrid
3 years, 5 months ago
AE: Doc ID 2465562.1 The COMPATIBLE initialization parameter must be set to 19.0.0 or higher Oracle Database monitors flashback logs in the fast recovery area and automatically deletes flashback logs that are beyond the retention period. When the retention target is reduced, flashback logs that are beyond the retention period are deleted immediately. In scenarios where a sudden workload spike causes a large number of flashback logs to be created, the workload is monitored for a few days before deleting flashback logs that are beyond the retention period. This avoids the overhead of recreating the flashback logs, if another peak workload occurs soon after.
upvoted 4 times
...
Marco_M
3 years, 5 months ago
I change my answer, A-E are correct. Space il always reclaimed before sapce pressure.
upvoted 1 times
...
Marco_M
3 years, 5 months ago
A -- B for me. E-- I am not convinced about 'always reclaimed proactively'. If database can't delete file in the FRA for some parameters, for example 'backup retention policy', FRA fills up in any case.
upvoted 1 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