PLS-00306: wrong number or types of arguments in call to
'string'
Answer Posted / guest
Cause: This error occurs when the named subprogram call
cannot be matched to any declaration for that subprogram
name. The subprogram name might be misspelled, a parameter
might have the wrong datatype, the declaration might be
faulty, or the declaration might be placed incorrectly in
the block structure. For example, this error occurs if the
built-in square root function SQRT is called with a
misspelled name or with a parameter of the wrong datatype.
Action: Check the spelling and declaration of the subprogram
name. Also confirm that its call is correct, its parameters
are of the right datatype, and, if it is not a built-in
function, that its declaration is placed correctly in the
block structure.
Please add more information about this Error
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
when i ran any workflow or session, getting below error: seesion task instance[s_xxx]: Execution terminated unexpecterdly
ORA-07497: sdpri: cannot create trace file 'string'; errno = string.
NZE-28890: Entrust Login Failed
ORA-26076: cannot set or reset value after direct path structure is allocated
In my project I am using star schema and only diimension tables are loaded and not fact tables any one can help me why it is happening? Plase guide me.
IMP-00096: Warning: Skipping table "string"."string" because type synonym "string"."string" cannot be created
ORA-26084: direct path context already finished
IMP-00070: Lob definitions in dump file are inconsistent with database.
ORA-26082: load of overlapping segments on table string.string is not allowed
IMG-02003: 2FF03 - incorrect color histogram feature specification
ORA-26032: index string.string loading aborted after string keys
ORA-26029: index string.string partition string initially in unusable state
When i am connect database through toad,one error occured. ORA-12514: TNS:listener does not currently know of service requested in connect descriptor. plz help me thanks advance.............
ORA-26027: unique index string.string partition string initially in unusable state
How to resolve QSM-01108 error. I have no OR conditions in my query, but do have 9 IN conditions. The error says the max limit is 2 while I have 257 number of disjuncts. However, if I remove even a single IN condition, the query is rewritten. I cannot change my query. How can I resolve this issue?