| | Rating Thread /
Thread Starter | Last Post | Replies | Views |
|  | I compiled the berkeleydb 4.4.20 on sparc solaris10, only using
--enable-debug configure parameter, and then wrote a btree comparison
function (i...
likun.navipal@gmail.com
|
10-29-2006 05:55 PM
Michael Cahill | 1 | 148 |
|  | Hi,
I am using db-4.3.28 on AIX-5.1.
I am testing my application for exceptional scenarios, one of those is
behaviour of the system when HardDisk...
Guru
|
10-28-2006 02:24 AM
Guru | 0 | 149 |
|  | Hi,
I am using db-4.3.28 on AIX-5.1.
I am testing my application for exceptional scenarios, one of those is
behaviour of the system when HardDisk...
Guru
|
10-28-2006 02:22 AM
Guru | 0 | 202 |
|  | Hi,
I am using db-4.3.28 on AIX-5.1.
I am testing my application for exceptional scenarios, one of those is
behaviour of the system when HardDisk...
Guru
|
10-28-2006 02:21 AM
Guru | 0 | 122 |
|  | Hi,
I am using db-4.3.28 on AIX-5.1.
I am testing my application for exceptional scenarios, one of those is
behaviour of the system when HardDisk...
Guru
|
10-28-2006 02:20 AM
Guru | 0 | 203 |
|  | Hi,
I am using db-4.3.28 on AIX-5.1.
I am testing my application for exceptional scenarios, one of those is
behaviour of the system when HardDisk...
Guru
|
10-28-2006 02:19 AM
Guru | 0 | 114 |
|  | Hi,
I am using db-4.3.28 on AIX-5.1.
I am testing my application for exceptional scenarios, one of those is
behaviour of the system when HardDisk...
Guru
|
10-28-2006 02:19 AM
Guru | 0 | 107 |
|  | Hi,
I am using db-4.3.28 on AIX-5.1.
I am testing my application for exceptional scenarios, one of those is
behaviour of the system when HardDisk...
Guru
|
10-28-2006 02:19 AM
Guru | 0 | 146 |
|  | hello !
I want to backup all database files in a directory by the "db_archive".
I run "db_archive -s " in the directory, but nothing was... hushanlima |
10-26-2006 08:16 PM
hushanlima | 0 | 339 |
|  | hello,
I'm writing the program in C, and so using the C libraries for berkely
db 4.1.25 that come with RHES3
what i want to store is this.
the key...
elie
|
10-26-2006 04:46 PM
elie | 0 | 181 |
|  | I'm quite a newbie when it comes to using Berkeley DB. I am using BDB
dbxml.
I have an application that fetches data from an external source...
Petra Chong
|
10-26-2006 05:49 AM
Petra Chong | 2 | 165 |
|  | I can't find any material about share dbenv with two different
languages, anyone can help me ?
iwater@gmail.com
|
10-24-2006 05:28 PM
ron.cohen@gmail.com | 1 | 137 |
|  | Hi, all.
I want to update a record during traversing all records.
so.. I write following code.
but i met an access violation..what's wrong?
Thanks...
NightThunder
|
10-23-2006 04:10 AM
NightThunder | 0 | 150 |
|  | I have a db with many key/value pairs of varying sizes. db_stat -d
output:
$ db_stat -d all.linkage.00009248
Thu Oct 19 15:55:23 2006 Local...
Klaas
|
10-19-2006 06:10 PM
Klaas | 0 | 146 |
|  | The application can't put records into database after crash, can
someone help me to solve the problem? The details are described as
follows:
I...
likun.navipal@gmail.com
|
10-19-2006 04:12 PM
Philip Guenther | 1 | 149 |
|  | Dear comp.databases.berkeley-db,
Stylus Studio ( http://www.stylusstudio.com ) was reviewed in CRN
Magazine. You can read the article entitled...
Stylus Studio
|
10-18-2006 03:32 PM
Stylus Studio | 0 | 100 |
|  | Hi Kiran,
That is not correct in general. Increasing the log buffer size will
only make a difference if the log buffer is overflowing,...
Michael Cahill
|
10-17-2006 02:03 PM
ragavendrakk@gmail.com | 3 | 255 |
|  | Hi guys.
Any persistence solution in annotation model for Polymorphism in
sleepycat 3.10?
Here is my example:
interface Credentials {
}
@Entity
jack.tang
|
10-15-2006 09:03 AM
mark.hayes@oracle.com | 1 | 115 |
|  | Hi list,
I have two class, SimplePrincipal and SimpleUser, their relationship
and java code with annotation list below:
@Persistent
public class...
jack.tang
|
10-14-2006 12:21 AM
jack.tang | 3 | 125 |
|  | Hello,
I'm coming from a MS-database world, using Access with VB, and SQL
Server with C#. I'd like to try an opensource database instead of...
Vivien Parlat
|
10-13-2006 06:41 AM
Vivien Parlat | 2 | 185 |
|  | Hi,
I'm not sure whether this is the right place for reporting bugs. There
seems to be no official "bug report" page or bug report email...
luzius.meisser@gmail.com
|
10-12-2006 08:20 AM
luzius.meisser@gmail.com | 0 | 128 |
|  | I want to create a primary database according to the relation R:
R(int A, int B, primary key(A,B)) where primary key is a BTREE
so the key field of...
pbour
|
10-10-2006 02:43 PM
Philip Guenther | 4 | 251 |
|  | Is it possibe with the new 4.5 BerkeleyDB to use the Replication
Framwork as follows:
(1) Have a program that updates the database
(2) Have another...
Gerard J. Nicol
|
10-09-2006 08:43 PM
Gerard J. Nicol | 0 | 137 |
|  | Hi,
My application service is using BDB in which i am retreiving huge
number of key/data pair using Dbc::get with Flag set as DB_SET_RANGE.
When I...
Guru
|
10-09-2006 06:37 PM
Michael Cahill | 1 | 138 |
|  | my application will fork child process periodically ,these processes
will read DBs ,do some analysis and exit , they will close all cursors
,DB, and...
chenyajun
|
10-07-2006 11:45 PM
chenyajun | 1 | 113 |
|  | Hi All,
I have a database which has terms (english words) as key values and I
need to take up all keys from the database and segregate them...
abansriyar@gmail.com
|
10-07-2006 08:53 AM
abansriyar@gmail.com | 0 | 224 |
|  | Dear Sir/Madam:
Is a database engine responsible for parsing, optimizing and
executing a query?(i.e. a query engine) Or responsible for...
eric_6251@yahoo.com.cn
|
10-04-2006 07:54 AM
bogdan_dorian@yahoo.com | 1 | 122 |
|  | Hello,
On FreeBSD 4.11, I've been using BerkeleyDB 4.2 for quite a while. Then I
upgraded the database, a few days back. But a few IPC Perl...
Mark
|
10-03-2006 02:48 PM
Mark | 0 | 92 |
|  | Hi all !
I am using Berkeley DB 4.5 for learning. I am running it on my linux
box
2.4.21-27.EL #1 Wed Dec 1 22:08:15 EST 2004 i686 i686 i386...
nmai
|
10-03-2006 08:22 AM
nmai | 0 | 129 |
|  | Hi,
Where can I find all of DB_CONFIG parameters?
I know individual API docs have comments about its DB_CONFIG parameter
name and value, but where...
Sakagami Hiroki
|
09-30-2006 10:54 AM
Sakagami Hiroki | 3 | 250 |
|  | Hello.
I'm trying to compile db-3.2.9 with --enable-tcl to run tests on it.
But compilation fails with the following error message:
..c -fPIC...
Peter
|
09-30-2006 06:38 AM
Peter | 2 | 138 |
|  | Hi Kiran,
So, what can I be sure of, is that mmap call is failing on only one OS,
this means that there's an insufficient amount of some resource to...
bogdan_dorian@yahoo.com
|
09-29-2006 10:16 AM
bogdan_dorian@yahoo.com | 0 | 119 |
|  | Hi Everyone,
I wanted to know what's the best option when the requirement is only
Recovery while using Berkeley.
What i mean is I don't require the...
aehthesham
|
09-29-2006 05:35 AM
bogdan_dorian@yahoo.com | 1 | 126 |
|  | hi
My application is backup between MasterDB and Client, like the example in the document (db-4.1.25.NC\examples_c\ex_repquote).
When i run it as ... hushanlima |
09-28-2006 06:26 AM
bogdan_dorian@yahoo.com | 1 | 237 |
|  | I wanted to evaluate Berkeley DB XML compared to Exist, so I began to
build a little script in PHP to test it out.
I attempted to create a new...
Andrew
|
09-28-2006 06:11 AM
bogdan_dorian@yahoo.com | 1 | 130 |
|  | Hallo developer.
I'm using the DPL to make some tests.
I got this simple example, a super class Animal and two subclasses, Cat
and...
Mazi
|
09-27-2006 10:07 AM
mark.hayes@oracle.com | 1 | 120 |
|  | Stylus Studio 2007 XML Enterprise Suite is now available for free trial
download, featuring all-new tools for XML Pipelining, XML...
Stylus Studio
|
09-26-2006 12:05 PM
Stylus Studio | 0 | 220 |
|  | Hi all!
The "problem" is the following: I've to create a dictionary of some
values stored in a file. It means read the file line by line and...
Claudio
|
09-25-2006 12:04 PM
Claudio | 0 | 128 |
|  | Hello,
i want to lock particular XML nodes.
Is this possible with dbxml?
Thomas
Thomas Bärwinkel
|
09-25-2006 06:21 AM
bogdan_dorian@yahoo.com | 1 | 100 |
|  | Hello All,
Might someone know a handy way to read data from data files?
I have the database files from backup of my iPlanet Ldap server...
marmelstein
|
09-25-2006 06:15 AM
bogdan_dorian@yahoo.com | 1 | 116 |
|  | I have created a database with a dynamic array of structs as the value
field.
I wanted for each record the size of the array to be different.
key ...
pbour
|
09-22-2006 08:18 AM
pbour | 0 | 114 |
|  | Hi,
I have a query in Java edition with respect to searching data stored in
the form of name-value pairs. To explain in detail, I have a class...
Narayanan A R
|
09-18-2006 10:43 AM
mark.hayes@oracle.com | 4 | 154 |
|  | Let's say I want to create a relation with two attributes R(A,B).
Neither A nor B is a primary key for this relation and so there can be
duplicates...
pbour
|
09-18-2006 07:45 AM
Michael Cahill | 5 | 160 |
|  | I am having a strange problem.
I define the following struct to be the value of a BDB database record
typedef struct my_struct
{
int a;
int b;
}...
pbour
|
09-18-2006 05:09 AM
pbour | 0 | 101 |
|  | hello all,
I'm new to Berkeley DB...so I have some question about BDB.
1.Should I use Transaction handle when 2 threads are running(one... 
NightThunder
|
09-13-2006 12:51 PM
vcempreved | 2 | 293 |
|  | I'm searching for an individual to do a technical review of a new
BerkeleyDB book. Your responsibilities would be to read the material,
test any...
Matt Wade
|
09-12-2006 07:15 AM
Matt Wade | 0 | 124 |
|  | Hi,
What does that error mean?
Thanks,
Nico
tnicxx@gmail.com
|
09-10-2006 12:17 PM
tnicxx@gmail.com | 2 | 158 |
|  | Hi,
I'm currently intalling Subversion this is a program to manage projects
(the development).
It seems that this program requires Bdb, i'm not...
jasper
|
09-10-2006 11:02 AM
jasper | 0 | 302 |
|  | I have download the tutorial, but I cant find how to use this one with
Lcc-win32.
LichKing
|
09-08-2006 09:48 PM
LichKing | 0 | 131 |
|  | I need a very fast queue of data to be shared between a single writer and multiple readers. Is BDB going to be as fast as 2 processes (1 writer, 1... Ryan |
09-08-2006 04:55 PM
Ryan | 0 | 282 |