baanprog
8th January 2009, 18:06
Hi,

We are trying to migrate our Oracle Database from Unix Server to AIX Server because of space constraints in Unix Servers.

The Application Server will still continue to be on the same UNIX Servers for all environments though.

Please list down all the necessary steps to be performed.

Whether revalidation is necessary?

What files need to be changed on baan side and what other changes is any?

Thanks in advance.

Hitesh Shah
8th January 2009, 18:27
1.migrate small /test company data to other aix db2.
2. create separate new database definition for database in aix and assign the same to test company . Keep all unaffected same.
3.Also create audit database defn for db2 to assign the same to parameter tables
4.Test the same for test company and on successful tests , plan and implement complete migration.

As db2 may not be in ur validation ttiex3101m000 , u may need to re-validate the server before u start this process. When u assign db to tables , in the backend tabledef6.1 is changed when u convert to runtime.

baanprog
8th January 2009, 18:31
Hi,

Hitesh thanks for quick response.

But we are going to use Oracle as the Database in AIX also and it is already present in requested system configuration.

Can you elaborate for Oracle from Unix to AIX server as steps or will they be the same as you have already mentioned?

Thanks

Han Brinkman
8th January 2009, 22:07
Hi,

Normally you can clone a database if the oracle version/os is the same. However you need to verify if this is possible too if you copy from your unix to aix. If it is not possible I suggest that you simply export your database and import it again. Use the new impdb/expdp tools they should be faster as the old exp/imp tools.

Regards,
Han

dave_23
9th January 2009, 01:54
depending on your oracle version you can either use transportable tablespaces or just copy the datafiles across. (copying the datafiles will only work if your "unix" and AIX have the same endian.)

see
http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:7145231318014


Dave

Hitesh Shah
9th January 2009, 07:56
As far as oracle is concerned , I have some basic knowledge only and hence the inputs of other oracle experts are more valid . Baan related sugestions are valid as understood by u .

Markus Schmitz
9th January 2009, 12:01
Han's and Dave's suggestion sounds spot on to me. The simplest is exp/imp.

In regards to the validiation: As long as the new server is only a database server and not running baan, then you do not need to change anything in your existing validation and the new server does not need any.

Regards

Markus