Re: [R] Implementing R through Oracle

2007-11-08 Thread jah
Thanks for all your advice and I have spent considerable time looking at all the options. I have good new and bad news. Bad news I won't be implmenting R on our server. Good news I can keep all the business logic in the database where it belongs. What I will be doing is taking the data set and tur

Re: [R] Implementing R through Oracle

2007-11-05 Thread jah
I have looked through all the ROracle documentation, R-help, R-dev, Googled the world and still cannot figure out this issue. Everything I read it is about connecting to an Oracle database and pulling data, processing it, and then pushing it back to Oracle. I am running in pl/sql code so I already

[R] Implementing R through Oracle

2007-10-30 Thread jah
I have been looking for a statistical package that I can implement in our application and I came across R. We run an n-Tier environment with an Oracle 10g backend. Our design is to keep all business logic in the backend. What I would like to do is call R from pl/sql. I noticed that ROracle is desi