(ycolin) As you may know, not indexing foreign key can have a huge impact on lock behavior and hurt database scalability (Not only with Oracle).
Tag: Oracle
The Oracle PL/SQL Results Cache
(David Fitzjarrell) Oracle offers a results cache in the database (from 11.2 onwards) and in PL/SQL (again, from 11.2 onwards) which can greatly reduce execution time of repeated statements when insert/update/delete activity is not heavy.
latch: cache buffers chains and rollback
(Anand) I had an interesting encounter with latch: cbc contention early this week. During my oncall I received page for Load of 206.81 exceeded threshold of 150.
latch: cache buffers chains and rollback
(Anand) I had an interesting encounter with latch: cbc contention early this week. During my oncall I received page for Load of 206.81 exceeded threshold of 150.
Identifying database link usage
(John Hallas) As part of ongoing security reviews I wanted to determine if all database links on production systems were in use. That is not very easy to do and this article is a listing of some of the options I have considered to get that information and how it is now possible from 11GR2 onwards.
Identifying database link usage
(John Hallas) As part of ongoing security reviews I wanted to determine if all database links on production systems were in use. That is not very easy to do and this article is a listing of some of the options I have considered to get that information and how it is now possible from 11GR2 onwards.
ORA-23515: materialized views and/or their indices exist in the tablespace
(Mohamed Azar) When I am trying to drop the tablespace, I am getting below error
Sending SMS text messages from PL/SQL
(Morten Braten) Do you need to send SMS (Short Message Service) text messages from your Oracle database using PL/SQL? This is actually quite easy to do, the only hard part is deciding on which SMS gateway to use.
Index Advanced Compression: Multi-Column Index Part II (Blow Out)
(Richard Foote) I previously discussed how Index Advanced Compression can automatically determine not only the correct number of columns to compress, but also the correct number of columns to compress within specific leaf blocks of the index.
ORA-23515: materialized views and/or their indices exist in the tablespace
(Mohamed Azar) When I am trying to drop the tablespace, I am getting below error
