cancel
Showing results for 
Search instead for 
Did you mean: 

EJB module

0 Kudos

I created an EJB module (in netweaver developer studio) which connects to an oracle database.but I dont know how to reference EJB module to an oracle driver so as to import the oracle.jdbc.driver.OracleDriver.

Need some help on this to resolve the same.

Accepted Solutions (0)

Answers (2)

Answers (2)

JoelTrinidade
Active Contributor
0 Kudos

Hi Shafeek,

Apart from what Arijit said , don't forget to include the correct drivers of oracle.

Regards

joel

Former Member
0 Kudos

Hi ,

You have created EJB module. To connect with the oracle database directly write the JDBC connectivity code within the EJB module so that when the EJB module is called ; then directly it will connect with the oracle database.For that oracle jdbc:odbc driver you need to call thru java class.Java provides some standard class to implement the jdbc connectivity.Please check that.I think it might solve your problem.

Thanks,

Arijit Guha.