Technical Blog
Pages
(Move to ...)
Home
Oracle DBA
ERP
Oracle Apps
Data Warehouse
Java
UNIX
Hadoop
JOBS4U
▼
Showing posts with label
dbms_wm
.
Show all posts
Showing posts with label
dbms_wm
.
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...
Apr 7, 2009
Oracle Wokspace 4
›
dbms_wm.gotodate begin dbms_wm.gotoworkspace('B_focus_1'); end; insert into test values (6,'Wayanad','YS',...
Mar 26, 2009
Oracle Wokspace 3
›
To Refresh workspace begin dbms_wm.gotoworkspace('B_focus_9'); dbms_wm.refreshworkspace('B_focus_9'); end; But if th...
Oracle Workspace 2
›
The merge operation does not currently work with versioned tables. The optimizer translates the merge into insert/update statements on the ...
Mar 25, 2009
Oracle Workspace 1
›
Workspace Manager PL/SQL APIs The PL/SQL APIs in the DBMS_WM package can be executed * Workspace operations: create,refresh,merge,rollb...
Mar 19, 2009
Oracle Workspace
›
With Oracle's Workspace Manager it's possible to have several versions of data. That is, data can be changed, thus making a new vers...
›
Home
View web version