moodle to oracle

moodle to oracle

by Petar Atanasov -
Number of replies: 4
Hi everybody !

I'm trying to migrate the existing moodle database to oracle.
I have extracted already the setup sql and with a little
regular expressions have cleared it. Now I intend to build up
a db under oracle express edition and than dive in the php code smile))

I need some aditional information about the db structure,
(relations, unique constraints etc). Could it be possible to join
the developers team, I have some other ideas too smile)

Thanks in advance!
Petar
Average of ratings: -
In reply to Petar Atanasov

Re: moodle to oracle

by Helen Foster -
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers Picture of Translators
Hi Petar,

You may be interested to read Moodle Docs XML database schema. smile
In reply to Helen Foster

Re: moodle to oracle

by Petar Atanasov -

wow,

Exciting approach - AXMLS is quite new for me,


I'll experiment it with pleasure cool

Helen this is a very interesting approach that you have suggested.


Usually, in my practice I use a sql script file, which builds up working db.

That leads me to the idea to create a pure in the sense of ANSI
sql which will create the moodle db for various db engines. Creating type specific columns could pass on second .sql and patch the current version of the db. what do you think about this idea ?

Ill try AXMLS and keep in touch.

 

Regards


Petar