摘要: Oracle 11g 48核 32核 windows 2008 r2 64 oracle 11g版本,11.2.0.4可以支持超过36个CPU。 减少CPU数量: 阅读全文
posted @ 2021-12-17 20:41 emanlee 阅读(535) 评论(0) 推荐(0)
摘要: REF https://www.zhihu.com/question/51745620 import matplotlib.pyplot as plt fig = plt.figure(1) ax1 = fig.add_subplot(211) ax2 = fig.add_subplot(212) 阅读全文
posted @ 2021-12-17 15:54 emanlee 阅读(726) 评论(0) 推荐(0)
摘要: REF http://blog.itpub.net/23556054/viewspace-1115506/ 查看 oracle 数据库是否启动: 一、LINUX: 1、用 ps -ef|grep ora 查看,是否有oracle的进程,linux下还可以用ipcs查看 2、查看监听的方法 cd /o 阅读全文
posted @ 2021-12-17 11:13 emanlee 阅读(922) 评论(0) 推荐(0)