Technical Blog
Pages
(Move to ...)
Home
Oracle DBA
ERP
Oracle Apps
Data Warehouse
Java
UNIX
Hadoop
JOBS4U
▼
Showing posts with label
FOREIGN KEY
.
Show all posts
Showing posts with label
FOREIGN KEY
.
Show all posts
Nov 19, 2010
Drop foreign key from a Versioned Table
›
To drop a foreign key constraint from a version enable table . EXECUTE DBMS_WM.BeginDDL('PARENT_TABLE'); EXECUTE DBMS_WM.BeginDDL...
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...
May 25, 2009
Much More About Constraints
›
PRIMARY KEY LOOK UP DURING FOREIGN KEY CREATION The lookup of matching primary keys at time of foreign key insertion takes time.In realea...
›
Home
View web version