Re: [AOLSERVER] Oracle driver update and SF question

2010-09-05 Thread Sep Ng
I have tested your code updates Majid and they work splendidly! On Sep 4, 10:54 am, Dossy Shiobara do...@panoptic.com wrote:  I have committed Majid's code to GitHub that he has sent to me and have tagged it version 1.1.  You can download the tarball for it using this URL:    

Re: [AOLSERVER] Oracle driver update and SF question

2010-09-05 Thread Dossy Shiobara
Am I understanding you correctly in that your proposed patch is no longer needed? On 9/5/10 7:25 PM, Sep Ng wrote: I have tested your code updates Majid and they work splendidly! On Sep 4, 10:54 am, Dossy Shiobara do...@panoptic.com wrote: I have committed Majid's code to GitHub that he

Re: [AOLSERVER] Oracle driver update and SF question

2010-09-03 Thread Majid Khan
Hi Dossy, Is it possible to remove the one which you just added on github because it's not the clean version which I wanted to add at the time when I ported for aolserver and also I have fixed a type casting bug in the code later on. So I wanted to import a clean and a stable version of

Re: [AOLSERVER] Oracle driver update and SF question

2010-09-03 Thread Andrew Piskorski
On Fri, Sep 03, 2010 at 06:01:17PM +0400, Majid Khan wrote: So I wanted to import a clean and a stable version of nsmemcache to github. Um, hopefully Dossy is importing the entire CVS history to github, not a single snapshot of the code. (I know there are CVS-to-git conversion tools, so I

Re: [AOLSERVER] Oracle driver update and SF question

2010-09-03 Thread Dossy Shiobara
Is it necessary to remove what's there (and lose the change history) or just commit your changes? Send me what you have and I can commit it, or you can fork and send a pull request through GitHub. Are your changes documented? How can they be tested? Will they conflict with Sep's BUFSIZE patch?

Re: [AOLSERVER] Oracle driver update and SF question

2010-09-03 Thread Majid Khan
Yes just remove what's there because there are multiple/redundant copies of the same file so its very confusing which file is the correct version of memcache and about the history, ever since I have imported no one added any patch so there is nothing that we will lose. The code I have sent you is

Re: [AOLSERVER] Oracle driver update and SF question

2010-09-03 Thread Sep Ng
Majid, I will be more than happy to do it. I just probably need to figure how and where to git pull. I don't think I have an account however. Regards. On Sep 4, 5:03 am, Majid Khan majidkha...@gmail.com wrote: Yes just remove what's there because there are multiple/redundant copies of the

Re: [AOLSERVER] Oracle driver update and SF question

2010-09-03 Thread Jade Rubick
I think the best way to do this is to fork the project, then replace it with his code, then commit his diff, and then do a pull request to Dossy. That preserves the history, and allows us to see what Majid's changes are. Jade *Jade Rubick* | Director of Development | TRUiST 2201 Wisconsin Ave

Re: [AOLSERVER] Oracle driver update and SF question

2010-09-03 Thread Dossy Shiobara
I have committed Majid's code to GitHub that he has sent to me and have tagged it version 1.1. You can download the tarball for it using this URL: http://github.com/aolserver/nsmemcache/tarball/1.1 On 9/3/10 5:03 PM, Majid Khan wrote: Yes just remove what's there because there are

Re: [AOLSERVER] Oracle driver update and SF question

2010-09-02 Thread Jade Rubick
Hi Dossy: If you can import the nsmemcached module, we'll commit Sep's fix for larger sized messages. Jade *Jade Rubick* | Director of Development | TRUiST 2201 Wisconsin Ave NW, Suite 250 | Washington, DC 20007 | www.truist.com | +1 202 903 2564 P Please consider the environment before

Re: [AOLSERVER] Oracle driver update and SF question

2010-09-02 Thread Dossy Shiobara
Got it. Imported: http://github.com/aolserver/nsmemcache On 9/2/10 3:11 PM, Jade Rubick wrote: If you can import the nsmemcached module, we'll commit Sep's fix for larger sized messages. -- Dossy Shiobara | do...@panoptic.com | http://dossy.org/ Panoptic Computer Network |

Re: [AOLSERVER] Oracle driver update and SF question

2010-09-01 Thread Dossy Shiobara
FYI, I've imported the nsoracle module into github: http://github.com/aolserver/nsoracle I'll be slowly importing more and more modules as time goes on. If anyone desires a particular module imported sooner rather than later, speak up and I'll try to get to it first. -- Dossy On 8/25/10

Re: [AOLSERVER] Oracle driver update and SF question

2010-08-30 Thread Sep Ng
Hi Andrew, It seems that the changes you did improved the stability of aolserver. I will observe more of this, but the patch is looking good. On Aug 27, 6:13 am, Sep Ng thejackschm...@gmail.com wrote: Thanks for letting me know, Andrew.  I will try to get around to testing the latest code

Re: [AOLSERVER] Oracle driver update and SF question

2010-08-26 Thread Andrew Steets
There was an uniititialized int * being passed into OCI in the code that handles 'ns_ora exec_plsql'. 2.7 is nearly 6 years old now. If you can post the backtrace of a crash w/ the most recent nsoracle from CVS I'm happy to take a look at it. Are you able to reliably reproduce the crash?

Re: [AOLSERVER] Oracle driver update and SF question

2010-08-26 Thread Sep Ng
Thanks for letting me know, Andrew. I will try to get around to testing the latest code base from CVS. I remember that the crashes happen way too often so I'm confident that if the crash was not already fixed, it's going to happen again. On Aug 27, 12:41 am, Andrew Steets ste...@gmail.com

[AOLSERVER] Oracle driver update and SF question

2010-08-25 Thread Andrew Steets
Hello, I just checked in a patch for the Oracle driver that fixes a crash bug we were seeing on some of our servers. Anyone running a relatively recent (last two years) version of the Oracle driver may want to switch. I saw some e-mail a while ago about switching to GitHub, but I don't see any

Re: [AOLSERVER] Oracle driver update and SF question

2010-08-25 Thread Dossy Shiobara
Andrew, Thanks for committing the nsoracle fix! Glad to see you're still working with it. I did start moving the core source to GitHub, but didn't get around to moving the modules. I do intend to move them and, by coincidence, will be doing work directly on AOLserver starting in September, so

Re: [AOLSERVER] Oracle driver update and SF question

2010-08-25 Thread Sep Ng
Hi, Can I ask what nature of the crash this fixes? I remember trying nsoracle 2.8 fork and it was extremely unstable and had to rollback to 2.7. Is this on the CVS tree now? Thanks! On Aug 26, 4:56 am, Andrew Steets ste...@gmail.com wrote: Hello, I just checked in a patch for the Oracle

[AOLSERVER] oracle driver changing -- and breaking?

2004-04-20 Thread Tom Jackson
There are reports at OpenACS.org that the current cvs checkout of the nsoracle driver is broken. Version 2.7, available for download is working under the same conditions. Here is the thread: http://openacs.org/forums/message-view?message_id=175208 Has anyone been working on this driver? tom

[AOLSERVER] Oracle Driver Bug Fix

2003-06-26 Thread Jesse Kipp
Earlier this month here we were running into an old bug in the oracle driver, described here: http://ccm.redhat.com/bboard-archive/webdb/000Ya9.html In the ns_ora exec_plsql command the return buffer was not being given a null terminator (or, as is the case in other bind calls, completely filled

[AOLSERVER] AOLServer Oracle Driver

2002-11-21 Thread Jean-Fabrice RABAUTE
/Oracle driver is compiled using 8i and is using 8i client libs to connect, is it ok ? 2/ can the Oracle driver be compiled with the 9i client library and is it working fine under linux ? (we plan to use Debian). Thanks for any input. Best Regards. Jean-Fabrice RABAUTE Core Services http

Re: [AOLSERVER] AOLServer Oracle Driver

2002-11-21 Thread Doug Harris
So I have two points to validate : 1/ If I have Oracle 9i as DB, and the AOLServer/Oracle driver is compiled using 8i and is using 8i client libs to connect, is it ok ? Yes. We've been doing this for about a week and we've had no trouble so far. 2/ can the Oracle driver be compiled

Re: [AOLSERVER] AOLServer Oracle Driver

2002-11-21 Thread Jean-Fabrice RABAUTE
: AOLserver Discussion [mailto:[EMAIL PROTECTED]]De la part de Doug Harris Envoyé : vendredi 22 novembre 2002 00:41 À : [EMAIL PROTECTED] Objet : Re: [AOLSERVER] AOLServer Oracle Driver So I have two points to validate : 1/ If I have Oracle 9i as DB, and the AOLServer/Oracle driver is compiled

Re: [AOLSERVER] Oracle Driver

2002-09-30 Thread Scott Goodwin
I have a copy of aD 3.3a13, so I can pull that copy out too. Jeff and I will just have to do a heuristic analysis of all the versions. I'm going to unpack them all into one area and start study them. Your info below will help. If anyone else has this kind of historical knowledge, post it here.

Re: [AOLSERVER] Oracle Driver

2002-09-30 Thread Scott Goodwin
Cool -- I just copied you on a response to Jeremy about his version -- he did a lot of reformatting of the code mostly, but did add one command. He suggested we leave his version out of the import, but add the new command he created in manually. Also, if we can get all the way back to 1.6, let's

[AOLSERVER] Oracle Driver update

2002-09-30 Thread Scott Goodwin
Thanks to all who have provided the various versions of the oracle driver code. I've created a version geneology based on the Id tags in the different ora8.c files: 2.3 ora8.c: /* $Id: ora8.c,v 1.54 2000/09/09 02:37:04 mayoff Exp $ */ 2.4 ora8.c: /* $Id: ora8.c,v 1.55 2000/09/20

[AOLSERVER] Oracle Driver

2002-09-29 Thread Scott Goodwin
I now have Oracle Driver 2.3 and 2.5. Anyone who has or knows of Oracle Driver versions of any kind, please send me the tarball and/or send me a direct URL to the download for what you find. I and/or Jeff will open them up and try to determine from file dates and what's in READMEs what order we

Re: [AOLSERVER] Oracle Driver

2002-09-29 Thread Andrew Piskorski
On Mon, Sep 30, 2002 at 02:01:55AM +, Scott Goodwin wrote: I now have Oracle Driver 2.3 and 2.5. Scott, that doesn't sound right. The latest Oracle driver released by aD was 2.6, and I think that's what OpenACS uses. Do you have the version that aD shipped with their AOLserver 3.3+ad13

Re: [AOLSERVER] AOLserver Oracle Driver Improvements

2002-05-30 Thread Rob Mayoff
+-- On May 30, Jeremy Collins said: Who currently maintains the AOLserver Oracle driver? No one, as far as I know. I was the last maintainer at ArsDigita. Since I no longer use AOLserver professionally and do very little with it in my spare time, and since the Oracle driver source code

Re: [AOLSERVER] AOLserver Oracle Driver Improvements

2002-05-30 Thread Andrew Piskorski
On Thu, May 30, 2002 at 03:38:29PM -0500, Rob Mayoff wrote: +-- On May 30, Jeremy Collins said: Who currently maintains the AOLserver Oracle driver? No one, as far as I know. I was the last maintainer at ArsDigita. Since I no longer use AOLserver professionally and do very little

Re: [AOLSERVER] AOLserver Oracle Driver Improvements

2002-05-30 Thread Jeff Hobbs
Rob Mayoff wrote: +-- On May 30, Jeremy Collins said: Who currently maintains the AOLserver Oracle driver? No one, as far as I know. I was the last maintainer at ArsDigita. Since I no longer use AOLserver professionally and do very little with it in my spare time, and since

Re: [AOLSERVER] AOLserver Oracle Driver Improvements

2002-05-30 Thread Peter M. Jansson
While it might be possible to get the oratcl extension to work, it probably wouldn't take advantage of AOLserver's DB handle pools, which are one of the major benefits of AOLserver. Still, for folks coming in with oratcl experience, it might help get them up-to-speed more quickly. But I think

Re: [AOLSERVER] AOLserver Oracle Driver Improvements

2002-05-30 Thread Jeremy Collins
and find someone to maintain it. Looks like Jeremy may be signing up for that daunting duty :) /s. +-- On May 30, Jeremy Collins said: Who currently maintains the AOLserver Oracle driver? No one, as far as I know. I was the last maintainer at ArsDigita. Since I no longer use

Re: [AOLSERVER] AOLserver Oracle Driver Improvements

2002-05-30 Thread Andrew Piskorski
On Thu, May 30, 2002 at 03:58:27PM -0400, Scott Goodwin wrote: Can anyone identify where the latest copy of the ns_ora driver resides? Let's have it imported into the AOLserver SourceForge area and find someone to maintain it. Looks like Jeremy may be signing up for that daunting duty :) I

Re: [AOLSERVER] AOLserver Oracle Driver Improvements

2002-05-30 Thread Rob Mayoff
+-- On May 30, Andrew Piskorski said: I believe the latest Oracle driver is version 2.6, from c. June 11 2001. At least, that's the version I have, and it came with the AOLserver 3.3+ad13 from ArsDigita. As I recall, I never packaged version 2.6 separately from AOLserver 3.3+ad13.

[AOLSERVER] Oracle driver

2002-05-16 Thread Pierre Asselin
Is the oracle driver still maintained? How would I get a hold of the maintainers?

Re: [AOLSERVER] Oracle driver problem (solved)

2001-05-08 Thread Barry Books
It turns out the code to put the clob into the datebase was incorrect The call was db_dml update_trans { update bv_transactions set transaction = :xml where transaction_id = :transaction_id returning transaction into :1

Re: [AOLSERVER] Oracle driver problem

2001-05-07 Thread Ling Wang
of people helped me some what without any success. Good luck. Ling Wang From: Barry Books [EMAIL PROTECTED] Reply-To: AOLserver Discussion [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [AOLSERVER] Oracle driver problem Date: Mon, 7 May 2001 16:54:22 -0500 Hello, I'm working on an Oracle driver