Carrie
Just wanted to check whether there is a need to use the key word TEMPORARY when collecting stats on GLOBAL TEMPORARY tables under V14.0 onwards?
COLLECT STATISTICS INDEX ( COLUMN1, COLUMN2 ) ,COLUMN (COLUMN3) ON $DATABASEVARIABLE.GT_TABLENAME
;
Carrie
Just wanted to check whether there is a need to use the key word TEMPORARY when collecting stats on GLOBAL TEMPORARY tables under V14.0 onwards?
COLLECT STATISTICS
INDEX ( COLUMN1, COLUMN2 )
,COLUMN (COLUMN3)
ON $DATABASEVARIABLE.GT_TABLENAME
;
Thanks