LOCK TABLE
Last updated
Last updated
Notice that this statement is removed from the migration because it is a non-relevant syntax. It means that it is not required in Snowflake.
In Oracle, the LOCK TABLE
statement allows to explicitly acquire a shared or exclusive table lock on the specified table. The table lock lasts until the end of the current transaction. Review more information .
Syntax
Notice that in this example the LOCK TABLE
statement has been deleted. This is because Snowflake handles locking in a different method through transactions.