create database cdbdev
user sys identified by sztech_4U
user system identified by sztech_4U
extent management local
default temporary tablespace temp
default tablespace users
undo tablespace undotbs1
enable pluggable database;
4.设置环境变量
export ORACLE_SID=CDBDEV
5.启动实例
sqlplus /nolog
conn / as sysdba
startup nomount;