init.ora parameter | Description |
LARGE_POOL_SIZE | This is how you create the Large Pool. When the Instance starts, it will allocate the requested memory in the SGA. |
LARGE_POOL_MIN_ALLOC | This is the smallest chunk that will be allocated. |
ARCH_IO_SLAVES | This is the number of I/O slaves used for log archiving. |
BACKUP_DISK_IO_SLAVES | This is the number of I/O slaves used by RMAN for copy, backup, and restore. |
BACKUP_TAPE_IO_SLAVES | If True, then one I/O slave is used to perform asynchronous I/O to and from tape when doing an RMAN backup and restore. |
LOG_ARCHIVE_DEST | This parameter will indicate where the archive log files will be written. |
LOG_CHECKPOINT_INTERVAL | This parameter will cause a checkpoint when the specified number of OS blocks have been written to the redo log files since the lastcheckpoint. |
LOG_CHECKPOINT_TIMEOUT | This parameter will cause a checkpoint when the specified number of seconds has elapsed since the last checkpoint. |
USER_DUMP_DEST | This is the directory that will contain the output from your trace commands. |
LOG_ARCHIVE_DEST | This is the location for archive log files. |
LOG_ARCHIVE_FORMAT | This is the format of the name for the archive log files. |
LOG_ARCHIVE_DUPLEX_DEST | This is the location for duplexed archive log files. |
LOG_ARCHIVE_MIN_SUCCESS_DEST | If your are duplexing your archive log files, this shows how many of the destination archive log files must succeed either 1 or 2. |