At command line |
Wednesday, 21 July 2010
Oracle : Password file
Posted by
Ook
at
06:49
0
comments
Labels: Oracle
Thursday, 15 July 2010
Oracle : Remove 11.1 RAC cluster
Use cluster remove tool found : http://download.oracle.com/otndocs/products/clustering/deinstall/clusterdeconfig.zip This is a command line tool - unzip on node and de-install database home then crs home ./clusterdeconfig -home /u01/app/crs/11.1.0/crs -checkonly ./clusterdeconfig -home /u01/app/crs/11.1.0/crs ./clusterdeconfig -home /u01/app/oracle/product/11.1.0/db_1 -checkonly ./clusterdeconfig -home /u01/app/oracle/product/11.1.0/db_1 Need to run a 3 root scripts on each node |
Posted by
Ook
at
03:22
0
comments
Labels: Oracle
Wednesday, 14 July 2010
Linux : Getting hardware info from the command line
dmidecode |
Posted by
Ook
at
06:30
0
comments
Labels: Linux
Thursday, 1 July 2010
CVS : Pre-tag check failure
Very annoying and a completely useless error message This may be caused by a validation rule being set up on tags - eg. disallowing them to be moved/deleted Look at ../CVS/CVSROOT/taginfo which matches items being tagged to an executable to validate the action eg a line like DEFAULT /usr/local/bin/stop_tag_hack.sh will redirect to the shell script which can contain something like the following to stop deletes or changes : TAG_OP=$2 if [ "$TAG_OP" != "add" ]; then exit -1 # exit 0 fi |
Posted by
Ook
at
06:18
0
comments
Monday, 28 June 2010
Mysql : Reset root password
service mysql stop |
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)