RDBMS and NoSQL Databases Tips and Tricks
Labels
Oracle Database
(20)
Virtual Box (Oracle VM)
(3)
Sunday, September 20, 2015
Creating tablespace in Oracle Database
Creating tablespace
(for datafiles tablespace name ends with D and for index files ends with X)
Log into sqlplus (as sysdba)
>create tablespace
datafile ‘dir…..dbf’ size 10M autoextend on next 10M maxsize 2000M uniformsize;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment