会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
cnmarkao
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
···
15
下一页
2018年8月6日
Oracle 12c升级到18c
摘要: 安装oracle 12c,安装步骤和11g R2差不多,多了些选项 我选择的OEL,安装了oracle-database-server-12cR2-preinstall的package 升级到18c的过程
阅读全文
posted @ 2018-08-06 20:48 cnmarkao
阅读(4515)
评论(0)
推荐(0)
2018年8月5日
oracle-database-server-12cR2-preinstall
摘要: oracle-database-server-12cR2-preinstall oracleasm-support
阅读全文
posted @ 2018-08-05 18:05 cnmarkao
阅读(442)
评论(0)
推荐(0)
Unable to verify the graphical display setup
摘要:
阅读全文
posted @ 2018-08-05 16:15 cnmarkao
阅读(4542)
评论(0)
推荐(0)
2018年7月8日
VMware workstation CPU开启虚拟化以安装KVM
摘要: OS:Centos7
阅读全文
posted @ 2018-07-08 21:14 cnmarkao
阅读(361)
评论(0)
推荐(0)
2018年6月26日
ansilbe托管windows节点配置及测试
摘要: 以管理员身份运行powershell,否则会报错 以管理员身份运行命令提示符,然后运行以下命令,在powershell中运行会报错: 重启OS后 系统总内存: ansible windows -m win_shell -a "(Get-WmiObject -Class Win32_ComputerS
阅读全文
posted @ 2018-06-26 21:57 cnmarkao
阅读(303)
评论(0)
推荐(0)
2018年6月24日
安装ansible前期准备,python和pip
摘要: yum install zlib-devel bzip2-devel openssl-devel gcc python-devel # tar xvzf Python-2.7.8.tgz # cd Python-2.7.8 # ./configure --prefix=/usr/local # ma
阅读全文
posted @ 2018-06-24 15:54 cnmarkao
阅读(251)
评论(0)
推荐(0)
2018年5月30日
Oracle 11g R2 alter index rebuild online
摘要: 索引因历史原因都放在初始的索引表空间里,导致索引表空间不断添加数据文件。 再加上历史数据的归档,索引从来没维护过。 就想把大的索引维护下。 后来alter index rebuild online的时候,报临时表空间无法分配extent,然后alter index rebuild online就结束
阅读全文
posted @ 2018-05-30 20:56 cnmarkao
阅读(526)
评论(0)
推荐(0)
2018年5月29日
redhat 6.8 vnc连接不上
摘要: 蛋疼啊~~~ 关闭selinux后,iptables –F 待验证
阅读全文
posted @ 2018-05-29 23:18 cnmarkao
阅读(432)
评论(1)
推荐(0)
2018年3月28日
安装基于Windows Server 2012故障转移群集的Oracle 11g
摘要: 今天安装了基于Windows Server 2012故障转移群集的Oracle 11g,遇到的一个问题。 大概的过程(Windows故障转移群集已经安装完成,这里只写Oracle): 1.在两个节点上分别安装Oracle数据库软件,安装路径放在本地磁盘上,比如d:\app\oracle 2.在两个节
阅读全文
posted @ 2018-03-28 20:59 cnmarkao
阅读(775)
评论(0)
推荐(0)
2017年10月15日
Drop tablespace
摘要: 打算drop tablespace,要怎么确定tablespace里有没有内容或者对象呢? 各种查询数据字典,dba_tables、dba_indexes、dba_lobs、dba_procedures等等 但其实呢?oracle块组成区,区组成段,段组成表空间,所以直接查询dba_segments
阅读全文
posted @ 2017-10-15 11:01 cnmarkao
阅读(1922)
评论(1)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
···
15
下一页
公告