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.
No Answer is Posted For this Question
Be the First to Post Answer
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.
Is shell script a programming language?
is there any command to find user password?
Write a shell script to check whether a number is Armstrong number or not?
Where are cowrie shells found?
What is meant by dos operating system?
Explore about environment variables?
What is INODE?
There are three departments A,B and C.Write a query to display the names of all the persons( in departments other than A) who are paid higher than the person receiving the lowest salary in DEPT A
how to find weblogic version through linux cammand
What is egrep?
How would you print just the 25th line in a file using smallest shell script?