aiaiDBA

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

13718043309

010-86462881

DIA-48130: invalid lock parameters for get file lock [string]

DIA-48130: invalid lock parameters for get file lock [string]
Cause: Invalid lock parameters passed in for the get file lock routine. The user must pass in file as the lock type. Or, there is a lock mode mismatch. Exclusive locks are not allowed in read-only mode, and shared locks are not allowed in write-only mode.
Action: Check that correct lock type is specified and that the correct lock mode is requested for the file given its open flags.

请先 登录 后评论

1 个回答

小智
DIA-48130:无效锁参数获取文件锁[ string ],
.原因: get文件锁定例程传入的锁参数无效。用户必须作为锁类型传入文件。或者,存在锁模式不匹配。只读模式不允许独占锁,只能在只写模式下使用共享锁。,
.操作:检查指定了正确的锁定类型,并且给定其打开标志的文件请求正确的锁定模式。,
.
请先 登录 后评论