Fulltext results:
- rmdir for OSX @info:mac
- ====== rmdir for OSX ====== The Finder on OSX creates ''.DS_Store'' files in the directories to store... the command line quite complicated: <code bash> $ rmdir test rmdir: test: Directory not empty $ rm test/.DS_Store $ /bin/rmdir test </code> I wrote a small bash fu
- Oracle: Recovery Manager @info:oracle
- = ===== Start Recovery Manager ===== <code bash> rman target / </code> ===== Delete Archive Logs ===... : <code bash> #!/bin/bash . ${HOME}/.profile rman target / << __EOF__ DELETE NOPROMPT ARCHIVELOG ... L COMPLETED BEFORE 'SYSDATE -3'; EXIT __EOF__ </code> {{tag>admin database dba oracle rman sysadmin}}
- Oracle Errors @info:oracle
- lash recovery area is full. * **Resolution**: [[rman|Remove archive logs]]. * **Resolution**: [[sp