hi,
i've writing a script shell in unix to automate a data conversion in oracle, it consist in many step:
- step1 : execute many files sql to delete temporany tables
- step 2: execute sqlldr to load data in tables
- step 3: execute many files sql to update, insert data in definitive tables
-step 4 : execute report to control a correction of steps
the script shell has a logic sequence to follow.
our client are migrate to windows and linux plattform, so i must do the same job in perl, but i'm new to that field, can someone give me help. thank you very much.
i've writing a script shell in unix to automate a data conversion in oracle, it consist in many step:
- step1 : execute many files sql to delete temporany tables
- step 2: execute sqlldr to load data in tables
- step 3: execute many files sql to update, insert data in definitive tables
-step 4 : execute report to control a correction of steps
the script shell has a logic sequence to follow.
our client are migrate to windows and linux plattform, so i must do the same job in perl, but i'm new to that field, can someone give me help. thank you very much.