Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1121006
  • 博文数量: 251
  • 博客积分: 8431
  • 博客等级: 中将
  • 技术积分: 2699
  • 用 户 组: 普通用户
  • 注册时间: 2007-07-22 16:24
文章分类

全部博文(251)

文章存档

2016年(2)

2015年(5)

2014年(4)

2013年(10)

2012年(8)

2011年(14)

2010年(20)

2009年(33)

2008年(51)

2007年(104)

发布时间:2015-05-26 11:11:10

具体步骤如下:一、主库操作1、修改主库属性:alter system force logging;##查看状态select FORCE_LOGGING from v$database;2、修改数据库为归档模式:archive log list;shutdown immediate;startup mount;alter database archivelog;(alter&nb.........【阅读全文】

阅读(1441) | 评论(0) | 转发(0)

发布时间:2015-05-15 16:12:46

Warning is:Error securing Database Control, Database Control has been brought up in non-secure mode. To secure the Database Control execute the following command(s):1) Set the environment variable ORACLE_SID to testdb2) C:\oracle\product\10.2.0\db_1\bin\emctl.bat stop dbconsole3) C:\oracl.........【阅读全文】

阅读(1591) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

chinaunix网友2011-02-18 22:29

好多教程,学习了! ----ubuntu

回复 |  删除 |  举报

chinaunix网友2011-02-18 22:29

好多教程,学习了! ----ubuntu

回复 |  删除 |  举报

liudorothy2008-09-18 16:45

学习学习。我也要做dlpar。机器是p650的,找不到hmc相应的版本,想问问能不能不连hmc做dlpar, 可以吗

回复  |  举报

liudorothy2008-09-18 16:45

学习学习。我也要做dlpar。机器是p650的,找不到hmc相应的版本,想问问能不能不连hmc做dlpar, 可以吗

回复  |  举报

magicsa2007-12-02 22:06

老大,我想请教你,linux下面怎么执行跟win的bat文件一样的脚本啊?就比如说我写一个文件a.sh.里面内容实现这样的操作: cd /home/test mkdir -P /tmp/a/b/c 该如何执行呢?

回复  |  举报
留言热议
请登录后留言。

登录 注册