Sign in
third-party-mirror
/
glassfish
/
403dc7883f77ebbf7acb2e03bca22c09d9d9fdfd
/
.
/
appserver
/
tests
/
appserv-tests
/
devtests
/
cdi
/
config
/
alltables_oracle.sql
blob: 82a61d086a0537f36011e4773ebcd2501ced68fe [
file
]
-- droping all tables from the current user db
-- delete from user_tables;
select
'drop table'
,
table_name
,
'cascade constraints;'
from
user_tables
;