摘要: 一、场景描述 centos7系统默认安装的python是v2版本的,但有些程序需要python3程序支持,如何在centos7中部署python3呢? 二、过程 2.1 安装python3软件包 安装EPEL和IUS软件源 yum install epel-release -y yum instal 阅读全文
posted @ 2020-04-28 13:44 雪竹子 阅读(309) 评论(0) 推荐(0) 编辑
摘要: 一、问题描述 启动oracle监听程序时报如下错误,The listener supports no services 二、原因分析 数据库实例没注册到listener 三、处理过程 在listener.ora里面添加了红色标记的代码,具体如下: [oracle@oracle11g admin]$ 阅读全文
posted @ 2020-04-28 13:28 雪竹子 阅读(9516) 评论(0) 推荐(0) 编辑
摘要: 一、linux平台 1.1 方式一:Oracle Instant Client Zip Download an Oracle 19, 18, 12, or 11.2 “Basic” or “Basic Light” zip file: 64-bit or 32-bit, matching your 阅读全文
posted @ 2020-04-28 13:08 雪竹子 阅读(2719) 评论(0) 推荐(0) 编辑