Direct path [message #72097] |
Fri, 07 March 2003 13:27 |
Mark
Messages: 284 Registered: July 1998
|
Senior Member |
|
|
I want to use direct path in my SQL loader. Whether I put it in control file, or in command-line, I receive a message
ORA-02352: Direct path connection must be homogeneous
I checked Oracle errors reference, it says
Cause: The user-side to kernel-side connection is heterogeneous.
Action: Make the connection between identical hardware and operating
systems.
I don't really understand what that means. Can somebody explain me this, and how can I use direct path, I need to load 700k rows of data.
Thanks
|
|
|
Re: Direct path [message #72098 is a reply to message #72097] |
Fri, 07 March 2003 13:32 |
|
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
are u usig connect strings in the sqlldr?
like
sqlldr userid=user/pass@string
then
this client machine and server machine should be indentical in OS and hardware.
|
|
|