linux挂载新的磁盘分区

摘要: 今天做了linux磁盘分区,在此做个笔记,以便以后查询/sbin/fdisk -l 查看硬盘情况,注意需要root权限。如下:=================分区情况==============================[root@localhost dinghuaneng]# /sbin/fdisk -lDisk /dev/sda: 10.7 GB, 10737418240 bytes255 heads, 63 sectors/track, 1305 cylindersUnits = cylinders of 16065 * 512 = 8225280 bytes Device Bo 阅读全文
posted @ 2014-03-17 15:29 zy-自由鱼 阅读(296) 评论(0) 推荐(0)

修改数据库archivelog模式

摘要: 2014年2月14日今天遇到执行alter tablespace example begin backup 时报错,ora-01123: cannot start online backup:media recovery not enabled,首先想到数据库是处在noarchivelog 模式。如何修改呢?解决方法:SQL> shutdown immediateDatabase closed.Database dismounted.SQL> startup mountORACLE instance started.Total System Global Area 28521267 阅读全文
posted @ 2014-02-14 11:33 zy-自由鱼 阅读(422) 评论(0) 推荐(0)

oracle数据库-时区设置

摘要: 2014-02-12今天在用EM进行数据库备份时时发现oracle 10g R2下EM得一个报错,错误如下 :“java.lang.Exception:IOException in sending Request :: Connection refused: connect”,遂通过查阅资料得到如下解决方案。困惑了许久原以为是操作系统用户oracle没有权限造成的,经过多次检查oracle用户权限和密码都没错误。查了许多资料发现是时区设置的问题。oracle修改时区的方法:停止emagent:[oracle@localhost ~]$ emctl stop agent[oracle@local 阅读全文
posted @ 2014-02-13 10:22 zy-自由鱼 阅读(1902) 评论(0) 推荐(0)