Purpose of Query
This query retrieves the details of the KB Update tool configured in the application per DB server
Applicable CAST Version
Release | Yes/No |
---|---|
8.3.x | |
8.2.x | |
8.1.x | |
8.0.x | |
7.3.x | |
7.0.x |
Applicable RDBMS
RDBMS | Yes/No |
---|---|
Oracle Server | |
Microsoft SQL Server | |
CSS2 | |
CSS3 |
Query for CSS
To retrieve all the KB Update tool configured specifically to one DB sever, you need to run the attached SQL on the DB server.
After which you can run the select function like below to display the results -
select * from findKBUpdateTools();
Query result example
Query result interpretation
The query returns the name of the KB Update tool in the management bases on the specific DB server.
Notes/comments
Related Pages