How do I export a project?

wlusk

Member
In PL/SQL Developer, I created a project and added the items I am working on for this project. The items include a new table and 5 procedures. How can I "export" the project to load on another database?
Is there a way? It would be nice if there was a option to export the project and get a file will include all the create statements so it can be loaded on another database. (i.e. create on a test database and then export to load into production)

Thanks for any information.
 
This is currently not possible. However, if all project files reside in files on the file system, this should not be any problem. You can simply recompile the project in the other database.

------------------
Marco Kalter
Allround Automations
 
These procedures are all stored in the database not in a file. These where existing database procedures that needed changed because of a change by management in the business rules and I was editing directly in the database. It would have been nice to be able to hit a button and get the sql output instead of using the export user objects and having to scroll thru the list to find the 5 procedures I changed. Thanks for the information though.

Bill Lusk

[This message has been edited by wlusk (edited 03 March 2003).]
 
I understand. I have added an enhancement request for this.

------------------
Marco Kalter
Allround Automations
 
Back
Top