How I can do data Integration with ORACLE database ?
I have scenario where I have to push final sales figures to be pushed to an oracle database.
Thanks for your help
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
How I can do data Integration with ORACLE database ?
I have scenario where I have to push final sales figures to be pushed to an oracle database.
Thanks for your help
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
2
Feb 24
|
781 | ||
|
1
Sep 17
|
5228 | ||
|
1
Dec 16
|
7261 | ||
|
1
Mar 15
|
6342 | ||
|
1
Dec 24
|
22 |
That's a question of interest to me too... we also have an Oracle db in house, and it would be nice (essential, actually) to be able to move small bits of data back and forth between them from time to time. I have been able to access the Oracle quite nicely via PHP OracleInstantClient. And I believe there is also some sort of PHP interface to the PostgreSQL ... so my thought is to simply build some PHP pages and iframe them in to the odoo web insterface. Kludgey, yes... but I don't know Python yet and I'm not sure I have time to learn it...