Difference between revisions of "Basic SQL commands"

From Peter Pap's Technowiki
Jump to: navigation, search
(Blanked the page)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Create tablespace ==
 
  
  create tablespace ''tablespacename''
 
  datafile ''''/''path''/''to''/''file''/''filename''.dbf''''
 
  size 10m autoextend on
 
  next 5m maxsize 1G;
 
 
 
== Add datafile to tablespace ==
 

Latest revision as of 02:55, 11 January 2012