Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Update Stored Procedure in Entity Framework

874126Jul 7 2011 — edited Jul 8 2011
Hi all,

Hope somebody can help me.

First of all, I am new to Oracle. I am working on a C# project where I am using the Entity Framework. I created three stored procedures to insert, update, and delete records from the database. After properly mapping the stored procedures to the corresponding table, within the project and running some tests, only the insert and delete stored procedures work. When I execute the update, everything seems to work fine, but the record is not updated. Second, in MS SQL Server I use the SQL Server Management Studio console to create and test a stored procedure by using the "EXEC StoreProcedueName". How do I test a stored procedure in Oracle? I want to make sure the stored procedure runs fine outside of Visual Studio.

Any help would be greatly appreciated.

Thanks in advance.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 5 2011
Added on Jul 7 2011
5 comments
1,244 views