Hi experts ,
I am new to SAP migration . We have requirement of migrating 3.5 TB Oracle DB from Solaris to Windows . We have 3 apps sever and one DB server .
Hostname | OS | NB CPU Physique | NB CPU Thread | Memory(GB) |
APPS1 | Solaris 10 | 2 | 8 | 32 |
APPS2 | Solaris 10 | 2 | 8 | 32 |
APPS3 | Solaris 10 | 2 | 8 | 32 |
DB | Solaris 10 | 2 | 8 | 32 |
Have listed largest 100 tables from DB02 and ran table split preparation using sapints pl/sql splitter it create whr.txt file that contains all table name with split numbers . and pass whr.txt files as table input file in split str files screen .
Do my above approach is correct ?
My queries are .
1. How to split str files using DISTMON
2.how to distribute split-ed STR files equally in four apps server.
3. should I create OrderBy.txt with same content of whr.txt.
Please advise .