Fulltext results:
- Oracle: SPFile and PFiles
- he PFile instead of ${PATH_TO_PFILE}. <code sql> SHUTDOWN IMMEDIATE; STARTUP NOMOUNT PFILE='${PATH_TO_PFILE}' CREATE SPFILE FROM PFILE; SHUTDOWN IMMEDIATE; </code> If your PFile is locate... > ===== Initialization Parameters ===== ==== Flash Recovery Area ==== === DB_RECOVERY_FILE_DEST_SIZ... ERY_FILE_DEST_SIZE'' specifies the size of the flash recovery area. * For more inforamtion, see the
- Oracle: Recovery Manager
- ===== ===== Start Recovery Manager ===== <code bash> rman target / </code> ===== Delete Archive Logs... ng all logs except the last three days): <code bash> #!/bin/bash . ${HOME}/.profile rman target / << __EOF__ DELETE NOPROMPT ARCHIVELOG ALL COMPLETED
- Oracle Errors
- only, until freed. ===== * **Reason**: The flash recovery area is full. * **Resolution**: [[rman... *Resolution**: [[spfile_and_pfiles|Enlarge the flash recovery area]]. * **Documentation**: [[http://
- Oracle: EXP
- the account name insteand of ''{user}''. <code bash> exp USERID=\'/ as sysdba\' FILE={user}.dmp FULL=
- Oracle: SQLplus Scripting
- ====== Oracle: SQLplus Scripting ====== To show only data in SQLplus and no header or other stuff, en
- Oracle: Resize Instance
- the instance to activate the change: <code sql> SHUTDOWN IMMEDIATE; STARTUP; </code> {{tag>admin or