New feature request

Kuba

Member²
We archive all Oracle stored procedures in .prc files - we can use CVS then to management. When we want to edit procedure we always open procedure content with its .prc file. There is a problem where somebody compile procedure and doesn't save it. Could you make option, which could cause save on every compilation?

Kuba Kr
 
We have PL/SQL Developer 7 with Jilandi, working mostly correctly. I have this question. When we choose compile from the Project menu, does it compile the project locally, or does it compile it in the database? If it compiles it in the database, does it also store it there?
 
When you compile a project, it executes the scripts that make up the project. The results end up in the database.
 
Back
Top