rustychain
Programmer
I have two AIX boxes which have same hardware and o/s level and same Oracle - 7.1.4.1.0. They have both been recently built so I'm testing them out before we use them in anger. I have an import (below) which takes 15 secs on box A and 15 mins on box B. If I add a BUFFER=64000 parm on box B it imports in 15 seconds.
imp user/pass ignore=y \
tables=aaa_copy,\
bbb_copy,\
ccc_copy,\
ddd_copy,\
eee_copy,\
fff_copy,\
ggg_copy,\
hhh_copy\
full=n \
file=blah.dmp
When I run one of our batch processes on both boxes it runs for 10 mins on box A and 45 mins on box B.
I have made the init<sid>.ora file the same on both boxes and when I query v$parameter on both I get identical rows.
I've tried to check other settings and all look the same. Only difference I can see is distributed option is switched on on box A but would that make it faster?
I'm at a loss as to what's so different between the boxes and the only clue I have is the import. Can anyone tell me what else I could check?
imp user/pass ignore=y \
tables=aaa_copy,\
bbb_copy,\
ccc_copy,\
ddd_copy,\
eee_copy,\
fff_copy,\
ggg_copy,\
hhh_copy\
full=n \
file=blah.dmp
When I run one of our batch processes on both boxes it runs for 10 mins on box A and 45 mins on box B.
I have made the init<sid>.ora file the same on both boxes and when I query v$parameter on both I get identical rows.
I've tried to check other settings and all look the same. Only difference I can see is distributed option is switched on on box A but would that make it faster?
I'm at a loss as to what's so different between the boxes and the only clue I have is the import. Can anyone tell me what else I could check?