Basic SQL commands

From Peter Pap's Technowiki
Revision as of 02:49, 11 January 2012 by Ppapa (talk | contribs) (Created page with " == Create tablespace == create tablespace gkdata datafile '/path/to/file/filename.dbf' size 10m autoextend on next 5m maxsize 1G;")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Create tablespace

 create tablespace gkdata
  datafile '/path/to/file/filename.dbf'
  size 10m autoextend on
  next 5m maxsize 1G;