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

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

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

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

How To Create A Pl/sql Row Trigger That Validates A Column From Another Table

I have two tables: CREATE TABLE PRODUCT ( PRODUCT_NAME VARCHAR(40) NOT NULL, SUPPLIER_NAME … Read more How To Create A Pl/sql Row Trigger That Validates A Column From Another Table

Dynamic Parameterized Query With Like

The Normal assignment operator is working fine but like operation is not working with below query i… Read more Dynamic Parameterized Query With Like

Problem With Execute Procedure In Pl/sql Developer

I this is my first attempt to create procedure and execute it. First I create simple table. DB sche… Read more Problem With Execute Procedure In Pl/sql Developer

Dynamic Delete In Oracle

I have Some static data for that i am creating select statement with the help of union all and i am… Read more Dynamic Delete In Oracle

How To Copy Only First 4000 Characters From Oracle Nclob To Nvarchar2(4000) Value?

I am a programmer, and I am writing some SQL code to pull data from a remote Oracle database and in… Read more How To Copy Only First 4000 Characters From Oracle Nclob To Nvarchar2(4000) Value?