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 are the advantages of shell script?
how to get part of string variable with echo command only?
Is bash a shell script?
What is eval in shell script?
c program to implement unix/linux command to block the signal ctrl-c and ctrl-\ signal during the execution ls -l|wc -l
How to print pid of the current shell?
What is awk script?
What shell is bin sh?
Is shell scripting useful?
I have to write Shells (Linux + Unix)for publishing packages and reports. Is it possible ? What are the differents executable programs ineed to call ?
What is awk in shell scripting?
Can shell script run on windows?
Is scripting and coding the same thing?
What is the meaning of $1 in shell script?
How does ls command work?