$sqlplus /nolog; SQL>connect / as sysdba; SQL>startup nomount; SQL>exit; $rman target / nocatalog RMAN>set dbid=147749264 RMAN>run { allocate channel d1 type disk; set CONTROLFILE AUTOB… more →
Oracle DBA from Beginninghowtoprotect wrote 5 days ago: Create file backup.sh $vi backup.sh backup.sh #!/bin/bash NFILE=/path/website/website-$(date +%d%m%Y … more →
ksadba wrote 1 year ago: Database flashback is a new feature in 10g that is a continuation of flashback features introduced b … more →
June Lee wrote 1 year ago: $sqlplus /nolog; SQL>connect / as sysdba; SQL>startup nomount; SQL>exit; $rman target / noc … more →