Wednesday, June 26, 2013

RCU Schema Versions

This post is to check version of SOA


  • Login to Database as sys as sysdba


  • Check RCU Schema Versions using query: 


select owner, comp_name, version, status from schema_version_registry order by 1, 2, 3;

Output: 

In this you can verify all the schema that got created and also version.

Inline image 1


No comments:

Post a Comment

Other Posts