Displaying 20 results from an estimated 30000 matches similar to: "New Oracle+Rails HowTos on OTN"
2007 Nov 08
1
Oracle Instant Client 11g on CentOS 5 (32-bit) workaround
I downloaded the RPMs from the Oracle web site (otn.oracle.com) and
successfully installed them on my C5 box, but the sqlplus client
software would not run properly. After a few iterations with sealert, I
finally got a handle on what was happening.
It turns out that most of the shared libraries Oracle installs need to
have their SElinux file context modified to allow relocation. Here's
2006 Apr 12
0
Re: Re: Oracle unit test problem in Rails 1.1.2/Ruby-OCI 0.1
> -----Original Message-----
> From: rails-bounces@lists.rubyonrails.org
> [mailto:rails-bounces@lists.rubyonrails.org] On Behalf Of Lori Olson
> Sent: Tuesday, April 11, 2006 8:04 PM
> To: rails@lists.rubyonrails.org
> Subject: [Rails] Re: Re: Oracle unit test problem in Rails
> 1.1.2/Ruby-OCI 0.1
>
>
> Wilson Bilkovich wrote:
> > On 4/11/06, Lori Olson
2008 Feb 22
2
Connecting to Oracle from Rails 2.0.2
Long afternoon, but finally got it. Hope this spares you some pain:
Installation instructions mainly based on:
http://ruby.about.com/od/enterprise/ss/ruby_oracle.htm
Install Oracle Instant Client:
mkdir C:\oracle
cd c:\oracle
Get the following files from here:
http://www.oracle.com/technology/software/tech/oci/instantclient/htdocs/winsoft.html
and unzip them into the c:\oracle\
unzip
2002 Jul 15
1
*****SPAM***** Location Based Services in Oracle 9i, iSeminar- Today, 7/15 @2PM EST
SPAM: -------------------- Start SpamAssassin results ----------------------
SPAM: This mail is probably spam. The original message has been altered
SPAM: so you can recognise or block similar unwanted mail in future.
SPAM: See http://spamassassin.org/tag/ for more details.
SPAM:
SPAM: Content analysis details: (6.3 hits, 5 required)
SPAM: Hit! (0.6 points) From: does not include a real name
2009 Apr 11
0
migration oracle auto_increment
I have a schema for ~15 tables in MySQL. I need to migrate it to Oracle
though I''ve never used Oracle before. I see that Oracle doesn''t have an
auto_increment built in. One must create a trigger table for each
auto_incrementing id. I''m contemplating translating my MySQL schema
into a Ruby migration script.
Do you know if Ruby migrations will generate enough SQL to
2006 Apr 11
6
Oracle unit test problem in Rails 1.1.2/Ruby-OCI 0.1.14
I''ve upgraded to Rails 1.1.2, and I''m trying to push this change through
to our build server (Linux/Oracle) and we are getting some errors in the
unit tests using Oracle. Looking at the data in the tests reveals a
precision problem. Looking at the tables tells the whole story.
My development database contains this table:
SQL> describe dls_grids;
Name
2006 Apr 21
2
ext3 data=ordered - good enough for oracle?
Given that the default journaling mode of ext3 (i.e. ordered), does not
guarantee write ordering after a crash, is this journaling mode safe
enough to use for a database such as Oracle? If so, how are out of sync
writes delt with?
Kind regards,
Herta
Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm
2011 Jun 22
2
best references (tutorials & howtos) for an experienced Rails Developer to start building Facebook Apps with RoR?
Hi everyone,
what are your best references (tutorials & howtos) for an experienced Rails
Developer to start building Facebook Apps with RoR?
THANKS
+++++++++++
Pravin Mishra
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
2006 Mar 02
1
Insert a data in Oracle with Rails
Hi,
I tried many things to insert a data in an Oracle Table, but the Rails
compiler never Works!
I create this Oracle table:
CREATE TABLE "FOO" (
"id" int NOT NULL primary key,
"acolumn" VARCHAR(10) NULL
)
and when i tried to insert a new row the Rails compiler tell me :
OCIError: ORA-00904: invalid column name: INSERT INTO AGO.FOO (acolumn,
id)
2006 Oct 10
1
Oracle Client for Rails on FC5
It seems to be quite an issue to get an Oracle 10g client running on
Fedora 5 (FC5) Linux.
Does rails (or active record to be more concise) really need the full
(300 MB) Oracle client or is this small easy-to-install
Oracle-Instant-Client sufficient?
Or is there a pure-Ruby solution that works without any Oracle-client
installation?
Best regards
Karl
2011 Aug 12
1
http://wiki.centos.org/HowTos/JavaRuntimeEnvironment
Hi all
According to a report made in #centos, the procedure described at
http://www.if-not-true-then-false.com/2010/install-sun-oracle-java-jdk-jre-7-on-fedora-centos-red-hat-rhel/
works OK for jdk 1.7
It looks pretty similar to
http://wiki.centos.org/HowTos/JavaRuntimeEnvironment so I updated our
page to reflect the fact the jre-1.7 can be installed using the
procedure already
2006 Apr 07
1
Rails on Oracle tutorial... from Oracle!
I''ve not seen this posted anywhere else on the list..
http://www.oracle.com/technology/pub/articles/haefel-oracle-ruby.html?rssid=rss_otn_news
Abstract:
"
You may have already heard about Ruby on Rails, the new application
framework that seems to be taking the Web development community, in
particular J2EE and PHP programmers, by storm.
Rails is a capable Web application platform
2008 Jul 17
0
More trouble connecting Rails to Oracle
Hi,
I have an application under development that I have been working on with
a PC. I have just checked out the code on a Mac, and I cannot get my
server to start. I am using Rails 2.0.2. Below is the error:
wireless:events me$ ruby script/server
=> Booting Mongrel (use ''script/server webrick'' to force WEBrick)
=> Rails application starting on http://0.0.0.0:3000
=>
2010 Dec 08
0
rails 3 with oracle
Hi all can you please guide me on how to setup a new rails3
application with oracle as the database.
i have tried so many times and havin errors..
I used this command
rails new <app name> --database oracle
it does create the application fine but in the database.yml file i
have something like this
development:
adapter: oracle
database: databaseName
username: User
password: Secret
2006 Mar 01
2
Oracle auto_increment ??? & Rails
To make a new istance of an Oracle table with Rails, i need that this
table had a column named ''id''. This ''id'' must be Primary Key &
auto_increment;.
How Can I modify the ''id'' properties to do it Auto_increment in Oracle?
--
Posted via http://www.ruby-forum.com/.
2005 Sep 07
0
using Oracle bind vars in Rails
Has anyone looked into having ActiveRecord use Oracle bind vars? I don''t
know if the same concept is supported in other dbs, but Oracle''s OCI
driver supports late binding with dramatically improved performance.
I did a quick test to confirm that I could expect the same performance
improvement through the Ruby OCI8 driver, and in a simple test it looks
to be a 5x improvement.
2006 Dec 29
0
Rails AR/Oracle Unit Test: [5808] passed (fixed)
"minam" made AR/Oracle happy again, thank you!
http://dev.rubyonrails.org/changeset/5808
------------------------------------------------------------------------
r5808 | minam | 2006-12-29 11:05:53 -0800 (Fri, 29 Dec 2006) | 2 lines
try to appease the angry Oracle
------------------------------------------------------------------------
U activerecord/test/base_test.rb
U
2008 Dec 10
0
[JOBS] Calling all Ruby on Rails and/or Oracle Application Express Gurus!!
Are you NZ based (or in the process of relocating) and a Ruby on Rails
and/or Oracle Application Express guru??
Then read on……
We are on the look out for people with the following technical skills
ROR Developers: Ruby on Rail
SQL
Unix/Linux
HTML/CCS/Javascript
Oracle Apex Developers: SQL
HTML/CSS/Javascript
Working knowledge of RAD
2006 May 16
4
Oracle and MySql simultaneously from rails app
I searched this site on Oracle && MySql, nothing came up, so perhaps
this is a new topic for this forum.
I''d like to access two databases from the same application
simultaneously (well, more precisely, in rapid succession, calling one
first and then the other, as any "joins" will be done in the application
code).
One database is in MySql, the other is Oracle.
2006 Dec 20
1
Problem with Oracle function-based indexes in Rails
Hello,
We''re using Rails on an Oracle database. If we define an index like the
following, we end up with problems during the "db:schema:dump" rake target.
add_index "emcolumn", ["upper(name)"], :name => "ind_emcolumn_uname"
The created schema.rb file contains:
add_index "emcolumn", ["sys_nc00013$"], :name =>