QUESTION NO: 312
Which is true concerning Database Replay in an Oracle Real Application Cluster (RAC) database?A. Workload capture is per instance.
B. You only need to restart one instance to begin...
分类:
其他好文 时间:
2015-10-12 09:19:35
阅读次数:
219
1. It usually resides in %appdata%\gnupg (or C:\Users\%username%\AppData\Roaming); make sure the gpg-agent.conf file has the line enable-putty-support in it somewhere. 2.you have to restart the a...
分类:
其他好文 时间:
2015-10-07 14:52:13
阅读次数:
194
QUESTION NO: 159
Another DBA issues a shutdown abort command on a database on which you were running an online
backup. What will happen when you try to restart the database?
A. Oracle will automati...
分类:
其他好文 时间:
2015-10-07 14:47:58
阅读次数:
169
通过下面的命令可以开启允许对外访问的网络端口: /sbin/iptables -I INPUT -p tcp --dport 8011 -j ACCEPT #开启8011端口? /etc/rc.d/init.d/iptables save #保存配置? /etc/rc.d/init.d/iptables restart #重...
分类:
系统相关 时间:
2015-10-07 10:54:29
阅读次数:
156
今天装了一个很搞笑的比率Ubuntu14.04 还安装Android studio 写app 执行错误:Adb not responding. you can wait more or kill adb process manually and click ‘restart’ ”Google了一.....
分类:
数据库 时间:
2015-10-05 16:49:55
阅读次数:
166
介绍centos上salt管理服务是通过service管理的,所以你的服务必须有在service注册切在salt调用的时候名字和rc或init下的脚本一致,否则是无法管理。命令行操作salt‘*‘
service.reload<servicename>salt‘*‘
service.<reload|restart|start|stop|status|enabled>
<..
分类:
其他好文 时间:
2015-10-01 11:40:46
阅读次数:
354
问题方案:eth0安装插卡无法自己主动,网卡的配置信息不network-scripts于解决:1》vi /etc/rc.d/rc.loacl最后加ifup eth02》reboot3》測试换个ip, service network restart 是否有效或者桌面环境观察网卡状态是否在连接4》i.....
分类:
Web程序 时间:
2015-09-25 16:03:18
阅读次数:
122
//forever的安装:npm install forever -g//使用forever启动守护进程:forever start 路径/your_app.js//关闭守护进程:forever stop 路径/your_app.js//重启守护进程:forever restart 路径/your_...
分类:
Web程序 时间:
2015-09-24 12:29:17
阅读次数:
169
Oracle EBS提交请求遇到“无管理器”错误 今天在提交请求时,碰到请求运行错误,状态提示“无管理器”。 解决办法如下:1. 切换至系统管理员职责。找到标准管理器,点击“Restart”。稍后可能需要“Activate”。2. 重新提交请求即可。...
分类:
数据库 时间:
2015-09-23 13:36:03
阅读次数:
520
以前都是在Redhat 上搭建samba,现在改成在ubuntu12.04 上搭建发现 sudo /etc/init.d/samba restart 始终不行,原来,现在ubuntu下,启动服务要用 sudo service smbd restart,一律都改成了service 这种形式来启动。1、...
分类:
系统相关 时间:
2015-09-23 10:23:39
阅读次数:
240