(Andrej Baranovskij) I was working on the assignment to build a large scale time-series prediction solution. I end up using a combination of approaches in the single solution — Prophet, ARIMA and LSTM Neural Network (running on top of Keras/TensorFlow).
Tag: Oracle
Oracle REST Data Services running on Tomcat – Basic Authentication using JNDI Realm
(Jakub Granieczny) We want to protect our REST endpoints using Basic Authentication and authenticate the requests against our users directory (LDAP).
Installing Oracle GoldenGate Microservices – Part 2 of 2
(Bobby Curtis) In the my last post, I showed you how to install the binaries for Oracle GoldenGate Microservices. Then at the end of the post, I mentioned that you will need to run Oracle GoldenGate Configuration Assistant to finish the configuration of Oracle GoldenGate Microservices.
Using Oracle EXPAND_SQL_TEXT
(David Fitzjarrell) Database tables are not static entities; besides the usual insert/update/delete events, occasional DDL can be executed to add columns, drop columns or add needed constraints or indexes.
Create a Vagrant box with Oracle Linux 7 Update 7 Server with GUI
(Martien van den Akker) Yesterday and today I have been attending the UKOUG TechFest ’19 in Brighton. And it got me eager to try things out. For instance with new Oracle DB 19c features.
Interpreted code in APEX
(Scot Wesley) A few years ago I posted a comparison between plugin code left in the source attribute, vs code that has been transferred to a PL/SQL package.
Getting the most out of in-memory
(Connor McDonald) First of all … Happy New Year! This is my first post for 2020. Last year, I fell just short of 100 blog posts for the year – so this year, I’m starting early and hopefully I can crack the 100 mark! Anyway..onto the post.
Announcing Obfuscated Column Data Loading with SLOB
(Kevin Closson) I announced availability of SLOB 2.5.2.2. It is primarily a small bug fix release but also has an undocumented new feature.
Datapump Import Partitioned Tables ORA-00600 qesmaGetPamR-NullCtx
(Bobby Durrett) I have not yet had time to build a test case and prove this out, but I wanted to document one last bug that we found so far in our 11.2.0.4 to 19c upgrade.
Publishing To Object Storage From Oracle Streaming Service
(Todd Sharp) In my last post about Oracle Streaming Service (OSS) we looked at how to use the Kafka Connect compatibility feature of OSS to publish changes from an Autonomous DB instance directly to a stream.