Basic SQL commands

From Peter Pap's Technowiki
Revision as of 02:50, 11 January 2012 by Ppapa (talk | contribs) (Create tablespace)

Jump to: navigation, search

Create tablespace

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


Add datafile to tablespace