DBA Data[Home] [Help]

APPS.EDW_DROP_INDEX SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 19

cur_stmt := 'SELECT index_name FROM dba_indexes
where index_type = ''NORMAL''
and uniqueness = ''NONUNIQUE''
and owner = :x_owner
and table_name =:x_table_name';