|
Re: Data reading from COM port in oracle [message #50599 is a reply to message #50593] |
Sun, 24 March 2002 23:55 |
MOE
Messages: 14 Registered: February 2002
|
Junior Member |
|
|
Hi,
there are two main possibilities:
1. You set up ServerProcess written in a language you like (depends on your OS. C, VisualBasic etc.). The process makes a DB-Coonection, handles the Com-Port and inserts the data...
2. You programm an external procedure in oracle (written in C or Java?) which reads the data fom the Com-Port.
Via a stored procedure (either PL/SQL or Java) you make call's to read the com-data and insert the data.
You can now use DBMS-Job to run the procedure, whenever the database in online.
MOe
|
|
|