Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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



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

Post New Answer

More Oracle Errors Interview Questions

PLS-00260: Datetime/Interval constraints must be in range (0 .. 9)

1 Answers  


DRG-11862: This Is Probaly A HTTP Server 0.9 Or Less

1 Answers  


ORA-14162: subpartition "string": sum of PCTUSED and PCTFREE may not exceed 100

1 Answers  


ORA-12840: cannot access a remote table after parallel/insert direct load txn

1 Answers  


ORA-01268: invalid TEMPFILE clause for alter of permanent TABLESPACE

1 Answers  


DRG-11704: phrase string does not exist

1 Answers  


ORA-00075: process "string" not found in this instance

1 Answers  


CLSR-00002: Oracle error encountered while executing string

1 Answers  


PLS-00172: string literal too long

1 Answers  


ORA-30027: Undo quota violation - failed to get string (bytes)

1 Answers  


ORA-01184: logfile group string already exists

1 Answers  


ORA-12703: this character set conversion is not supported

1 Answers  


Categories