Pump directory cannot be configured for Oracle 12c in Docker
Let me explain my situation. I want to setup a oracle 12c in Mac and then restore a database from
Continue readingDocker questions and answers
Let me explain my situation. I want to setup a oracle 12c in Mac and then restore a database from
Continue readingI have setup a docker container with oracle db using following yml. version: ‘3’ services: oracle: image: "carloscastillo/rgt-oracle-xe-11g" ports: –
Continue readingI am running script by jenkins job and get this errormsg: chmod: changing permissions of ‘/home/oracle/database/runInstaller’: Operation not permitted /data/scripts/setupCentOS7Sys.sh:
Continue readingI want connect apache and python(flask) and Oracle on Centos 7 Docker. Apache and flask is connected by mod_wsgi and
Continue readingI am Implementing the PDB "hello" in Oracle docker container, • Create local users A, B, C • A and
Continue readingI got a working php-fpm docker container acting as the php backend to a nginx frontend. What I mean by
Continue reading1. What I am trying to achieve Using Docker for Windows (Docker version 19.03.12, build 48a66213fe) I would like to
Continue readingWhile trying to use SQL Loader, it keeps showing SQL*Loader-350: Syntax error at line 1. Expecting keyword LOAD, found "?".
Continue readingI’m trying to test if superset would be adecuate for our data visualization needs. As I’ve no knowledge of python,
Continue readingI am trying to connect to oracle DB to execute some SQL queries and fetch data through a python script
Continue reading