can't stop asking questions.
We are testing on importing about 10tb data to an Oracle RAC 2 nodes database. we have big RAMs and more than 10 CPUs on each node. when import this 10tb file, I noticed some thing as following:
1. we have about the same number of sessions on each node which is good, loadbalance works, right?
2. one node have less read and write, it is about 60% of the another node. I think somehow the Ethernet card or network cable or say hardware make this difference, not CRS, am I correct?
3. the initial setting sets all memory_target, memory_max_target, sga_target, sga_max_target to 0, I mean all of them set to 0. I personal strongly again it. on linux, I did 'free', I found OS have 125gb ram but only used 55 gb ram during the import, there are still 70gb free. so I assumed database should setup a real number(not 0) and higher number on sga_target or memory_target to get more RAMs from OS for database to use.
4. we may need to modify the kernal.shmmax which is set to 1/3 of toal OS RAM. how you think?
4. I understand there are some parameters can be tuned for ASM, I found list of it, but dont know it is a good practice to change ASM instance parameters
Sorry, too many questions. when I search online, I always find http://www.oracle-base.com, I am glad I have account with this web site.
Please help, thank you,
Robin