Database management Listener and Virtual IP 25.04.2017 by Oracle Team By Franck Pachot . When you configure a standby database, you want the application to transparently connect to the primary database, wherever it is. That's the role of Transparent Application Failover, but this requires configuration on the client side. If(…)
Database management 12cR2 RMAN> REPAIR 23.04.2017 by Oracle Team By Franck Pachot . Do you know the RMAN Recovery advisor? It detects the problems, and then you: RMAN> list failure; RMAN> advise failure; RMAN> repair failure; You need to have a failure detected. You can run Health Check if(…)
Database management Data Pump LOGTIME, DUMPFILE, PARFILE, DATA_PUMP_DIR in 12c 22.04.2017 by Oracle Team By Franck Pachot . Data Pump is a powerful way to save data or metadata, move it, migrate, etc. Here is an example showing few new features in 12cR1 and 12cR2.
Database management SecureFiles on multi-datafiles tablespaces 21.04.2017 by Oracle Team By Franck Pachot . When we have a tablespace with multiple datafiles, we are used to seeing the datafiles filled evenly, the extents being allocated in a round-robin fashion. In the old time, we used that to maximize performance, distributing(…)
Database management SQLcl on Bash on Ubuntu on Windows 16.04.2017 by Oracle Team By Franck Pachot . I'm running my laptop on Windows, which may sound weird, but Linux is unfortunately not an option when you exchange Microsoft Word documents, manage your e-mails and calendar with Outlook and present with Powerpoint using dual(…)
Database management Service “696c6f76656d756c746974656e616e74” has 1 instance(s). 08.04.2017 by Oracle Team By Franck Pachot . Weird title, isn't it? That was my reaction when I did my first 'lsnrctl status' in 12.2: weird service name... If you have installed 12.2 multitenant, then you have probably seen this strange service name registered(…)
Database management 12cR2 DML monitoring and Statistics Advisor 06.04.2017 by Oracle Team By Franck Pachot . Monitoring DML to get an idea of the activity on our tables is not new. The number of insert/delete/update/truncate since last stats gathering is tracked automatically. The statistics gathering job use it to list and prioritize(…)
Database Administration & Monitoring, Database management 12cR2 DBCA, Automatic Memory Management, and -databaseType 03.04.2017 by Oracle Team By Franck Pachot . This post explains the following error encountered when creating a 12.2 database with DBCA: [DBT-11211] The Automatic Memory Management option is not allowed when the total physical memory is greater than 4GB. or when creating the(…)
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 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(…)