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

TNS-00084: * trace_off - ask process name to turn tracing off

1 Answers  


ORA-01480: trailing null missing from STR bind value

1 Answers   IBM,


PLS-00653: aggregate/table functions are not allowed in PL/SQL scope

1 Answers  


ORA-02174: Missing required thread number

1 Answers  


ORA-16536: unknown object type

1 Answers  






ORA-06580: Hash Join ran out of memory while keeping large rows in memory

1 Answers  


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

0 Answers  


ORA-39752: redundent column in partitioning and join columns is not allowed

1 Answers  


ORA-24001: cannot create QUEUE_TABLE, string already exists

1 Answers  


ORA-01088: cannot shut down ORACLE while active processes exist

1 Answers  


NPL-00304: uninitialized ASN.1 tag attribute

1 Answers  


QSM-02137: agg(expr) requires correspondng STDDEV(expr) function

1 Answers  


Categories