Archive for sql*plus

You are browsing the archives of sql*plus.

Oracle: How to Test Stored Procedure

Ref. Cursor is used to get back data from oracle in data set or cursor format. Sometimes it happens that the front end is not ready and you may need to test the procedure for the result set. It’s very easy and simple to test a stored procedure which returns data in forms of Ref. [...]