| | Rating Thread /
Thread Starter | Last Post | Replies | Views |
|  | Hello!
I wonder if there is any support for XSLT in Berkley DB XML. I didn't found
anything in der "Getting Started" and API-Doc. So I fear there is...
Susanne Klemm
|
05-18-2004 11:18 AM
George Feinberg | 1 | 121 |
|  | Hello.
Is there a maximum number of dbs per environment?
If I have more than 200 dbs open per environment, should I configure
the environment in any...
Bryan Suk
|
05-18-2004 11:10 AM
Keith Bostic | 1 | 109 |
|  | Manual database locking/concurrency control
I am currently developing an application against the downloadable version of
Berkeley Db (4.1.25 without...
Damian Wilson
|
05-18-2004 11:08 AM
Keith Bostic | 4 | 112 |
|  | Hello.
I call environemnt->dbremove like this:
ret=envHandler->dbremove(NULL,queueDataFile,NULL,DB_AUTO_COMMIT);
This works fine until I open the db...
Bryan Suk
|
05-17-2004 08:24 PM
Bryan Suk | 4 | 145 |
|  | Does anyone know of a gui based viewer for Berkeley databases (For either
win32 or linux) ? All i want to do is simply view the contents of a...
Matthew Jakeman
|
05-17-2004 10:36 AM
Keith Bostic | 1 | 141 |
|  | What's the difference between the two concepts as follows?
typedef enum {
DB_SYNC_ALLOC, /* Flush for allocation. */
DB_SYNC_FILE, /* Flush file....
Eric
|
05-17-2004 01:32 AM
Eric | 0 | 115 |
|  | Dear Sir/Miss:
In your reply , you wrote as follows:
If one thread of control sets the DB_MPOOL_NEW flag, and page
My question is : How to avoid...
Eric
|
05-17-2004 01:28 AM
Philip Guenther | 1 | 98 |
|  | How do you guarantee that if two threads of control are both doing
DB_MPOOL_NEW calls, they won't collide, that is, they won't both get
the same...
Eric
|
05-16-2004 10:12 PM
Eric | 0 | 93 |
|  | 1.What is a pagecookie, backing file(is it stored in disk,not in
cache,I guess) ,and unlink_on_close
2.What is the difference between mfp_cnt and...
Eric
|
05-16-2004 08:19 AM
Eric | 0 | 104 |
|  | why am i having problem building the je and running the examples in my
xp operating system? i have followed all the instructions with
unzipping and...
Tine
|
05-14-2004 07:53 AM
Hans-Bernhard Broeker | 1 | 141 |
|  | Hi Experts and Masters,
I had a very brief question to ask. If I had a 4-tuple (A, B, C, D). I
want to construct a specialized B+Tree index: I...
shen
|
05-14-2004 07:30 AM
Hans-Bernhard Broeker | 3 | 123 |
|  | What is a spin lock?
Eric
|
05-13-2004 08:31 PM
Keith Bostic | 4 | 172 |
|  | In "memp-->fget" function, how could it happen that the page number be
changed, if we use "DB_MPOOL_NEW" flag?
I can't understand. Thank you?
What...
Eric
|
05-13-2004 08:23 PM
Keith Bostic | 3 | 127 |
|  | Hi,
I'm working on testing my Berkeley DB application under various
failure scenarios. (I'm working on an unattended system and so am
trying to make...
Mike Barborak
|
05-12-2004 11:16 AM
Keith Bostic | 1 | 133 |
|  | Hello.
I am using queue structure.
I get with db_consume and put with db_append.
The following is the db_stat result for a queue...
Bryan Suk
|
05-12-2004 10:09 AM
Michael Ubell | 2 | 123 |
|  | hi folks,
the configure and the make seemed to have gone fine without any
obvious errors. however, the make install had these...
Jack E. Wilkinson
|
05-08-2004 03:06 AM
Jack E. Wilkinson | 3 | 119 |
|  | Hi,
I have to questions regarding Berkely DB 4.2.52 (the C++ api).
First, is there a way to query the Db and DbEnv classes to find out which
memory...
Volker Lukas
|
05-07-2004 11:54 PM
Philip Guenther | 3 | 116 |
|  | Hello,
When I compile with ../dist/configure
--with-rpm=/usr/packages/db-4.2.52.tar.gz
I get two rpm's produced. db-4.2.52-1.src.rpm and...
oneoutof100@hotmail.com
|
05-07-2004 12:00 AM
oneoutof100@hotmail.com | 0 | 154 |
|  | Hello! It is a pleasure to release the BDB++ library
again, with the idioms supoorting secondary indexes.
Happy Berkeley DB programming in C++ with...
Ahn Ki-yung
|
05-06-2004 08:30 PM
Ahn Ki-yung | 2 | 130 |
|  | Hi,
I'm a Berkeley-DB newbie (tried this morning).
I tried the c version of the berkeley-db software with success but i
cannot compile the same c++...
Ugo Matrangolo
|
05-06-2004 12:20 PM
Michael Cahill | 1 | 133 |
|  | Let's say I have a list of 10000 unique numbers and I want to seacrh
through them to find a particular number. If I do a linear search,
it'll take on...
Mike
|
05-06-2004 12:15 PM
Patrick Schaaf | 1 | 127 |
|  | Hello.
When I open an existing environment with db_recover, db_create, and
the other init flags, sometimes bdb gives an error "unable to...
Bryan Suk
|
05-06-2004 08:34 AM
Keith Bostic | 1 | 170 |
|  | I have a data file created with perl containing 4 databases, 3 has and
1 btree. When I try to dump any of the 4 databases I receive...
Steve
|
05-05-2004 03:20 PM
Paul Marquess | 1 | 113 |
|  | When I execute Berkeley DB on QNX 6.2, I get a message in my debug
window that fsync is not implemented. I've also tested with just a
short program...
Jon Fullerton
|
05-05-2004 10:51 AM
Jon Fullerton | 2 | 96 |
|  | I'm trying to use JE as a transaction log for Axis Web services (Tomcat),
however I'm getting concurrency problems.
When run directly, my classes...
Ivan
|
05-04-2004 09:17 AM
Mark Hayes | 1 | 106 |
|  | Hey,
First off, since I'm new to your support community, I just wanted to
say that I've been conscious of using Berkeley DB for over a decade
(as a...
Andrew Cowie
|
05-03-2004 07:01 AM
Gregory Burd | 6 | 184 |
|  | Sleepycat Software is pleased to announce:
Berkeley DB Java Edition 1.4.5 (beta)
http://www.sleepycat.com/products/je.shtml
What is Berkeley DB...
Gregory Burd
|
05-03-2004 06:28 AM
Gregory Burd | 0 | 102 |
|  | Hi All,
I just downloaded bdb and compiled a downloadable object. My current
setup is this:
Host: Windows XP Tornado 2.2.1
Target: VxWorks 5.5.1 on...
Toan
|
05-01-2004 10:44 AM
Susan LoVerso | 4 | 117 |
|  | I am currently working on the documentation for my software package
which uses Berkeley DB. It would be nice to include links to the
documentation...
Dimitry Golubovsky
|
05-01-2004 08:36 AM
Keith Bostic | 1 | 88 |
|  | I have some subversion (which is built on top of berkeley db ... 4.2
in this case) repositories that got corrupted. The computer had to be
forced...
Mark Slater
|
04-29-2004 02:01 PM
Keith Bostic | 1 | 174 |
|  | Hello,
I am trying to see if Berkeley DB would be usefull to
store huge (70GB or more) arrays of (double) numbers.
To do so, I cut the array in...
Claude Mercier
|
04-26-2004 07:34 AM
Claude Mercier | 4 | 103 |
|  | Hello,
I try to build BDB 4.2.52.NC (+ both available patches applied) for HPUX 10.20. (I would like to use it for Subversion 1.0.1)
This _seemed_...
Martin Jost
|
04-26-2004 06:49 AM
Martin Jost | 2 | 120 |
|  | I want EARS! I want two ROUND BLACK EARS to make me feel warm 'n
secure!!
shepstoe@neomeo.com
|
04-25-2004 11:12 PM
shepstoe@neomeo.com | 0 | 493 |
|  | If I pull this SWITCH I'll be RITA HAYWORTH!! Or a SCIENTOLOGIST!
squeekytreat@neomeo.com
|
04-25-2004 07:35 PM
squeekytreat@neomeo.com | 0 | 132 |
|  | I want to so HAPPY, the VEINS in my neck STAND OUT!!
fromagevert@neomeo.com
|
04-25-2004 01:32 AM
fromagevert@neomeo.com | 0 | 127 |
|  | ff31d5fc poll (ffbefc70, 0, fa0)
ff2cd534 select (0, 0, 0, ffbefc70, ff33f1bc, ffbefc70) + 348
00030794 __os_sleep (a1298, 4, 0, 0, ff0fff38,...
Vijay
|
04-24-2004 09:41 AM
Keith Bostic | 1 | 123 |
|  | Hello,
I tried to get the number of entries in the database using this code:
(the database is non-transactional.)
....
DatabaseStats stat =...
Trustin Lee
|
04-22-2004 06:00 PM
Mark Hayes | 3 | 114 |
|  | I'm new to embedded systems and unix programming and am having some
difficulty compiling the Berkeley DB software for QNX 6.2 to a powerpc
target.
I...
Jon Fullerton
|
04-22-2004 09:28 AM
Jon Fullerton | 2 | 115 |
|  | Hi, I am new to Berkeley DB and I am using the Java API. The following
observation puzzles me.
In a test program, I write 10000 records of 4k each...
Yvonne
|
04-22-2004 09:08 AM
Keith Bostic | 3 | 103 |
|  | Hi,
I'm working on a web application where databases are frequently read
and infrequently written to, for which we use the CBD locking system.
After...
Gordon Paynter
|
04-22-2004 02:06 AM
Patrick Schaaf | 3 | 125 |
|  | This is preliminary (and crude), but using gcj I was able to link the Java
API files from DB 4.2, as follows :
First, build the Java API into a...
Andrew Cowie
|
04-21-2004 07:04 AM
Gregory Burd | 1 | 155 |
|  | I have a number of .db files in Berkeley DB Formatted I think for
Version 3 or 4. I need to 'downgrade' them to Version 1.85
compatibility.
The file...
Joseph Rosenblum
|
04-19-2004 07:02 PM
Joseph Rosenblum | 0 | 125 |
|  | Sleepycat Software is pleased to announce:
Berkeley DB Java Edition 1.3.0 (beta)
http://www.sleepycat.com/products/je.shtml
What is Berkeley DB...
Gregory Burd
|
04-19-2004 05:45 PM
Keith Bostic | 16 | 175 |
|  | In the manke test for DB_File tie fails returning "Not enough space".
I tracked this to the call to db_open in DB_File.c (DB_File.so).
I have tried...
Mike
|
04-19-2004 10:59 AM
Mike | 16 | 261 |
|  | OK, I swear this is the last time I post this problem (I've posted it
twice before).
I've tested the program below with static and dynamic linking...
Erik Arner
|
04-17-2004 01:46 PM
Hans-Bernhard Broeker | 1 | 117 |
|  | What's the prescription for releasing locks following an unexpected
abort? The abort is happening while attempting a db->put() and
attempts to open...
Brian
|
04-17-2004 12:40 PM
Hans-Bernhard Broeker | 8 | 163 |
|  | I'd like to build the Berkeley Db on Win XP. Note: I'm weak but not
totally lost in the C/C++ environment. The build instructions are
based on using...
Paul VanHouten
|
04-14-2004 04:54 AM
Serge S. Fukanchik | 2 | 113 |
|  | Didn't think this was such a big deal until I tried to install tcl ver
8.4.
rpm refused as there are a number of dependecies .. tk, gaim and
several...
Stew
|
04-13-2004 06:05 PM
Stew | 0 | 92 |
|  | Hello.
I am using bdb 4.2
I get
"unable to allocate space in the buffer cache".
I set the cache size to 512M.
The total size of uncomitted data may...
Bryan Suk
|
04-13-2004 10:01 AM
Keith Bostic | 5 | 131 |
|  | We're planning on using berkeley as a xa resource manager so that we can keep
oracle dbs and multiple berkeley environments in sync. So I have a few...
Casey Lucas
|
04-13-2004 09:54 AM
Keith Bostic | 3 | 121 |