(Jeff Smith) Parallelism – where the database splits your task (Query) into multiple pieces, each running concurrently – theoretically making a lot of work happen for you, faster. Docs: How it Works.
Tag: Oracle
INS-08106 using 12.1 dbua on a server with 12.2 databases
(Jan Verhagen) When you want to upgrade a 11.2 database to 12.1 on a (linux) server with 12.2 databases, you get a INS-08106 error when using the 12.1 dbua when loading the select database Page:
JavaDB not bundled anymore with JDK 8, as of U181
(Martien van den Akker) Today I was struggling with helping a colleague with a deployment of a SOA Project of his.
Upload Data Dump File to Oracle Cloud Infrastructure (OCI) Object Storage
(Mohit Sharma) In this post, you will learn how to upload the export dump file to Oracle Cloud Infrastructure (OCI) Object Storage and generate a Pre-Authenticated URL for the export dump file.
Did You Know #29 – Who is Executing Jobs?
(amitzil) When you create a job using DBMS_SCHEDULER.CREATE_JOB you can specify a schema for the job (job_name => ‘my_schema.my_job’). What does it mean?
dbca now makes it easy to configure OMF on file systems
(Martin Bach) Up until – and including – Oracle 12.1 I always found it not-quite-so-straight-forward to create a new database using Database Creation Assistant (dbca) and configure it with Oracle Managed Files (OMF) on a file system in silent mode.
ORDS: Empty JSON or 404 for No Records?
(Jeff Smith) It’s all in the P_SOURCE_TYPE!
ServiceManager Daemon fails to start on reboot?
(Bobby Curtis) If you have been working with Oracle GoldenGate 12c (12.3.0.1.x) or 18c (18.1.0) recently, you may have setup the ServiceManager as a daemon process.
Selecting Optimal Parameters for XGBoost Model Training
(Andrejus Baranovskis) There is always a bit of luck involved when selecting parameters for Machine Learning model training. Lately, I work with gradient boosted trees and XGBoost in particular. We are using XGBoost in the enterprise to automate repetitive human tasks.
Migrating On-Prem Database Schema to Autonomous Data Warehouse Cloud (ADWC) Using Data Pump
(Mohit Sharma) In this post, you will learn how to export the HR Schema from On-Prem Oracle Database to ADWC instance using Data Pump Export (expdp).
