The simplest way to do this for one package would be to spool the output from DBA_SOURCE for the package and run the resulting text file into your production system.
If you have tools such as OEM or TOAD you can simply copy and paste the code.
Regards
Jim
Oracle Certified Professional "Build your reputation by helping other people build theirs."
"Sarcasm may be the lowest form of wit but its still funny"
Using exp/imp utility we can do this. Generate the export dump file from DEV database. and then use imp into PROD database using rows=n ignore=y, packages will be created.
The developers must have the script when they were developing on the DEV database. Use the same script to create the package on PROD. Alternatively you can extract the code from DBA_SOURCE and create the script.
HTH
Sanjay
Sanjay G.
Oracle Certified Professional 8i, 9i.
"The degree of normality in a database is inversely proportional to that of its DBA"
Bookmarks