Calling oracle Pl/sql stored procedure from asp.net mvc
i want to call Oracle pl/sql stored procedure from my asp.net mvc projet.
i want to pass the customer id to the procedure where the procedure will return the customer first name and last name according to the customer id.
so who i can call the procedure and then display the procedure output at my asp.net views.