(Andrejus Baranovskis) We are using Pay As You Go Oracle VBCS instance and had an issue with accessing VBCS home page after starting the service. The service was started successfully, without errors. But when accessing VBCS home page URL – “Error 404–Not Found” was returned.
Tag: Oracle
Types of Index Partitions
(Jagruti Jasleniya) In previous article we have seen overview of index partitioning and advantages of it.
Delete MGMTDB and MGMTLSNR from OEM using emcli
(mdinh) Doc ID 1933649.1, MGMTDB and MGMTLSNR should not be monitored.
GoLang: Inserting records into Oracle Database using goracle
(brendantierney) In this blog post I’ll give some examples of how to process data for inserting into a table in an Oracle Database. I’ve had some previous blog posts on how to setup and connecting to an Oracle Database, and another on retrieving data from an Oracle Database and the importance of set
Basic Replication — 2b : Elements for creating a Materialized View
(Hemant K Chitale) Continuing the previous post, what happens when there is an UPDATE to the source table ?
Forecast Model Tuning with Additional Regressors in Prophet
(Andrejus Baranovskis) I’m going to share my experiment results with Prophet additional regressors. My goal was to check how extra regressor would weight on forecast calculated by Prophet.
Composite Partitioning in Oracle
(Jagruti Jasleniya) In this article we will see examples of various types of composite partitions
Database Migration from non-CDB to PDB – Migration with Data Pump
(Mike.Dietrich) You may have realized that there are a few techniques missing describing how to do a Database Migration from non-CDB to PDB – Migration with Data Pump is one of them.
impdp with parameter ‘cluster and parallel’ for a RAC Cluster
(SPA) For using the „parallel“ parameter during an import (impdp) on a Oracle RAC Cluster you need to prepare your environment.
Did You Know #30 – Order in a Predicate
(Liron Amitzi) I’ve known this for a while but never wrote about it. In KScope19 I attended a session by Alex Nuijten and during the session he asked a question about LIKE predicate that reminded me this, so here it is.