Database Administration & Monitoring BLOG Technoark 2017 Conference – Blockchain, beyond the bitcoin. 23.02.2017 by Middleware Team BLOG Technoark 2017 Conference – Blockchain, beyond the bitcoin. and How applying Blockchain for Enterprise security and data management. I post a brief personal impression of the TechnoArk Conference 2017 in TechnoArk center(…)
Database Administration & Monitoring OGG: Unable to lock file “/xxx/de000000” (error 11, Resource temporarily unavailable). 22.02.2017 by Daniel Westermann When you see the above message in the GoldenGate logfile there are usually orphan processes that prevent GoldenGate from locking the file (typically when your trail files are on NFS). In a case I had at a customer last week(…)
Database Administration & Monitoring 12cR2: lockdown profiles and ORA-01219 21.02.2017 by Oracle Team By Franck Pachot . When you cannot open a database, you will get some users unhappy. When you cannot open multitenant database, then the number of unhappy users is multiplied by the number of PDBs. I like to encounter problems(…)
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(…)
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(…)
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(…)