Suppose you have a hot backup of a database taken on 11.2.0.2 and you want to restore it to a server where you have only 11.2.0.3 binaries installed, there is an option to open the database with the resetlogs option and also to start the database in upgrade mode ... you can do this :
....
Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
CANCEL
Media recovery cancelled.
SQL>
SQL>
SQL> alter database noarchivelog ;
Database altered.
SQL> alter database open resetlogs upgrade ;
WAIT Clause for DMLs in 26.2
-
Oracle 26ai 26.2 now introduces the WAIT (and NOWAIT) Clause for INSERT /
UPDATE / DELETE / MERGE DMLs. We have had a WAIT Clause for SELECT FOR
UPDATE...
Acum 3 zile
Niciun comentariu:
Trimiteți un comentariu