admin管理员组

文章数量:1794759

pdb

pdb

pdb_lockdown控制common user能不能访问pdb

sqlplus "c##dv_cloud_admin/_ZuIHj3OOaq4NhTawOEGad7*&P"
SQL> create user c##test_app_protection identified by "WelCome-123#" container=all;User created.SQL> grant create session to c##test_app_protection container=all;Grant succeeded.**在lockdown设置的情况下,common user是无法登录pdb的**pdb_lockdown			     string	 PAASsqlplus "c##test_app_protection/WelCome-123#@atpd-exa-ntlo21:1521/vquhmoqhpdb10001_high.atp.oraclecloud"SQL*Plus: Release 19.0.0.0.0 - Production on Mon Jul 6 22:56:51 2020
Version 19.7.0.0.0Copyright (c) 1982, 2020, Oracle.  All rights reserved.ERROR:
**ORA-01017: invalid username/password; logon denied**

本文标签: pdb