aiaiDBA

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

13718043309

010-86462881

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

ORA-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 个回答

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