Tell me more ×
Database Administrators Stack Exchange is a question and answer site for database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.

I want to combine two different packages into one single new package in Oracle 10g. Is there some way to accomplish this?

share|improve this question
1  
I wasn't aware of anything other than to do the merging by hand. If using CVS or SVN, maybe rely on the file merge if the files are named identical? – OMG Ponies Feb 24 '12 at 4:46
1  
put the bodies in one body, put the specs in one spec, and then resolve the conflits and correct the references :) – Florin Ghita Feb 24 '12 at 7:52
Here my packages contain many functions and procedures in them,will it work if i put the one body into another and specification into another? somebody told that to merge two packages first we have to remove the dependencies of that packages,So how can i remove the dependencies? – Gurujothi.D Feb 27 '12 at 4:33
Hello OMG Ponies, what does CVS and SVN stands for? – Gurujothi.D Feb 27 '12 at 4:35

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.