sqlplus / as sysdba
創建表t1(f1號);
將視圖v1創建為select * from t 1;
創建由wcycc標識的用戶cc;
授權連接到cc;
將v1上的select授權給cc;
連接cc/wcycc
select * from sys . v 1;