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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Calling an Oracle procedure from Delphi

Status
Not open for further replies.

dbadmin

Programmer
Jan 3, 2003
147
US
Hi,

I am getting an error while calling an oracle stored procedure with an out parameter like this

ORA-06550:line1, column 7:
PLS-00201:identifier 'GET_SCID' must be declared
ORA-06550: line1, column 7:
PL/SQL: Statement ignored
Error :0 Interface Key 555205 Could not run SC Oracle Insert Procedure: Oracle Proc LcErrorTag:

dbadmin
 
What is the code you're using to call the Oracle procedure?

-D
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top