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

Creating A Simple User Interface To Access An Oracle Database

Here is what I have: 1) a simple sql file given to me that creates tables and fills them with data … Read more Creating A Simple User Interface To Access An Oracle Database

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?

Spool To .csv File Using For Loop

need to spool output into .csv file using loop, fyi...I have data in 4 diff partition. but no sure … Read more Spool To .csv File Using For Loop

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

Oracle Create Table If It Does Not Exist

Can anyone point me to the right syntax to use in order to create a table only if it does not curre… Read more Oracle Create Table If It Does Not Exist

Passing Variable User,pass,sid In Sqlplus Comman

I want to pass variables in sqlplus command in my bash script, answer might be given but doesn'… Read more Passing Variable User,pass,sid In Sqlplus Comman

Help With Sqlplus Please? How To Make Sqlplus Startup With Define `off` Initially?

I have a batch script that invokes PLSQL with connection details, which works fine but I still have… Read more Help With Sqlplus Please? How To Make Sqlplus Startup With Define `off` Initially?

In Oracle 11g How Do You Time Weight Average Data Hourly Between Two Dates?

I have replaced my original question with this final answer. With the help from Mr. MTO and Mr. Pon… Read more In Oracle 11g How Do You Time Weight Average Data Hourly Between Two Dates?