How To Find Database Objects With Datafiles?

How To Find Database Objects With Datafiles? SELECT DISTINCT t.ts#,t.name AS Tablespace_name,d.name AS DATAFILE,s.owner,s.segment_name,s.segment_type,s.bytes / 1024 / 1024 AS “MB”FROM v$tablespace t,v$datafile d,dba_segments sWHERE t.ts# … Read more

Oracle GoldenGate Parameters

There are many Oracle GoldenGate parameters for the extract, pump, and replicate processes. We will explain each of them step by step. Oracle GoldenGate Parameters: … Read more