The SYSADR.APAUT table contains the DB2 table authorization IDs that were replaced by the assigned authorization IDs during the generation process. There is an entry for each assigned ID in the plan.
EXEC SQL DECLARE SYSADR.APAUT TABLE
(APNAME CHAR(7) NOT NULL,
PGMAUTH CHAR(8) NOT NULL,
PLANAUTH CHAR(8) NOT NULL)
The SYSADR.APAUT table has the following columns:
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|