i want to run a command on remote database (oracle) from local server using sqlplus, eg:
sqlplus user/pass@db "command"
What's the syntax for it?
I want to use the command exit (from database) just to test something in a unix script.
|
i want to run a command on remote database (oracle) from local server using sqlplus, eg:
What's the syntax for it? I want to use the command exit (from database) just to test something in a unix script. |
||||
|
|