Tuesday, April 21, 2009
Create new table space
Posted on 10:34 PM by Kalum Umesh
You can create new table space by executing following command
CREATE TABLESPACE MRECHARGE_TRANSDE_080601 DATAFILE
'/mnt/shared3/oracle/oradata//kalum.dbf' SIZE 500M
AUTOEXTEND ON
BLOCKSIZE 8192
FORCE LOGGING
EXTENT MANAGEMENT LOCAL UNIFORM SIZE 256K
FLASHBACK ON;
Subscribe to:
Post Comments (Atom)
No Response to "Create new table space"
Leave A Reply