sql or pl/sql methods for copying packages to remote database
For copying packages from test/development to production we are following below given methods:
1. Using third party tools
2. Extract to file(s) from source DB and run in target DB
Are there any other methods other than mentioned above, using SQL or pl/sql (and db link) to automate the process?
Regards,
Sam.