-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Open
Description
Run the Container
docker run --name oracle-19c -p 1521:1521 -e ORACLE_SID=orcl -e ORACLE_PWD=123456789 -v D:/Researchs/Oracle/oracle-19c/oradata/:/opt/oracle/oradata doctorkirk/oracle-19c
When i want to create the new user
sqlplus / as sysdba
CREATE USER mars IDENTIFIED BY 123456789;
An error appears:
SQL> CREATE USER mars IDENTIFIED BY 123456789;
CREATE USER mars IDENTIFIED BY 123456789
*
ERROR at line 1:
ORA-01034: ORACLE not available
Process ID: 0
Session ID: 0 Serial number: 0
Metadata
Metadata
Assignees
Labels
No labels