今天尝试着调整一下数据库的性能,由于疏忽没有做好备份(spfile.ora),直接修改了MEMORY_TARGET参数,alter system set MEMORY_TARGET=4096m;导致重启ORACLE时不能连接ORACLE时报:ORA-12514: TNS: 监听程序当前无法识别连接描述符中请求的服务开始是以为数据库崩溃,因为无法登陆,也不能通过指定pfile启动,都恨不得重装数据库了,后来一想,既然报的是“服务名”,就从这里着手吧,发现未设置对服务名的监听(Oracle10g默认
bind-address = 127.0.0.1 => bind-address= 136.129.20.168 IP要这么改 这么改远程连不上,那么需要把这行整行注释掉,重启MYSQL,telnet 136.129.20.168 3306,提示1130 is not allowed to connect to this MySQL server 那么需要在ubuntu上进去 mysql sudo mysql -u root -p 提示输入密码 然后 mysql>mysql>use
1.当前现象:Oracle启动报错ORA-27102 [oracle@JYDB1 ~]$ sqlplus / as sysdba SQL*Plus: Release 10.2.0.4.0 - Production on 星期四 7月 30 19:55:10 2015 Copyright (c) 1982, 2007, Oracle. All Rights Reserved. 已连接到空闲例程. SQL> startup ORA-27102: out of memory Linux-x86_64
selinux配置文件修改错误导致无法启动虚拟机 问题 错误修改配置文件 [root@centos73 ~]# cat /etc/selinux/config # This file controls the state of SELinux on the system. # SELINUX= can take one of these three values: # enforcing - SELinux security policy is enforced. # permissive -
前几天在客户现场,配置一台系统为redhat 6.0的服务器,这台服务器是IBM x3755,系统是预装的.在把服务器的IP地址配置完成后,使用命令不能启动网卡.提示:弹出界面 eht0:错误:激活链接失败:Device not managed by NetworkManagerredhat 6还没怎么深入研究过,对NetworkManager也不怎么了解,一直都没有太关注是这个服务有什么问题,但是我无论怎么修改配置网卡都启动不了.最后尝试关闭NetworkManager这个服务,再启动网卡,反