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-22335: The client cannot work with an altered type
ORA-31046: Incorrect argument(s) specified in the operator
DRG-12507: stop word string already exists in this stoplist
ORA-06316: IPA: Invalid database SID
LPX-00284: namespace prefix to NULL URI is not allowed
SQL*Loader-00269: Null string not allowed as clause comparison text.
SQL*Loader-00264: File mode token string parsed but ignored
ORA-01970: You must specify a database name for CREATE CONTROLFILE
ORA-06435: ssaio: write error, unable to write requested block to database file.
ORA-23304: malformed deferred rpc at arg string of string in call string, in tid string
NID-00142: Only changing database name, previous attempt changed dbid to number
ORA-39099: cannot create index for "string" on master table string