I did direct path loading( different tables , the same connection) using two
threads; before loading ,I truncate table; first time ,it successed. Then the
program did the same thing again. But this time it reported error " ORA-24795
illeagle commit" when it was doing truncate table.
why? Can the direct path load be done this way?
thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
when runing multithreaded direct path loading, one direct path loading thread
needs one connection; another direct path loading thread needs another
connection.
I tested it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I did direct path loading( different tables , the same connection) using two
threads; before loading ,I truncate table; first time ,it successed. Then the
program did the same thing again. But this time it reported error " ORA-24795
illeagle commit" when it was doing truncate table.
why? Can the direct path load be done this way?
thanks!
give me more infos about your code...
when runing multithreaded direct path loading, one direct path loading thread
needs one connection; another direct path loading thread needs another
connection.
I tested it.