PLS-00312: a positional parameter association may not follow
a named association



PLS-00312: a positional parameter association may not follow a named association..

Answer / guest

Cause: When a list of parameters is passed to a subprogram
or cursor, if both positional and named associations are
used, all positional associations must be placed in their
declared order and before all named associations, which can
be in any order.

Action: Reorder the parameter list to meet the requirements
or use named association only.

Please add more information about this Error

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-01600: at most one "string" in clause "string" of string

1 Answers  


ORA-06420: NETCMN: SID lookup failure

1 Answers  


ORA-31642: the following SQL statement fails: string

1 Answers  


SQL-02108: Invalid descriptor passed to run-time library

1 Answers  


DRG-11214: execution of procedure filter stored procedure has failed

1 Answers  






DRG-50950: circular SQE found

1 Answers  


DRG-51030: wildcard query expansion resulted in too many terms

1 Answers  


ORA-39082: Object type string created with compilation warnings

1 Answers  


PLS-00157: AUTHID only allowed on schema-level programs

1 Answers  


PLS-00384: type mismatch found at 'string' in UPDATE's SET clause

1 Answers  


ORA-34021: (MSCGADD04) You must specify a partition when maintaining PARTITION TEMPLATE workspace object.

1 Answers  


TNS-00103: Parameter file load error

1 Answers  


Categories