Database Install/Upgrade/Opatch (MOSC)

MOSC Banner

Value of VERSION column in registry$sqlpatch set to 0 after upgrade to 12cR2

edited Jul 25, 2019 2:15AM in Database Install/Upgrade/Opatch (MOSC) 5 commentsAnswered

I just upgraded database from 12cR1 to 12cR2. I found the value of VERSION column in registry$sqlpatch set to 0 after upgrade to 12cR2.

BEFORE UPGRADE =>

select PATCH_ID, ACTION, ACTION_TIME, STATUS, VERSION from registry$sqlpatch;

  PATCH_ID ACTION          ACTION_TIME                    STATUS          VERSION

---------- --------------- ------------------------------ --------------- --------------------

  24732082 APPLY           05-JUL-17 11.00.08.688933 AM   SUCCESS         12.1.0.2

  27475603 APPLY           23-MAY-18 11.36.50.583962 AM   SUCCESS         12.1.0.2

  27338041 APPLY           23-MAY-18 11.36.50.771398 AM   SUCCESS         12.1.0.2

  27475603 ROLLBACK        24-SEP-18 02.28.36.401254 PM   SUCCESS         12.1.0.2

  27923320 APPLY           24-SEP-18 02.28.36.405818 PM   SUCCESS         12.1.0.2

  27547329 APPLY           24-SEP-18 02.28.36.782418 PM   SUCCESS         12.1.0.2

AFTER UPGRADE =>

select PATCH_ID, ACTION, ACTION_TIME, STATUS, VERSION from registry$sqlpatch;

  PATCH_ID ACTION          ACTION_TIME                    STATUS                    VERSION

---------- --------------- ------------------------------ ------------------------- --------------------

  24732082 APPLY           05-JUL-17 11.00.08.688933 AM   SUCCESS                   0

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center