- 博客(14)
- 资源 (1)
- 收藏
- 关注
原创 PL/SQL变量使用
1、%TYPE的使用DECLARE name scott.emp.ename%TYPE;BEGIN SELECT ename INTO name FROM emp WHERE empno=7788;END;--这种方式声明变量就是让变量的类型完全参考某个表的某个列的类型,与其完全一样。在上面的例子中,name的类型就是跟scott的emp表的ename列的类型完全一样,这样就能够很好的
2013-03-06 11:52:31 766
原创 jboss ie rar 乱码
标题是按照关键词的方式给出的,这样以后别人遇到这个问题可能会比较好解决了。简单总结问题,用IE下载rar会自动打开,显示乱码。环境是使用jboss4.2.3作为应用服务器的,提供下载,文件都是采用rar压缩。别的浏览器,比如chrome、firefox、safari、猎豹等都可以正常下载,但是所有ie内核的浏览器都不行,它会自动打开,然后显示一堆乱码。即便是采用右键单击选择另存
2013-03-06 09:59:04 786
原创 jboss4.2.3部署项目
以下为真实项目的一部分,转载请注明出处blog.csdn.net/abnerfrmhOS CentOS6.3-x86_64DB mysql-server-5.1.67-1.el6_3.x86_64 mysql-5.1.67-1.el6_3.x86_64JBoss 4.2.3-GAJDK 6u38一、关闭iptables和
2013-03-04 10:05:52 2305 1
原创 RMAN in DG
1.Using RMAN to Back Up and Restore Files RMAN是有很多好处的,它能够在执行备份操作时对主库产生最小的影响,并且能够快速恢复,还可以简化DG的管理。1.1 About RMAN File Management in a Data Guard Configuration RMAN用恢复目录recovery catalog记录数据库文件的所有
2013-02-01 15:14:50 814
原创 Data Guard 4
4 Managing Physical and Snapshot Standby Databases4.1 Starting Up and Shutting Down a Physical Standby Database使用STARTUP命令启动physical standby db,会以read-only模式打开。一旦db处于mount或者open状态,那么physical stand
2013-01-21 09:36:21 554
原创 Data Guard 3
3.1 Parameters for sending redo dataLOG_ARCHIVE_DEST_n指定本地归档和远程归档目的地LOG_ARCHIVE_DEST_STATE_n指定是否开启归档地址,有三种值Redo传输目的地由LOG_ARCHIVE_DEST_n设定,它的值的一个或多个字符串,下面简单介绍常用的相关值SERVICE是redo destination的强制
2013-01-16 16:03:56 396
原创 Data Guard 2
2 Getting Started with Data Guard这里有必要说一下,Oracle把DG环境及配置称为Data Guard configuration。在官方文档里经常使用。DG configuration包含一个primary DB和最多30个standby DB。2.1 Standby Database Types2.1.1 Physical Standby Data
2013-01-15 11:16:44 348
原创 Data Guard 1
1 Introduction to Oracle Data GuardOracle Data Guard ensures high availability, data protection, and disaster recovery for enterprise data. Data Guard provides a comprehensive set of services that c
2013-01-11 14:38:48 470
原创 SGA--Large Pool......Fixed SGA
Reserved PoolThe reserved pool is a memory area in the shared pool that Oracle Database can use to allocate large contiguous chunks of memory.Allocation of memory from the shared pool is performed
2013-01-08 17:22:01 510
原创 SGA--Redo Log Buffer & Shared Pool
Redo Log BufferThe redo log buffer is a circular buffer in the SGA that stores redo entries describing changes made to the database. Redo entries contain the information necessary to reconstruct, or
2013-01-08 11:25:28 597
原创 SGA--Database Buffer Cache
Overview of the System Global Area The SGA is a read/write memory area that, along with the Oracle background processes, make up a database instance. All server processes that execute on behalf o
2013-01-07 13:57:51 1396 1
原创 nagios报警延迟的解决--flapping state
转载请注明出处:blog.csdn.net/abnerfrmh这个问题是在测试中发现的。因为要在服务器上布置nagios用来监控oracle,可是发现手动shutdown数据库后能够很快报警,但是再startup后就不是很及时,有时会延迟很久。经过研究发现了这个情况,现贴出来与大家分享。注意看那个类似云朵的图标,那个就是在提示状态抖动,也就是flapping state检测开启了。
2012-12-25 14:06:17 5119
原创 linux中与oracle相关的参数
转载请注明出处:blog.csdn.net/abnerfrmh 在安装oracle 11g中,下面的参数值要在linux中指定,挑选其中的三个来说明一下。其余的由于暂时遇不到,所以先不写了。# vim /etc/sysctl.conf fs.aio-max-nr = 1048576fs.file-max = 6815744kernel.s
2012-12-14 16:48:48 399
原创 ORA-00845的原因与解决
转载请注明出处:blog.csdn.net/abnerfrmh 这个问题是在一次测试中发现的。在虚拟机上恢复生产库的备份,服务器是24G内存,而虚拟机才分配了2G。好了,言归正传: 当系统报出ORA-00845错误时,是由于oracle 11g的内存管理新特性要求更多的共享内存和文件描述符导致的。解决方法呢就是更改/dev/shm的大小,当然也可以更改MEMORY_MA
2012-12-14 16:47:16 12158
Oracle Database 10g PL/SQL Programming
2013-03-04
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人