cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to find the quiesce tag name currently active, from any system table

SAPSupport
Employee
Employee
0 Likes
182

How do we find the quiesce tag name currently active, from any system table? I know we can get it from the ASE errorlog, but ideally we get the tag name from the ASE system table/s directly


------------------------------------------------------------------------------------------------------------------------------------------------
Learn more about the SAP Support user and program here.

Accepted Solutions (1)

Accepted Solutions (1)

SAPSupport
Employee
Employee

Hello,

To get the quiesce tag you can select from the monOpenDatabases table:

select DBName, QuiesceTag from monOpenDatabases

More information on the monOpenDatabases table on the link: https://help.sap.com/docs/SAP_ASE/ad4a1ddf1bf34768841bd09d1eddf434/aba1d27ebc2b1014975f92ec4a673c73....

 

Answers (0)