Start
Transformation for this command is pending
Description
The
START
command runs the SQL*Plus statements in the specified script. The script can be called from the local file system or from a web server. (Oracle SQL Plus User's Guide and Reference)
The Snowflake !source
and !load
commands are equivalent.
1. Simple start
The START
command is replaced by the !load
command.
This case is functionally equivalent.
Oracle
SnowSQL (CLI Client)
2. Start with arguments
Oracle
SnowSQL (CLI Client)
Script arguments are currently not supported for SnowSQL (CLI Client).
Known Issues
1. Arguments are not supported in the SnowSQL CLI Client
Oracle can pass down multiple arguments to a script and can be accessed with &1, &2, and so on, but this cannot be done in the SnowSQL CLI Client. You can simulate arguments by declaring variables with the !define
command. Keep in mind that these values are defined globally for all the scripts so the behavior may not be equivalent.
This workaround would look something like this:
Related EWIs
No related EWIs.
Last updated