search for: oci

Displaying 20 results from an estimated 157 matches for "oci".

Did you mean: ci
2006 Jan 09
1
php with OCI support
Hi, I'm trying to get OCI support in php on RHEL 4. So i installed the oracle-client and php.src.rpm and then typed: rpmbuild -bb --with oci /usr/src/redhat/SPECS/php.spec It rebuild fine, but no oci support, on the spec file of the PHP package it's there the OCI support, it's not --with oci that i should use? T...
2006 Aug 17
0
OCI.DDL (module could not be loaded)
Hi guys, I had a problem in connecting oracle DB through ROR application. It says OCI.DDL (module could not be loaded) while running the webrick server. I have installed the ruby-oci-0.1.13-mswin.rb.While searching in net I found saying to copy OCI.DDL in system32 folder but Still i faced the same problem of not able to start the webrick server. Can anyone help me out to giv...
2005 Dec 28
2
OCI/ODBC on Windows
I have been trying to connect to an Oracle database on a windows machine. I succesfully ran a test program using ODBC to connect to Oracle, but I am out of luck on doing this with rails. I am unable to install the OCI Adapter on Windows and am trying to figure it out. Meanwhile, if anyone could provide me with some pointers or references, I would be grateful. I am finding it a bit difficult in locating the right information. Thanks, Nikhil -- Posted via http://www.ruby-forum.com/.
2008 Feb 06
3
slogging my way thru oracle, not adapter? gem install fails?
<ubuntu_gutsy> me@ubuntu:~/workspace/oracle/ro$ gem install activerecord-oci-adapter Bulk updating Gem source index for: http://gems.rubyforge.org ERROR: While executing gem ... (Gem::GemNotFoundException) Could not find activerecord-oci-adapter (> 0) in any repository <ubuntu_gutsy> me@ubuntu:~/workspace/oracle/ro$ rake db:migrate (in /home/me/workspace/oracl...
2007 Jan 05
1
InstantRails with Ruby One-Click Installer?
Hi. I would like to hear how/what other users are installing for development and reference support. I currently have both InstantRails and the Ruby One-click Installer installed. I don''t like telling co-workers to install both (the OCI has lots of nice documentation useful to Rails developers). Also, the Ruby OCI helps when needing to run Ruby scripts outside of the InstantRails environment. Is it a given that both of these large downloads are needed, even though there is some overlap? -- Dennis Sutch dennis at sutch.com
2009 May 06
0
OCI Library Initialization Error
I am attempting to connect to ORACLE11g however i am getting the following error: "OCI Library Initialization Error" IT always errors on OCIENV.init(). I cant see anything wrong on the ENV configurations. Has anyone had this problem, or any suggestions on where i should look for anwers? I am using the following gems: ruby-oci8 (1.0.4) activerecord-oracle-adapter (1.0.0.9250...
2006 Apr 12
0
Re: Re: Oracle unit test problem in Rails 1.1.2/Ruby-OCI 0.1
...nal 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 <loriolson@labradortechnologies.com> wrote: > >> > Are you using migrations to create that table, or > >> > > I understood that you were talking about the test database, > but you'...
2009 Apr 14
1
Oracle oci8 => OCIError: OCI Library Initialization Error
I''m trying to get ActiveRecord working with an Oracle DB over the instant client. On a 32bit machine, I can require ''oci8'': Linux xxx.xxx.xxx.xxx 2.6.9-78.0.17.ELsmp #1 SMP Thu Mar 5 04:52:17 EST 2009 i686 i686 i386 GNU/Linux irb(main):001:0> require ''oci8'' => true However, on a 64bit machine: Linux xxx.xxx.xxx.xxx 2.6.18-128.1.6.el5 #1 SMP Tue Mar 24 12:05:57 EDT 2009 x86_64 x86_64...
2012 Mar 06
2
paquete ROracle en linux
...de linux debian y estoy probando a instalar el paquete ROracle para usar la misma forma de conectarme que tenía cuando usaban postgres. El tema es que al instalarlo me dice * installing *source* package ?ROracle? ... ** package ?ROracle? successfully unpacked and MD5 sums checked configure: error: OCI libraries not found ERROR: configuration failed for package ?ROracle? * removing ?/usr/local/lib/R/site-library/ROracle? he instalado el paquete oracle-instantclient11.2-basic-11.2.0.3.0-1.x86_64.rpm (después de pasarlo a deb con alien) pero me sigue dando el mismo error. supongo que necesito los...
2006 Mar 16
3
Connecting to Oracle8i
...one): 1. i installed the one-click ruby installer (ruby184-16p3 windows.exe) 2. i installed the rails-1.0.0 framework using gem successfully 3. i tried connecting to oracle using all possible combination in the database.yml file (in the DATABASE and the HOST entry) but failed with the nonexistent oci adapter (ActiveRecord::AdapterNotFound) exception, for example : - blank in DATABASE, full tns name entry in HOST, and vice versa - blank in HOST, sid name entry in DATABASE, and vice versa - both field with full tns name - both field with only sid name 4. so i tried re-installing only the activer...
2006 May 02
1
Tests just deleted my production Database!!! PLEASE
...t or production. - Christian On 02/05/06, Jon <jonfgreg@gmail.com> wrote: > > Running the functional tests has deleted the data in my production > database!!! please help!! Using rails 1.1.1 + Oracle. > > This is my database.yml file : > > development: > adapter: oci > host: "V2:1521/TIM" > username: salt > password: oracle1 > > test: > adapter: oci > host: "V2:1521/TIM" > username: rectest > password: oracletest > > production: > adapter: oci > host: "V2:1521/TIM" > username: sal...
2005 Jul 27
7
Oracle OCI8, or "am I going crazy?"
All of a sudden, on three different systems, the "server_ip_address/sid_name" syntax in database.yml has stopped working for me. I can''t even do a OCI8.new(blah blah blah) statement from an IRB shell. I get "ORA-12541: TNS:no listener", or some variant, depending on how I phrase it. On systems where I have a real deal client installed, and OCI can find the tnsnames file, I can still connect using the sid name by itself. Did something...
2006 Feb 20
2
Oracle & Ruby on Rails
I''ve a remote database create using Oracle. This database use schemas. I tried to connect to it using Ruby On Rails,with this file Database.yml : development: adapter: oci host: liber database: ENERGIA username: user password: pass test: adapter: oci host: liber database: ENERGIA username: user password: pass production: adapter: oci host: liber database: ENERGIA username: user password: pass Where "ENERGIA" is a schema'...
2006 May 02
17
Tests just deleted my production Database!!! PLEASE HELP
Running the functional tests has deleted the data in my production database!!! please help!! Using rails 1.1.1 + Oracle. This is my database.yml file : development: adapter: oci host: "V2:1521/TIM" username: salt password: oracle1 test: adapter: oci host: "V2:1521/TIM" username: rectest password: oracletest production: adapter: oci host: "V2:1521/TIM" username: salt password: oracle1 How did it happen. It seems impos...
2006 Apr 20
4
oci8 mac os x intel
Is rails + oci8 + mac os x intel a winning combination? It appears that oci8 might be a issue.
2006 Jan 10
5
Oracle 10g Express - generate scaffold gives error
...i386-mswin32] [2006-01-10 23:00:46] INFO WEBrick::HTTPServer#start: pid=888 port=3000 and when loading http://127.0.0.1:3000/user/ I got wrong argument type Fixnum (expected String) RAILS_ROOT: ./script/../config/.. Application Trace | Framework Trace | Full Trace e:/ruby/lib/ruby/site_ruby/1.8/oci8.rb:155:in `attrSet'' e:/ruby/lib/ruby/site_ruby/1.8/oci8.rb:155:in `initialize'' e:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/active_record/connection_adapters/oci_adapter.rb:515:in `new'' e:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/active_record/conne...
2008 Jul 21
1
OCI
...39;--enable-versioning' '--enable-track-vars=yes' '--enable-url-includes--enable-sysvshm=yes' '--enable-sysvsem=yes' '--with-gettext' '--enable-mbstring' '--enable-ftp' '--enable-calendar' '--with-config-file-path=/etc' '--with-oci8=/u01/app/oracle/product/10g/db' '--enable-soap' '--with-gd' '--enable-xml' '--with-xml' '--enable-sysvsem' '--enable-sysvshm' '--enable-sysvmsg' '--with-regex=system' '--with-png' '--with-ttf=/usr/lib' '--with-...
2006 Jan 18
1
Problem with OCI in Apache
My Application runs fine when run on webrick, but throws up database error when run from apache. this is the copy of the FULL TRACE i get /usr/local/lib/ruby/site_ruby/1.8/oci8.rb:131:in `create'' /usr/local/lib/ruby/site_ruby/1.8/oci8.rb:131:in `initialize'' /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/active_record/connection_adapters/oci_adapter.rb:515:in `new_connection'' /usr/local/lib/ruby/gems/1.8/gems/activerecord-1.13.2/lib/a...
2006 May 02
1
Tests just deleted my production Database!!!
...> Running the functional tests has deleted the data in my production > > > > database!!! please help!! Using rails 1.1.1 + Oracle. > > > > > > > > This is my database.yml file : > > > > > > > > development: > > > > adapter: oci > > > > host: "V2:1521/TIM" > > > > username: salt > > > > password: oracle1 > > > > > > > > test: > > > > adapter: oci > > > > host: "V2:1521/TIM" > > > > username: rectest &gt...
2006 Feb 27
5
Database connections...so many connections!
Hello all. I am currently running a very simple ruby app. It connects to an Oracle server using the OCI8 adapter. I have two controllers, each one connects to a different schema on the server, I looked at the WIKI that had details of multiple database connections (http://wiki.rubyonrails.com/rails/pages/HowtoUseMultipleDatabases), I moved the code from the application controller into each controller...