Questions tagged [containers]

22 questions
2
votes
0 answers

MySQL multi-master group replication on kubernetes

We are trying to setup MySQL multi-master group replication (GR) on kubernetes Group replication configuring instances. GR is starting on one pod after all the configurations. However the second node goes to RECOVERING state when GR is started…
2
votes
1 answer

Non-CDB database vs Single tenant CDB

I am looking at the prospect of upgrading from oracle 11G to 12C, and I am looking at the cdb vs non-cdb models, and I am having a hard time seeing the benefit of using CDB, without multitenant licensing. For the most part when I look for…
Patrick
  • 646
  • 1
  • 7
  • 21
2
votes
0 answers

Where should I put my system databases in WindowsCore container

We're looking into migrating our SQL Server environment to use containers. I've successfully built a WindowsCore image with SQL Server installed. The instance is accessible with the data files using volumes so that they persist. My question is where…
Nabil Becker
  • 441
  • 2
  • 6
2
votes
0 answers

How to run SQL Server Developer Edition within a windows docker container?

I'm hoping to be able to use features like publisher replication within the developer sku for SQL Server 2016. I have unsuccessfully adapted a dockerfile for it from the official docker repo from Microsoft, the text is from an old checkin where the…
1
vote
2 answers

InnoDB: Cannot close file ./tablefile.ibd because of 1 pending operations

MariaDB Version: '10.5.13-9 I am facing multiple unsuccessful data migration(Copy) attempts from my old legacy data environment to my DBaaS Container Environment. Performing this data migration using mysqldump with pipe to restore in my Container…
Gopinath Karangula
  • 843
  • 2
  • 10
  • 18
1
vote
1 answer

DBMS in a container/cluster vs data corruption

I am fairly new to db administrations as well as containerization/kubernetes concepts. I see every here and then containerized/clustering solutions for i.e. running PostgreSQL (i.e. here. This conflicts with info I get during my training where it is…
vrms
  • 121
  • 6
1
vote
1 answer

Postgresql RAM optimization for containers and kubernetes

I wondered how to optimize the RAM usage of my PostgreSQL database deployed in Kubernetes. Particularly I'm interested in configuring the shared_buffers and effective_cache_size values. Typically the recommendation stated by various sources is to…
Jacob
  • 113
  • 4
1
vote
1 answer

SSIS failure flow error. The decision after a sequence container failure does not proceed with the correct flow

I have an SSIS sequence container that extracts data from individual source database tables into a Stage layer. However, I need to know when a given calculation crashes in order for the given error to be written to the configuration table, which is…
Valachor
  • 11
  • 1
1
vote
1 answer

How to get a list of current Oracle CDBs on server

If I have a server with one or more CDBs, what command can I run on the server in order to obtain a list where each item uniquely identifies one of the CDBs? (a "CDB" is an Oracle Container Database) Note 1: I realize that it is rare to have more…
mareoraft
  • 111
  • 2
1
vote
0 answers

How to connect mongodb from aws ec2 ubuntu docker containers?

I have tried mongosqld --addr localhost:3002 --mongo-uri xxxxx.com:27017 But it is throwing the following error: unable to load MongoDB information: failed to create admin session for loading server cluster information: unable to execute command:…
1
vote
2 answers

How to connect to root with Oracle Developer VM

I have the Oracle Database App Development VM (12c) and am trying to create a new container. Specifically: conn / as sysdba create pluggable database pdborcl admin user system identified by oracle…
Druckles
  • 113
  • 5
1
vote
1 answer

Unable to connect to pluggable database in Oracle 12c

I have oracle database Oracle Database 12c Enterprise Edition 12.2.0.1.0, and I created a pluggable database named DEVDB to use it in web application development, I created it using the Database Configuration Assistant, during the creation process I…
rainman
  • 173
  • 1
  • 3
  • 11
0
votes
1 answer

Support of SQL Server Containers running on container orchestrators

The Microsoft documentation states the following about the supportability of SQL Server Containers running on container orchestrators: Microsoft supports deploying and managing SQL Server containers by using OpenShift and Kubernetes. Starting from…
yersan
  • 103
  • 2
0
votes
1 answer

Unable to create pluggable database on 19c using response file

I am trying to create a pluggable database using a response file, but it is giving me the error below, indicating that one of the mandatory parameters is missing. Although I have checked it multiple times, I don't see that any missing mandatory…
mohd atif
  • 109
  • 3
0
votes
1 answer

Polybase with SQL Server 2019 on Linux or Containers

I would like to install SQL Server 2019 on Linux either a full Linux server (Ubuntu 18.04) or on a Docker container with Polybase. Installing MSSQL 2019 on a Linux Server or a container is relatively easy. It's the Polybase bit that I cannot…
1
2