Technical Blog
Pages
(Move to ...)
Home
Oracle DBA
ERP
Oracle Apps
Data Warehouse
Java
UNIX
Hadoop
JOBS4U
▼
Oct 29, 2010
To get only numeric values
›
To retrieve only numeric values from both numeric& character value In 10 g Select regexp_replace(regexp_replace('5RTYDDB',...
Oct 19, 2010
DBMS_WM.CompressWorkspace
›
DBMS_WM.Compress Workspace If you version enabled the tables with DBMS_WM.EnableVersioning ('TABLE_NAME', 'VIEW_WO_OVERWR...
Oct 13, 2010
Use of Combined Index
›
The Below example shows the difference in execution plan when a composite index is created SELECT d.ITEM_ID,d.ITEM_DESC,D.UNIT,d.ITEM_...
Sep 30, 2010
ADD FOREIGN KEY TO VERSIONED TABLE
›
ORACLE WORKSPACE MANAGER TOPIC If there is a version enabled table 'BILL' and /* CREATE TABLE BILL (N_BILLID NUMB...
Sep 15, 2010
Oracle Spatial hints
›
/*+NO_QUERY_TRANSFORMATION*/ The NO_QUERY_TRANSFORMATION hint causes the optimizer to skip all query transformations including but not li...
‹
›
Home
View web version