sábado, 26 de julio de 2014

Oracle-Managed Files (OMF)

Oracle-Managed Files (OMF)

Specify file operations in terms of database objects rather than file names.

ParameterDescription
DB_CREATE_FILE_DESTDefines the location of the default file system directory for data files and temporary files
DB_CREATE_ONLINE_LOG_DEST_n Defines the location for redo log files and control file creation
DB_RECOVERY_FILE_DESTDefault location for the fast recovery area
SQL> ALTER SYSTEM SET DB_CREATE_FILE__DEST '+DATA';
SQL> CREATE TABLESPACE tbs_1;

No hay comentarios.:

Publicar un comentario