1. I want to get each configuration parameter with its value and want to insert these data in to a table, time to time, which has the cfg parameters as its columns.
2. I am getting the below error when I try to execute the below command(for example)
SELECT SORTHEAP, APP_CTL_HEAP_SZ FROM TABLE(SYSPROC.GET_DB_CONFIG()) AS DBMCFG
Error: SQL0440N No authorized routine named "GET_DB_CONFIG" of type "FUNCTION"
having compatible arguments was found. SQLSTATE=42884
I found this query from the db2 docs found in below link....
http://publib.boulder.ibm.com/infoce...n/r0011861.htm
3. Also, as given in the docs, there is no schema like SYSFUN found and no table function like GET_DBM_CONFIG found.
Only I can find is GET_DB_CONFIG under the schema SYSPROC.
Here, is document giving wrong information or I am doing something wrong?
Environment:
Operating System AIX 5200-03
Level DB2 v8.1.7.445
Client Windows XP proffessional
PTF WR21342