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… 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… Ingress Team No Comments
Database - Oracle - DBA, Database - Oracle - DBA - 11g - Administration, Database - Oracle - DBA - Administration, Database - Oracle - DBA - Internal 16 Jul 2011 Oracle 11g Rel 2: SCAN (Single Client Access Name) Hi Friends,Sometime back I have configured few Oracle 11g Rel 2 RAC database on Linux 5 operating system and here… Ingress Team 1 Comment
Database - Oracle - DBA, Database - Oracle - DBA - Administration, Database - Oracle - DBA - Internal, Database - Oracle - DBA 11g New Feature 16 Jul 2011 Oracle 11g Rel 2: Grid Plug & Play Grid Plug and play reduces the cost of installing, configuring and managing server nodes by using Grid Naming Service within… Ingress Team No Comments
Database - Oracle - DBA, Database - Oracle - DBA - Administration, Database - Oracle - DBA - Migration 16 Jul 2011 Migrating User Data from One tablespace to another tablespace: Oracle 11g Rel 2 Hi Friends,Recently I have come across a migration of Oracle User's data from one tablespace to another tablespace.Following are the… Ingress Team No Comments
Database - Oracle - DBA - Administration, Database - Oracle - DBA - Network, Database - Oracle - DBA 11g New Feature 16 Jul 2011 Oracle 11g Release 2: Checking Network Status Oracle has provided us some of the utility that can help DBA to know how to check the network settings… Ingress Team No Comments
Database - Oracle - DBA - Administration, Database - Oracle - DBA - OCR, Database - Oracle - DBA 11g New Feature 16 Jul 2011 Oracle 11g Release 2: OCR Logical Backup/Restore In Oracle 11g Release 2, we can take a logical backup of OCR and do the restoration as well if… Ingress Team No Comments
Database - Oracle - DBA - Administration 24 Jun 2010 Find the Size of Schema in Database Below query will help you out in finding the size of the schema in databaseSelect sum(bytes)/1024/1024/1024 GB, tablespace_name from dba_segments… Ingress Team No Comments