aiaiDBA

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

13718043309

010-86462881

ORA-01352: tablespace given for Logminer spill does not exist

ORA-01352: tablespace given for Logminer spill does not exist
Cause: The tablespace name given as the parameter to DBMS_LOGMNR_D.SET_TABLESPACE does not exist.
Action: Check spelling of the tablespace name. If spelling is correct verify that the named tablespace has already been created. DBMS_LOGMNR_D.SET_TABLESPACE does not create a tablespace.

请先 登录 后评论

1 个回答

小智
ORA-01352:为Logminer溢出提供的表空间不存在,
.原因:作为DBMS_LOGMNR_D.SET_TABLESPACE的参数指定的表空间名称不存在。,
.操作:检查表空间名称的拼写。如果拼写正确,请验证指定的表空间是否已创建。DBMS_LOGMNR_D.SET_TABLESPACE不创建表空间。,
.
请先 登录 后评论