ORA-01084: invalid argument in OCI call

Answers were Sorted based on User's Feedback



ORA-01084: invalid argument in OCI call..

Answer / anastasio

For VB.Net, I get this error when I try to use a
TableAdapter.Update(datatable) method to insert/update a
table that has a CLOB field bound to a textbox and the
textbox value is "" or DBNull.

Solution:
Check for null or textbox.textlength=0 and either require a
value or set the value to something.

Is This Answer Correct ?    10 Yes 4 No

ORA-01084: invalid argument in OCI call..

Answer / guest

Cause: The failing OCI call contains an argument with an
invalid value.

Action: Use valid argument values. For more information, see
the Programmer's Guide to the Oracle Call Interfaces and the
appropriate programming language supplement.

Please add more information about this Error

Is This Answer Correct ?    7 Yes 5 No

ORA-01084: invalid argument in OCI call..

Answer / guest

Parameter Direction Needs to verified with the parameters
used inside the PL SQL procedure.
ParameterDirection.Input
ParameterDirection.InputOutput
ParameterDirection.Output

Is This Answer Correct ?    1 Yes 0 No

ORA-01084: invalid argument in OCI call..

Answer / jinsang

thank u so much

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Oracle Errors Interview Questions

PCC-00069: Host variable "string" has unsupported datatype at line number in file string

1 Answers  


PLS-00737: LIBRARY file specification exceeds the maximum allowed length

1 Answers  


SQL*Loader-00804: SEQUENCES with intervals are not supported by External Table Load.

1 Answers  


ORA-24155: rule string.string not in rule set string.string

1 Answers  


NCR-04023: NCRR: Invalid object descriptor

1 Answers  






DRG-12401: invalid template: query within a loop

1 Answers  


ORA-28030: Server encountered problems accessing LDAP directory service

1 Answers  


DRG-13300: document size bigger than string bytes

1 Answers  


PLS-00627: 'string' must be a strongly typed ref cursor

1 Answers  


ORA-29534: referenced object string.string could not be resolved

1 Answers  


ORA-24028: cannot create a reciever non-repudiable single consumer queue

1 Answers  


QSM-01006: query rewrite disabled for this query block

1 Answers  


Categories