上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 151 下一页
  2023年4月20日
摘要: 通常,如果作为普通客户(redhat 假定如此)去redhat的官方网站下载 rhel,都是很繁琐的,甚至是不可能的。 但是, 当我们作为普通开发者则可以非常 "free” 的去redat的官方网站下载rhel! 不讲道德与法律层面的东西; 纯技术角度:仅仅是官方网站的不同下载途径页面而已! 当然, 阅读全文
posted @ 2023-04-20 08:39 jinzhenshui 阅读(171) 评论(0) 推荐(0)
  2023年4月19日
摘要: 如题: 命令如下: [root@restore1 data1]# strings ctl-1739529129-20230419-00 | egrep -i "(db_unique_name|db_name|compatible)" 注意:对于12c+ 该方法无效! 注意:对于12c+ 该方法无效! 阅读全文
posted @ 2023-04-19 08:57 jinzhenshui 阅读(47) 评论(0) 推荐(0)
  2023年4月17日
摘要: 比较简单。 关键点: ln -s /usr/lib64/libnsl.so.1 /usr/lib64/libnsl.so ln -sf /u01/app/oracle/product/11.2.0/dbhome_1/lib/stubs/libaio.so.1 /usr/lib64/libaio.so 阅读全文
posted @ 2023-04-17 20:28 jinzhenshui 阅读(485) 评论(0) 推荐(0)
摘要: 如题。 临时解决方案: 为ld命令,增加链接指示参数: [root@centos9 ~]# cat /usr/bin/ld #!/bin/sh /usr/bin/ld.bin --ignore-unresolved-symbol stat --ignore-unresolved-symbol fst 阅读全文
posted @ 2023-04-17 10:19 jinzhenshui 阅读(130) 评论(0) 推荐(0)
  2023年4月16日
摘要: 如题。 临时解决方案: 为ld命令,增加链接指示参数: [root@centos9 ~]# cat /usr/bin/ld #!/bin/sh /usr/bin/ld.bin --ignore-unresolved-symbol stat --ignore-unresolved-symbol fst 阅读全文
posted @ 2023-04-16 22:15 jinzhenshui 阅读(229) 评论(0) 推荐(0)
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 151 下一页