Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ORA-24350: OCI call not allowed

Status
Not open for further replies.

tmcneil

Technical User
Nov 17, 2000
294
0
0
US
I'm writing some C++ code to call an oracle stored procedure for storing data into a table. When I make this call:
Code:
hr = pConnect->Commit();
I get this error.
Code:
ORA-24350: OCI call not allowed
So, then how can I commit my additions to the oracle table?

Thanks,
Todd
 
From Oracle Meta-Link

Error: ORA-24350
Text: OCI call not allowed
---------------------------------------------------------------------------
Cause: OCI used is not permitted from external procedures.
Action: Refer to user manual for usage restrictions.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top