File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JDBC and the fly likes Pulling values from SQL Server Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Pulling values from SQL Server" Watch "Pulling values from SQL Server" New topic
Author

Pulling values from SQL Server

Pol Appan
Ranch Hand

Joined: Aug 26, 2004
Posts: 144
Hello,

I want to pull values from SQL Server to Oracle database frequently.
How can I do this, the problem is I want to deploy the application in
Sun Solaris server, so what kind of driver I need to use to deploy to
Solaris server?

Can I have a timer or some kind of mechanism to check and pull and update the oracle database?

Any help is highly appreciated.

Thanks

Ponic


Never take anything for granted because you never know when you will lose it
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56191
    
  13

Not even remotely JSP related, so off to the JDBC forum this goes.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26184
    
  66

Cosmos,
You could use a batch/cron job on the server.

In Java, you could use a threaded application (that sleeps for a specified amount of time.) In J2EE, you could use the Timer API.


[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Pulling values from SQL Server
 
Similar Threads
Check Database is running / not
web app authentication: users from oracle database.
Pulling values from SQL Server
SQL Server To Oracle
Storing data that changes