Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Set a Lock TimeOut in Oracle 19c

Artm94Mar 24 2020 — edited Mar 28 2020

Hi all.

I'm implementing Oracle 19c support in a windows application that currently works with SQL Server. In SQL Server the sentence SET LOCK TIME_OUT let me specify the number of milliseconds that will pass before SQL Server returns a locking error. This setting is per connection and applies to DML operations over rows and tables.

Is there anything similar for Oracle 19c?

This post has been answered by L. Fernigrini on Mar 24 2020
Jump to Answer
Comments
Post Details
Added on Mar 24 2020
6 comments
8,837 views