aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

ORA-32772: BIGFILE is invalid option for this type of tablespace

ORA-32772: BIGFILE is invalid option for this type of tablespace
Cause: An attempt was made to create a bigfile tablespace that is dictionary managed or locally managed with manual segment-space management.
Action: Either change the tablespace type to locally managed with automatic segment-space management, or create a SMALLFILE tablespace instead.

请先 登录 后评论

1 个回答

小智
ORA-32772:BIGFILE对于此类型的表空间无效选项,
.原因:试图创建一个大文件表空间,它是由手动段空间管理管理或本地管理的字典。,
.操作:将表空间类型更改为使用自动段空间管理进行本地管理,或者改为创建SMALLFILE表空间。,
.
请先 登录 后评论