Showing posts with label script. Show all posts
Showing posts with label script. Show all posts

Tuesday, February 9, 2016

Execute a script with sqlplus

To execute a sql-script with sqlplus just insert your this command:
 
(replace  : username, password, connection_string, /path/to/script)
 
 
echo exit | sqlplus username/password@connection_string@/path/to/script
 
 
Source:
http://serverfault.com/