PCC-02310: formal parameter VARCHARs should be declared as
pointers



PCC-02310: formal parameter VARCHARs should be declared as pointers..

Answer / guest

Cause: Many C compilers allow structures to be passed to and
returned from functions. Although a VARCHAR is implemented
as a C struct, VARCHARs must be passed to a function as
pointers.

Action: Take the address of a VARCHAR when it is passed to a
function. See the example in the section "Referencing
VARCHAR Variables" in the Programmer's Guide to the Oracle
Precompilers.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

QSM-00508: statistics missing on tables/columns

1 Answers  


ORA-16078: media recovery disabled

1 Answers  


ORA-32159: Cannot set prefetch options for a null Type

1 Answers  


DRG-12512: invalid stop class string

1 Answers  


ORA-38412: Expression set column string does not exist.

1 Answers  






PLS-00702: second argument to PRAGMA EXCEPTION_INIT must be a numeric literal

1 Answers  


ORA-19583: conversation terminated due to error

1 Answers  


RMAN-06168: no backup pieces with this tag found: string

1 Answers  


UDE-00052: incorrect Data Pump client for operation: string

1 Answers  


PCC-02316: illegal operator in constant expression

1 Answers  


ORA-29862: cannot specify FORCE option for dropping non-domain index

1 Answers  


ORA-24324: service handle not initialized

1 Answers  


Categories