aiaiDBA

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

13718043309

010-86462881

ORA-40121: force option not allowed for drop model in different schema

ORA-40121: force option not allowed for drop model in different schema
Cause: The force option was specified, but the model is in a different schema.
Action: If the force option is necessary, run the drop model from the owning schema. If the force option is not necessary, set the force parameter to FALSE.

请先 登录 后评论

1 个回答

小智
ORA-40121:对于不同模式中的拖放模型,不允许使用force选项,
.原因:指定了force选项,但模型位于不同的模式中。,
.操作:如果需要force选项,请从所属模式运行drop模型。如果不需要force选项,请将force参数设置为FALSE。,
.
请先 登录 后评论