cancel
Showing results for 
Search instead for 
Did you mean: 

Oracle as a Model

Former Member
0 Kudos

Please can I use an Oracle database as a Model instead of RFCs ?

How ?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

To call the connection:

DataSource ds=(DataSource)ctx.lookup(" your JDBC name ");

Connection con = ds.getConnection();

Statement stmt = con.createStatement();

....

Answers (4)

Answers (4)

Former Member
0 Kudos

Tks Michel Dambros and Murtuza Kharoda

It has been a gift.

Thank you very much!!!

Former Member
0 Kudos

Samuel, you need to set the connection in the Visual Administrator / Services / JDBC Connections

This connection you can call from your webdynpro application

Former Member
0 Kudos

Just it ?

I don´t understand.. what about the connection with the oracle ?

Former Member
0 Kudos

Hi Samuel,

Yes of course you can have Oracle as your database. Here is the [link|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/70929198-0d36-2b10-04b8-84d90fa3df9c] that would help you in doing the same

Regards,

Murtuza

Former Member
0 Kudos

I did it last week

You have to create Java Beans and import that in the Import JavaBean model