Re: Oracle SQLPLUS and the latest release Kill a line (control U default) not working

2020-05-02 Thread Marco Atzeri via Cygwin
Am 30.04.2020 um 17:34 schrieb jsteifel: I'm totally frustrated by this. I do not want to have to add this to all the systems I have since I don't have a development env setup with compilers, I am finding the shift key doesn't work at all. that is strange, can you clarify the conditions ? I

Re: Oracle SQLPLUS and the latest release Kill a line (control U default) not working

2020-04-30 Thread jsteifel
I'm totally frustrated by this. I do not want to have to add this to all the systems I have since I don't have a development env setup with compilers, I am finding the shift key doesn't work at all. I have an older version of cygwin, no problem. Why is it a problem now. Why would the new code requ

Re: Oracle SQLPLUS and the latest release Kill a line (control U default) not working

2020-03-18 Thread jsteifel
Thank you. I'm surprised this hasn't been incorporated into the cygwin build. I guess its not been offered. Thanks. -- Sent from: http://cygwin.1069669.n5.nabble.com/Cygwin-list-f3.html -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Docu

Re: Oracle SQLPLUS and the latest release Kill a line (control U default) not working

2020-03-17 Thread Brian Inglis
On 2020-03-17 12:44, jsteifel wrote: > I have been a cygwin user since 2005. I have found it has saved me on a > windows system. I am an Oracle DBA, and working on *Nix has been my thing > until companies stopped providing workstations. So cygwin has been it. > > My last update of cygwin was in

Re: Oracle OCI under cygwin

2012-03-07 Thread Corinna Vinschen
On Mar 7 16:37, Michel Bardiaux wrote: > > Cygwin applications don't use the WIN32 environment. Rather they have > > their own copy of the environment in a POSIX layout. What happens is > > probably that the OCI lib calls GetEnvironmentString ("TNS_ADMIN",...) > > and gets nothing back, since

RE: Oracle OCI under cygwin

2012-03-07 Thread Michel Bardiaux
> Cygwin applications don't use the WIN32 environment. Rather they have > their own copy of the environment in a POSIX layout. What happens is > probably that the OCI lib calls GetEnvironmentString ("TNS_ADMIN",...) > and gets nothing back, since the variable is just not in the Win32 > enviro

Re: Oracle OCI under cygwin

2012-03-07 Thread Corinna Vinschen
On Mar 7 15:46, Corinna Vinschen wrote: > On Mar 7 14:38, Michel Bardiaux wrote: > > I have an up-to-date cygwin on XP SP3 (and yes, rebasealled). I have > > also installed the Oracle basic (NOT instant) client for Win32. And I > > have a C application that queries an Oracle DB using OCI. Another

Re: Oracle OCI under cygwin

2012-03-07 Thread Corinna Vinschen
On Mar 7 14:38, Michel Bardiaux wrote: > I have an up-to-date cygwin on XP SP3 (and yes, rebasealled). I have > also installed the Oracle basic (NOT instant) client for Win32. And I > have a C application that queries an Oracle DB using OCI. Another > relevant bit of setup info: environment variab

Re: Oracle 10g sqlplus takes 6 quits or exits when run from cygwin

2010-02-28 Thread Jason Thurston
I've discovered that the 6 quits to exit sqlplus only happens with sqlplus is launched from the rxvt native terminal. Sqlplus exits properly on the first quit with the standard "Cygwin Bash" terminal. I also just reproduced this issue with a new laptop, and fresh new install of the newest releas

Re: Oracle 10g sqlplus takes 6 quits or exits when run from cygwin

2007-02-19 Thread Shankar Unni
Jason Thurston wrote: I just installed cygwin and I just installed oracle 10g on my Windows XP computer.If I run sqlplus to connect to oracle 10G through a tns connection then when I want to exit I have to type "quit" 6 times in a row and then it will exit sqlplus. I've been using Cygwin w

Re: Oracle, ProC and cygwin - troubles

2004-11-17 Thread Bødker . Martin Hendersen MHB
Thanks for your reply. We have now modified the registry with the keys, as described by Gerrit, to increase the heap size. The result is the same. I can give some more details that we have encountered. It is possible to run the program in gdb, but only if we compile and link with oraSQL10.lib:

Re: Oracle, ProC and cygwin - troubles

2004-11-11 Thread Gerrit P. Haase
Ole og Louise wrote: Hi all, We are using Cygwin (1.5.11) in the process of porting an Unix-based application to Windows 2000/XP. The application is based on Oracle DB (version 10.1.0), and the database is accessed through Embedded SQL (using the ProC precompiler). So far we have a small test appli

Re: Oracle

2004-10-12 Thread Gerrit P. Haase
Hallo David, Am Dienstag, 12. Oktober 2004 um 19:11 schriebst du: > HI, > Like everyone else, I have cygwin installed on my Microsoft Windows platform. > And, I installed Oracle on the machine. Unfortuanately, all the Oracle > libraries link only with Microsoft's CL compiler. > Has anyone used

RE: Oracle

2004-10-12 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of David > Sent: 12 October 2004 18:12 >I was thinking of > getting the *.a libraries from a linux distribution. Would this work? Not a chance in a million, sorry. No more likely to work than getting a Linux executable and trying to

Re: Oracle

2004-10-12 Thread Dmitry Melekhov
- Original Message - From: "David" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 12, 2004 9:11 PM Subject: Oracle > HI, > > Like everyone else, I have cygwin installed on my Microsoft Windows platform. > And, I installed Oracle on the machine. Unfortuanately, all the