This post is to check version of SOA
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.
- 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.
No comments:
Post a Comment