sqldr stopped executing last 2 days ... I see the sqlldr process in top processes list in the Linux
I scheduled few sqlldr process to load data to remote database from one of oracle application server ... But it stopped loading data and the sqlldr process keep running ... When i checked the server from where i am launching the sqlldr, i saw sqlldr process as top resource consuming process and still running/hanging ... I can kill the process. When i run the process, it again keep running as top process.
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
22185 appluspr 25 0 19080 3212 2340 R 99.8 0.0 27:59.40 sqlldr
I relinked the $ORACLE_HOME from where i run sqlldr ... still no difference.
I can load same data to the remote database from different ORACLE Home.