I'm trying to build a rather complex script to perform a scan on datadictionary tables.
The purpose of the scan is to check whether certain tables are present and which ones contain no data.
To achieve I store a reference set in a GTT.
GTT's are stored in the temp tablespace. I wonder if I need to have create table priviliges to run the scan. Are GTT's the exeption to the rule?
Normal access is done by consultants that have rather limited priviliges..
Ties Blom
The purpose of the scan is to check whether certain tables are present and which ones contain no data.
To achieve I store a reference set in a GTT.
GTT's are stored in the temp tablespace. I wonder if I need to have create table priviliges to run the scan. Are GTT's the exeption to the rule?
Normal access is done by consultants that have rather limited priviliges..
Ties Blom