December 2002
Intermediate to advanced
928 pages
85h 29m
English
PROCEDURE DBMS_OUTLN_EDIT.CHANGE_JOIN_POS
(name VARCHAR,
hintno NUMBER,
newpos NUMBER);
Changes the join position in hintno of outline name to newpos.
PROCEDURE DBMS_OUTLN_EDIT.CREATE_EDIT_TABLES;
Creates the outline editing tables in the user’s schema.
PROCEDURE DBMS_OUTLN_EDIT.DROP_EDIT_TABLES;
Drops the outline edit tables in the user’s schema.
PROCEDURE DBMS_OUTLN_EDIT.REFRESH_PRIVATE_OUTLINE
(name IN VARCHAR2);
Refreshes the in-memory copy of the outline name to synchronize it with edits made to outline hints.