Technical Blog
Pages
(Move to ...)
Home
Oracle DBA
ERP
Oracle Apps
Data Warehouse
Java
UNIX
Hadoop
JOBS4U
▼
Nov 20, 2011
Outer Join tends to Complex
›
Left outer join retreives all rows in the table1 which is left table ;even if there is no match with table2. Right outer join retreiv...
Nov 14, 2011
Oracle WorkspaceManager ErrorC0des
›
exec dbms_wm.enableversioning('TABLEA'); ORA-20129: table 'TABLEA' does not exist ORA-06512: at "WMSYS.LT"...
Nov 1, 2011
ORA-20061 ,ORA-00604 and ORA-2017
›
ORA-00604: error occurred at recursive SQL level 1 ORA-20061: versioned objects have to be version disabled before being dropped ORA-065...
Compressed Tables Cannot Versiondisable
›
create table testversion ( pkl number primary key,s_var varchar2(10)); ALTER TABLE TESTVERSION CACHE COMPRESS PARALLEL ( DEGREE Defaul...
1 comment:
Oct 27, 2011
Tablespace Data mining
›
Tablespace Data mining ----------------------------- Let me call some of my findings as Oracle Tablespace Data minig som...
‹
›
Home
View web version