MohammedYakub M.
MohammedYakub M.

Reputation: 2941

BEA : Migration of live workflow instances

I want to migrate database server from Oracle 9i to Oracle 11g (WebLogic version is 8.1 SP5). After migration, WebLogic version will remain the same. Only database gets changed.

How can I achieve this?

Is taking DB dump before migration and importing dump after migration enough for this task?

Or do I need to do other things as well?

Thanks.

Upvotes: 0

Views: 97

Answers (1)

Viccari
Viccari

Reputation: 9318

Yes, most likely a DB dump will do the trick. Oracle data types are backward compatible, so, you are covered.

Upvotes: 1

Related Questions