| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.misc -> Stored proc problem
I have a problem creating a stored procedure in Oracle 7.3.
CREATE OR REPLACE PROCEDURE Test AS
BEGIN
SELECT * FROM MyTable;
END;
/
This gives an error "MGR-00072: Warning: PROCEDURE TEST created with compilation errors.", but it complies with the syntax found in the "Oracle7 Server SQL Reference" (4-206). Can anyone help.
Rgds
--
John Bester
johnb_at_iconnect.co.za
Received on Thu Jul 23 1998 - 08:15:07 CDT
![]() |
![]() |