How to Enable Fast Recovery Area (FRA)by Ed ChenOctober 30, 2012December 11, 2022Fast Recovery Area (FRA) Fast Recovery Area (FRA) is a very convenient feature for DBA to backup and restore database. You may set the FRA… Read More »How to Enable Fast Recovery Area (FRA)
How to Check Free Memory in SGA Poolsby Ed ChenOctober 29, 2012March 28, 2018The dynamic view gv$sga can tell you how much memory he occupied from OS. They won't change very often. The real available memory of SGA… Read More »How to Check Free Memory in SGA Pools
How to Check SGA Components Memory Distribution on Database 9iby Ed ChenOctober 28, 2012May 13, 2019SGA Components For database 9i, there is no dynamic view gv$sgainfo like 10g or 11g that can represent current memory distribution of every component. Another… Read More »How to Check SGA Components Memory Distribution on Database 9i
How to Check Tablespace Size in Oracleby Ed ChenOctober 27, 2012December 11, 2022After having the whole picture about the size of the database, we can further check Oracle tablespace usage solely by SQL. Oracle Tablespace Usage Of… Read More »How to Check Tablespace Size in Oracle
How to Startup a Misconfigured Database ORA-00837by Ed ChenOctober 26, 2012May 31, 2023A misconfigured database is a database which was set with wrong values of initialization parameters in SPFILE, it will prevent the database from startup. Let's… Read More »How to Startup a Misconfigured Database ORA-00837
How to Write Control File into Raw Deviceby Ed ChenOctober 25, 2012December 11, 2022Control File in Raw Device? Since raw devices cannot be read/write as a normal file operation, you cannot write a controlfile directly into a raw… Read More »How to Write Control File into Raw Device
How to Map Timestamp to SCN or Vice Versaby Ed ChenOctober 24, 2012February 20, 2023If you are trying to do an incomplete recovery (also called Point-In-Time Recovery, PITR), you may want to know a System Change Number (SCN) using… Read More »How to Map Timestamp to SCN or Vice Versa
How to Check Current System Change Number (SCN)by Ed ChenOctober 23, 2012February 8, 2023System Change Number Some DBAs will schedule a cron job to capture System Change Number (SCN) periodically to save as a Timestamp/SCN mapping reference. To… Read More »How to Check Current System Change Number (SCN)
How to Resolve ORA-19809 Limit Exceeded for Recovery Filesby Ed ChenOctober 22, 2012December 11, 202210 CommentsORA-19809 We usually watch the space usage of log archive destination very closely because the database will be suspended if the space is full. Particularly,… Read More »How to Resolve ORA-19809 Limit Exceeded for Recovery Files
How to Set Client-Side Transparent Application Failover (TAF)by Ed ChenOctober 21, 2012December 11, 2022Transparent Application Failover (TAF) Besides connect-time failover to the standby database, there is a function called Transparent Application Failover (TAF) can do run-time failover to… Read More »How to Set Client-Side Transparent Application Failover (TAF)