batch VSS process

DBAJonR

Member
I have an existing schema I want to export to VSS. I want to automatically get all triggers, procedures, packages, and package bodies for a given schema into a single project in VSS. How can I do this? If I highlight more than one object, it doesn't show the "Add to VCS" option.

I also see that I can go to VCS, Add File to add files automatically to a project. Is there a batch process to create separate files for each trigger, procedure, package, and package body? Then I could add these to VSS.

I am currently using PL/SQL Developer version 5.1.6.747 with VCS plugin version 1.2 and VSS version 6.0a.
 
One way is to choose Export User Objects from the tools menu with the File per object option selected. And then use VSS to add the files.

Bo Pedersen
 
Back
Top