![]() |
CI_SESSIONS and ORACLE - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: CI_SESSIONS and ORACLE (/showthread.php?tid=22865) Pages:
1
2
|
CI_SESSIONS and ORACLE - El Forum - 10-23-2009 [eluser]neofactor[/eluser] We are at the UNC Charlotte. Adopting CI and Oracle 10 for development. May also be forced to adopt FLEX with SunGaurd using Java on the backend. Time will tell. CI_SESSIONS and ORACLE - El Forum - 10-23-2009 [eluser]kgill[/eluser] [quote author="geekdad" date="1256365515"]Ummm, not exactly. In Oracle (I believe since version 9 days, but certainly in 10 & 11), it's like this: [/quote] Wow completely forgot about the whole forcing Oracle to acknowledge case. I went back to my notes from when I originally got CI up and running and seems like I went the route of modifying the Sessions class to use upper cased column names to solve my session problem. @neofactor - I work for a Banner school as well and we've been using CI & Oracle for the last 3 years in an app that hooks into Banner. As for the Flex aspect, we're under a directive from our CIO to start thinking about using it as an alternative to yet another Banner self service web app. Right now I'd just be happy if I could convince certain coworkers that mixing htp.prn, cursors, all the logic and SQL in one giant procedure needs to stop. |