ORACLE @ Work

Wednesday, December 22, 2010

/usr/bin/find: Argument list too long error

›
When /usr/bin/find: Argument list too long error USE THIS: find /u01/app/oracle/diag/rdbms/TEST/TEST/trace/ -name '*.trm'  -mtime +3...
Tuesday, December 21, 2010

READ ONLY tables in oracle 11g

›
In Oracle 11g, we can change the table to READ ONLY mode which doesn't allow any DML over it. Below is a tested scenario. SQL> ...
Monday, December 20, 2010

Log all database errors to a table

›
drop trigger log_errors_trig; drop table log_errors_tab; create table log_errors_tab ( error varchar2(30), timestamp date, usernam...
Monday, December 06, 2010

Problem: ORA-10631 errors encountered during "SHRINK SPACE" operation

›
OEM was nice the other day and offered some Segment Adviser Recommendations to shrink a few tables that had become fragmented. However, w...

SED – Search and replace string:

›
If you want to change all occurrences of developer to administrator in the oracle.txt file in the grep example, enter this: Content o...
Friday, December 03, 2010

Temp Tablespace recreate to resize / Shrink

›
In 11g , there is a new SQL command that can be used to shrink temporary tablespaces. This command can be used to shrink only locally manage...

Create password file for SYS

›
Cd to $ORACLE_HOME/dbs orapwd file=orapw password=<>same as SYS> entries=10

Recreate EM DBCONSOLE :

›
Remove the following directories from your filesystem: / /oc4j/j2ee/OC4J_DBConsole_ _ If the dbcontrol is upgraded from lower version...
Thursday, December 02, 2010

Rename ASM Diskgroups

›
Rename diskgroup option is a new feature of 11gR2  but can be done for 10g & 11gR1 as well. It requires installing 11gR2 SIHA Grid I...
Tuesday, November 30, 2010

DROP QUEUE TABLES

›
While trying to drop a user with QUEUE table objects; it won't let you drop with below warnings. ORA-00604: error occurred at recursi...
Wednesday, October 20, 2010

Alternate link for Metalink

›
Today I was facing issues accessing metalink (https://support.oracle.com/). Seems the site is down. Then I found the below alternate link o...
Tuesday, September 21, 2010

RMAN Recover Error ORA-01547

›
When attempting to perform a point-in-time recovery from a hot backup you receive an ORA-01547 followed by ORA-01195 and ORA-01110:  SQL...
Friday, September 17, 2010

Rename or Move Datafiles and Logfiles

›
 To rename or relocate datafiles in the SYSTEM tablespace one must use option II, 'Renaming or Moving a Datafile with the Database Sh...
‹
›
Home
View web version
Ferdous Nadvi
Toronto, ON, Canada
BSC in Computer science, Oracle Certified Professional, Oracle Certified Expert (Administering RAC), OCE (Administering Oracle on Linux), OCE 11g (Performance tuning expert) , MCP , Microsoft SQLServer 2012 database professional. Working with Oracle Since 2005.
View my complete profile
Powered by Blogger.