plsql - PL/SQL with Java to delete tables older than 3 days -
Questions for dropping 10 days old table for this follwing PL / SQL statement
Using
callable location cs = null; cs = conn.prepareCall (s); cs.execute (rplSql); But this invalid SQL statement looks at any idea?
Try:
Select table_name from ALL_TABLES where regexp_like (table_name for the statement in 'ABCD [[:: Points:]] {8}')
Comments
Post a Comment