cancel
Showing results for 
Search instead for 
Did you mean: 

SAP work process sending a SQL statement to Oracle

Former Member
0 Kudos

Hello,

Hoping someone can assist here. When an SAP work process passes a SQL statement to an Oracle session, what Oracle interface is used within the session to interact with the database. Is it OCI, SQL Plus etc.

FYI - Netweaver 7.0 on Oracle 10.2.0.2.0

Thanks.

Regards,

Scott

Accepted Solutions (1)

Accepted Solutions (1)

markus_doehr2
Active Contributor
0 Kudos

The workprocess is an independent piece of software (disp+work), it uses a database specific library (libdbora) and this library uses an Oracle client to connect to the database. So basically OCI is used.

Markus

Former Member
0 Kudos

Thanks Markus

Answers (0)