Re: [DB-SIG] [Web-SIG] WSGI thread affinity/interleaving

2005-12-30 Thread Guido van Rossum
g as only one thread "owns" them at any time. IOW if I maintain my own locking, why would I still be limited in sharing connections/cursors between threads? What am I missing? -- --Guido van Rossum (home page: http://www.python.org/~guido/)

Re: [DB-SIG] introduction for Oracle-based newbies; evangelism

2005-08-11 Thread Guido van Rossum
post it elsewhere, but I don't really know > where. Thoughts? I sent this to my local Oracle folks, one of whom suggested that you could try the various local oracle user groups next. They might be more interested than IOUG. E.g. http://nocoug.org/ -- --Guido van Rossum (home page: ht

Re: [DB-SIG] a little trouble passing values to Oracle using bind variables

2005-05-17 Thread Guido van Rossum
x27; > act1 = goGetIt( NactivityDt, NactionCode ) > > NactivityDt = '12-apr-2005' > NactionCode = 'chr(13)' > act2 = goGetIt( NactivityDt, NactionCode ) > > NactivityDt = '12-apr-2005' > NactionCode = chr(13) > act3 = goGetIt( NactivityDt, NactionCode ) -- --Guido van Rossum (home page: http://www.python.org/~guido/) ___ DB-SIG maillist - DB-SIG@python.org http://mail.python.org/mailman/listinfo/db-sig

Re: [DB-SIG] cx_Oracle and Unicode ???

2005-05-05 Thread Guido van Rossum
ne about whether or not that is supposed to work. > We've also talked about using NVARCHAR2 and NCLOB. > > We have not set any environment variables on Solaris. > > Thanks in advance, > Mark > > ___________ > DB