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
What is difference between shell and bash scripting?
What is a shell environment?
I want to connect to a remote server and execute some commands, how can I achieve this?
What is shell scripting used for?
What is in a script?
Given a file find the count of lines containing the word "abc".
How do I edit a .sh file?
How to redirect both standard output and standard error to the same location?
how will you find the total disk space used by a specific user?
What is scripting used for?
What are the different types of commonly used shells on a typical linux system?
Is cmd a shell?
What are filters explain sort with all the options available?
How do I run a .sh file?
c program the catches the ctrl-c(SIGINT) Signal for the first time and prints a output rather and exit on pressing Ctrl-C again