Database management, Oracle Oracle lateral inline view, cursor expression and 12c implicit statement result 15.12.2014 by Oracle Team By Franck Pachot . I’ll present here 3 ways to run a query for each result of another query. Let’s take an exemple: get all executions plan (select from dbms_xplan.display_cursor) for each of my queries (identified from v$sql). The(…)
Database management, Oracle Oracle 12c: Can we disable logging for DML? 15.12.2014 by Oracle Team By Franck Pachot . If we don’t mind about loosing our changes, then can we disable logging for DML? This is a question I’ve heard a lot. Ok, you don’t need to recover your changes but Oracle may want(…)
Database management, Oracle Oracle 12c: comparing TTS with noncdb_to_pdb 01.12.2014 by Oracle Team By Franck Pachot . How to migrate from non-CDB to CDB? Of course all known migration methods works. But there is also another solution: upgrade to 12c if necessary and then convert the non-CDB to a PDB. This is(…)
Database management, Oracle When Oracle resets session statistics 29.11.2014 by Oracle Team By Franck Pachot . During our Oracle 12c New Features workshop I had a very good question about whether the session statistics are reset or not when doing ALTER SESSION SET CONTAINER. My initial thought was that they(…)
Database management, Oracle Oracle 12c privilege analysis rocks 26.11.2014 by Oracle Team By Franck Pachot . 12c came with a very nice feature: privilege analysis. You don’t know which privileges are required? then just grant DBA, run your application, and check which minimal privileges are needed. And today, I’ve discovered how(…)
Database management, Oracle 12c SQL Plan Directive: state has changed between 12.1.0.1 and 12.1.0.2 16.11.2014 by Oracle Team By Franck Pachot . SQL plan Directives have been introduced in 12c. If you have scripts that check their states (and I have that as I prefer to monitor closely the features that are new) you probably have seen(…)
Database management Oracle AVDF post-installation configuration 13.11.2014 by Grégory Steulet In one of my last blog, named: “Oracle Audit Vault and Database Firewall (AVDF) 12.1 – installation on VirtualBox” I explained how to install AVDF on VirtualBox. Since some of you asked for a blog on “How to(…)
Database management, Oracle 12.1.0.2 CDB views are now using CONTAINERS() 11.11.2014 by Oracle Team By Franck Pachot . I’ve blogged about multitenant internals at the time when 12.1.0.1 was just released. Something has changed in 12.1.0.2 and blogging about it was in my todo list for a long time. Now the occasion(…)
Database management Oracle Grid Infrastructure: fixing the PRVG-10122 error during installation 28.10.2014 by Oracle Team Making errors is human and when you configure a new Oracle Grid Infrastructure environment (especially one with a large number of nodes), mistakes can happen when configuring ASMLIB on all nodes. If you get an error looking like”PRVG-10122 : ASMLib(…)
Database management, Oracle From 8.0 extended rowid to 12c pluggable db: Why Oracle Database is still a great software 24.10.2014 by Oracle Team By Franck Pachot . Do you know why Oracle Database is a leader in the database market since 30 years? Do you know any other software that is still the leading solution after decades? I think that it is(…)