Click here to Skip to main content
15,885,985 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Currently in my company i have to follow these steps....

Login to the server using putty client on ssh, using username and password of server.
type "sqlplus" to enter into oracle db.
Run query ex:(select * from f_table where table.p.time > yesterday_date and table.p.time <= today_date;).
Output result save in putty output logs on my pc.

Want i want is this.... I want to build a application in visual basic that connect to server and then database using user/pass of both server(using ssh) and oracle db(using db username/password) and sql query run automatically on DB and return the output into a log file in my pc.

..........

is this possible or how much of this possible...... i have expertise in Visual studio and always prefer visual basic programming......

Thanks in Advance....
Posted
Updated 28-Feb-15 2:35am
v2

1 solution

 
Share this answer
 
Comments
Member 11487120 28-Feb-15 14:27pm    
this will work if i have database server direct ip...but right now i have to goto some remote server usin ssh by using some username and pass and then type sqlplus and database username and password....and then run some query...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900