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;")
Create tablespace
create tablespace gkdata datafile '/path/to/file/filename.dbf' size 10m autoextend on next 5m maxsize 1G;