会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Mr.Oracle
博观而约取,厚积而薄发
博客园
首页
新随笔
联系
订阅
管理
1
2
3
下一页
2019年8月16日
更改Python默认的Package路径
摘要: 本操作仅限于windows系统 步骤 1. 打开cmd 2. 创建pip目录 - 'mkdir %APPDATA%\pip\ 3. 创建pip.ini文件 - notepad %APPDATA%\pip\pip.ini 4. 将下列信息写入pip.ini文件
阅读全文
posted @ 2019-08-16 11:13 烤酸奶
阅读(1446)
评论(0)
推荐(0)
2017年11月15日
Oracle OLAP 优化 这么玩!
摘要: Oracle OLAP 优化1.pctfree 02.分区+并行 3.索引呢?除了主键,都给我滚!
阅读全文
posted @ 2017-11-15 21:16 烤酸奶
阅读(984)
评论(0)
推荐(0)
2017年11月14日
go: missing Git command. See https://golang.org/s/gogetcmd
摘要: svn - Subversion,download at :http:/subversion.apache.org/packages.html hg - Mercurial,download at https://www.mercurial-scm.org/downloads git - Git,d
阅读全文
posted @ 2017-11-14 10:31 烤酸奶
阅读(2186)
评论(0)
推荐(0)
2017年11月12日
Golang - concurrency 之 Goroutines
摘要: A goroutine is a function that is capable of running concurrently with other functions. To create a goroutine we use the keyword go followed by a func
阅读全文
posted @ 2017-11-12 17:09 烤酸奶
阅读(180)
评论(0)
推荐(0)
Golang 基础 Structs ,method,interface
摘要: A method set is a list of methods that a type must have in order to “implement” the interface.
阅读全文
posted @ 2017-11-12 17:01 烤酸奶
阅读(191)
评论(0)
推荐(0)
2017年10月15日
Oracle 12c PSU rollback and upgrade
摘要: Oracle 12c 问题: 假如oracle patch PSU 22191659 binary 同时通过$ORACLE_HOME/OPatch/datapatch -verbose升级了数据库字典。 接下来,继续patch super-patch PSU 25433980 binary,但是并未
阅读全文
posted @ 2017-10-15 00:49 烤酸奶
阅读(505)
评论(0)
推荐(0)
2017年9月24日
fast incremental backup
摘要: https://community.oracle.com/docs/DOC-1013469 http://houseofbrick.com/fast-xtts-with-cross-platform-incremental-backup-part-2/ http://www.dummies.com/
阅读全文
posted @ 2017-09-24 00:20 烤酸奶
阅读(358)
评论(0)
推荐(0)
2017年9月23日
Oracle 11g vs 12c 内存、优化器等默认参数对比
摘要: 12.1.0.2 vs 11.2.0.3 优化器对比 12.1.0.2 vs 11.2.0.3 sga对比 12.1.0.2 vs 11.2.0.3 pga对比 12.1.0.2 vs 11.2.0.3 memory对比
阅读全文
posted @ 2017-09-23 18:20 烤酸奶
阅读(555)
评论(0)
推荐(0)
2017年9月4日
Oracle 12c ADG - ORA-01186;ORA-01157;ORA-01111;ORA-01110
摘要: 背景:模拟adg新增不在dg配置中的数据文件故障 适用范围:11g,12c ADG 以下为实验过程,首先保证adg为正常环境(略)。 1. 故障模拟过程 primary>/oradata primary> chown -R oracle.oinstall /oradata primary>chomo
阅读全文
posted @ 2017-09-04 16:31 烤酸奶
阅读(1122)
评论(0)
推荐(0)
2017年8月11日
The ways to kill Oracle session
摘要: An another way to kill sessions
阅读全文
posted @ 2017-08-11 18:33 烤酸奶
阅读(188)
评论(0)
推荐(0)
1
2
3
下一页
公告