Saving pl/sql in two different files after editing them
16136Aug 28 2007 — edited Aug 29 2007I would know if it is possible to save a pl/sql source in two different files like toad do, I'm working in a project using jdev and sql developer but the other members are using visual studio and toad. The standards are to manage pl/sql source file in two separate files (*.pks, *.pkb). Both JDeveloper and SqlDeveloper export pl/sql source in a single file. So, after changing them, I have to re read these files with toad and save them as two separates file with a *.pks and *.pkb extension.