Docker Install Oraclexe

Source: Internet
Author: User
Tags create directory docker run

Docker oraclehttps://hub.docker.com/r/sath89/oracle-xe-11g/docker run-d-P 8080:8080-p 1521:1521-v/my/oracle/data:/ U01/app/oracle sath89/oracle-xe-11gcreate Temporary tablespace ydm_data_temp tempfile '/u01/app/oracle/oradata/XE/ ydm_data_tmp.dbf ' size 1024m autoextend on next 100m maxsize 10240m extent management local;create tablespace Ydm_data log Ging datafile '/u01/app/oracle/oradata/xe/ydm_data.dbf ' size 1024m autoextend on next 100m maxsize 10240m extent Managemen T local;  Create user YDM identified by myhg_2016_ydm_z default tablespace ydm_data temporary tablespace ydm_data_temp;grant Connect To ydm;create directory backup2 as '/u01/app/oracle/home/backup/oracle '; grant Read,write on directory backup2 to YDM;IMPD P system/oracle directory=backup2 dumpfile=ydm_20180502.dmp logfile=ydm_20180502.log REMAP_SCHEMA=ydm:ydmtest table_ Exists_action=replace  Remap_tablespace=ydm_data:ydm_test_data;

Docker Install Oraclexe

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.