PSFT ( 11gR2) : Find staging tables for DYNAMIC SMPLING
Hi ,
I would like to find all staging tables in PSFT to apply a DYNAMIC SAMPLING strategy.
select * from dba_tables where owner=<OWNER> and regexp_like(table_name,'_TMP.*([0-9])$|_TMP$')
Best regards .
GD.
0