| | Rating Thread /
Thread Starter | Last Post | Replies | Views |
|  | Hello
I am very new to Berkley-db. Following the example of EnvExampe.cpp. I
worte my class which hase a method as following:
void...
sj
|
06-25-2004 08:39 AM
Keith Bostic | 1 | 119 |
|  | Hi folks,
I am using the Perl BerkeleyDB package Version 0.25 with Sleepycat
version 4.2.52. Both were built on Solaris (with gcc 3.2.2). ...
Michael Putch
|
06-24-2004 04:47 PM
Paul Marquess | 3 | 127 |
|  | Hi all,
I am a novice in Berkley DB technology.
Now, I am trying Berkley DB 4.2.52 software under Linux Red Hat.
And I have compared a performance...
malyshev
|
06-24-2004 04:32 PM
Keith Bostic | 1 | 115 |
|  | My apologies for not going through the source for this; I'm trying to make a
case for trying BDB on a system where it would be more appropriate...
Mischa Sandberg
|
06-24-2004 03:03 PM
Mischa Sandberg | 3 | 123 |
|  | after I compile Berkeley DB it puts the libaries in /usr/local/BerkeleyDB.4.1/lib
how do I set the libraries so they can be found
I am trying to...
bob j
|
06-24-2004 10:17 AM
Keith Bostic | 1 | 135 |
|  | Hi all,
I'm close to what I need - several processes are updating database and
some other generating reports on huge data do non-blocking...
Pavel Hlavnicka
|
06-24-2004 06:33 AM
Philip Guenther | 5 | 113 |
|  | Dear list,
I have written a program which opens a BerkeleyDB database (flags are
DB_INIT_LOCK | DB_INIT_LOG | DB_INIT_MPOOL | DB_INIT_TXN)....
Christoph Rupp
|
06-23-2004 04:47 PM
David Boreham | 2 | 100 |
|  | Folks,
I happened to notice a memory leak playing with JE. I had modified
SimpleExample to make multiple passes over a previously created
database....
Sam Pinkerton
|
06-23-2004 10:54 AM
Mark Hayes | 2 | 120 |
|  | I'm trying to use BerkDB 4.1.25 from Tcl 8.4.1 (both as shipped on Red
Hat ES 3) together and get the following...
Jeff Woods
|
06-23-2004 10:53 AM
Michael Cahill | 2 | 121 |
|  | Has any one had problems with the getsearchkeyrange() lock timing out
in the JE? Also, getsearchkey always returns NOTFOUND when searching
for a key...
Ian
|
06-23-2004 10:16 AM
Linda Lee | 1 | 140 |
|  | Hello!
I use Berkeley DB XML 1.2.1.
In gettingStartedJava.pdf I read:
"All XML documents are stored in DBXML using Unicode UTF-8."
I tried to put...
Susanne Klemm
|
06-21-2004 04:47 PM
George Feinberg | 1 | 139 |
|  | Hello!
I am experimenting with dbxml-indexes. And there is no improvement at all.
So I guess I did something wrong.
My query looks like this:
xPath...
Susanne Klemm
|
06-21-2004 12:16 PM
George Feinberg | 2 | 122 |
|  | Hi all,
I have the following problem when I do a simple XPath Query:
when executing the program, it says to me
Debug Assertion Failed!
Program:...
Silk
|
06-21-2004 10:30 AM
George Feinberg | 1 | 140 |
|  | My application opens a hieracy of indivudual berkley database files
within an environment.
Everything runs beautifully for most customers except...
Gerard Nicol
|
06-21-2004 12:00 AM
Gerard Nicol | 6 | 154 |
|  | I've seen several times people complaining in mailing list (mostly
openldap) that they were getting segfaults while using DB, or
deadlocks, only to...
pandora@swi.com.br
|
06-19-2004 05:53 PM
Howard Chu | 3 | 140 |
|  | Initially posted on comp.lang.perl.modules. since there was no
response I am posting it also on comp.databases.berkeley-db
nin234 (AT) yahoo (DOT)...
Ninan Thomas
|
06-18-2004 11:40 AM
Paul Marquess | 1 | 119 |
|  | Hello,
I just want to let you know that I've just released BDB#, a .NET
library to use BDB from .NET platforms. The approach has been to
expose the...
Antonio Cisternino
|
06-17-2004 05:09 PM
Antonio Cisternino | 0 | 245 |
|  | hello,
i have been trying to get to the bottom of a problem with the berkeley db
version 4.2.52 for a while now, without luck. an 'illegal page type...
Josef Kriegl
|
06-17-2004 02:51 PM
Josef Kriegl | 0 | 130 |
|  | Hi all,
I have a db environment with transactions enabled. Problem I'm solving
is what happens if I do a put operation from two threads with the...
Pavel Hlavnicka
|
06-17-2004 09:47 AM
Keith Bostic | 1 | 97 |
|  | Hi all,
I have a db environment with transactions enabled. Problem I'm solving
is what happens if I do a put operation from two threads with the...
Pavel Hlavnicka
|
06-16-2004 04:24 PM
Pavel Hlavnicka | 0 | 102 |
|  | Hi,
I may have misunderstood something here, but how can the following arise
(from db_stat):
6384 Number of keys in the database.
0 Number...
Joe Bloggs
|
06-16-2004 09:02 AM
Joe Bloggs | 4 | 133 |
|  | Sleepycat Software is pleased to announce:
Berkeley DB Java Edition 1.5.0
http://www.sleepycat.com/products/je.shtml
What is Berkeley DB Java...
Gregory Burd
|
06-16-2004 08:49 AM
Gregory Burd | 0 | 105 |
|  | Question:
Can I take 4.1 databasefiles, used for OpenLDAP, to put on a machine
running 4.2 code?
If so: If I had to, could the database files be...
Rod Jenkins
|
06-15-2004 08:29 PM
Keith Bostic | 1 | 129 |
|  | Hello!
I use Berkekey DB XML 1.2.1. with Java API. I wonder if there is any
restriction or requirement which Java SDK I have to use respective...
Susanne Klemm
|
06-14-2004 08:09 AM
Susanne Klemm | 2 | 123 |
|  | I need to create a database for my company. We build machines and so we have
a part list of the components.
I have created a model of the machine in...
Jacopo
|
06-13-2004 11:49 AM
Jacopo | 0 | 93 |
|  | Hi all,
I have a huge database in CDB enabled environment. It works for me and
I believe it what I need. Couple of processes put some data and...
Pavel Hlavnicka
|
06-11-2004 07:52 PM
Keith Bostic | 1 | 94 |
|  | Hi all,
Would anybody have an idea why the following results in DB_SECONDARY_BAD at
the c_del call? There are more than 20 records in the database -...
Joe Bloggs
|
06-11-2004 07:57 AM
Joe Bloggs | 4 | 129 |
|  | Is it possible to detect the very moment when newly inserted into replication
group database becomes "completely synchronous" with master, assuming...
Serge S. Fukanchik
|
06-10-2004 11:40 AM
Susan LoVerso | 1 | 105 |
|  | The following processings are carried out for associate or join.
--------------------------------------------------------------------------
CSV of...
Aiwa
|
06-10-2004 12:55 AM
Aiwa | 0 | 126 |
|  | I facing strange replication behavior trying to build simple
replication environment.
I create 1 master (which is always master) and 1 client...
Serge S. Fukanchik
|
06-09-2004 09:49 PM
Keith Bostic | 11 | 197 |
|  | Hi,
I'm trying to write an application which has to be portable across
most of the architectures. As bdb is highly portable across...
Shiv Anshu
|
06-09-2004 03:58 PM
Keith Bostic | 3 | 109 |
|  | hi!all
I use c to access BDB(4.2.52)
I wonder if you can show me how to search records between a given range.
:give you a min and a max.
BTW,I want...
baby
|
06-09-2004 12:24 PM
baby | 0 | 100 |
|  | which do you think is better?
how about vs mysql?
Christopher Koh
|
06-08-2004 11:56 AM
Keith Bostic | 5 | 157 |
|  | Hi,
A program of mine (postgrey) is written in Perl and uses Berkeley-DB
as database. I am using Perl 5.8.4, Berkeley-DB 4.2.52 and the
BerkeleyDB...
David Schweikert
|
06-06-2004 12:16 PM
David Schweikert | 4 | 139 |
|  | I have a multi-threaded application.
I have an XPath query with a variable.
I want to put it in a XMLQuery.
So I have an objet with this...
Fabrice..Bacchella
|
06-03-2004 10:41 AM
George Feinberg | 1 | 124 |
|  | Could someone explain how to configure Berkeley DB on the server, so
that it can be invoked from Java API remotely from another machine,
and show a...
Bill Bilic
|
06-03-2004 08:41 AM
Michael Cahill | 1 | 133 |
|  | I just downloaded db-4.2.52.NC.tar.gz, the latest Berkeley DB version.
I unpacked it and built it. This is my first use of BDB.
I then copied the...
Charles Jamieson
|
06-02-2004 02:38 PM
Michael Cahill | 2 | 128 |
|  | Hi I'm using visual .net c++ studio compiler whatever (version 7) to build
berkeley db. I do as stated in the docs/ref/build_win/intro.html to...
jerry
|
06-02-2004 01:52 PM
Michael Cahill | 1 | 78 |
|  | hi,every one. I met a problem when I deal with BDB resource code in db-4.2.52.
the problem is about the transaction's definition in db.h
the struct...
nobodyzt@sina.com
|
05-31-2004 01:42 AM
nobodyzt@sina.com | 0 | 94 |
|  | hi,every one. I met a problem when I deal with BDB resource code in db-4.2.52.
the problem is about the transaction's definition in db.h
the struct...
nobodyzt@sina.com
|
05-30-2004 09:17 PM
nobodyzt@sina.com | 0 | 100 |
|  | I am facing certain issues in execution of java examples included with
source of Berkeley DB Xml (dbxml-1.2.1).
Every thing got compiled...
Amit Dang
|
05-28-2004 02:21 PM
George Feinberg | 1 | 121 |
|  | How do I check for the presence of Berkeley DB 4.x libraries within a
configure.in (autoconf) file?
I found the following m4 macro...
Adam Monsen
|
05-26-2004 08:12 PM
Adam Monsen | 0 | 158 |
|  | I just downloaded and installed the latest beta Sleepycat Java Edition
1.4.10.
I successfully built everything and then I tried to run...
Hubert Chen
|
05-26-2004 03:46 PM
Linda Lee | 2 | 138 |
|  | Hi,
I've created a small program to test the Berkeley DB JE. The program
is basically a simplified copy of the example provided with...
Daniel Bernholc
|
05-26-2004 10:21 AM
Mark Hayes | 1 | 116 |
|  | Hello,
I made the mistake of specifying a queue extent size that is larger
than 2 gigs. At this point I'd rather not try to mess around and...
Mark Fletcher
|
05-26-2004 09:10 AM
Keith Bostic | 1 | 120 |
|  | Building BerkleyDB 4.2.52 for x86_64 fails with odd linking errors
like:
crti.o(.init+0x0): In function `_init':
crti.S:11: multiple definition of...
Josh Hyman
|
05-25-2004 05:20 PM
Josh Hyman | 0 | 136 |
|  | Hello.
Is there a way to see if a bdb queue is empty without using db_stat
and looking at the number of records? Db_stat will take too long if
there...
Bryan Suk
|
05-25-2004 04:06 AM
Philip Guenther | 1 | 100 |
|  | I need to perform several complicated tasks with replicated
environment.
1. Is it possible to deduce inside application which use...
Serge S. Fukanchik
|
05-24-2004 09:16 AM
Serge S. Fukanchik | 0 | 108 |
|  | Hi,I built the BerkeleyDb (db_small.dsp) in Win32 release static
setting,and the size of libdb42s.lib was still large(1281k).How can I
do(reconfig...
Chen Jidong
|
05-20-2004 09:27 AM
Keith Bostic | 1 | 126 |
|  | Hi,
We are facing some problems with log file management during our
evaluation of Sleepycat.
1)
After setting the maximum log file size using the...
Himanshu Yadava
|
05-18-2004 01:02 PM
Himanshu Yadava | 5 | 142 |