I am thinking about switching from PL/SQL Developer to SQL Developer but I run into a problem when all my hundreds of database packages are saved in the .pck format. When I open a .pck file in SQL Developer I can't even compile the file as the "/" sign is unknown in SQL Developer.
In the .pck format the package spec and the package body are saved in the same file with a "/" as the separator sign between the spec and the body.
I have seen some old postings regarding this problem on this forum but no solution. Is it still not possible to work with .pck files in an efficient way in SQL Developer?
(I am using SQL Developer 4.0.2.15)
Regards,
Olle