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

Popular posts from this blog

c++ - Cmake produces file extensions in static library archives -

c# - Roxy file manager in MVC doesn't accept session path -

c# - XML - Serialize class - Some questions -