(Martijn Pronk) My customer needed to migrate to a new set of datacenters, and while other services were able to “lift and shift”, the Oracle RAC database servers had to be rebuilt in the new datacenter because the underlying platform wasn’t able to migrate the shared disks.
Tag: Oracle
Using Static Files in APEX has never been easier !
(Roel) Almost every APEX Developer knows that JavaScript and CSS belongs in separate files and (in 99% of the use cases) not somewhere in your Page properties.
19c Grid Infrastructure Upgrade Failures with OEDACLI
(Andy Colvin) As part of an ongoing project, I’ve been performing a fair amount of upgrades to 19c on Exadata systems. Several of those systems are virtualized, running Oracle VM (based on Xen).
Suboptimal Sort Calculation
(Nenad Noveljic) There is a substantial difference in how MS SQL Server and Oracle estimate the cost of a sort operation. The critical point isn’t in the algorithm itself. As we shall see, the problem exists rather on a much more basic level – in the inputs variables.
ADF Performance Monitor: Thread Wait and Blocked Time
(Frank Houweling) In this blog I will write on one of the new features; thread wait and thread blocked time of requests.
Build an HVR Hub without underlying database
(Bobby Curtis) In recent years, the data integration/replication space has stared to become crowded. Products like Oracle GoldenGate have become stables inside of organizations, but companies like HVR are chipping away at that marketshare.
Oracle 20c DBCA
(Liron Amitzi) As you probably know, Oracle 20c is available only as a preview on the cloud. If you’d like to create a new server on Oracle Cloud with 20c, here is a post with the instructions.
Playing With lsof
(mdinh) This is a continuation of How To Check ORACLE_HOME Is Being Used
AWS Shop: DynamoDB, the AWS NoSQL database
(Frederique Retsema) The ultimate goal of our shop application [1] is to update the AMIS-shop table in the DynamoDB service. In this blog, I will tell a little bit more about DynamoDB.
Understanding RTO & RPO….
Disaster recovery is one of the most critical aspects to look into when you are designing a system. It becomes even more prominent while architecting a cloud solution.