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
Explain about the slow execution speed of shells?
What are the different types of commonly used shells on a typical linux system?
What is the default shell of solaris?
write a shell script to generate a alert ? like when ur birthday came then generate a alert ur birthday is today like that ?
What is shift command in shell script?
Tell something about the super block in shell scripting?
What is shell variable?
What is the first line of a shell script called?
What is a beat in a script?
Explain about debugging?
What shell is bin sh?
How will you emulate wc –l using awk?
Write the syntax for "if" conditionals in linux?
What is shell application?
How important is shell scripting?