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

ORA-03128: connection is in blocking mode

1 Answers  


ORA-14113: partitioned table cannot have column with LOB datatype

1 Answers  


ORA-30385: specified attribute relationship ('string' determines 'string') exists

1 Answers  


DRG-11806: Non-authoritative Information

1 Answers  


ORA-30356: the specified refresh method is not supported in this context

1 Answers  


PLS-00485: in exception handler, 'string' must be an exception name

1 Answers  


ORA-25129: cannot modify constraint (string) - no such constraint

1 Answers  


ORA-02435: cannot disable unique(string) - unique key not defined for table

1 Answers  


ORA-19694: some changed blocks were not found in the change tracking file

1 Answers  


ORA-01151: use media recovery to recover block, restore backup if needed

1 Answers  


ORA-09952: scgcmn: lk_open_convert unexpected return: open failed

1 Answers  


PLS-00368: in RAISE statement, 'string' must be an exception name

1 Answers  


Categories