|
Wednesday, 25 August 2010
Windows 7 : Show File types
Posted by
Ook
at
14:43
0
comments
Thursday, 19 August 2010
Oracle : Auditing object access in 9i
Peter Lawes added a comment - 19/Aug/10 11:40 AM
|
Posted by
Ook
at
03:40
0
comments
Labels: Oracle
Monday, 2 August 2010
Excel : Remove all hyperlinks
In the spreadsheet * Press Alt-F11 to open the VB macro editor * Select the required sheet * Enter the following macro code Sub ZapHyperlinks() Cells.Hyperlinks.Delete End Sub * Run the code - Green triangle or Menu->Run->Run Macro or F5 (possibly) * This should remove all hyperlinks in the entire sheet |
Posted by
Ook
at
06:24
0
comments
Monday, 26 July 2010
Oracle : Impdp - objects that can be included/excluded
-- for database level export/import: |
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
Subscribe to:
Posts (Atom)
[ Show » ]
Peter Lawes
added a comment - 19/Aug/10
10:47 AM