service mysql stop |
Monday, 28 June 2010
Mysql : Reset root password
Posted by Ook at 06:42 0 comments
Windows : Remove IE advanced security
* This is done by uninstalling the windows component Control Panel->Add or Remove Programs->Add/Remove Windows Components->Stuff |
Posted by Ook at 03:33 0 comments
Monday, 14 June 2010
RMAN : Simple restore of archive log to default location
$ORACLE_HOME/bin/rman nocatalog connect target dba_cron/password run { ALLOCATE CHANNEL c1 DEVICE TYPE DISK; restore archivelog sequence 214629; restore archivelog sequence 214630; } |
Posted by Ook at 06:16 0 comments
Labels: Oracle
Subscribe to:
Posts (Atom)