Database Administration & Monitoring EDB Postgres Advanced Server 9.6 BETA released 08.11.2016 by Daniel Westermann Yesterday EnterpriseDB released the beta of the next version of Postgres Advanced Server. You can sign up for the beta program here and download the software here.
Database Administration & Monitoring Oracle Public Cloud: create a database from command line 07.11.2016 by Oracle Team By Franck Pachot . You love the Oracle Public Cloud with its simple Web interface? Great. But what if you want to automate a database creation from command line? Easy with the CURL and REST API.
Database Administration & Monitoring SQL Server AlwaysOn availability groups and statistic issues on secondaries 04.11.2016 by Microsoft Team I would like to share with you an interesting issue you may face while using SQL Server AlwaysOn availability groups and secondary read-only replicas. For those who use secondary read-only replicas as reporting servers, keep reading this blog post because(…)
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(…)