diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-06-27 14:05:52 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-06-27 14:05:52 +0200 |
commit | c254f2c640ac714a6c98e03b8d57a4d418f8e492 (patch) | |
tree | e5db0e6fa49ff9b33c0478e5ae2926605ea3eb50 /db/oracle/setup | |
parent | e65fe5eb90a90edc2ea25f892b7d384713216c8d (diff) |
Extend database setup instructions with some useful information
Diffstat (limited to 'db/oracle/setup')
-rw-r--r-- | db/oracle/setup | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/oracle/setup b/db/oracle/setup index 0b49d22..5231468 100644 --- a/db/oracle/setup +++ b/db/oracle/setup @@ -13,6 +13,7 @@ CREATE TABLE, CREATE SEQUENCE, CREATE TRIGGER, CREATE SESSION, +CREATE TYPE, UNLIMITED TABLESPACE TO odb_test; ======= |