Index Organized Tables

When to Use Index Organized table? What is Index Organized table? In Heap tables, oracle stores the data in data segment with ROWID. When we create the index, oracle stores the index key value and ROWID in the index segment. So the index key value and rowid are stored in both index & data segments.… Read More Index Organized Tables

Install Goldengate on Sql Server Failover Cluster

Golden Gate Install ON SQL SERVER Revised: 5 August 2016 SQL Server instance access (public and dbreader) for AD groups:                 Foc\administrator   SQl Server GG user service account (??gguser)   The following steps will be performed   Remote and Log on to the GG installation server. Create GGS folder on the specific drive. Expand… Read More Install Goldengate on Sql Server Failover Cluster

Materialized View Easy Practicals

[2016-04-23 16:35.58] ~ [kapil.kapil-PC] ➤ ssh -l oracle 192.168.186.131 Last login: Mon Apr 11 13:29:13 2016 from 192.168.186.1 [oracle@kapil ~]$ clear [oracle@kapil ~]$ [oracle@kapil ~]$ [oracle@kapil ~]$ [oracle@kapil ~]$ ps -ef | grep smon oracle 3853 3818 0 14:29 pts/2 00:00:00 grep smon [oracle@kapil ~]$ cd /u01/app/oracle/oradata/ [oracle@kapil oradata]$ ls test1 [oracle@kapil oradata]$ dbca [oracle@kapil… Read More Materialized View Easy Practicals