How do I get my objects owner from the Database ?
Release : 12.2
Component : AUTOMATION ENGINE
-
As seen together, the query has been provided to get the objects owner from the DB.
select h.oh_name "Creator", h.oh_client "Client", l.Oh_otype "Object Type", l.oh_name "Object Name" from oh h inner join oh l on h.Oh_idnr=l.OH_CRUSERIDNR;