(Andrejus Baranovskis) Every ADF project could have a requirement to handle browser close event effectively. Differently than desktop applications where we could handle such events, browser doesn’t send any event to the server, when browser page is closed.
Tag: Oracle
Validate DG Broker Config for Switchover
(mdinh) Primary and Standby databases are running on the same server using OMF with listening on port 1530/1531
Defining Resources in #GoldenGate Studio 12c
(Bobby Curtis) As I’ve been working with the beta of GoldenGate Studio 12c, I have tried to do simple things to see what will break and what is needed to make the process work. One of the things that I lilke about the studio is that prior to creating any solutions, mappings or projects, you can defi
Joining Temporal Tables 2: handling nulls
(stewashton) In my previous post, I showed a way to implement and join temporal tables when there are no gaps, overlaps or null values. Let’s see what happens when I allow null values.
Edit Use Case for ADF 12.2.1 Dashboard with Masonry Layout
(Andrejus Baranovskis) I was researching ways to implement edit functionality for dashboard created with ADF 12.2.1 masonry layout. Check my previous post, where dashboard was implemented – ADF 12.2.1 Responsive Dashboard with Masonry Layout. I have decided to use panel drawer component, which would
Double Dynamic Apex
(Richard Harrison) After my last Apex post i’m now on a roll and have coded what is perhaps the most fiddly block of plsql ever attempted to create a data source for a page……
Trace Files — 11b : Using DBMS_SQLDIAG to trace the Optimization of an SQL Statement
(Hemant K Chitale) My previous blogpost covered using ALTER SYSTEM/SESSION to set tracing for a specific SQL_ID that has been determined in advance. The SQL may be executed in the future after the ALTER SYSTEM/SESSION.
Adding Targets in Enterprise Manager 13c
(Kellyn Pot’Vin) There were some major changes to Enterprise Manager with 13c and many of them may seem small to someone who knows the product well, but then again, it may trip you up as you’re accustomed to features working as you knew them in EM12c.
Indexes and Initrans (Blackstar)
(Richard Foote) It’s been a very tough week so to help keep my mind off rather sad events, thought I’ll finish off one of my unpublished articles.
Joining Temporal Tables 1: virtual date ranges
(stewashton) In my presentation at UKOUG Tech 15, I explained that temporal tables with date ranges are very hard to manage. One way to simplify things is not to store date ranges at all! In this post, I’ll explain how to join two temporal tables when there are no gaps, no overlaps and no nulls in a
