Oracle 11g has introduced another feature, is RESULT_CACHE. By using this you can actually ask oracle to cache the result of the function call that you made with actual parameter values. Whenever you call the same function next time, Oracle will not execute the function again but, will return the result from Cache. This caching is at Server level. So different sessions can share their results.
More On This..
Standard configuration options Tool provided by Storage vendors OpenFiler Open source DOS Manual Setup using iSCSI protocol Target is the storage server and Initiator is the client. Target (Ubuntu 12.04) Ø Install iscsitarget, iscsitarget-source, iscsitarget-dkms package Ø Format the disk and create the partitions as per your requirements. ( I have 10 GB for OCR &Voting Disk; 61 GB for oracle storage). Ø edit /etc/default/iscsitarget . Change the default value of ISCSITARGET_ENABLE=false over to ISCSITARGET_ENABLE=true. Ø Define LUNs in /etc/iet/ietd.conf Target iqn.2012-08.in.co.persistent:storage.disk0. pts0012 LUN 0 Path =/dev/cciss/c0d1p5,Type=fileio,ScsiId=lun0,ScsiSN=lun0 Node: ― 0th LUN is mandatory. ― ...
Comments
Post a Comment