-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
for noobs #11
Comments
(note script is missing from the list above which is a bug)
The addition of client side scripting will allow control flow in the sql scripts themselves. It also allow for things like file access, greater control on host commands, leverage various javascript libraries, and the ability to leverage java. To run a script simply type: script <script name> If there is no file extension passed along it assumes a .js. Examples at https://github.com/oracle/oracle-db-tools/tree/master/sqlcl/examples |
Good point I should put the blog link into each script as well. For example the one you mentioned is outlined here: http://krisrice.io/2016-10-11-export-apex-application-with-sqlcl/ |
closing this as we have another Pull request #44 |
A short piece in the read me on how to run your example scripts would be great for those of us new to sqlcl. Not knowing how to run scripts in sqlcl, I finally found an example in an old closed issue.
Example:
script apx
apx workspace
I didn't realize "script apx" was just the load command and didn't enter the second line. I expected something to happen and was left wondering what happened.
The text was updated successfully, but these errors were encountered: