Quantcast
OracleBrains.Com header image 5

Entries Tagged as '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 [...]

[Read more →]

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 [...]

[Read more →]

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 [...]

[Read more →]

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 [...]

[Read more →]

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 [...]

[Read more →]

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 [...]

[Read more →]

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
———-
[...]

[Read more →]

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 [...]

[Read more →]

Tags: Oracle Administration · Oracle Database · SQL and PL/SQL

Understanding Virtual Columns

October 13th, 2007 · 1 Comment

For last few days I was busy packing my things plus doing some important task related to my Australia trip [...]

[Read more →]

Tags: Oracle 11g New Features · Oracle Administration · Oracle Database · Virtual Objects in Oracle

creating UNIQUE index on a table with existing non unique values.

May 7th, 2007 · 2 Comments

Today I came up with this challenge of creating UNIQUE index on a table with exiting non unique value. After [...]

[Read more →]

Tags: Oracle Administration · Oracle Database