Export multiple packages/procedures

Chr0n

Member
Hi,

Is there a way to export or save multiple packages/procedures at once please?

For example, I could view procedures one by one and then choose to 'File | Save As' them as .prc Is there a way I can do this for all procedures at once and get them to save as separate .prc files?

Thanks
 
If the packages/procedures are stored in the database then you can use the "Export User Objects" tool from the "Tools" menu. There are 3 options that control the file contents:
  • Single file (all program units will be saved in one file, separated by slashes)
  • File per object
  • File per object / spec & body in a single file
 
Ah, I see, thank you very much for this. I was getting confused when it was asking me to choose a file name when selecting an export folder.

It appears that this file name is just used for the export log - thanks again :o)
 
Back
Top