How Connect to a Database in Shell Programming?
Answer Posted / ashu
you have a "sqlplus" command to connect to database.
command is as follows:
sqlplus <db_username>/<db_password> @test.sql
| Is This Answer Correct ? | 19 Yes | 6 No |
Post New Answer View All Answers
how to print the 2-d, 3-d arrays in unix shell script programs please answer thi questio to my mail venusaikumar@gmail.com
What does $1 mean in bash?
What is the use of a shebang line?
What is the best scripting language?
How to use arguments in a script?
What makes c shell a more preferable option than the bourne shell?
How do I run a shell script on a mac?
What is a batch file used for?
Please give me example of " at command , contrab command " how to use
How will you emulate wc –l using awk?
What is .sh file in mac?
What are the different types of variables used in shell script?
How do we delete all blank lines in a file?
What is echo in shell?
What is sudo command?