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-29543: Java command string not yet implemented
ORA-19577: file string is MISSING
LFI-01522: opendir() failed.
ORA-28270: Malformed user nickname for password authenticated global user.
NNL-00229: Request-processing delay is now disabled
NNL-00224: Scheduled statistic counters to be logged in string
RMAN-10038: database session for channel string terminated unexpectedly
ORA-37111: Unable to load the OLAP API sharable library: (string)
ORA-02791: Unable to open file for use with asynchronous I/O
ORA-31220: DBMS_LDAP: PL/SQL - Invalid LDAP SSL wallet location.
ORA-03208: partitioned type must be specified for a non-composite object
ORA-36696: (XSRELTBL02) QDR dimension workspace object should not be the related dimension of the relation.