用户已被授予CREATE SESSION,但我只能连接到CDB,而不能连接PDB。为什么会这样呢?我正在SQL developer中尝试这一点。我有甲骨文19c。
发布于 2020-09-16 14:08:17
为什么要创建一个公共用户而不是在PDB中创建一个用户?
对于来自CDB的通用用户C##test
grant create session to c##test container=all; 或
从PDB登录为sysdba/dba/pdbadmin
grant create session to c##test;https://dba.stackexchange.com/questions/275600
复制相似问题