Menu

phpwiki and oracle

Help
Anthony
2004-06-16
2012-10-11
  • Anthony

    Anthony - 2004-06-16

    Has anyone managed to get phpwiki working with oracle? There isnt a table generation script for oracle, and I wanted to check for one before I modified one to fit oracle, and to see if there are any issues with phpwiki running in an oracle database (I'd prefer this over a file-based-db).

     
    • Philippe Vanhaesendonck

      Short answer: Yes I do!

      Longer answer:
      It is not straightforward...
      Main problems are:
      - The current SQL in the Pear backend is not always standard, some statements need to be re-written
      - The way Oracle handle empty strings (NULLs)  is also problematic
      - Length of character strings is limited in Oracle, so some  statements in the backend need to be re-written as well
      - Not to speak about column/table case handling.

      But appart from that it runs like a breeze on a 10g database.

      If there is some interrest in the community I can polish a bit my oci8 backend and release it...

       
      • Reini Urban

        Reini Urban - 2004-06-25

        I can polish it also.

        You work would be very appreciated.

         
    • Reini Urban

      Reini Urban - 2004-07-01

      Oracle support was added lately to current CVS. (pear only)
      Thanks to Philippe Vanhaessendonck

       
    • Anthony

      Anthony - 2004-07-06

      Thanks guys! As soon as I figure out CVS I'll get at the source and run it (I'm not sure if I'm doing something wrong or my office has blocked the port CVS uses).

      Thanks again!

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.