Database - Oracle - DBA - 11g - New Features, Database - Oracle - DBA - 11g - RAC - Administration 12 Aug 2011 Oracle 11g Release 2: New Features Here are some of the new features of Oracle 11g Release 2 that I have come across.Oracle ASM & Oracle Clusterware Installation With Oracle Grid Infrastructure 11g Release 2, Oracle… Ingress Team No Comments
Database - Oracle - DBA - 11g - Command, Database - Oracle - DBA - 11g - RAC - Administration 01 Aug 2011 Oracle 11g Release 2: Viewing Logical Content of OCR (OCRDUMP Utility) The ocrdump utility is used to view the logical conent of the OCR. This is used mostly for troubleshooting. The ocrdump utility enables to view the logical information by writing… Ingress Team 1 Comment
Database - Oracle - DBA - 11g - Administration, Database - Oracle - DBA - 11g - RAC - Administration 01 Aug 2011 Oracle 11g: Process that cause Node Reboot / Avoiding False Reboot There are few processes that can evict nodes from the cluster or cause a node rebooting issue.hangcheck-timer: This process is used to monitor for machine hangs and pausesoclskd: This process… Ingress Team No Comments
Wintel Support 29 Jul 2011 Printer mapping issue while using Terminal Server session To resolve this problem on a computer that is not running Windows Server 2003, force all ports (including DOT4) on the client computer to be filtered for redirection. To do… Ingress Team No Comments
Database - Oracle - DBA, Database - Oracle - DBA - 11g - Administration, Database - Oracle - DBA - 11g - Command, Database - Oracle - DBA - 11g - RAC - Administration 20 Jul 2011 Oracle 11g Release 2: SRVCTL commands PART 5 [DISKGROUP] SRVCTL command for Diskgroup: To add the diskgroupThere is no command like srvctl add for Oracle ASM disk groups. Disk groups are automatically added to the Oracle Restart configuration when they… Ingress Team No Comments
Database - Oracle - DBA, Database - Oracle - DBA - 11g - Administration, Database - Oracle - DBA - 11g - Command, Database - Oracle - DBA - 11g - RAC - Administration 19 Jul 2011 Oracle 11g Release 2: Add a Node in the Cluster with addNode.sh Currently we have 2 node cluster in the below example and we will be adding 3rd node to it.There are various methods to add a node to the cluster but here… Ingress Team No Comments
Database - Oracle - DBA - 11g - Administration, Database - Oracle - DBA - 11g - RAC - Administration 18 Jul 2011 Oracle 11g Release 2: Delete a Node from the Cluster We have 3 node rac in the below example (racn1, racn2 and racn3), where we are removing racn3 from the clusterNotify the location of the Oracle Clusterware home that is… Ingress Team 1 Comment
Database - Oracle - DBA, Database - Oracle - DBA - 11g - Administration, Database - Oracle - DBA - 11g - Command, Database - Oracle - DBA - Administration 18 Jul 2011 Oracle 11g Release 2: SRVCTL commands PART 4 [LISTENER] SRVCTL command for Listener:To add/remove listenersrvctl add listener -n node_name -o ORACLE_HOME [-l listener_name]srvctl add listener ân linuxrac01 âo $ORACLE_HOME âl listenerbhavik_test01srvctl remove listener -n node_name [-l listener_name]srvctl remove listener… Ingress Team No Comments
Database - Oracle - DBA, Database - Oracle - DBA - 11g - Administration, Database - Oracle - DBA - 11g - Command 17 Jul 2011 Oracle 11g Release 2: SRVCTL commands PART 3 [ASM] SRVCTL command for ASMÂ To add/remove the ASMsrvctl add asm [-l lsnr_name] [-p spfile] [-d asm_diskstring]srvctl remove asm -l [-f]srvctl add asm -l LISTENERASM01 -p +diskg_data/spfile.orasrvctl remove asm -l LISTENERASM01 -fTo… Ingress Team No Comments
Database - Oracle - DBA, Database - Oracle - DBA - 11g - Administration, Database - Oracle - DBA - 11g - Command, Database - Oracle - DBA - Administration 17 Jul 2011 Oracle 11g Release 2: SRVCTL commands PART 2 [Instance] SRVCTL command for Instances To add the instancesrvctl add instance âd db_name âi inst_name -n node_namesrvctl add instance -d bhavik_test -i bhavik_test01 -n linuxrac01To Remove the instancesrvctl remove instance âd db_name… Ingress Team No Comments