Home » SQL & PL/SQL » SQL & PL/SQL » storing/call procedures in pl/sql
storing/call procedures in pl/sql [message #1754] Mon, 27 May 2002 02:21 Go to next message
pallavi
Messages: 14
Registered: April 2001
Junior Member
hi,
I would like to call a procedure that is written in pl/sql through callable statement (jdbc).where the procedure should be stored in oracle7.3 inorder to be readly called.
thank you
Re: storing/call procedures in pl/sql [message #1758 is a reply to message #1754] Mon, 27 May 2002 06:23 Go to previous message
Mahesh Rajendran
Messages: 10707
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
stored procedure is already "stored" in database.
all you need from jdbc callstatement is,
the procedure name with input/output parameters
and the database username/password , hostring etc.
Previous Topic: Constraint Problem
Next Topic: Undefined select with DBMS_SQL
Goto Forum:
  


Current Time: Wed Apr 24 13:23:11 CDT 2024