PLW-07203: parameter 'string' may benefit from use of the
NOCOPY compiler hint

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

ORA-26030: index string.string had string partitions made unusable due to:

1719


ORA-16516: The current state is invalid for the attempted operation.

8428


How to resolve QSM-01108 error. I have no OR conditions in my query, but do have 9 IN conditions. The error says the max limit is 2 while I have 257 number of disjuncts. However, if I remove even a single IN condition, the query is rewritten. I cannot change my query. How can I resolve this issue?

2511


In my project I am using star schema and only diimension tables are loaded and not fact tables any one can help me why it is happening? Plase guide me.

2560


IMP-00060: Warning: Skipping table "string"."string" because object type "string"."string" does not exist or has different identifier

2924


ORA-16627: No standby databases support the overall protection mode.

3751


ORA-26029: index string.string partition string initially in unusable state

1914


ORA-26094: stream format error: input column overflow

2552


IMG-02003: 2FF03 - incorrect color histogram feature specification

1422


IMP-00063: Warning: Skipping table "string"."string" because object type "string"."string" cannot be created or has different identifier

2497


[ERROR] [main 11:01:20] (JCLLoggerAdapter.java:error:454) Unsuccessful: alter table user.CEN_USER_MASTER add constraint FKF4EDEDC3D0BAAE75 foreign key (ROLE_ID) references user.CEN_ROLE_MASTER [ERROR] [main 11:01:20] (JCLLoggerAdapter.java:error:454) ORA-02275: such a referential constraint already exists in the table

2521


ORA-26082: load of overlapping segments on table string.string is not allowed

1546


ORA-26028: index string.string initially in unusable state

3613


NZE-28868: Peer certificate chain check failed.

2481


IMP-00096: Warning: Skipping table "string"."string" because type synonym "string"."string" cannot be created

1404