List All Owner for Current Node ID

Everything about Control-M Enterprise Manager Server installation or setup.
Post Reply
User avatar
saipun
Nouveau
Nouveau
Posts: 11
Joined: 18 Feb 2010 12:00

List All Owner for Current Node ID

Post by saipun » 12 Dec 2011 6:17

Hi All,

As per title.
i'm trying to list all Owner ID (service account) on 1 node ID.
Please help me to find a correct command or step to complete this.

User avatar
markf
Nouveau
Nouveau
Posts: 134
Joined: 13 Jul 2006 12:00
Location: Switzerland
Contact:

Post by markf » 12 Dec 2011 2:33

Do you mean in the Job Defs? The interactive SQL shows this, for example -

SQL> select DISTINCT OWNER from CMS_JOBDEF where NODEID = 'hpitop';

OWNER
------------------------------
telalert

SQL>

Post Reply