Displaying 20 results from an estimated 100 matches similar to: "How to optimize for IBM db2?"
2015 Mar 30
2
db2 is running out of shared memory
Db2 is running our of shared memory.
The environment:
Virtual computers running under VMware ESXi hypervisor version 5.5.
Two different virtual machines, each running CentOS 5, db2 express C,
and Apache/PHP and vmware tools. The machines each have 8 GB of memory,
4 processors, and a couple of hundred GB of disk space available.
Everything is running on the 64 bit versions. The actual
2004 Apr 12
1
Newbie RIS Replacement
Doing a lot of RTFM lately about PXE. I have done xCAT builds but want
to take the voodo out of the process so I can control and understand the
whole system. I am new to PXE technology and so consider me ignorant.
The current server is a MS RIS server and I am attempting to migrate our
facility to use Linux / PXE instead.
First stage: take existing DOS bootnet floppy and convert to boot from
2005 Jun 13
1
unixODBC, RODBC, and DB2
All-
Does anyone on the list have experience with building RODBC from source
on a Linux box for use with DB2?
I am using (all from source):
R 2.0.1
unixODBC 2.2.9
RODBC 1.1-3
For example:
[jcole]$ R CMD INSTALL RODBC_1.1-3.tar.gz 2> rodbc.log
* Installing *source* package 'RODBC' ...
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether
2015 Jan 08
0
Re: Using virsh blockcopy -- what's it supposed to accomplish?
On 12/24/14 4:42 AM, Kashyap Chamarthy wrote:
> On Tue, Dec 23, 2014 at 12:38:57PM -0600, Gary R Hook wrote:
>
> [. . .]
>
> In my case, the block device is a QCOW2 disk image file. If I boot
> without using the disk image file which has the operating system, the
> domain will fail to boot, no?
>
> I see you're playing with NBD disks. I'll admit, I haven't
2015 Jan 08
2
Re: Using virsh blockcopy -- what's it supposed to accomplish?
On Thu, Jan 08, 2015 at 01:44:58PM -0600, Gary R Hook wrote:
> On 12/24/14 4:42 AM, Kashyap Chamarthy wrote:
> >On Tue, Dec 23, 2014 at 12:38:57PM -0600, Gary R Hook wrote:
> >
> >[. . .]
> >
> >In my case, the block device is a QCOW2 disk image file. If I boot
> >without using the disk image file which has the operating system, the
> >domain will fail
2006 Apr 26
0
DB2 under Windows XP - "Missing DB2 Libraries or headers"
I''m trying to get the Ruby DB2 bindings to compile under Windows XP.
I''ve been working on this on and off over the last few days with little
success.
The second step, "ruby setuyp.rb setup" was generating this error
message:
ABORT: Could not locate DB2 libraries or headers
I know I have Db2 installed correctly so I did a little digging and
found that
the extconf.rb
2006 Jun 03
0
IBM''s Starter Toolkit for DB2 on Rails (Windows only, at present)
I just saw this mentioned on OSNews:
http://www.alphaworks.ibm.com/tech/db2onrails?open&S_TACT=105AGX59&S_CMP=GR&ca=dgr-lnxw07awdb2onrails
(or http://tinyurl.com/o9npt)
From that page:
<quote>
What is Starter Toolkit for DB2 on Rails?
Users starting with Ruby and Rails are faced with the task of
downloading source code, obtaining compilers, compiling code, and
finding a
2006 Mar 17
1
DB2 Migrations?
Hi there,
Does anyone know when, or if, the DB2 connector will support migrations?
Thanks,
--Jim
2006 Feb 07
1
DB2 and SQL Server Drivers
Greetings,
I was wondering if anyone on this list has any experience using
Ruby/Rails with either DB2 or SQLServer. We''re currently in the later
planning stages of two RoR applications and I''m not 100% sure about the
state of these two drivers. Googling for this information locates
multiple sites that discuss various driver implementations (DBI, etc)
for both databases.
2006 Jan 26
2
Rails with DB2
Anyone has a working installation of DB2 DBI driver for Ruby?
Davide
2005 Mar 07
1
Request for those familiar with internals of the Oracle, SQL Server, and DB2 adapters
I''ve made a research patch [1] for Active Record which creates a new
interface for working with limit and offset parameters, and it needs
implementations for the commercial databases. The patch is described
in detail in trac ticket #795 [2].
I''d greatly appreciate any contributions you can make as soon as
possible so that this fix can make it in to the Rails 1.0 release.
2010 Apr 21
0
Rails on DB2
Hi,
We have a potential requirement to convert our existing rails app to run
on DB2. I''ve had a bit of a look around and there is a DB2 active record
gem. Does anyone have any experience with this? Is it a robust solution
(if not, I can push back at the powers that be)?
Thanks
Simon
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2010 Jan 21
0
New version 2.0.0 of IBM_DB- The Rails Adapter/Ruby driver for DB2 and Informix now available
Hi All,
New version 2.0.0 of the IBM_DB gem is been released. This release of
the gem adds support for ActiveRecord to use parameterized SQL Queries
with DB2. With this support you can now reap more performance benefits
for your Rails applications. Enabling this feature is as simple as
just adding the parameter “parameter” in your database.yml and setting
it to true. Refer to Parameterized
2008 May 07
0
RODBC sqlSave with multiple schema in DB2
Hi,
I am trying to use sqlSave to write a dataframe to an existing table in a
DB2 database. The database contains two schemas. My experience is the
following: (1) in the case that tablename is left empty in sqlSave, R
writes to the instance level schema (2) in the case that a tablename is
specified and that table name exists only once in the database, R will
write to that table irrespective
2007 Jun 14
0
connecting to db2 via RJDBC
Hello,
I seem to have issues with setting the driver:
My code:
library(RJDBC)
getStatic <- function()
{
# set driver
driverClass <-
JDBC("com.ibm.db2.jcc.DB2Driver","someClassPath.jar","'")
conn <- dbConnect(driverClass,"serverName")
etc etc
}
I get this error
> data <-getData()
2009 Jun 29
2
java application with db2 fail with:A communication error ..
I am new user of wine.
I have centos 2.6.18-128.el5 x86_64 GNU/Linux and wine-1.0.1.
I installed jre for windows in wine and run .bat program that run a java SWT application taht access a database db2.
After running for a few moments an error is generated, this error occurs only under wine.
DB2 use port 50000.
Application.commit
Text : [ibm][db2][jcc][t4][2030][11211] A communication
2015 Mar 30
0
db2 is running out of shared memory
On 3/30/2015 8:32 AM, Harold Pritchett wrote:
> Db2 is running our of shared memory.
open a ticket with IBM DB2 support.
--
john r pierce, recycling bits in santa cruz
2015 Mar 30
1
db2 is running out of shared memory
On 3/30/2015 11:44 AM, John R Pierce wrote:
> On 3/30/2015 8:32 AM, Harold Pritchett wrote:
>> Db2 is running our of shared memory.
>
> open a ticket with IBM DB2 support.
>
>
>
IBM db2 Express-C does not include support. You get what you pay for (and db2 Express-C is free)
Harold
2003 Jun 27
1
connection DB2 and R (R under linux)
Hi evryone,
I would like to access to DB2 on R on a linux machine (R and DB2 are on 2 pc
linux )
I have read on the R-archive that RODBC work with DB2, but it is not clear
for me, if it's only for R on a windows machine or if it's work also for R
under linux ?
My data base administrator say that it will not work with linux ?
Is it true ?
Is there another solution ?
Thanks for your help.
2006 Jan 31
2
New free IBM DB2 with few restrictions
This will give you something to run on when Oracle refuses to renew
the MySQL InnoDB license next year.....
Linux and Windows versions
You can run DB2 Express-C on up to 2 dual-core CPU servers, with up to
4 GB of memory, any storage system setup and with no restrictions on
database size or any other artificial restrictions.
Business partners may choose to register for free redistribution of