Hi
i have a very basic knowledge of Oracle and Stored procedures. Would someone be able to write a small stored procedure as an example for me.
SELECT *
FROM report
I want to execute the above query and retrieve the result set.
I think it is done using CURSORS but I really have no clue.
Thanks,
Marcus
i have a very basic knowledge of Oracle and Stored procedures. Would someone be able to write a small stored procedure as an example for me.
SELECT *
FROM report
I want to execute the above query and retrieve the result set.
I think it is done using CURSORS but I really have no clue.
Thanks,
Marcus