Open ywcywc opened 4 years ago
I am a beginner. Now I want to build a new instance called "myinstance" , but I don't know what I should do . I need a tutorial to build a new instance, thank you very much.
Start here:
https://docs.oracle.com/database/121/
Use ORACLE_SID variable in command line, when creating container docker run -d -p 8080:8080 -p 1521:1521 -v /home/myuser/oradata:/u01/app/oracle -e ORACLE_SID=myinstance quay.io/maksymbilenko/oracle-12c
I am a beginner. Now I want to build a new instance called "myinstance" , but I don't know what I should do . I need a tutorial to build a new instance, thank you very much.