ORA-01720: grant option does not exist for 'HWCUST.H_OKC_REGION_TERRITORY_T'
以APPS登入,執行如下檢視賦許可權語句。
GRANT SELECT ON APPS.H_PM_REGION_TERRITORY_V TO HWCUST ;
報錯:
ORA-01720: grant option does not exist for 'HWCUST.H_OKC_REGION_TERRITORY_T'
ORA-01720: grant option does not exist for 'HWCUST.H_OKC_REGION_TERRITORY_T'
分析: 檢視中含有的基表對於APPS沒有SELECT 許可權, 且需要GRANT OPTION
以HWCUST登入SQLPLUS, 然後將檢視包含的基表許可權賦給APPS (WITH GRANT OPTION) :
GRANT SELECT ON HWCUST.H_OKC_REGION_TERRITORY_T TO APPS WITH GRANT OPTION ;
GRANT SELECT ON HWCUST.H_OKC_REGION_TERRITORY_T TO APPS WITH GRANT OPTION ;
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-742267/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- GRANT ALL PRIVILEGES ON *.* TO ‘root‘@‘%‘ IDENTIFIED BY ‘root‘ WITH GRANT OPTION;報錯IDE
- the --skip-grant-tables option so it cannot
- Waring: /dev/centos/swap does not existdevCentOS
- Property [title] does not exist on this collection instance
- PSQLexception: ERROR : type "signed" does not existSQLExceptionError
- Property 'context' does not exist on type 'NodeRequire'.ts(2339)ContextUI
- Laravel Class env does not exist 問題排查Laravel
- ORA-04043: object DBA_DATA_FILES does not existObject
- [20211231]ORA-01418 specified index does not exist.txtIndex
- dcat-admin 表單 Field type [autocomplete] does not exist.
- ORA-30012 undo tablespace 'UNDOTBS3' does not exist or of wrong typeS3
- The operation, ‘DecodeJpeg/contents‘, does not exist in the graph.錯誤解決方法
- Android解決The APK file app-debug.apk does not exist on disk.AndroidAPKAPP
- yii2接入pgSQL(查詢不到表The table does not exist: {{%user}})SQL
- Linux:ERROR 1290 (HY000): The MySQL server is running with the --skip-grant-tables option so it cannLinuxErrorMySqlServer
- 靜默安裝Oracle建庫時報Template General Purpose does not existOracle
- streamlit run執行報錯,Invalid value: File does not exist: XXX.py
- Error: The directory named as part of the path ./log/supervisord.log does not exist解決方案Error
- Eclipse裡Tomcat報錯:Document base ……does not exist or is not a readable directory(圖文詳解)...EclipseTomcat
- 安裝kernel...src.rpm錯誤:warning: user mockbuild does not exist - using rootMockUI
- Hadoop的mapreduce出現問題,報錯The auxService:mapreduce_shuffle does not existHadoopUX
- git中出現”the requested upstream branch ‘origin/master‘ does not exist“問題的解決GitAST
- pgsql 執行建庫指令碼時候出現ERROR: relation "xxx_id_seq" does not existSQL指令碼Error
- ABAP 資料結構啟用時的錯誤訊息 - combination reference table field does not exist資料結構
- mac scrcpy 報錯 does not exist or is not a regular file,ERROR: Server connection failed(scrcpy mac與極空間衝突)MacErrorServerAI
- SQL__GRANTSQL
- MySQL Grant命令MySql
- SAP對工單做101收貨,報錯- Check table TFBEFU_CR entry 10 does not exist–對策
- SAP MM 對採購訂單執行收貨,報錯 - Table T169P entry ZNMI does not exist -
- grant 操作硬解析
- mysqld --skip-grant-tablesMySql
- 2.2.4.3.1 What Makes a Grant Common
- option新增空白
- SQL not exist out joinSQL
- jquery獲得option的值和對option進行操作jQuery
- The option-critic architecture
- 2.2.4.2.1 What Makes a Privilege or Role Grant Local
- Jquery 動態增加option及獲取值 遍歷option相關方法jQuery
- 蘋果電腦上神奇的Option鍵,巧用option鍵提升效率蘋果