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
What is the first line in every perl script called?
determine the output of the following command: echo ${new:-variable}
What is bash eval?
What is a scripting language simple definition?
how to print the matrix form of 2-d, 3-d arrays in unix c shell scripts ?
Is shell and terminal the same?
What are zombie processes?
What is difference between bash and shell?
What are the two files of crontab command?
Print a given number, in reverse order using a shell script such that the input is provided using command line argument only.
is this growing field and what is average package in this?
how to get part of string variable with echo command only?
What does .sh file contain?
What are different types of shell?
What is shell scripting?