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

DRG-11855: FTP Server Replies

1 Answers  


RMAN-06415: file string cannot be proxy backed up

1 Answers  


ORA-02835: Server unable to send signal to client

1 Answers  


ORA-39707: compatibile parameter string too high for downgrade to string

1 Answers  


ORA-36200: (XSAGGR34) AGGREGATE operator string requires a WEIGHTBY clause, but ARGS variable workspace object did not specify one.

1 Answers  






NZE-29026: Decryption failure

1 Answers  


RMAN-20503: DELETE cannot delete expired objects - run CROSSCHECK or DELETE EXPIRED

1 Answers  


SQL*Loader-00200: FORMAT clause should not be present - flat data files only

1 Answers  


ORA-09928: Unable to restore the label of server

1 Answers  


TNS-12670: Incorrect role password

1 Answers  


QSM-00507: no dimensions could be found

1 Answers  


ORA-24906: invalid recepient attribute passed into OCI call

1 Answers  


Categories