Anonymous Asked in Cars &Transportation · 2 weeks ago

How do I run a SQLPlus script from the command-line?

Contents
To run a script as you start SQL*Plus, use one of the following options: Follow the SQLPLUS command with your username, a slash, a space, @, and the name of the file: SQLPLUS HR @SALES. SQL*Plus starts, prompts for your password and runs the script. Include your username as the first line of the file.


Related Questions

Relevance
Write us your question, the answer will be received in 24 hours