Technical Blog
Pages
(Move to ...)
Home
Oracle DBA
ERP
Oracle Apps
Data Warehouse
Java
UNIX
Hadoop
JOBS4U
▼
Feb 5, 2015
Integration of Hadoop with Oracle
›
Oracle Database provides the flexibility to leverage programming language functionality within the database without having to write comple...
Nov 23, 2014
Improving Performance
›
Improving Performance of Dynamic SQL with Bind Variables When you code INSERT, UPDATE, DELETE, and SELECT statements directly in PL/SQL,...
Oct 29, 2014
Some Good SQL
›
Query to convert comma separated values into rows with test as (select '1,2,3' col1 from dual) select regexp_substr(col1, ...
Pivot , Unpivot Queries
›
In the FOR IN clause of PIVOT keyword, we cannot use column names , can only use values ORA-56901 : non -constant expression is not al...
Oct 7, 2014
SQL Injection Part 2
›
Part 1 --------------------------------------------------------------------------------------------------- Inband: Retrieve t...
‹
›
Home
View web version