Database Administration & Monitoring, Database management Oracle 12cR2 – Is the SYSDG Administrative Privilege enough for doing Oracle Data Guard Operations? 14.12.2016 by Oracle Team By William Sescu For security reasons, you may want that your DataGuard operations are done with a different UNIX user and with a different Oracle user which is not so highly privileged like the SYSDBA. This is exactly where the(…)
Database Administration & Monitoring, Database management Oracle 12cR2 – DataGuard and the REDO_TRANSPORT_USER 14.12.2016 by Oracle Team By William Sescu In a DataGuard environment, by default, the password of the SYS user is used to authenticate redo transport sessions when a password file is used. But for security reasons you might not want to use such a(…)
Database management Running a Cassandra cluster in a single server 06.10.2016 by DevOps This blog post is about the configuration of Apache Cassandra for running a cluster of 3 instances on a single host. Basically C* is not really build to run in a multi instances environment, but for many cases and reasons(…)
Database management Apache Cassandra overview 04.10.2016 by DevOps Apache Cassandra is one of the most popular NoSQL databases http://db-engines.com/en/ranking. It is used by many big companies as Facebook, Netflix and many others. Initially the project was initiated by Facebook. In combination with Google BigTable and Amazon DynamoDB,(…)
Database management MySQL 8.0.0 DMR – First impression 22.09.2016 by Open source Team Last week (09/12/2016) was announced the new MySQL 8.0.0 DMR (Development Milestone Release) It is now available for download at dev.mysql.com I downloaded and installed it Following are my first impression on some new features First(…)
Business Intelligence, Database management, Development & Performance, Technology Survey Les 24 heures du PASS (24HOP) – édition francophone 19.09.2016 by Microsoft Team Je n’ai pas encore blogué sur le sujet mais il est temps de le faire. Cette année, aura lieu la première édition francophone des 24h du PASS les 20 et 21 septembre(…)
Database management, Operating systems List usernames instead of uids with the ps command for long usernames 05.08.2016 by Oracle Team By William Sescu Have your ever faced such a situation. You have usernames in your /etc/passwd file with more than 8 characters. This is no problem for Linux at all, usernames may be up to 32 characters long, only your(…)
Database Administration & Monitoring, Database management DBA essentials workshop with release Oracle 12c is Available 29.07.2016 by Oracle Team It’s with pleasure to announced dbi services have upgrade the infrastructure for Oracle DBA essentials workshop. We have migrate the release of Oracle 11g R2 to the latest version Oracle 12c features and install the last PSU (April 2016).
Database Administration & Monitoring, Database management Which parameter changes do require a restart of my PostgreSQL instance? 10.06.2016 by Daniel Westermann Starting wiht PostgreSQL 9.4 you can change parameters in postgresql.conf with the "alter system" command in psql. In principle every parameter can be changed that way but not every parameter is applied immediately. Some of(…)
Database Administration & Monitoring, Database management, Operating systems, Technology Survey SCOM: change group state to maintenance mode with PowerShell 07.06.2016 by Stéphane Savorgnano Some weeks ago, I wrote a blog post about the creation of SCOM groups in order to subscribe to alerts. Subscribe to alert is mandatory, of course, to be able to receive alerts concerning our group. But during operations(…)