STORED PROCEDURES -
05-02-2006
, 03:13 AM
Hello,
I am just starting with Oracle and I have a problem. See, I want to
create a Stored Procedure that will do the following:
1. Select * from an EmployeeTable
2. Then I will write the selected values in a file
I will only use SP and not using a Java program. Can someone show me a
code?
Thanks. |