Question about gathering table stats
Product FSCM - Supply Chain, Grants. Version 9.2. Tools 8.59.05 Image 41; Oracle database 19c, on Red Hat Linux 7.9
We've been gathering table stats in the Oracle database for every table in the SYSADM schema. Recently we realize that according to
E-ORA Methods to Gather Statistics on PeopleSoft Oracle Databases (Doc ID 1345124.1)
we should not gather stats on all the tables whose type is 7 ("in Peoplesoft records with Rectype=7 are temporary tables and those still get build on the database, but these temporary tables are volatile in nature and should be excluded from this exercise"). The document doesn't say but we think it means that the tables whose names are in column recname, excluding name prefix 'PS_', in table PSRECDEFN where rectype=7 should be excluded. For example,