<< 返回文章列表
Oracle 7 安装回顾:谁还记得用过这个历史上的版本?
2020年4月23日
盖国强
152
墨天轮原文链接:https://www.modb.pro/db/21651
昨天说,在 Oracle 20c 中,通过 ORA-06591 号错误,可以看到,Oracle 不再支持 Oracle 7 7.3.4 的 RPC 连接。
由此也可以看到,Oracle 的历史版本支持是非常久远的:
[oracle@enmotech ~]$ oerr ora 6591 06591, 00000, "Oracle7 release 7.3.4 clients are no longer supported for PL/SQL RPC" // *Cause: Beginning with Oracle Database 20c, Oracle7 release 7.3.4 // clients are no longer supported for PL/SQL remote procedure calls (RPCs). // *Action: Use an Oracle8 or later client to execute the PL/SQL RPC.
解决方案:使用 Oracle8 或者之后的版本去执行 PL/SQL RPC.
回忆一下 Oracle 7 的年代,为 ENMOTECH 创建一个 Oracle7 的数据库:
安装 Oracle 7 Server:
你一定不会记得,Oracle 7 数据库还有两种创建模式:
你一定不会记得,Oracle 7 数据库还有两种创建模式:
启动 Oracle 7,初始化数据库 SGA 仅 7M :
不由感叹,时光悠悠如流水!