Search This Blog

Saturday, 30 April 2022

 Oracle Database Incarnation concept:

Its very common concept for Oracle DBAs. Incarnation is the new version of the database and it happens when database is opened with "reset logs" option after an in complete recovery.


The view V$DATABASE_INCARNATION can be checked for all the database versions / incarnations. 





No comments:

Create DB link in another db user

 To test / create the db link in another db user schema following procedure can be used. create or replace procedure tst_user.dblink   is ...