views:

23

answers:

1

I read the section in the SQL*Loader reference manual and it's a bit over my head. Our clients are all running x86, so I'm assuming we won't have to worry about byte ordering. However, we do have some customers running on 32-bit and others running on 64-bit OSes. What exactly do I need to do to make sure I don't run into any problems because of this?

+1  A: 

There should not be a problem as the byte orders are the same and size of integers etc will be defined by Oracle and not the OS

Mark