dbTalk Databases Forums  

Sponsored Links


comp.databases.berkeley-db comp.databases.berkeley-db


Discuss in the comp.databases.berkeley-db forum.



Post New Thread
Threads in Forum : comp.databases.berkeley-db Forum Tools
  Rating Thread / Thread Starter Last Post Reverse Sort Order    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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
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...
Thread Rating: 1 votes, 5.0000 average. NightThunder
09-13-2006 12:51 PM
vcempreved Go to last post
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 Go to last post
0 124
Hi, What does that error mean? Thanks, Nico
tnicxx@gmail.com
09-10-2006 12:17 PM
tnicxx@gmail.com Go to last post
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 Go to last post
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 Go to last post
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 Go to last post
0 282
Post New Thread

Display Options
Showing threads 151 to 200 of 1702
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.