Sign in
third-party-mirror
/
glassfish
/
e3f2e2f48c8a94f5e0939d4e2b36cae86d0bfeb0
/
.
/
appserver
/
tests
/
appserv-tests
/
devtests
/
jdbc
/
txStress
/
sql
/
create_oracle.sql
blob: 8990eaa33a3fca3e337310bc9e1e367c2239a434 [
file
]
DROP
TABLE
testTx
;
CREATE
TABLE
testTx
(
key
VARCHAR
(
255
)
PRIMARY
KEY
,
iterkey INTEGER
,
value VARCHAR
(
255
)
);