1.

Can You Make A Datafile Auto Extendible. If Yes, How?

Answer»

YES. A DATAFILE can be auto EXTENDIBLE.
Here's how to enable auto extend on a Datafile:
SQL>alter database datafile '/u01/app/oracle/product/10.2.0/oradata/DBSID/EXAMPLE01.DBF' autoextend on.

YES. A Datafile can be auto extendible.
Here's how to enable auto extend on a Datafile:
SQL>alter database datafile '/u01/app/oracle/product/10.2.0/oradata/DBSID/EXAMPLE01.DBF' autoextend on.



Discussion

No Comment Found