Database Administration & Monitoring Dbvisit replicate when you flashback the target 03.11.2016 by Oracle Team By Franck Pachot . I had a quick question today about Dbvisit replicate as a solution to feed an Operational Data Store. The need is to run some end-of-month jobs on data from a specific state. The best way is(…)
Database Administration & Monitoring 12c online move datafile in same filesystem. 02.11.2016 by Oracle Team By Franck Pachot . On Linux, when you move a datafile, with "mv" within the filesystem it's just a rename. There is no copy. In 12c you can move a datafile online where oracle takes care of the move at(…)
Database Administration & Monitoring Oracle 12c – Difference between ‘%F’ #default and ‘%F’ 31.10.2016 by Oracle Team By William Sescu Do you see any differences between these two RMAN SHOW commands? RMAN> SHOW CONTROLFILE AUTOBACKUP FORMAT; RMAN configuration parameters for database with db_unique_name OCM121 are: CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; # default(…)
Database Administration & Monitoring Oracle 12c – Automatic Control File Backups 29.10.2016 by Oracle Team By William Sescu By default, automatic control file backups are disabled (even with 12c), maybe for performance reasons. RMAN> SHOW CONTROLFILE AUTOBACKUP; RMAN configuration parameters for database with db_unique_name OCM121 are: CONFIGURE CONTROLFILE AUTOBACKUP OFF; # default And also good(…)
Database Administration & Monitoring Oracle 12c – When the RMAN Dummy Instance does not start up … 28.10.2016 by Oracle Team By William Sescu Not too often, but sometimes you might run into a situation when you lose everything, your DB Files, your Controlfiles and even your spfile. In situations like that, you need to restore first your spfile, then your(…)
Database Administration & Monitoring Oracle 12c – When did my row change? 28.10.2016 by Oracle Team By William Sescu My good old DEPT table always had 4 rows with 4 different departments. However, I have noticed that a new row was inserted into the DEPT table and the row 50 popped up, and I would like to(…)
Database Administration & Monitoring 12c GTT private statistics and cursor invalidation 27.10.2016 by Oracle Team By Franck Pachot . Short summary of this post is that rolling invalidation do not occur when you gather statistics on Global Temporary Tables in 12c that have session statistic scope (which is the default) and this may cause too(…)
Database Administration & Monitoring 2 x ODA X6-2S + Dbvisit Standby: Easy DR in SE 21.10.2016 by Oracle Team By Franck Pachot . What's common with Standard Edition, simplicity, reliability, high performance, and affordable price? Dbvisit standby can be an answer because it brings Disaster Recovery to Standard Edition without adding complexity ODA Lite (the new X6-2S and 2M)(…)
Database Administration & Monitoring Enterprise Manager 13.1.0.0 does not display correct values for memory 20.10.2016 by Oracle Team I recently had problems with Enterprise Manager 13.1.0.0, receiving such alerts: EM Event Critical hostname Memory Utilization is 93,205 % crossed warning (80%) or critical (90%) When we have a look at the EM 13c console for the host:(…)
Database Administration & Monitoring Datawarehouse ODS load is fast and easy in Enterprise Edition 19.10.2016 by Oracle Team By Franck Pachot . In a previous post, tribute to transportable tablespaces (TTS), I said that TTS is also used to move data quickly from operational database to a datawarehouse ODS. For sure, you don't transport(…)