Fulltext results:
- 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: SPFile and PFiles
- > ===== 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... tparams063.htm#REFRN10235|11.2]] Example: Set flash recovery area to 8GB. The usage of ''SCOPE=BOTH''
- 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=