-- for database level export/import: |
Monday, 26 July 2010
Oracle : Impdp - objects that can be included/excluded
Posted by Ook at 07:00 0 comments
Labels: Oracle
Thursday, 22 July 2010
Oracle : Drop a temp tablespace temp file
alter database tempfile '/u03/volnewdev7data/oradata/NEWDEV3/temp_02.dbf' drop including datafiles; |
Posted by Ook at 02:42 0 comments
Labels: Oracle
Wednesday, 21 July 2010
Oracle : Password file
At command line |
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
Subscribe to:
Posts (Atom)