| Oracle9i Supplied PL/SQL Packages and Types Reference Release 1 (9.0.1) Part Number A89852-02 |
|
DBMS_OUTLN_EDIT , 2 of 5
This function changes the join position for the hint identified by outline name and hint number to the position specified by newpos.
DBMS_OUTLN_EDIT.CHANGE_JOIN_POS ( name VARCHAR2 hintno NUMBER newpos NUMBER);
| Parameter | Description |
|---|---|
|
name |
Name of the private outline to be modified. |
|
hintno |
Hint number to be modified. |
|
newpos |
New join position for the target hint. |
|
|
![]() Copyright © 1996-2001, Oracle Corporation. All Rights Reserved. |
|