Hi.
I have an application which was primarily created with Oracle (XE). I want to run it on the RaspberryPi, but obviously Oracle isnt going to fly.
Can anyone suggest a replacement. the program makes use of plsql stored procedures....
Regards,
Andrew
Database on Pi...
4 posts
- Posts: 4
- Joined: Tue Jun 19, 2012 3:57 pm
andymorton wrote:Hi.
I have an application which was primarily created with Oracle (XE). I want to run it on the RaspberryPi, but obviously Oracle isnt going to fly.
Can anyone suggest a replacement. the program makes use of plsql stored procedures....
Regards,
Andrew
I dont know how it will work on an rPi, but postgreSQL i think is the best match. For really constrained systems, sqlite.
R
- Posts: 39
- Joined: Mon Jun 11, 2012 10:43 am
Thanks Richard. Ill give that one a try out!!!
Regards,
Andrew
Regards,
Andrew
- Posts: 4
- Joined: Tue Jun 19, 2012 3:57 pm
I would agree with postgres.
You are going to have to port all the stored procs though.
The following might help
http://ora2pg.darold.net/
http://www.postgresql.org/docs/8.4/stat ... rting.html
You are going to have to port all the stored procs though.
The following might help
http://ora2pg.darold.net/
http://www.postgresql.org/docs/8.4/stat ... rting.html
- Posts: 265
- Joined: Tue Jan 10, 2012 11:05 am