今天一时兴起,装了一下12c,装上之后有点小郁闷了。不太会用,发现新特性,关于pdb和cdb的故事,所有就搞了一通
但是在pdb下创建用户之后,不知道怎么使用sql developer登陆,求大神指教!下面是相关代码:
select con_id, dbid, guid, name , open_mode from v$pdbs;

create user zhouchuandong identified by zhouchuandong;
--容器之间切换
alter session set container=PDBorcl;
alter user test default tablespace users temporary tablespace temp;
grant connect,resource to test
grant dba to test;
不知道如何用sql developer登陆

登陆不上呢