Saturday, May 24, 2025

How to create tablespace in oracle database ?

 

SQL>

SQL>  create tablespace rcat datafile '/u01/app/oracle/oradata/DB2/rcat.dbf' size 15M;


Tablespace created.


SQL>

No comments:

Post a Comment

What is the Windows / Linux Filesystem limits ?

 Windows / Linux  Filesystem limits Windows: use NTFS for OS / general-purpose / broad compatibility ; use ReFS for large data volumes, H...