Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Open a file containing both PL/SQL spec' and body?

AndyHJul 18 2022

Hi,
We use git as our SCM. Our process is that files are taken from the SCM and compiled in the database, worked on in the database and then exported back to the SCM. Our PL/SQL files combine both the specification and body as a single file. Our current IDE treats such files as a single 'entity' with one tab for the spec' and another for the body.
When I try this with SQL Developer I end up loading a single file that cannot be compiled as it contains a '/' between the spec' and body.
Is it possible configure SQL Developer to open a file that contains both a specification and a body and have SQL Developer deal with it 'appropriately'?

This post has been answered by thatJeffSmith-Oracle on Jul 18 2022
Jump to Answer
Comments
Post Details
Added on Jul 18 2022
3 comments
550 views