(Ben) The Oracle TZ_OFFSET function is a useful datetime function. Learn how to use this function and see some examples in this article.
Tag: Oracle
ADF BC REST 12.2.1.0 Running Live in Oracle Java Cloud
(Andrejus Baranovskis) It passed almost two years since my previous post about Oracle Java Cloud and ADF – End-To-End ADF Cloud Deployment Process. There is huge improvement in Oracle Cloud, great progress done in these two years by Oracle.
DB_LINK w/o tnsnames.ora
(Michael McLaughlin) A question popped up, which I thought was interesting. How can you create a DB_LINK in Oracle without the DBA changing the tnsnames.ora file? It’s actually quite easy, especially if the DBA sets the TNS address name the same as the instance’s service name or in older databases S
OPatch 12c: emocmrsp gone missing
(Uwe M. Küchler) The option “-ocmrf” is no longer mandatory nor implemented anymore.
Oracle Text, Oracle R Enterprise and Oracle Data Mining – Part 1
(Brendan Tierney) A project that I’ve been working on for a while now involves the use of Oracle Text, Oracle R Enterprise and Oracle Data Mining. Oracle Text comes with your Oracle Database licence. Oracle R Enterprise and Oracle Data Mining are part of the Oracle Advanced Analytics (extra cost) op
A Neural Network Scoring Engine in PL/SQL
(Luca Canali) In this post, you will find an example of how to build and deploy a basic artificial neural network scoring engine using PL/SQL for recognizing handwritten digits.
Preventing a SPOF with CMAN 12c
(Martin Bach) I have already written about the use of Connection Manager 11.2 to govern access to a database. While researching this piece I have updated the original post so that it’s relevant for 12c as well.
Fixing SQL plans on ADG using SQL Profiles
(advait) With Active Dataguard setup, many of the read only applications runs on ADG and sometime the SQLs that are used by these applications runs into bad plans. ADG being a read only database, its not possible to create a baseline or a profile on ADG.
Troubleshooting ORA-02049: timeout: distributed transaction waiting for lock
(mdinh) Controlling Connections Established by Database Links Tracing can be done using – ALTER SYSTEM SET EVENTS ‘2049 trace name ERRORSTACK level 3’;
How to Find the Row That Has the Maximum Value for a Column in Oracle
(Ben) Do you need to find the data for a row that has the maximum value for a specific column in Oracle? Learn how to do it and see some alternative answers in this article.
