Sorry. I clicked the wrong box. I did mean to place it in the java forum!
Main Topics
Browse All TopicsI am looking for a JAVA solution for the need described below. I'm sorry if this is redundant, but I didn't know how to search for this in the existing solutions.
We have two servers: ServerA and ServerB. Both are running Red Hat. ServerA also runs an Oracle database. We need a "daemon" to run on ServerB that maintains a connection with the database on ServerA. The purpose of this daemon is so, from inside the Oracle database on ServerA, we can run OS commands on ServerB. We currently use a Pro*C (Oracle C precompiler) daemon that works great, but thanks to compatibility issues we must convert to a java based solution.
Our IT shop is fairly weak in Java right now so I'm hoping to find some sample code that basically does what we need. I figure this must have been written many times over by now and I'm hoping someone can share the code with us.
If this is not enough info let me know and I will fill in the gaps.
Thanks experts!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: VincentPugliaPosted on 2007-07-11 at 09:01:38ID: 19463919
Java is a compiled language primarily run on the server.
Javascript is an interpreted language primarily run on the client.
or, as the adage goes:
east is east, west is west, and never the twain shall meet.
Have an admin move this to the Java Forum