5 安装Oracle[root@oracle~]#cd/temp/[root@oracletemp]#lslinux.x64_11gR2_database_1of2.ziplost+foundyumlinux.x64_11gR2_database_2of2.zippdksh-5.2.14-37.el5_8.1.x86_64.rpm[root@oracletemp]#unziplinux.x64_11gR2_database_1of2.zip[root@oracletemp]#unziplinux..
分类:
数据库 时间:
2014-05-27 03:12:07
阅读次数:
459
安装步骤 ./shutdown.sh 停止tomcat(1) 删除 zjgx 目录下 除bbs
和Demos所有目录和文件(2)上传zjgx0519.zip 到zjgx目录下(3)unzip zjgx0519.zip
该包不带目录,所以直接解压(4)数据库脚本在database目录下,该脚本图片路....
分类:
其他好文 时间:
2014-05-23 08:26:30
阅读次数:
297
1,Hmaster主循环主要这里主要有:
1,1 becomeActiveMaster(startupStatus);
1.2 finishInitialization
1.3 loop()
becomeActiveMaster(startupStatus);
// We are either the active master or we were asked to shut...
分类:
其他好文 时间:
2014-05-22 10:17:01
阅读次数:
381
SQL> select * from v$version;
BANNER
--------------------------------------------------------------------------------
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
...
分类:
数据库 时间:
2014-05-22 10:00:09
阅读次数:
434
1、手工改变数据文件的大小
SQL>conn / as sysdba
SQL>Createtablespace exampletb Datafile 'E:\ examp01.dbf' size 10M ;
SQL>alter database datafile 'E:\examp01.dbf' resize 20m;
SQL>alter database datafile 'E:\exa...
分类:
数据库 时间:
2014-05-22 07:42:15
阅读次数:
374
UTL_FILE 的用法UTL_FILE
是用来进行文件IO处理的专用包,使用这外包的注意事项如下:1. 生成的文件好象只能放置在DATABASE所在的服务器路径中.2.
生成的文件如何DOWNLOAD到本地来,还有待研究.Coding步骤:1. 注册文件输出路径 Create directory ...
分类:
其他好文 时间:
2014-05-22 04:41:00
阅读次数:
206
操作系统:CentOS release 5.10
(Final)MySQL版本:5.1.72-community一、MySQL数据库简单迁移(备份与还原)参考:http://dev.mysql.com/doc/refman/5.1/zh/database-administration.html#ba...
分类:
数据库 时间:
2014-05-22 04:17:38
阅读次数:
406
1.错误描述一个数据较长时间未使用了,最近启动时出现如下错误:SQL>startupOracleinstancestarted.TotalSystemGlobalArea4932501504bytesFixedSize2103096bytesVariableSize889194696bytesDatabaseBuffers4026531840bytesRedoBuffers14671872bytesDatabasemounted.ORA-0109..
分类:
数据库 时间:
2014-05-20 22:13:11
阅读次数:
466
Nagios自定义报警时间遇到需要自定义检查和报警时间的,总结一下。大家集思广益,不断完善。常调用的模板配置文件:efineservice{namegeneric-service;定义一个服务名称active_checks_enabled1;Activeservicechecksareenabledpassive_checks_enabled1;Passiveservicechecksaree..
分类:
移动开发 时间:
2014-05-20 21:43:17
阅读次数:
496