cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding Strored Procedure using Oracle SQL

Former Member
0 Kudos

Hi,

I have created a table in NWDS Data Dictionary. I have deployed the table into the Sap DataBase. The values for the table would be entered thorugh an iview at runtime.

I should write a stored Procedure in Oracle SQL which helps me to insert the value entered at runtime into the oracle database table. Could you please help me the stored procedure for this?

Regards,

Divya

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

answered

markus_doehr2
Active Contributor
0 Kudos

If I understand you correctly, you have deployed a Java application. Usually one uses the persistence layer of the J2EE engine to write data into the database, otherwise your application is no more database independent.

--

Markus