Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Procedure to migrate a procedure
On 14 Oct 2004 05:47:37 -0700, Richard Elliott wrote:
> Daniel Morgan <damorgan_at_x.washington.edu> wrote in message news:<1097721573.267150_at_yasure>...
>> Richard Elliott wrote: >> >>> I need to automate migrations of objects from one instance to another. >>> I have the db links, but could use an example of a procedure or pl/sql >>> to do the migrations. If possible I would like to just set up a single >>> line for each object being migrated, vs. a cut and paste. Is there a >>> standard way to do this ? >>> Thanks in advance for the help. >>> >>> I have 8.1.7 and also have Toad 8 so I can set up an Oracle Job pretty >>> easily. >> >> Do you really have a need to reinvent the wheel? >> >> Why not use the tools Oracle provides?
Migrating source from instance to instance is error prone and has irreproducible results. You should be building your databases from source control using shell scripts or ant (my favorite). Scripts can be tested, tested, and tested again. Scripts give you a systemic process you can improve. And you can log their actions. Received on Thu Oct 14 2004 - 11:58:05 CDT