摘要:
今天重启服务器,盘阵没有挂载,纠结了好久才发现这个问题。首先启动数据库的时候报错:ORA-00205: error in identifying controlfile, check alert log for more info打开%oraclehome/admin/frk/bdump/alert 阅读全文
摘要:
最近要把以前的Linux red hat 5.3,32位的系统换成Linux red hat6.2 64位系统,中间出现问题,不知道为什么系统装完之后回滚,还是之前的5.3.,为此纠结好久,终于找到问题: 下面的方法其实都是从网上查询得来,怕忘记了,写下来。 创建GPT分区: 安装64的linux时 阅读全文
摘要:
今天学习python,出现很多错误,是版本升级导致该函数不能使用,问题列表:1、print “hello world!” 2.5版本可以,3.0以上要加(),就是print("hello,world")2、raw_input("press enter key to close this window 阅读全文
摘要:
今天修改oracle数据库内存时, alter system set memory_max_target=10240M scope=spfile;语句正确修改;但重启时却报错 : SQL> alter system set memory_max_target=10240M scope=spfile; 阅读全文