关于在 SQL*Loader 上使用不可移植数据类型,我需要了解哪些信息?
我阅读了 SQL*Loader 中的 部分< /a> 参考手册,这有点超出我的理解范围。我们的客户端都运行 x86,所以我假设我们不必担心字节顺序。但是,我们确实有一些客户在 32 位操作系统上运行,而其他客户则在 64 位操作系统上运行。我究竟需要做什么才能确保我不会因此而遇到任何问题?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
应该不会有问题,因为字节顺序相同,并且整数的大小等将由 Oracle 而不是操作系统定义
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