How Connect to a Database in Shell Programming?
Answer Posted / seshadri sethi
(1)1st give "sqlplus"
(2)then it will show "sqlplus" prompt
(3)give "db username"
(4)give "db password"
| Is This Answer Correct ? | 8 Yes | 6 No |
Post New Answer View All Answers
Write a command sequence to find all the files modified in less than 2 days and print the record count of each.
What is the significance of $#?
What is shell environment?
What does it mean by #!/Bin/sh or #!/Bin/bash at the beginning of every script?
Explain about non-login shell files?
how to print the matrix form of 2-d, 3-d arrays in unix c shell scripts ?
Calculate a real number calculation directly from the terminal and not any shell script.
Where is bash history?
Is bash a shell script?
What happens on a system call?
What are the advantages of using shell scripts?
What are the different communication commands available in the shell?
What language is used in terminal?
How do I run a shell script on a mac?
How to use arguments in a script?