select 'drop table '
||table_name||' cascade constraints;'
from user_tables;
select 'drop table '
||table_name||' cascade constraints;'
from user_tables;
Jboss, Glassfish, ponen los Integeres o Doubles en cero
public class Config implements ServletContextListener { @Override public void contextInitialized(ServletContextEvent event) { System.setProperty("org.apache.el.parser.COERCE_TO_ZERO", "false"); } @Override public void contextDestroyed(ServletContextEvent event) { // NOOP } }