How will you connect to a database server from linux?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Shell Script Interview Questions

Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.

0 Answers  


Explain about debugging?

0 Answers  


What is option in shell script?

0 Answers  


Is shell and terminal the same?

0 Answers  


What is shell chemistry?

0 Answers  


What's the difference between scripting and coding?

0 Answers  


What is bourne shell scripting?

0 Answers  


What is the use of script interpreter in shell scripting?

3 Answers  


what is the difference between writing code in shell and editor?

1 Answers  


Hello all, This is my assignment on shell scripting, can anyone help me regarding this ? Create a shell script which connects to the database In second shell script include the first script for the DB connection Create a table (PRADEEP_DATA) with 2 columns (name, value) In Third shell script include the first script for the DB connection And insert/delete the values from the Table, by accepting input from the user This functionality should be a menu driven Program: 1) Insert to the database a. Name b. value 2)Delete from the database a.Name b.value Exception handling needs to be taken care.

0 Answers   Cap Gemini, Wipro,


What does $1 mean in bash?

0 Answers  


How to print pid of the current shell?

0 Answers  


Categories