码迷,mamicode.com
首页 >  
搜索关键字:Linux升级命令yum upgrade    ( 1483个结果
树莓派DS18b20
电路图:升级:sudo apt-get updatesudo apt-get upgrade加载驱动:sudo modprobe w1-gpio sudo modprobe w1-therm查看:lsmod 查看w1模块是否载入cat /sys/bus/w1/devices/28-*/w1_slav...
分类:其他好文   时间:2014-06-29 12:06:30    阅读次数:217
Zero Downtime Upgrade of Oracle 10g to Oracle 11g Using GoldenGate — 4
Target Side Setup Install OGG on Target Side Creates required directories for OGG [oracle@vzwc1 ggs]$ ./ggsci  Oracle GoldenGate Command Interpreter for Oracle Version 11.2.1.0.23 1870940...
分类:数据库   时间:2014-06-18 12:37:31    阅读次数:442
Zero Downtime Upgrade of Oracle 10g to Oracle 11g Using GoldenGate — 1
Source Database DB Name:        zwc Schemas:         HR,OE,PM Version:          10.2.0.4 RAC:                No OS Version:     Red Hat Enterprise Linux Server release 5.9 x86_64 OGG...
分类:数据库   时间:2014-06-18 12:09:56    阅读次数:617
Zero Downtime Upgrade of Oracle 10g to Oracle 11g Using GoldenGate — 3
DDL Setup Steps SQL> grant execute on utl_file to ggs; Grant succeeded.   Create GLOBALS file [oracle@zwc ~]$ cd /ggs/ [oracle@zwc ggs]$ cat GLOBALS  GGSCHEMA GGS   run marker_s...
分类:数据库   时间:2014-06-17 23:24:30    阅读次数:534
Zero Downtime Upgrade of Oracle 10g to Oracle 11g Using GoldenGate — 2
Prepare 10g Database for OGG Create GGS and GGS_MON Database Users SQL> create tablespace ggs_tbs datafile '/u01/app/oracle/oradata/zwc/gg_tbs01.dbf' size 100M; Tablespace created. SQL> cr...
分类:数据库   时间:2014-06-17 22:24:12    阅读次数:334
树莓派上使用蚂蚁矿机挖矿
家中以前一直使用的电脑+矿机挖矿,电脑24小时开着不说,声音还特大; 前两天折腾了一把,将挖矿整体转到了树莓派上,而且整个都放到了书柜上。 世界一下子安静了(电表也安静了)~~~~树莓派开机后,先安装CGMiner的关联组件(已经先执行过Update & Upgrade操作) sudo apt-ge...
分类:其他好文   时间:2014-06-13 14:23:29    阅读次数:684
APT 常用功能
apt-get install package 安装包 apt-get reinstall package 重新安装包 apt-get upgrade 更新已安装的包 #apt-get update //更新软件列表 #apt-get check //检查依赖性 apt-...
分类:其他好文   时间:2014-06-12 21:20:06    阅读次数:283
centos下yum安装mysql5.6后,无法启动 MySQL Daemon failed to start
如果是全新安装应该就不会出现这个问题,升级安装的话,要运行mysql_upgrade ,但是启动MYSQL就报错MySQL Daemon failed to start如此就没办法运行mysql_upgrade升级MYSQL表了因为是全新安装的数据库服务器就不管老数据了,直接把老的MYSQL数据库文...
分类:数据库   时间:2014-06-08 21:41:49    阅读次数:420
【oracle案例】ORA-01722
Oralce升级过程中,执行SQL> @?/rdbms/admin/catupgrd.sql脚本时, 遇到ORA-01722: invalid number报错, 导致报错的语句是 SELECT TO_NUMBER('DATA_VAULT_OPTION_ON') FROM v$option。 解决方法: 关闭Oracle Database Vault功能。...
分类:数据库   时间:2014-06-08 09:08:07    阅读次数:251
A debugger is already attached
Today is the last day that all the laptops of winXP OS should be upgrade to WIN7. After updated. when i tried to debug my application,i received this ...
分类:其他好文   时间:2014-06-06 15:51:14    阅读次数:275
1483条   上一页 1 ... 145 146 147 148 149 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!