SQL*Plus 8.0600 在尝试连接 Oracle 10g (10.2040) 时崩溃
背景:Oracle Forms - 数据库迁移; 6i 到 10g
大家好!
客户情况: 我们想要尝试使用 SQLPlus 8 将数据库连接到 Oracle 10g 数据库(标准安装)。不幸的是,SQL Plus 总是崩溃而没有任何错误消息。
我们在我们的系统上尝试了相同的场景 - 没有问题。
现在我们很困惑。解决问题我们首先应该从哪里着手?我不知道。
也许你们中的某个人..
提前致谢,
Arne
Background: Oracle Forms - DB migration; 6i to 10g
Hi everyone!
Customer situation:
We want to attemp a DB connection with SQLPlus 8 to a Oracle 10g DB (standard installation). Unfortunately SQLPlus always crashes without any error message.
We tried the same scenario with our systems - there was no problem.
Now we are confused. Where should we look first to solve the problem? I have no idea.
Perhaps someone of you..
Thanks in advance,
Arne
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不要使用 SQL*Plus 8.0.6。
兼容性有限制,10g 不接受来自旧客户端的连接。
有一个 Metalink 注释 (207303.1),8.0.6 仅支持高达 9iR2 的连接。
如果您可以获得 8.1.7 客户端,则支持连接到从 Oracle8 到 10gR2 的服务器。如果您只需要连接到 10gR2 数据库,请使用 即时客户端
Don't use SQL*Plus 8.0.6.
There's a limit on the compatibility and 10g doesn't accept connections from clients that old.
There's a metalink note (207303.1) and 8.0.6 was only supported for connections up to 9iR2
If you can get an 8.1.7 client, that was supported for connecting to servers from Oracle8 to 10gR2. If you just need to connect to a 10gR2 database, go with an instant client
人们已经使用 Forms 6i 来对抗 Oracle 10g。
它确实需要 Forms 6i 的最新补丁集(我相信是 17 或 18)。10g
数据库的字符集也有限制(不能是 AL32UTF8 - metalink note 236231.1)。
People have got Forms 6i working against Oracle 10g.
It does need the latest patchset (17 or 18, I believe) for Forms 6i
There are also restrictions regarding the character set for the 10g database (can't be AL32UTF8 - metalink note 236231.1).