Package Files - question

Miriam

Member
I am switching from another product. In that product, I could store my spec and body for a package in the same file, it would split the file when I opened it, and I could compile both together. Is there a similar functionality in PL/SQL Developer? When I open my package file (.pck), it is all in one window, and I am unable to compile it, it objects to the "CREATE" in my create package body statement. Or, do I need to store them in separate files?

Thanks!
 
Hi,

we have spec and body also in one file (.sql).

Do you open your file as an program-window? Then should be both parts at separate tabs but were compiled together.
 
Back
Top