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 shell variable?
What is awk script?
How can you get the value of pi till a 100 decimal places?
What is computer cli?
Explain about non-login shell files?
What is sed in shell script?
Write a script to print the first 10 elements of fibonacci series.
How to get the last line from a file using just the terminal?
What is console line?
How do I run a script from command prompt?
What is path in shell script?
How do you know which shell I am using?
Write a command sequence to find the count of each word?
How to get script name inside a script?
What is the meaning of $1 in shell script?