Displaying 20 results from an estimated 10000 matches similar to: "Wine + PL/SQL Developer + Ubuntu"
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?
Thanks
Regards,
Ricardo
-------------- next part --------------
An
2008 Aug 26
0
Re: Wine + PL/SQL Developer + Ubuntu
Revieing an old topic, the original poster's issue is not a WINE issue, but a missing prerequisite of the program. From http://www.allroundautomations.nl/plsqldev.html (emphasis mine):
System requirements
PL/SQL Developer will run on Windows 95, 98, ME, NT4, 2000, XP, 2003 and Vista. The supported Oracle Server versions are 7.x, 8.x, 8i, 9i, 10g and 11g on any platform. To connect to an
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
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/oracle/ro)
rake
2006 Jan 10
5
Oracle 10g Express - generate scaffold gives error
Hello,
I have Oracle XE installed.
I have a table USERS.
When I try to generate a scaffold it gives me this error.
I tried also with Mysql and it worked.
E:\radrails\projects\MPS>ruby script\generate scaffold user
exists app/controllers/
exists app/helpers/
create app/views/user
exists test/functional/
dependency model
exists app/models/
exists
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
2007 Oct 25
1
Problem with Oracle
Hi,
Normally I''m using Rails with mySql but for the moment I''m trying to
make a Rails/Oracle solution using oci and instantclient, but I''m
having a problem I receive the following when doing a select
Exception string : undefined method `empty?'' for 1:Fixnum
does anybody know a solution to this.
kr
Torben
2006 Mar 16
3
Connecting to Oracle8i
Hi All,
I have a problem in connecting to oracle and here is the steps i''ve been
going through (i''m using the regular oracle8 client, not the instant
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
2006 May 02
1
Tests just deleted my production Database!!! PLEASE
When you run your functional tests, rake wipes the "test" database clean and
recreates it based on what is in the "development" database. Since it
appears you are using the same database for both, that would explain why you
lost your data. In addition, if you omit the data needed to access the
development database you will get an error like you described, because
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:
2012 Mar 06
2
paquete ROracle en linux
Buenas.
Necesito conectarme a una BD Oracle desde 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
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:
2006 May 02
1
Tests just deleted my production Database!!!
Sorry, in my haste I forgot to modify the subject.
5/2/06, "Christian R. Garner" <olus@digitalapathy.net>wrote:
>
> All assumptions aside, "rectest" and "salt" are usernames not
> databases/schemas according to the pasted config. If they were in fact
> different databases/schemas, this problem could never have happened.
> While
>
2007 Jul 06
1
Anyone got TOAD freeware 8.5 wording with wine
I have managed to install but get
Cannot load OCI DLL: c:\ora\BIN\oci.dll
When I try to connect. I have (wine) Oracle instant client working
fine with other things.
Ben
--
Ben Edwards - Bristol, UK
If you have a problem emailing me use
http://www.gurtlush.org.uk/profiles.php?uid=4
(email address this email is sent from may be defunct)
2005 Aug 11
1
vfs module license particulars
>From what I have been able to piece together from the archives of prior
discussions on this topic, it appears that one cannot write a proprietary
vfs module, correct?
If that is true, how far does the non-proprietary nature need to extend?
For instance, would it be allowed to write a vfs module which talks to
Oracle to get the data which backs the filesystem rather than an actual
filesystem?
2006 Mar 28
2
Rails Oracle connection
I''m using the following configuration in the database.yml to connect to
Oracle,
however I could not connect while the settings seems to be correct:
development_oracle:
adapter: oci
host: 127.0.0.1:8080/XE
username: rubydb
password: rubyrails
What is wrong here?
Can anyonbe help me?
--
Posted via http://www.ruby-forum.com/.
2005 Oct 04
2
Empty fields and Oracle CLOBs
I have a field that is a clob within an Oracle database on Rails
0.13. Things have been working well until I tried to submit the field
empty via a rails app at which point the following error was
returned:
ORA-24801: illegal parameter value in OCI lob function
/app/controllers/publications_controller.rb:64:in `update''
The line in question was:
if
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
2013 Aug 29
3
ruby connect oracle problem
Hello folks.
I''m new in Ruby also ROR.
I installed oracle intant client and test it it works fine. Now I wanna
connect to oracle db. But its got some error. like this
*custom_require.rb:36:in `require'': cannot load such file -- oci8
(LoadError)*
my code is here.
require ''oci8''
oci =
2006 Jun 01
1
Several asterisk processes starting with safe_asterisk
Hi,
I'm running asterisk 1.2.0 on a debian rel 2.6.13 and when I
start it with safe asterisk I got instantly more then 10 processes.
Until now I didn't detected any impact of this process proliferation in
the system, but it is strange and I'm not comfortable with this.
Is this a know problem? Any ideas what is the problem here, or where to
start searching?
I think