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-02257: maximum number of columns exceeded
ORA-39057: invalid worker request string for string jobs.
ORA-16128: User initiated shut down successfully completed
DRG-10842: invalid NUMRESULTS argument supplied to FUZZY
ORA-12642: No session key
ORA-38451: index is in an inconsistent state
DRG-10579: must provide text query criteria
PLS-00259: rights model (AUTHID) must be specified
ORA-31398: DBMS_LDAP: Shared servers are not supported.
CLSR-01006: Unable to process instance shutdown
ORA-38469: invalid privilege for an expression set: string
PLS-00526: A MAP or ORDER function is required for comparing objects in PL/SQL.