CURSOR DECLARATION
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.
Description
This section explains the translation of the declaration of cursors in Oracle. For more information review the following documentation about procedures and cursors in Oracle.
Sample Source Patterns
CURSOR DECLARATION
Notice that in this example the CURSOR
statement has been deleted. This is a non-relevant syntax in the transformation targeted to Snowflake.
IN -> Oracle_01.sql
OUT -> Oracle_01.sql
Last updated