Re: [R] ROracle and select query empty

2005-08-29 Thread dhinds
Mathieu Drapeau <[EMAIL PROTECTED]> wrote: > Thanks!!! > It is working now. I'll look into whether ROracle can be tweaked to prevent this problem. -- Dave __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do r

Re: [R] ROracle and select query empty

2005-08-29 Thread Mathieu Drapeau
Thanks!!! It is working now. Mathieu [EMAIL PROTECTED] wrote: >Mathieu Drapeau <[EMAIL PROTECTED]> wrote: > > > >>I am using Linux Oracle Client 9i and I am running my R scripts on a >>Linux box. >> >> > >Does /usr/include/sqlca.h exist? This is a Postgres file. My hazy >memory is that

Re: [R] ROracle and select query empty

2005-08-29 Thread dhinds
Mathieu Drapeau <[EMAIL PROTECTED]> wrote: > I am using Linux Oracle Client 9i and I am running my R scripts on a > Linux box. Does /usr/include/sqlca.h exist? This is a Postgres file. My hazy memory is that this conflicts with an Oracle header; and that if ROracle sees this one at compile tim

[R] ROracle and select query empty

2005-08-29 Thread Mathieu Drapeau
I am using Linux Oracle Client 9i and I am running my R scripts on a Linux box. I logged on our Oracle administration interface and the queries that I launched were executed and returned many lines directly to my Linux box. It looks that the problem is with the fetch method. Thank you very much,

Re: [R] ROracle and select query empty

2005-08-27 Thread dhinds
Mathieu Drapeau <[EMAIL PROTECTED]> wrote: > Hi, > I just installed ROracle and RDBI. The connection to the database seems > to work also. My problem is when I am selection rows that really exist > in the database, it is returning nothing. Where should I look to see > what could be my problem?

[R] ROracle and select query empty

2005-08-25 Thread Mathieu Drapeau
Hi, I just installed ROracle and RDBI. The connection to the database seems to work also. My problem is when I am selection rows that really exist in the database, it is returning nothing. Where should I look to see what could be my problem? Thank you very much, Mathieu > drv <- dbDriver("Ora