Hello guys,
I try to import stored procedures from an Oracle 10g database using an Entity Framework 6 database-firstĀ approach but after I import stored procedures from the database and then I open Oracle SQL developer to open the imported stored procedures and I found in just "create or replace " in source code for all stored procedures on the same schema even the ones I didn't import by entity framework in my project why this happens and how to overcome