I installed oracle 12c on my ubuntu. I assume that the user is not created at all.
You created a 12c database as a container. Now you can connect to the container database , while sample schemes are in the pluggable database .
Oracle 12c has implemented a multi-tenant architecture . There are some required steps after installation. Please read Oracle 12c Mandatory Steps After Installation .
The most common misunderstanding concerns the use of < SQLPLUS / AS SYSDBA.
CDB, "SQLPLUS / AS SYSDBA" CDB. "SCOTT/HR" SYSDBA. :
"SCOTT, HR" PDB, CDB. , SYSDBA PDB.
,
sqlplus SYS/password@PDBORCL AS SYSDBA
SQL> ALTER USER scott ACCOUNT UNLOCK IDENTIFIED BY tiger;
sqlplus scott/tiger@pdborcl
SQL> show user;
USER is "SCOTT"
UDPATE , OP . DBCA.
hr_main.sql script. , Human Resource (HR), in $ORACLE_HOME/demo/schema/human_resources.
,
HR
, Human Resource (HR) $ORACLE_HOME/demo/schema/human_resources.
script, hr_main.sql,
hr_main.sql :