Which table consists of the shouts message in controlm

Some examples running with Control-M and Control-EM database.
Post Reply
User avatar
satish
Nouveau
Nouveau
Posts: 32
Joined: 25 Mar 2008 12:00

Which table consists of the shouts message in controlm

Post by satish » 12 Nov 2009 9:48

I am new to sql side:

In oracle tables which table consists of the shouts message in controlm?

Please reply to me with the Oracle queries.

Regards,

Satish

vassi168

Post by vassi168 » 12 Nov 2009 11:43

Hy,
the table in Oracle DB is the cms_shout.
when you conect with sqlplus and control user :

spool "your filename"
select * from cms_shout;
exit


and then you have the shouts in your "your filename".
I hope i have help you

Regards
Vassilis

User avatar
satish
Nouveau
Nouveau
Posts: 32
Joined: 25 Mar 2008 12:00

Hi

Post by satish » 16 Nov 2009 10:54

Thank you for your information.

Regards,

Satish

Post Reply