11.2.0.2版本修改回收UNLIMITED TABLESPACE功能
在11.2.0.2的環境中,碰到了這個問題,使用REVOKE UNLIMITED TABLESPACE命令後,發現設定的使用者QUOTA也消失了。
這是一個實際的案例,在客戶的環境中新建了一個使用者,準備匯入一些資料,結果碰到了問題:
SQL> create user thams account unlock identified by thams default tablespace LOB_AU2M quota unlimited on LOB_AU2M;
User created.
SQL> grant connect,resource to thams;
Grant succeeded.
SQL> grant create view,create synonym,create database link to thams;
Grant succeeded.
SQL> revoke unlimited tablespace from thams;
Revoke succeeded.
SQL> grant read,write on directory expdir to thams;
Grant succeeded.
SQL> exit
Disconnected from Database Enterprise Edition Release 11.2.0.2.0 -
64bit Production
With the Partitioning, Automatic Storage Management, OLAP, Mining
and Real Application Testing options
[oracle@dbserver1 oracle-export]$ impdp thams/thams
dumpfile=AMS-ORA9_20110815_2.DP logfile=AMS-ORA9_20110815_2_imp.log
directory=expdir remap_tablespace=THAMS:LOB_AU2M
remap_tablespace=users:lob_au2m
Import: Release 11.2.0.2.0 - Production on Tue Aug 16 12:36:41 2011
Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
Connected to: Oracle Database 11g
Enterprise Edition Release 11.2.0.2.0 - 64bit Production
With the Partitioning, Automatic Storage Management, OLAP, Data Mining
and Real Application Testing options
ORA-39006: internal error
ORA-39068: invalid master data in row with PROCESS_ORDER=-4
ORA-01536: space quota exceeded for tablespace 'LOB_AU2M'
ORA-39097: Data Pump job encountered unexpected error -1536
剛看到這個錯誤的時候十分疑惑,明明在建立使用者的時候指定了LOB_AU2M表空間上的無限制的QUOTA,怎會仍然會出現這個錯誤呢。
但是檢查,確實沒有發現無限QUOTA的存在:
[oracle@dbserver1 oracle-export]$ sqlplus / as sysdba
SQL*Plus: Release 11.2.0.2.0 Production on Tue Aug 16 12:38:29 2011
Copyright (c) 1982, 2010, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
With the Partitioning, Automatic Storage Management, OLAP, Data Mining
and Real Application Testing options
SQL> set pages 100 lines 120
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/196700/viewspace-705219/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- unlimited tablespace許可權的授予和回收MIT
- oracle unlimited tablespace 許可權的用途OracleMIT
- 11G的rsource角色與Unlimited TablespaceMIT
- unlimited tablespace許可權和quota 配額MIT
- PLSQL Language Reference-PL/SQL新功能-版本11.2.0.2新功能SQL
- Unlimited Tablespace 許可權 及 “延遲段”特性MIT
- 表空間配額和UNLIMITED TABLESPACE許可權MIT
- 詳解Oracle的unlimited tablespace系統許可權OracleMIT
- ORA-01931: cannot grant UNLIMITED TABLESPACE to a roleMIT
- 系統許可權UNLIMITED TABLESPACE為什麼如此特殊?MIT
- 【比較】Oracle不同版本中關於ALTER TABLESPACE的功能演進Oracle
- 使用者有connect,resource,dba角色許可權後回收dba許可權導致無UNLIMITED TABLESPACE許可權造成業務中斷MIT
- oracle 11.2.0.2 版本for aix和hp平臺釋出OracleAI
- oracle 回收站功能Oracle
- 【TABLESPACE】使用“ALTER TABLESPACE”命令的“RENAME”功能實現表空間快速重新命名
- 【TABLESPACE】“ALTER TABLESPACE”命令的“RENAME”功能在重新命名錶空間能力上的測試
- 從ORA-01950報錯聊起——令人困惑的Resource角色和隱含unlimited tablespace系統許可權MIT
- 【recyclebin】徹底禁用 Oracle回收站功能Oracle
- oracle 11gR2,取消使用者unlimited tablespace 許可權,那麼表空間上的quota也會相應取消OracleMIT
- maven 修改使用jdk版本MavenJDK
- oracle 11.2.0.2的組成Oracle
- oracle 升級到 11.2.0.2Oracle
- tablespace 大檔案,undo,temp tablespace
- 回收系統平臺要具備的功能
- 廢品回收系統如何規劃功能的?
- Oracle回收站功能開啟與關閉Oracle
- 專案管理軟體:pyká Unlimited for Mac專案管理MITMac
- WoW Gold: Baron Soosdon - UNLIMITED Escapism Vol 5GoMITAPI
- 安裝11.2.0.2 RAC被HANG
- 廢品回收小程式的功能模組和優勢
- 無程式碼實現資料回收站功能
- 回收站功能在 Linux 中的實現Linux
- PG的物理儲存結構、版本控制、空間回收
- db2 sms tablespace 不支援large tablespaceDB2
- 【Oracle】-【recyclebin,索引】-回收站恢復的索引名稱修改Oracle索引
- MySQL 8.0之後版本密碼修改MySql密碼
- Git 撤銷修改和版本回退Git
- 修改或隱藏Nginx的版本號Nginx