how to open a package file(.prc)
517097Aug 10 2006 — edited Aug 11 2006in Oracle sql/plus, I try to edit a package file(test.prc). I can not open it(test.prc). I can see a package file(test.prc)- select * from user_source.
but I can not open it. I tried. sql>start test.prc -not work
sql>edit test.prc - not work
sql>view test.prc - not work
sql>@test.prc - not work
How can i open a file and edit?
Thanks a lot in advance