Technical Blog
Pages
(Move to ...)
Home
Oracle DBA
ERP
Oracle Apps
Data Warehouse
Java
UNIX
Hadoop
JOBS4U
▼
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...
Jun 21, 2015
Oracle Questions
›
1) Please find this link of some Oracle questions to practice yourself . 2) Questions
Apr 29, 2015
ORA-01555 : snapshot too old
›
ORA-01555 : snapshot too old : rollback segment number 60 with name This is because rollback records needed by a reader for consistent rea...
‹
›
Home
View web version