Database Administration & Monitoring Filenames in AWR reports 29.08.2016 by Oracle Team By Franck Pachot . If you have read my latest blog posts, you know I've measured IOPS with SLOB to estimate ACFS overhead on a fast storage. This blog is about something I learned after wasting one hour on the(…)
Application integration & Middleware, Database Administration & Monitoring Letting GoldenGate automatically maintain the insert and update timestamps on the target 29.08.2016 by Daniel Westermann Today at one of our GoldenGate customers we were faced with the following requirement: For one of the tables on the target we needed two additional columns which shall hold the insert and update timestamps for when the row was(…)
Database Administration & Monitoring ODA X6 database classes and shapes 29.08.2016 by Oracle Team By Franck Pachot . On the Oracle Database Appliance, like on the Oracle public Cloud, you define the CPU capacity with ‘shapes’. On the latest ODA, the X6, we have a new interface to provision a database. Let’s look(…)
Database Administration & Monitoring ODA X6 command line and Web Console 27.08.2016 by Oracle Team By Franck Pachot . The ODA X6 comes with a new command line (odacli) which replaces oakcli, and with a small web console which can display information about the appliance, the databases and the provisioning jobs. It also has the(…)
Database Administration & Monitoring AUDIT_SYS_OPERATIONS and top-level operation 23.08.2016 by Oracle Team By Franck Pachot . SYSDBA is powerful. You should use it only when you need to. And you should audit what is done when connected SYSDBA. This is achieved by AUDIT_SYS_OPERATION. But do you have an idea how much audit(…)
Database Administration & Monitoring, Technology Survey Neue Datenbank Konsole Befehle (DBCC) CLONEDATABASE 19.08.2016 by Stéphane Haby Sie haben es vielleicht noch nicht gesehen, aber mit den Service Pack 2 von SQL Server 2014 gibt es einen neuen DBCC Befehl: CLONEDATABASE. „DBCC CLONEDATABASE sollte Kopien eines Schemas und den Statistiken einer Produktionsdatenbank erstellen, um bei Leistungsproblemen Abfragen(…)
Database Administration & Monitoring, Hardware & Storage, Operating systems Generate Azure VM with Resource Manager deployment in PowerShell 17.08.2016 by Nathan Courtine Recently, there is a new way to manage the Azure infrastructure with Resource Manager. It brings many advantages regarding the classic deployment. The differences between these two deployments will not be covered in this blog because it is(…)
Database Administration & Monitoring Unplugged pluggable databases 15.08.2016 by Oracle Team By Franck Pachot . When Oracle Multitenant came out in 12c, with pluggable databases, it was easy to draw them as USB sticks that you can plug and unplug to/from your Container Database (CDB). I don't like this because it(…)
Database Administration & Monitoring Windows: Sauvegarde RMAN sur un disque partagé 08.08.2016 by Oracle Team Dans ce blog, je vais vous expliquer comment exporter les backups RMAN sur un « share disk » appartenant à un Domaine. Assurer la sécurité des données est l’une des tâches principales de l’administrateur : La mise en œuvre d’une protection des fichiers sensibles(…)
Database Administration & Monitoring Multitenant internals: object links on fixed tables 07.08.2016 by Oracle Team By Franck Pachot . The previous post partly answered to the original question (why an object link to V$SESSION is refreshed only every 30 seconds): recursive queries on shared=object views. Now let's see what is different(…)