db-sharding icon indicating copy to clipboard operation
db-sharding copied to clipboard

Oracle Sharded database deployment automation and tools for use in client applications.

Results 12 db-sharding issues
Sort by recently updated
recently updated
newest added

Hi Everyone, I've successfully deployed Oracle 21c Sharded Database using standalone Docker Containers. Everything works fine the first time and while the environment is not rebooted. The moment when I...

Hi Everyone, If you use newer openssl version on the host OS where you are building the image, the decrypt will and the sharding setup will not complete. Example: #...

Hi Everyone, While building the docker image for the Oracle Database 21c Sharding extensions, the build fails at the Dockerfile line "su oracle -c "$INSTALL_DIR/install/$INSTALL_GSM_BINARIES_FILE" && \" It works if...

In the files - oragsm.py - orapcatalog.py - orapshard.py - setupOshardEnv.sh please add the option **-md sha256** to every command like `openssl enc -d -aes-256-cbc -in -out -pass file:` otherwise...

Dear Sir For benefit of of all oracle users can oracle create a video of deploying shard database on kubernetes connected to PV and a demo on how to connect...

Hello, Is it possible to implement replication of Oracle Sharded Database in Kubernetes for cluster to cluster replication of Oracle Databases on Kubernetes Scenario: If we have a Sharded Database...

Removed the extra "---" line @psaini79

updated the README.md @psaini2018