Fulltext results:
- Oracle: Recovery Manager
- Archive Logs ===== Delete all archive logs but keep the last 45 days: <code sql> DELETE ARCHIVELOG ... pt could be (deleting all logs except the last three days): <code bash> #!/bin/bash . ${HOME}/.prof
- Oracle: SPFile and PFiles
- flash recovery area. * For more inforamtion, see the documentation: [[http://download.oracle.com/d
- Oracle Errors
- 7: archiver error. Connect internal only, until freed. ===== * **Reason**: The flash recovery area
- Oracle: SQLplus Scripting
- SET LINESIZE 80 SET PAGESIZE 0 SET ECHO OFF SET FEEDBACK OFF SET VERIFY OFF SET HEADING OFF SET MARKU