Create PDB with Sample schemas in 12C

Create PDB with Sample schemas in 12C

Create PDB with Sample schemas in 12C

Create PDB with Sample schemas in 12C

 Create PDB with Sample schemas in 12C

Create PDB with Sample schemas in 12C

Create PDB with Sample schemas in 12C

Create PDB with Sample schemas in 12C

 

查看:

SQL> select * from (
  2     select username, account_status from dba_users order by created desc)
  3     where rownum <7;

USERNAME                       ACCOUNT_STATUS
------------------------------ --------------------------------
SCOTT                          EXPIRED & LOCKED
BI                             EXPIRED & LOCKED
SH                             EXPIRED & LOCKED
IX                             EXPIRED & LOCKED
PM                             EXPIRED & LOCKED
OE                             EXPIRED & LOCKED

6 rows selected.

SQL> 

 

相关文章:

  • 2021-12-24
  • 2022-12-23
  • 2022-12-23
  • 2021-06-06
  • 2021-09-22
  • 2021-08-23
  • 2022-01-12
猜你喜欢
  • 2021-05-31
  • 2021-08-24
  • 2021-10-14
  • 2021-12-27
  • 2021-10-22
  • 2021-09-04
相关资源
相似解决方案