i am trying to run a sql script on remote database from local machine...smoething like this--

the unix script contains--

sqlplus / @db

i want to add something to this command so that is is able to run a sql script on the database "db"

link|improve this question
feedback

1 Answer

sqlplus [login]/[password]@[database] @[scriptfile location]
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.