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
Database - Oracle - DBA - 11g - Administration, Database - Oracle - DBA - Patches 17 Jul 2011 Oracle 11g Release 2: Oracle Clusterware Upgrade – Out-of-Place Oracle clusterware 11g release 2 only supports out-of-place upgrade. It means that the new software is installed in different Oracle Clusterware home directory. Till now, in-place upgrade was available. In-place… 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 1 [Database] SRVCTL commandsCheck the Current Version of SRVCTL utilitysrvctl -VÂ For Database:To Add Databasesrvctl add database -d bhavik_test -o /db/oracle/app/oracle/product/11.2/To Remove Databasesrvctl remove database -d bhavik_testTo Start Database with different optionsrvctl start… Ingress Team No Comments
Database - Oracle - DBA - 11g - Administration, Database - Oracle - DBA - 11g - Command 16 Jul 2011 Oracle 11g Release 2: SRVCONFIG commands SRVCONFIG commandsTo Export cluster registry$srvconfig -exp file_nameTo Import Cluster registry$srvconfig -imp file_nameTo Upgrade the database cluster registry and database configuration$srvconfig -upgrade -dbname database_name -orahome oracle_homenameTo Downgrade the database cluster registry… Ingress Team No Comments