Skip to content

I can't create the new user in oracle; #2702

@1995mars

Description

@1995mars

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions