I don't think there is a way to do that currently ...
But, it is a 'nice to have' ...
In general , an application may not want to know the dbm parms ... But, if yours does, then you can write a udf ....
Cheers
Sathyaram
Quote:
Originally posted by alions
Hi Andy,
thanks for your reply! You're right about SNAPSHOT_DBM. Unfortunately it is not the same as DBM Configuration. For example: I'm looking for the value MAXAGENTS and when I issue the command
get database manager configuration
in the CLP, I get a snapshotlike table where I can find MAXAGENTS.
But if i issue
select * from table(snapshot_dbm(-1)) as dbm;
I get no entry with MAXAGENTS.
Maybe there is no way to access dbm cfg using SQL...
Thank you anyway.
Andy
|