您的位置:首页 > 其它

Create PDB with Sample schemas in 12C

2015-12-11 15:07 435 查看
















查看:

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>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: