0

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?

Jason Baker
  • 192,085
  • 135
  • 376
  • 510

1 Answers1

1

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

mmmmmm
  • 32,227
  • 27
  • 88
  • 117