You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SQL> create or replace package foo2
2as3 bar NUMBER :=1;
4 end foo2;
5/
Package FOO2 compiled
SQL> ddl foo2
CREATE OR REPLACE PACKAGE "HR"."FOO2"as
bar NUMBER :=1;
end foo2;
/
SQL>
I note the create or replace bit doesn't exist in the user_source view, so maybe this is expected..
The text was updated successfully, but these errors were encountered:
Eg1
I note the
create or replace
bit doesn't exist in theuser_source
view, so maybe this is expected..The text was updated successfully, but these errors were encountered: