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?