安装Oracle 11g依赖包
#yum -y install gcc make binutils gcc-c++ compat-libstdc++-33 elfutils-libelf-devel elfutils-libelf-devel-static elfutils-libelf-devel ksh libaio libaio-devel numactl-devel sysstat unixODBC unixODBC-devel pcre-devel
2022-11-23 Linux&Unix, 数据库
#yum -y install gcc make binutils gcc-c++ compat-libstdc++-33 elfutils-libelf-devel elfutils-libelf-devel-static elfutils-libelf-devel ksh libaio libaio-devel numactl-devel sysstat unixODBC unixODBC-devel pcre-devel
2022-02-08 数据库
查看监听服务能启动或者一启动就停止,1521端口可以打开,但无法进行监听测试,查看监听日志满(4G):
\oracle\diag\tnslsnr\xxx\listener\trace\listener.log
需要手工删除日志,为方便不生成日志,直接在配置文件中取消监听日志:
\oracle\product\11.2.0\dbhome_1\NETWORK\ADMIN\listener.ora
添加
DIAG_ADR_ENABLED_LISTENER = OFF
2018-04-22 数据库
–在查看数据的连接情况很有用,写完程序一边测试代码一边查看数据库连接的释放情况有助于分析优化出一个健壮的系统程序来。
Continue…版权声明:【show me the code ,change the world】 https://blog.csdn.net/yangshangwei/article/details/52917132 Continue…
版权声明:【show me the code ,change the world】 https://blog.csdn.net/yangshangwei/article/details/52449489
Continue…