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-32601: value for retention cannot be provided
ORA-13520: Database id (string) not registered, Status = string
ORA-25141: invalid EXTENT MANAGEMENT clause
TNS-01036: %s established:string refused:string
ORA-12688: Login failed: the SecurID server rejected the new pincode
ORA-26535: %ud byte row cache insufficient for table with rowsize=number
ORA-12925: tablespace string is not in force logging mode
ORA-38403: attribute set name may not be longer than 22 characters
ORA-16503: site ID allocation failure
ORA-14517: subpartition of index 'string.string' is in unusable state
ORA-07741: slemop: $OPEN failure
RMAN-06209: List of failed objects