0

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.

Viccari
  • 9,029
  • 4
  • 43
  • 77
MohammedYakub M.
  • 2,893
  • 5
  • 31
  • 42

1 Answers1

1

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

Viccari
  • 9,029
  • 4
  • 43
  • 77