(Fred Denis) A while ago, I posted a better “du” for asmcmd . Since then, Oracle 12cR2 beta has been released but it seems that our poor old “du” will not be improved.
Tag: Oracle
Index Sanity in Oracle
(David Fitzjarrell) Unused indexes are a major topic for Oracle DBAs, since each index a table has increases the maintenance “cost” of inserts, updates and deletes. Many a blog post has been written providing ways to find such ‘unused’ indexes, many relying on a relatively newer Oracle feature, invi
Historical SQL Plan from Statspack using DBMS_XPLAN in 12c
(Uwe M. Küchler) Up to Oracle 11.2 it was possible to display archived SQL plans from Statspack using DBMS_XPLAN. I make use of this in some of my scripts and SQL Developer Reports since I first saw this in Christian Antognini’s Book “Troubleshooting Oracle Performance“.
When CURSOR_SHARING=FORCE, Does Literal Replacement Always Take Place?
(Christian Antognini) The concept of cursor sharing is simple. If an application executes SQL statements containing literals and if cursor sharing is enabled (i.e. CURSOR_SHARING=FORCE), the database engine automatically replaces the literals with bind variables.
ORA-12537: TNS:connection closed
(Natik Ameen) Question: When trying to establish a sqlplus connection to the database, I get the “ORA-12537: TNS:connection closed” error message. How do I resolve this?
Using Angular2 on top of Oracle 11g
(Ton Dumans) Reality sometimes can be a bit surprising. The desire to build a new module using Angular 2 on top of an existing ADF 12.1.3 application for example probably wouldn’t be the first thing you would expect.
Start problems with Nodemanager
(Martien van den Akker) Since my previous long running assignment, I’m involved in a few OSB 11g to 12c upgrade trajects, where I have been working on automatic installs. Hence, my articles about automatic installs, patching and domain configuration.
Is Your Oracle Invisible Index REALLY Invisible?
(David Fitzjarrell) Invisible indexes are a nice addition to Oracle, since in general, the optimizer ignores them when generating execution plans. It appears though, that in 11.2.0.4 that isn’t necessarily the case since it can still ‘see’ the index statistics and thus will consider the index at run
Automatic Deployment of CDBs with non-default database options in 12.1.0.2
(Martin Bach) I have written about the importance of automation in previous posts, and this one is following the same line. This time I wanted to test and document my experience with “golden database templates”. Wy? Because most DBAs will appreciate that there are more interesting things to do than
ADF BC Range Paging and ADF UI Table Pagination Use Case
(Andrejus Baranovskis) ADF UI table pagination and ADF BC range paging sounds like a perfect combination. But to make it work perfect, a bit of extra effort is required. In
