PLW-07203: parameter 'string' may benefit from use of the
NOCOPY compiler hint
Answer / guest
Cause: The mode of the specified parameter was IN OUT or
OUT. Use of the NOCOPY compiler hint may speed up calls to
this subprogram.
Action: Change the mode of the parameter to explicitly use
the NOCOPY compiler hint. For example, if your subprogram
declaration is: PROCEDURE proc(p1 IN OUT CLOB); you can
change it to: PROCEDURE proc(p1 IN OUT NOCOPY clob); to get
the benefit of the NOCOPY hint. For member procedures or
functions in object types, you may have to explicitly
declare the SELF parameter as illustrated in the following:
MEMBER PROCEDURE proc(SELF IN OUT NOCOPY MY_TYPE);
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
ORA-16069: Archive Log standby database activation identifier mismatch
ORA-14059: partition "string": INITRANS value must be less than MAXTRANS value
NZE-29043: Read is required.
ORA-19630: end of volume encountered while copying backup piece
DGM-16917: Unable to shut down instance "string".
ORA-02367: file truncated error in string
ORA-24151: no evaluation context is associated with rule string.string or rule set string.string
QSM-02008: non-join filter condition in WHERE or HAVING clause
PLS-01453: This procedure is not part of the ANSI standard
ORA-30110: syntax error at 'string'
ORA-02380: profile string does not exist
RMAN-07501: searching for all files in the recovery area