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

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -