Today one of my guys called me that log seq is not in sync with main db server.
When I checked [...]
Entries Tagged as 'Oracle Administration'
FAL[client, USER]: Error 1031….for fetching gap sequence
March 25th, 2011 · No Comments
Tags: Oracle Administration
Error ORA-03113: end-of-file on communication channel when opening database
February 19th, 2011 · No Comments
Today I faced following problem while starting the database.
SQL> connect / as sysdba
Connected to an idle instance.
SQL> startup mount;
ORACLE instance [...]
Tags: Oracle Administration
Database Link coming handy!!!
August 8th, 2009 · 4 Comments
Today I had a situation at my client’s place which I need to tackle as soon as possible and I [...]
Tags: Oracle Administration · Oracle Database
What to do when database runs out of temp tablespace?
July 11th, 2008 · 1 Comment
Yesterday suddenly I received a call from my guys that one of the database server at my client’s place has [...]
Tags: Oracle Administration
ORA-12638 : Credential retrieval failed
May 4th, 2008 · 5 Comments
Recently after I configured database on testing machine and configure the forms to run on middle tier on testing machine [...]
Tags: Oracle Administration · Oracle Installation
ADR Command Interpreter (ADRCI) a new tool in Oracle 11g
December 17th, 2007 · No Comments
Recently while doing R&D, I came across the ADR Command Interpreter (ADRCI).
Introduced in Oracle Database Release 11g, it is a [...]
Tags: Oracle 11g New Features · Oracle Administration
How to find a trace file Oracle 11g
December 16th, 2007 · No Comments
Yesterday I was doing some r&d and tried to find trace file for my session.
After lot of trouble I was [...]
Tags: Oracle Administration · Oracle Database
SQL*PLUS DBMS_OUTPUT Now and Then
November 25th, 2007 · No Comments
As per my experience when working with PL/SQL code, DBMS_OUTPUT is one of the most frequently used package to display [...]
Tags: Oracle Administration · Oracle Database · SQL*Plus
Creating Primary Key On Duplicate Values
November 13th, 2007 · No Comments
Check out following:
SQL> select * from test;
COL1
———-
[...]
Tags: Oracle Administration · Oracle Database · SQL and PL/SQL
Understanding DETERMINISTIC Functions or DETERMINISTIC Clause
October 14th, 2007 · 2 Comments
When working with virtual columns recently I came across the following error:
ORA-30553: The function is not deterministic
Cause: The function on [...]
Tags: Oracle Administration · Oracle Database · SQL and PL/SQL