View Single Post
  #1 (permalink)  
Old 01-02-2009, 08:04 AM
dorairaj dorairaj is offline
Member
 
Join Date: Jan 2009
Location: Hyderabad,India.
Posts: 13
Rep Power: 0
dorairaj is on a distinguished road
Default How to Load Java Object into Oracle Database
Hi All ,

I want to load java object into Oracle. As of now i m able to load java object to oracel by using java Program like getting runtime Object and execute that(Runtime.getRuntime().exec("cmd /c start loadjava -user usename/password hostname -f -v -resolve javaObjectName). But the problem with this is additionallly Cmd prompt window will open while program is running i dont want like that. Is there any solution to Loadjava object into Oracle let me know pls

thanks in Advance
Reply With Quote