Oracle database and linux
1.51K subscribers
924 photos
9 videos
25 files
443 links
Download Telegram
UNIX and Linux Essentials(D76989GC10-sg)
#oracle_university
Ever wanted to know if the optimizer is obeying your hint?
+HINT_REPORT #oracle_19c
#Oracle_19c
DBMS_AUTO_INDEX.REPORT_ACTIVITY
#oracle

UNTIL CONSISTENT Use this clause to recover the standby database to a consistent SCN point so that the standby database can be opened in read only mode.

Instead, to recover the standby database to a consistent point, but no further, use the statement
ALTER DATABASE RECOVER MANAGED STANDBY DATABASE UNTIL CONSISTENT.
A small but welcome addition #18c #oracle