Database management, Oracle Oracle SQL Profile: why multiple OPT_ESTIMATE? 08.11.2014 by Oracle Team By Franck Pachot . In a previous blog I’v shared my script to retrieve the OPT_ESTIMATE hints from a SQL Profile. In the example I made, I had two lines for each table: --- PROFILE HINTS from dbiInSite(…)
Database management, Oracle Oracle SQL Profiles: Check what they do before accepting them blindly 07.11.2014 by Oracle Team By Franck Pachot . People often ask me if I use the SQL Tuning Advisor. The answer is no, at least not through the end of it. But don’t take me wrong. SQL Tuning Advisor is a really nice(…)
Database management, Oracle Using tmux for semi-interactive demos 06.11.2014 by Oracle Team By Franck Pachot . You are a speaker and like to show some demos. Which kind of demo do you do? you script everything so that you just have to press ‘enter’ during the demo you prepare everything in(…)
Database management, Oracle The future of SQL*Plus and some oddities 05.11.2014 by Oracle Team By Franck Pachot . Rumors are coming after OOW14. Oracle is working on a new SQL*Plus version. Not only a new version. It’s a completely new development. Here is what we know currently about the future of sqlplus an(…)
Database management, Oracle How to disable all database links 04.11.2014 by Oracle Team By Franck Pachot . A frequent scenario: you refresh test from production with a RMAN duplicate. Once the duplicate is done, you probably change dblinks so that they address the test environment instead of the production one. But are(…)
Database management, Oracle Oracle cloud control / SQL Details / Statistics 29.10.2014 by Oracle Team By Franck Pachot . A question that I had several times: in Enterprise Manager, in the screen about one SQL statement, the ‘statistics’ tab shows the number of executions, elapsed time, etc. Question is: which time window does it(…)
Database Administration & Monitoring, Oracle Oracle: an unexpected lock behavior with rollback 26.10.2014 by Oracle Team By Franck Pachot . Here is an odd Oracle behavior I observed when a transaction that acquired a lock is rolled back. Note that this is related to a specific combination of locks that should not be encountered in(…)
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(…)
Database management, Oracle What about ALTER INDEX … SHRINK SPACE ? 20.10.2014 by Oracle Team By Franck Pachot . I have recently published a script to check index fragmentation. But then, do you COALESCE or REBUILD? Well, there also is another option: ALTER INDEX SHRINK SPACE. Let’s compare all those index defragmentation operations.
Database management, Oracle Oracle IOT: when to use Index Organized Tables 16.10.2014 by Oracle Team By Franck Pachot . When can we use IOT? That’s a question I had when giving recently the Oracle DBA essentials workshop. the DBA Essential is very dense and there is only half a day about performance. We(…)