Hi n_i,
I queried on several databases the query
Code:
SELECT * FROM SYSIBM.views ORDER BY table_name
and got nothing starting with 'ENV_'.
I queried on several databases the query
Code:
SELECT * FROM SYSIBM.sqlfunctions ORDER BY function_name
and got nothing starting with 'ENV_'.
Even querying
Code:
SELECT * FROM SYSIBM.SCHEMATA ORDER BY schema_name
didn't get me a SYSIBMADM schema. The best next thing I have, is a SYSIBM. I
do have a SYSPROC schema.
What's next?