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(…)
Oracle Oracle system statistics: Display AUX_STATS$ with calculated values and formulas 15.10.2014 by Oracle Team By Franck Pachot . System statistics can be gathered in NOWORKLOAD or WORKLOAD mode. Different values will be set depending on that and the others will be calculated – derived from them. We can see defined values from SYS.AUX_STATS$(…)
Database management, Oracle How to measure Oracle index fragmentation 13.10.2014 by Oracle Team By Franck Pachot . At Oracle Open World 2014, or rather the Oaktable World, Chris Antognini has presented ‘Indexes: Structure, Splits and Free Space Management Internals’. It’s not something new, but it’s still something that is not(…)
Database management, Oracle How to measure Exadata SmartScan efficiency 23.09.2014 by Oracle Team By Franck Pachot . A thread on OTN Forum about Exadata came to the following question: “But how can I monitor if it is effectively used or not?”. This is a common question. There are 3 exclusive features coming(…)
Database management, Oracle Thinking about downgrading from Oracle Enterprise to Standard Edition? 16.09.2014 by Oracle Team By Franck Pachot . You are using an Oracle Enterprise Edition and thinking about downgrading to the Standard Edition? In this case, you must be sure that your applications are compatible. It’s not something easy to check. Here are(…)
Database management, Oracle Oracle: How to move OMF datafiles in 11g and 12c 10.09.2014 by Oracle Team By Franck Pachot . With OMF datafiles, you don’t manage the datafile names. But how do you set the destination when you want to move them to another mount point? Let’s see how easy (and online) it works in(…)
Database management, Oracle Resize your Oracle datafiles down to the minimum without ORA-03297 08.09.2014 by Oracle Team By Franck Pachot . Your datafiles have grown in the past but now you want to reclaim as much space as possible, because you are short on filesystem space, or you want to move some files without moving empty(…)
Database management, Oracle What’s the consequence of NOLOGGING loads? 04.09.2014 by Oracle Team By Franck Pachot . When you load data in direct-path and have the NOLOGGING attribute set, you minimize redo generation, but you take the risk, in case of media recovery, to loose the data in the blocks that you’ve(…)