Technical Blog
Pages
(Move to ...)
Home
Oracle DBA
ERP
Oracle Apps
Data Warehouse
Java
UNIX
Hadoop
JOBS4U
▼
Jan 14, 2016
Solve your SUDOKU by SQL!
›
Oracle Database 11g Release 2 introduces a new feature called Recursive Subquery Factoring with the help of which you can solve your Sudok...
Setting Software Port in Oracle
›
select dbms_xdb.gethttpport as "HTTP-Port", dbms_xdb.getftpport as "FTP-Port" from dual; begin dbms_xdb.sethttpport(...
Aug 16, 2015
Outer Join restriction
›
create table TAB1 ( col1 VARCHAR2(5),col2 VARCHAR2(5), col3 VARCHAR2(5), col4 VARCHAR2(5), col5 VARCHAR2(5)) ; create table TAB2 ( col1...
Aug 15, 2015
Conventional & Direct-Path INSERT
›
•During conventional insert operations , Oracle reuses free space in the table During such operations, Oracle also maintains referential...
Jun 25, 2015
Oracle Hints
›
1) Hint to use with Like clause If your SQL contain a LIKE clause then you could consider using a hint on the column where an index exi...
‹
›
Home
View web version