(connormcdonald) The long existing BITAND function is now within the documentation, to let you do logical AND on two numbers, and is also available from PL/SQL
Tag: Oracle
The One ‘Security’ Feature in Oracle You Probably Shouldn’t Use
(David Fitzjarrell) Security is on everyone’s mind, especially database administrators, and some DBMS vendors supply tools and/or settings, which allow the database to monitor and report possibly suspicious activity.
Groovy Tuesday: Parameterised Variable Names
(Peter Manoharan) Recently one of our readers posted a question on a previous blog post on String types asking about how to create parameterised variable names. So we thought to write this blog post on that very subject.
Auto-backups of PLSQL source
(connormcdonald) I saw this on an ideas forum today
Parallel partition scans
(tonyhasler) When a table is accessed by multiple members of a parallel query server set, the execution plan may show the use of block range granules (PX BLOCK ITERATOR) or partition granules (PX PARTITION [RANGE|LIST|HASH] ITERATOR or PX PARTITION [RANGE|LIST|HASH] ALL).
HCM Data Loader (HDL) – What is the Scope Parameter?
(Prasanna Borse) Setting the scope for HDL is one the steps in preparing your Oracle Fusion HCM environment for data conversion or integration using HDL. In this article we will discuss available options and evaluate pros and cons for each.
Previewing Backup Restore
(advait) This is a short article on RMAN where we can check if our backups are really intact and can help us in critical situation when we have to restore and recover the database.
Chunking tables 7: prior sys_guid() ???
(stewashton) The second solution for dividing a table into equal chunks does not do a JOIN. Instead it expands extent rows that contain several chunk boundaries, using an obscure method that I need to explain.
Common GATHER_PLAN_STATISTIC confusion
(connormcdonald) Most people already know about the very cool GATHER_PLAN_STATISTICS hint. If not, you can see an example here
Nested loop internals. Part 3: comparative efficiency
(savvinov) In the previous parts (here and here) of the series we looked at some aspects of nested loop I/O optimizations, but we have left out the most important question (from the practical point of view): how these methods are doing time-wise?
