Default Oracle SQL code for CUD stored procedures
Posted: Tue 04 Aug 2015 09:05
Question concerning dotConnect for Oracle and EF6:
I would like to modify the default cud stored procedures in order to suit my needs, and use the altered ones instead of the default ones. But first I need to know how they should look like. Especially if the first column is an auto-generated primary key. And which order the parameters should be in.
How can I generate the PL/SQL code for the default stored procedures for INSERT, UPDATE, DELETE functionality?
Thank you!
Joerg
I would like to modify the default cud stored procedures in order to suit my needs, and use the altered ones instead of the default ones. But first I need to know how they should look like. Especially if the first column is an auto-generated primary key. And which order the parameters should be in.
How can I generate the PL/SQL code for the default stored procedures for INSERT, UPDATE, DELETE functionality?
Thank you!
Joerg