[oracle@rac01 ~]$ sqlplus / as sysdba
SQL*Plus: Release 19.0.0.0.0 - Production on Mon Apr 17 08:11:46 2023
Version 19.3.0.0.0
Copyright (c) 1982, 2019, Oracle. All rights reserved.
Connected to:
Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production
Version 19.3.0.0.0
SQL> alter session set container=PDB01;
Session altered.
SQL> select username from dba_users where INHERITED='NO';
USERNAME
--------------------------------------------------------------------------------
PDBADMIN
SQL> SELECT username,account_status from dba_users where account_status = 'OPEN' and username not like '%SYS%' and username not like 'C##%' and username not like 'PDBADMIN' and username not like 'DBSNMP';
no rows selected
版权声明:本文为博主原创文章,未经博主允许不得转载。
oracle
- 上一篇:oracle分区表在线重定义
- 下一篇:oracle查看redo每小时切换数量