Fulltext results:
- Oracle: Recovery Manager
- === Delete all archive logs but keep the last 45 days: <code sql> DELETE ARCHIVELOG ALL COMPLETED BE... 45'; </code> To remove archive logs older than 3 days without prompting, e.g. via cron, after backup ... could be (deleting all logs except the last three days): <code bash> #!/bin/bash . ${HOME}/.profile... L COMPLETED BEFORE 'SYSDATE -3'; EXIT __EOF__ </code> {{tag>admin database dba oracle rman sysadmin}}
- Oracle
- [[http://www.oracle.com/pls/db102/homepage|Oracle Database Online Documentation 10g Release 2 (10.2)]]... [[http://www.oracle.com/pls/db112/homepage|Oracle Database Online Documentation 11g Release 2 (11.2)]]
- Oracle: SQLplus Scripting
- == Oracle: SQLplus Scripting ====== To show only data in SQLplus and no header or other stuff, enter
- Oracle Errors
- 82_01/server.112/e10880/e0.htm#sthref197|11.2]] {{tag>database documentation error oracle reference}}