i want to create a package mypkg, but keep getting err.
1 -- CREATE OR REPLACE PACKAGE mypkg
2 -- IS
3 -- i number;
4 -- END;
5 -- CREATE OR REPLACE PACKAGE BODY mypkg
6 -- IS
7 -- begin
8 -- i:=1;
9 -- END;
10 -- /
5/1 PLS-00103: Encountered the symbol "CREATE"
can anyone help me...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.