Oracle Oracle 12cR2: changes for login.sql 07.03.2017 by Oracle Team By Franck Pachot . If you use a login.sql script to set the SQL*Plus environment from your current working directory, you will see that it will not run anymore in 12.2. This is a security feature, and a good occasion(…)
Database Administration & Monitoring Misleading wait event names clarified in V$EVENT_NAME 06.03.2017 by Oracle Team By Franck Pachot . The oracle wait event names were originally implemented for the oracle rdbms developers and are now use by the database users to troubleshoot performance issues. The consequence is that the name may be misleading because they(…)
Database Administration & Monitoring, Database management, Hardware & Storage, Operating systems ODA – 32GB template but got a database with 16GB SGA??? 06.03.2017 by David Hueber I got an interesting question today from a customer which created a database on ODA. He selected the template odb-04 which shows 32GB Memory but got a database with a 16GB SGA… Is it due to the PGA size, a(…)
Database Administration & Monitoring Purging Unified Audit Trail in 12cR1 04.03.2017 by Oracle Team By Franck Pachot . When you want to empty a table you have two methods: delete and truncate. If, for any reason (see previous post) the Unified Audit Trail has become too big, you cannot directly delete or truncate(…)
Database Administration & Monitoring Is your DBA_FEATURE_USAGE_STATISTICS up-to-date? 04.03.2017 by Oracle Team By Mouhamadou Diaw Last day we were doing a licensing review for a client. As many dbas may already know, this require to execute some oracle scripts at OS level and database level. Among these scripts we have the(…)
Database Administration & Monitoring Speaking at the next SQL Nexus at Copenhagen 2017 03.03.2017 by Microsoft Team On May 2nd, I will have the chance to speak during the next SQL Nexus event in Copenhagen (1 -3 may) about SQL Server 2016 and availability groups and if I have(…)
Database management Oracle 12c – Is VKTM always your top process? 03.03.2017 by Oracle Team By William Sescu If VKTM is always your top cpu consuming process, then this blog might be something for you. Especially in virtual environments, I have seen often the VKTM process as the top process, even if the VM was(…)
Database Administration & Monitoring, Database management Oracle 12c – How to Recover lost DataGuard Broker Configuration Files 28.02.2017 by Oracle Team By William Sescu If you are using RMAN to back up your database, you are already doing the right thing. However, RMAN does not take care of everything. e.g. it is not backing up the following things, to mention just(…)
Database Administration & Monitoring Introducing AlwaysOn availability groups on Linux 28.02.2017 by Microsoft Team A couple of days ago, Microsoft has rolled out the SQL Server vNext CTP 1.3 which includes very nice features and the one that interested me in the supportability of AlwaysOn availability groups on Linux. That(…)
Database Administration & Monitoring Oracle 12cR2: Online tablespace encryption 26.02.2017 by Oracle Team By Franck Pachot . By default, all data is visible in the datafiles. Transparent Tablespace Encryption (TDE) can be used to get them encrypted. It requires Enterprise Edition plus Advanced Security Option. Except in the Oracle Cloud when it is(…)