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!
Thanks!