aiaiDBA

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

13718043309

010-86462881

XOQ-01956: The object cannot be renamed.

XOQ-01956: The object cannot be renamed.
Cause: The transaction attempted to change the name of a database object such as a table or a column. This object cannot be renamed through the OLAP API client. It must be renamed with a DDL statement such as RENAME or ALTER TABLE.
Action: Restore the object name to its previous value or rollback the transaction containing the rename. Then use an appropriate DDL statement to rename the object.

请先 登录 后评论

1 个回答

小智
XOQ-01956:对象无法重命名。,
.原因:事务尝试更改数据库对象(如表或列)的名称。无法通过OLAP API客户端重命名此对象。必须使用RENAME或ALTER TABLE等DDL语句重命名。,
.操作:将对象名称还原到其先前的值或回滚包含重命名的事务。然后使用适当的DDL语句重命名对象。,
.
请先 登录 后评论