PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

PSFT ( 11gR2) : Find staging tables for DYNAMIC SMPLING

edited Oct 16, 2017 5:03AM in PeopleTools and Lifecycle Management - PSFT (MOSC) 1 commentAnswered

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.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center