$ORACLE_HOME/rdbms/admin/catldr.sql and Oracle Rac
¡Hi!, I recently migrate a database forn 10g R2 single instance and file system for database files to Oracle RAC 11g R2 and ASM. There is some sqlldr processes that were spending much time on the new environment compared with the old environment. I realized that i have to run $ORACLE_HOME/rdbms/admin/catldr.sql in order to use direct loads. I ran this script from node one of the oracle rac and test the sqlldr process from that node and they ran faster, but when i ran the sqlldr processes from node two they take much time.
The question here is :