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-01095: DML statement processed zero rows
PLS-00646: MAP or ORDER method must be defined in the root of the subtype hierarchy
NZE-29232: the cryptographic engine key initialization failed
ORA-24394: invalid mode for destroying connection pool
ORA-30021: Operation not allowed on undo tablespace
ORA-01557: rollback segment extents must be at least string blocks
LSX-00222: "~1S" is too long (maximum length is ~2d)
RMAN-10040: asynchronous support not detected, RMAN will run synchronously
ORA-12342: open mounts exceeds limit set on the OPEN_MOUNTS parameter
ORA-15127: ASM file name 'string' cannot use templates
ORA-06316: IPA: Invalid database SID
ORA-01149: cannot shutdown - file string has online backup set