Oracle笔记—关于创建字典管理表空间的问题
bachue
posted @ 2010年9月10日 07:29
in Database
with tags
database manage oracle tablespace dictionary
, 3180 阅读
在10g中创建字典管理表空间都会出现这样一个错误:Failed to commit: ORA-12913: Cannot create dictionary managed tablespace
查询Oracle官方文档:
如果想要建立数据字典管理的表空间,必须在建立数据库时,将系统表空间改为数据字典管理才可以。