Oracle on Docker: Connect to database containers

preview_player
Показать описание
Access an interactive shell in Docker containers with docker exec. Connect as the oracle or root user, and set a working directory for your session.

Commands in this tutorial:
docker exec -it o193 bash
docker exec -it -u root o193 bash
docker exec -it -u root -w /opt/oracle o193 bash

Viscosity North America is a recognized premier consulting firm of database technologies. Viscosity was founded by industry and authored experts who are prominent thought leaders with backgrounds in Oracle, VMWare, VCE, EMC, and Informatica. Viscosity’s capacities include Oracle Database, RAC Development, Oracle Consulting and Oracle Technical Architecture, Design and Performance Tuning, and Custom Application Development.

Viscosity’s Oracle Center of Expertise has developed best practices and tight partner relationships to implement world-class solutions. Our vast experience and intellectual property give customers insight into what is driving IT complexity. We can deliver a set of practical executable plans for simplifying IT infrastructure, helping reduce operating costs while freeing up resources for new business initiatives.

Рекомендации по теме
Комментарии
Автор

what are the licence requirement for running Oracle on Docker ? are both enterprise / standard editions images are supported on docker ?

desaidhara