SV-89147r1_rule
V-74473
SRG-APP-000133-DB-000200
DB2X-00-003200
CAT II
10
Use the list identified in check. Drop and create the objects as necessary with the correct ownership.
DB2> DROP
DB2> CREATE
Note: For additional information regarding the DROP statement, select the following link:
http://www-01.ibm.com/support/knowledgecenter/SSEPGG_10.5.0/com.ibm.db2.luw.sql.ref.doc/doc/r0000945.html?lang=en
Get the list of authorized owners from ISSO or DBA.
Use the following catalog views/queries to find the ownership of the various database objects:
Select libname,owner from syscat.libraries
Select modulename,owner from syscat.modules
Select tabname,owner from syscat.nicknames
Select pkgname,owner from syscat.packages
Select routinename,owner from syscat.routines
Select seqname,owner from syscat.sequences
Select constname,owner from syscat.tabconst
Select tabname,owner from syscat.tables
Select tbspace,owner from syscat.tablespaces
Select trigname,owner from syscat.triggers
If any owner is not in the ISSO/DBA provided list, this is a finding.
V-74473
False
DB2X-00-003200
Get the list of authorized owners from ISSO or DBA.
Use the following catalog views/queries to find the ownership of the various database objects:
Select libname,owner from syscat.libraries
Select modulename,owner from syscat.modules
Select tabname,owner from syscat.nicknames
Select pkgname,owner from syscat.packages
Select routinename,owner from syscat.routines
Select seqname,owner from syscat.sequences
Select constname,owner from syscat.tabconst
Select tabname,owner from syscat.tables
Select tbspace,owner from syscat.tablespaces
Select trigname,owner from syscat.triggers
If any owner is not in the ISSO/DBA provided list, this is a finding.
M
3161