Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

jdbc and oracle

  Asked By: Doan    Date: Dec 09    Category: Java    Views: 578
  

Is it possible to call the procedures and functions that are
inside packages from JDBC ?????

I have a package pack1 which has a procedure pro1....

CallableStatement cs = con.prepareCall(" begin pack1.proc1(); end;");

if this is possible then I should be able to call the default oracle
packages
as well....
such as dbms_ from jdbc....

Share: 

 

No Answers Found. Be the First, To Post Answer.

 
Didn't find what you were looking for? Find more on jdbc and oracle Or get search suggestion and latest updates.




Tagged: