(Connor McDonald) Man, it gets my goat when people start pontificating nonsense on Twitter.
Tag: Oracle
Bounce Listener and Database After Adding oracle User to Group
(Bobby Durrett) I keep forgetting that I need to bounce both the listener and the database after changing the oracle user’s group membership, so I am writing a quick note to myself here.
SQL to calculate PI using Nilakantha Series
(Nimish Garg) On the Pi Day, I wrote a SQL to calculate PI(ð) with accuracy upto 10 decimal digits using Nilakantha Series.
Installation of Oracle RAC on Oracle Cloud Infrastructure(OCI)
(Skant Gupta) In this post, we will see the creation of Oracle RAC on Oracle Cloud Infrastructure (OCI)
Consolidating authentication flow of multiple IDCS’s in a single one
(Rodrigo Jorge) Those days, I was working on a customer that had several Oracle IDCS providers. Two of them for Oracle Cloud at Customer different appliances and one Oracle Cloud Infrastrucure account.
Generating Prometheus Metrics directly from your Oracle Database
(Dirk Nachbar) Prometheus (https://prometheus.io/) is getting more and more common as a Monitoring Solution, many products are offering out-of-box Prometheus formatted metrics (e.g WildFly, Spring Boot and so on).
PART 3: Implementing Oracle Database Active Directory Password Synchronization Using Oracle CMU
(Simon Pane) This is the third in a four-part article series related to testing Oracle Database 18c Centrally Managed Users (CMU) by leveraging the Oracle Cloud Infrastructure (OCI) for Oracle DBAs to create a lab or testbed.
Upgrade Oracle Enterprise Manager (OEM) 13.4
(Skant Gupta) We are going to upgrade from OEM 13.3 to OEM 13.4 with repository database 12.2.0.1.
Benchmarking calling Oracle Machine Learning using REST
(Brendan Tierney) Over the past year I’ve been presenting, blogging and sharing my experiences of using REST to expose Oracle Machine Learning models to developers in other languages, for example Python.
Developing Applications with CockroachDB… end-to-end example with SpringBoot, Java, Hibernate, Gradle
(Glenn Fawcett) Application development frameworks like SpringBoot have done a good job a giving developers a quick start to developing applications with Java. Layering object-relational mapping to SQL to remove proprietary syntax has further simplified the development of database applications.