Table Name for Table details

Everything about Control-M Server installation or setup.
Post Reply
User avatar
vamsikumar
Nouveau
Nouveau
Posts: 10
Joined: 23 Aug 2013 12:00
Location: Banglore

Table Name for Table details

Post by vamsikumar » 03 Sep 2013 7:17

Hi All,

Can someone help me by providing the table name in database which contains details of all control M tables which exists in desktop with respective user daily.

Thanks in Advance!
Vamsi Kumar

jobschubse

Post by jobschubse » 09 Sep 2013 12:10

hi,

i think it is the DEF_TABLES_AND_JOBS table.

Try this ....
select DATA_CENTER,APPLICATION,JOB_NAME,user_daily from DEF_TABLES_AND_JOBS where user_daily = 'SYSTEM';

regards
manfred

User avatar
gglau
Nouveau
Nouveau
Posts: 317
Joined: 13 Jun 2007 12:00

Post by gglau » 11 Sep 2013 4:24

When the display is in table format, you can export the table to Excel or CSV. Simply go to Table Manager to export the list, and manipulate data within Excel.

User avatar
vamsikumar
Nouveau
Nouveau
Posts: 10
Joined: 23 Aug 2013 12:00
Location: Banglore

Post by vamsikumar » 12 Sep 2013 7:59

Thanks everyone for your responses.

But I was not able to find the above mentioned table in my database.

After my analysis, I got the table name and Finally used below query.

select SCHEDTAB, DAILYNAME from CMS_SCHEDT;

Thanks!!!

Post Reply