ALTER SYSTEM SET
db_create_file_dest=’D:\sample\OMF’
SCOPE=BOTH;
When creating a tablespace with OMF, you simply omit the filename:
CREATE TABLESPACE
By default the datafile created using OMF will have auto extend enabled and be 100MB unless you specify a different size.
Reference: Sybex Oracle 10g Admin I Study Guide
No comments:
Post a Comment