Database Administration & Monitoring Dataguard Oracle 12.2: Keeping Physical Standby Sessions Connected During Role Transition 21.02.2017 by Oracle Team By Mouhamadou Diaw As of Oracle Database 12c Release 2 (12.2.0.1), when a physical standby database is converted into a primary you have the option to keep any sessions connected to the physical standby, without disruption, during the switchover/failover. When(…)
Database Administration & Monitoring, Database management Oracle 12c – How to correct the error: “RMAN-20005: target database name is ambiguous” 21.02.2017 by Oracle Team By William Sescu I do have a Data Guard environment, where I have configured the RMAN DB_UNIQUE_NAME persistent setting for my primary and the standby. With the RMAN DB_UNIQUE_NAME settings I am able to run reports my Oracle Data Guard(…)
Database Administration & Monitoring Converting a column from one data type to another in PostgreSQL 20.02.2017 by Daniel Westermann Last week at a customer the following question came up: We have a varchar2 column in Oracle that contains a date but actually is stored as a string. When we want to convert this column to be a real date(…)
Database Administration & Monitoring 12cR2 real-time materialized view (on query computation) 17.02.2017 by Oracle Team By Franck Pachot . Materialized views is a very old feature (you may remember that it was called snapshots a long time ago). It has all advantages of a view, as you can define any select statement that joins, filters,(…)
Database Administration & Monitoring, Database management Oracle 12c – Combining Flashback Drop and Flashback Query 17.02.2017 by Oracle Team By William Sescu If you think that Flashback Drop feature just brings back your table, then this is only half of the story. It does much more than that. Besides undropping the table, it also brings back your constraints, your(…)
Operating systems OEL 7 – How to disable IPv6 on Oracle Linux 7 – Follow Up 17.02.2017 by Oracle Team By William Sescu This is a follow up to the Blog were I explained how to disable IPv6 on Oracle Linux 7. If you have done all the steps which I have explained here http://dbi-services.com/blog/oel-7-how-to-disable-ipv6-on-oracle-linux-7/ then you have already(…)
Database Administration & Monitoring SQL Server Failover Cluster on Linux and synchronizing uids/gids across nodes 16.02.2017 by Microsoft Team In my previous blog post, I talked about SQL Server on Linux and high availability. During my test, I used a NFS server to(…)
Technology Survey Windows Server 2016 RTM and Docker 16.02.2017 by Stéphane Savorgnano I wrote some months ago several blog posts about the new Container feature of Windows Server 2016. Here is the list: Windows Server 2016: Containers Windows Containers: Migration Windows Container: installation and utilization Today, I(…)
Database Administration & Monitoring, Database management Oracle 12c – Issues with the HEATMAP Segment even if the heat map feature is not used 13.02.2017 by Oracle Team By William Sescu When I don’t need I feature, I don’t turn it on, or do not use it because it reduces the possibility to run into issues. Most of the times this is true, however, during the preparation for(…)
Database Administration & Monitoring 12cR2 DBCA can create a standby database 12.02.2017 by Oracle Team By Franck Pachot . Do you like DBCA to create a database from command line, with -silent -createDatabase? On a simple command line you can provision a database, with oratab, tnsnames.ora directory creation and any setting you want. And you(…)