oracle 在package里面用dba_data_files(字典表)提示(Ora-00942 error:table or view does not exist)問題
Posted on 2012-04-06 10:23 瘋狂 閱讀(1120) 評論(0) 編輯 收藏 所屬分類: database 、questions給當前用戶賦予查看字典權限:GRANT SELECT ANY DICTIONARY TO current_user;
current_user為你當前的用戶
current_user為你當前的用戶