(Bjoern Rost) Parallel execution in Oracle seems to be a topic of myths, mysteries and misunderstandings. In this post I hope to clear up at least one of them by diving into a discussion about parallel DML. Actually, I want to show you two things that can go wrong with it.
Tag: Oracle
Oracle JET Router API Example
(Andrejus Baranovskis) One of the examples of JET Router API usage – sign-in/sign-out implementation. After sign-in we need to change menu structure and allow access to application modules, on sign-out menu structure should be changed again.
Real-Time Materialized Views in #Oracle 12c
(Uwe Hesse) In 12cR2, a Materialized View that is STALE can still speed up queries while delivering correct results. The data from the stale MV is then on the fly combined with the change information from MV logs in an operation called ON QUERY COMPUTATION.
Better to be safe than sorry…
(connormcdonald) I’ve always been worried about taking a script that is fine to run in my non-production environments (in particular a DROP script) and accidentally running it in a Production environment, shortly followed by the typing up of a fresh resume to look for a new job once the mistake is d
Oracle COVAR_SAMP Function with Examples
(Ben Brumm) In this article, I’ll explain what the Oracle COVAR_SAMP function does and show you some examples.
Improved VirtualBox Network
(Bobby Durrett) Before I left for vacation I noticed this blog post about setting up a network on VirtualBox: “CREATING A TEST LAB USING VIRTUALBOX / NAT NETWORKING”. Now that I am back in the office I thought I would try to apply some of the things that I learned from the blog post to my existing V
Disappearing Data
(stewashton) Did you know that Oracle DML can silently change data you want to put into the database? A recent twitter discussion started by Martin Widlake (@MDWidlake) prompted me to study more closely what happens when.
How to move Partitions ONLINE and make them READ ONLY in #Oracle 12c
(Uwe Hesse) You’ll see two New Features about Partitions covered here: MOVE ONLINE (12cR1) and READ ONLY (12cR2)
New Events for Data Guard and Synchronous Redo Transport in 12c (1)
(Martin Bach) I may have said it before but I consider presenting and teaching a great way to expand one’s knowledge: first of all it requires me to really understand a subject. Secondly, when presenting, you get lots of interesting questions that can turn into blog posts like this one.
Oracle VSIZE Function with Examples
(Ben Brumm) In this article, I’ll explain what the Oracle VSIZE function does and show you some examples.
