(stewashton) An old asktom question was recently highlighted on Twitter: All Parent – Child tables in the database. I contributed a new solution, but here is one I think is more complete.
Tag: Oracle
Oracle Forms Migration
(Scott Wesley) This post is one of a series on what I learned while not at Kscope18.
All about ansible vault
(Frits Hoogland) This blogpost is about using ansible vault. Vault is a way to encrypt sensitive information in ansible scripts by encrypting it. The motivation for this blogpost is the lack of a description that makes sense to me of what the possibilities are for using vault, and how to use the vau
Preparing to Create a Logical Standby Database
(Jagruti Jasleniya) Oracle DataGuard supports logical and physical standby databases. Logical Standby: When primary database generates any redo entries it is transferred to standby database and then redo data are converted into SQL statements and then those SQL statements are applied to standby data
SOASuite12c – BPEL: JTA transaction is not in active state
(Martien van den Akker) Yesterday I ran into this pretty weird problem.
Using Postman For REST API on Oracle Cloud Infrastructure
(mdinh) Just completed quick training for Oracle Cloud Infrastructure (OCI)
Generic Pivot Function
(stewashton) Many folks ask how to do a “dynamic pivot”. It’s often best to use a preliminary query to generate the PIVOT clause. Here’s a generic function to do just that.
DBMS_CLOUD Package – A Reference Guide
(Christian Antognini) The Appendix A of the Using Oracle Autonomous Data Warehouse Cloud guide describes the DBMS_CLOUD package. Unfortunately, it documents only a subset of the subroutines. And, for some of them, the description could also be enhanced.
Physical Standby Data Guard Health Check
(Jagruti Jasleniya) After creating any DR server, our main concern is that it should be in synchronized state So if an outage occurs at Production database, we can move to standby database as soon as possible.
Oracle ADF BC REST – Performance Review and Tuning
(Andrejus Baranovskis) I thought to check how well ADF BC REST scales and how fast it performs. For that reason, I implemented sample ADF BC REST application and executed JMeter stress load test against it.
