Skip to content Skip to sidebar Skip to footer
Showing posts with the label Oracle10g

Oracle : Dynamic Column Name

Possible Duplicate: Oracle Rows to Column Transformation My real problem is just like this but ha… Read more Oracle : Dynamic Column Name

Oracle: How To Detect Client Process Termination Like It Works For Sqlplus?

I have the following problem in my application which connects to an Oracle 10g database: When my cl… Read more Oracle: How To Detect Client Process Termination Like It Works For Sqlplus?

Sqlplus - Using A Bind Variable In "in" Clause

I am setting a bind variable in a PL/SQL block, and I'm trying to use it in another query's… Read more Sqlplus - Using A Bind Variable In "in" Clause

Sql Exclusion Query

Is it possible in a single SQL statement to do the following: Use a subset of telephone numbers in … Read more Sql Exclusion Query

Oracle To_char Subquery In Trigger

I have a table (Meeting) with date type attribute (MeetDate) and another varchar2 type attribute (W… Read more Oracle To_char Subquery In Trigger

Oracle 10g: Inserting Missing Dates For Table With Others Values

In this question, I was able to insert date in |----------|----------| | DT | FLAG | |---… Read more Oracle 10g: Inserting Missing Dates For Table With Others Values