To Check status of OMW Objects using SQLs

To Check status of OMW Objects using SQLs:

List all checked out objects:
select * from from ol920.F9861 where SISTCE != '1' order by siuser, siobnm; 
select sipathcd , simkey as "Server", SIOBNM, siuser as "User" from ol920.F9861 where SISTCE != '1' order by siuser, siobnm;

Versions Checked out:
select VRENHV, VRUSER as "User", VRPID as "Object", VRVERS as "Version", VRMKEY as "Machine" from DV920.F983051 where VRCHKOUTSTS='Y' order by vruser, vrpid, vrvers;

Comments

Popular posts from this blog

Oracle Cloud Infrastructure(OCI) - Part2

Script to display the SQL text for a specific SQL_ID

How to Change Your EnterpriseOne Environment Color