| | Rating Thread /
Thread Starter | Last Post | Replies | Views |
|  | Having read "Using BDB XML Indices" in the DBXML Getting Started guide
I can now create indices and at least take a look at how this
influences the...
Kim Scheibel
|
04-07-2006 05:11 AM
John Snelson | 1 | 188 |
|  | Books On Religion & Philosophy (Vol. 2)
Indian Books Centre
In the Service of the Scholarly World since 1976
Dear Sir/ Madam,
Our company is one...
naresh gupta
|
04-06-2006 11:50 PM
naresh gupta | 0 | 271 |
|  | Hello,
I have a program which needs to work with the 4.3.29 version of
Berkeley DB (I have tested with 4.4.20 and it seems to operate
as I was...
massey.pa@gmail.com
|
04-06-2006 07:55 PM
Michael Cahill | 1 | 157 |
|  | Hello,
Does anyone have any idea why the following simple sample code reports
"32 bytes possibly lost" when run under Valgrind? I'm using DbXml...
ravi.sakaria@gmail.com
|
04-06-2006 04:19 PM
Ron | 2 | 175 |
|  | I've been trying to implement a simple transaction implementation, very
basic and got stuck. I am following examples in the documentation,...
hocatka@yahoo.com
|
04-06-2006 03:07 AM
hocatka@yahoo.com | 6 | 295 |
|  | Hello Everybody,
Is there a possibilty to export a Berkeley DB? A Berkeley DB method?
Utilitly?
Regards,
Al
Al
|
04-04-2006 09:55 PM
Ron | 1 | 340 |
|  | hi,
I run a thread which write records into a database continually,
another thread which do txn_checkpoint every 100M log writing. The db
type is...
Joey
|
04-04-2006 05:45 AM
Joey | 1 | 276 |
|  | void PlumeData::loadPlumeDB(MyDb& PlumeDB)
{
// PlumeData my_Plume;
std::string stringBuf;
// getCO (inFile, stringBuf);
// memset...
Jack
|
04-04-2006 05:37 AM
Jack | 10 | 289 |
|  | Hi Kiran,
Does your application have problems on AIX when run without Purify?
If so, can you get a stack trace with debug information?
If it runs...
Michael Cahill
|
04-03-2006 08:51 PM
Michael Cahill | 1 | 170 |
|  | Hi,
Do I need to convert binary keys to ASCII before storage and retrieval?
I ask this because
I saw Dbt constructor only support string keys
Dbc...
Jack
|
04-03-2006 05:54 PM
agorrod@gmail.com | 2 | 163 |
|  | I have been looking for python API documentation of BDBXML for quite a
few days but I could not find it. Anyone has any idea where it is? Or
if there...
sullivanz.pku@gmail.com
|
04-02-2006 11:50 PM
sullivanz.pku@gmail.com | 0 | 162 |
|  | Hi,
I'd like to find out which edition of the Berkeley Database is more
suitable for an application that is written in Java and needs to...
luzius.meisser@gmail.com
|
03-31-2006 01:25 PM
m | 1 | 186 |
|  | Hey Everyone,
Stylus Studio has just released a new video tutorial called "Building
XQuery Web Services with Stylus...
Stylus Studio
|
03-31-2006 11:41 AM
Stylus Studio | 0 | 112 |
|  | Hi,
I've been looking at the inventory example that came with the java
version of the database. It looks like the only way to do an update is
to...
shirley.cohen@gmail.com
|
03-30-2006 07:54 PM
shirley.cohen@gmail.com | 0 | 142 |
|  | Hi,
Can anyone please tell me what a Sequence Record is and how it is used?
Thanks,
Shirley
shirley.cohen@gmail.com
|
03-30-2006 07:50 PM
shirley.cohen@gmail.com | 2 | 167 |
|  | Hello,
I need a help to do a query in BDBXml 2.2.13. The database and query I
am doing, works for dbxml utility, the
problem just happens when I run...
Ventura
|
03-30-2006 04:31 PM
Ventura | 1 | 277 |
|  | Hi All,
I just built Berekeley DB 4.4.20 and used it as the database backend
for Openldap 2.3.20. I'm using the OS/2 operating system with...
Paul Smedley
|
03-30-2006 05:24 AM
Paul Smedley | 0 | 262 |
|  | I am trying to address some performance issues when using java release
2.1.30 and one obvious place to look is...
aclement@gmail.com
|
03-29-2006 09:44 PM
aclement@gmail.com | 0 | 139 |
|  | when opening an environment in shared memory region using the
DB_SYSTEM_MEM flag
I get an error Env Open : Invalid Argument...
when looking inside...
Herman.Ron@gmail.com
|
03-29-2006 04:13 PM
Herman.Ron@gmail.com | 0 | 256 |
|  | I've looked through the various documentation on set_isalive, and
env_failchk. What I can't seem to figure out is how to write my
is_alive function....
EelBait
|
03-29-2006 12:40 PM
EelBait | 0 | 207 |
|  | Hello all
i have been building Berkeley DB on solaris when i am
getting the following error..
## Building pkgmap from package prototype file.
no...
SwaSes
|
03-29-2006 03:24 AM
SwaSes | 0 | 162 |
|  | Hello all,
Win2003, VS2005, BerkeleyDb 4.4 recompiled with VS2005
I have some pretty simple code here based on the BerkeleyDb docs:
int...
ryoungdev@gmail.com
|
03-29-2006 12:23 AM
Joseph Bruni | 1 | 178 |
|  | I am storing a C++ object in my database with an auto_increment integer
key value.
<code>
class obj {
public:
int a, b, c, d, e, user_data_len;
char...
danwald
|
03-28-2006 10:23 PM
danwald | 6 | 199 |
|  | unsigned int lockid;
DbLock lock;
myEnv->lock_id(&lockid);
myEnv->lock_get(lockid,0,&key,DB_LOCK_WRITE,&lock);
int ret = myDb->put(0, &key,...
cloud82
|
03-28-2006 09:03 PM
cloud82 | 0 | 154 |
|  | when i written code to test performance when multi-threaded, i have one
thread for writing ,and two for reading. and i set...
cloud82
|
03-28-2006 08:49 PM
cloud82 | 2 | 150 |
|  | Hi,
Anyone know the fountions really mean?
"thread_id" founction --> DB_ENV->set_thread_id
"isalive" founction --> DB_ENV->set_isalive
Are they...
wuxian610
|
03-28-2006 07:28 PM
EelBait | 3 | 288 |
|  | Hi!
i am using a berkley Db, BTREE type.
I have written a test case which stores the data in the db and then
retrives it using cursor.
Everytime i...
isha
|
03-28-2006 06:40 PM
Michael Cahill | 3 | 290 |
|  | AlphaPC 164SX
Kernel-2.6.13.4
Compaq C 6.5.9
Binutils-2.16.0.9
Make-3.80
db-4.4.20.NC:
cxx: Error: ./db_cxx.h, line 61: could not open source file...
DiskMan
|
03-27-2006 09:42 PM
DiskMan | 2 | 216 |
|  | Hey Everyone,
Release 2 of Stylus Studio 2006 has just been released. The following
are some of the highlights of Stylus Studio 2006 Release 2...
Stylus Studio
|
03-27-2006 06:23 PM
Stylus Studio | 0 | 226 |
|  | Hi!
i am using berkeley db with java. When i try and dequeue a lot of data
it gives the error :
page1: illegal page type or format
PANIC: Invalid...
isha
|
03-27-2006 01:31 AM
isha | 2 | 165 |
|  | I created a simple test code in arm linux. and It always said "Invalid argument". :( Do I miss something? thanks!
code:
#include... jun |
03-26-2006 10:18 PM
jun | 0 | 370 |
|  | This morning, one of our systems administrators asked me to look
at a daemon we'd written which utilizes berkeley DB.
The daemon was stuck in an...
Marco Nicosia
|
03-23-2006 09:55 PM
Marco Nicosia | 0 | 124 |
|  | I have some question about recovery in a multi-process environment.
I am trying to design my applications so that if a problem occurs,
resulting in...
bob.s.walters@gmail.com
|
03-23-2006 08:39 PM
Kim Scheibel | 1 | 196 |
|  | I've been unsuccessful in trying to use the queue table type with the
Sleepycat::Db interface and I cannot figure out why.
===
use...
Kim Scheibel
|
03-23-2006 08:21 PM
Kim Scheibel | 0 | 172 |
|  | I've been having some trouble with recovery in a transactional
application of mine. I managed to reduce the problem to recovery
of sequences. I've...
Ben Pfaff
|
03-23-2006 11:20 AM
Ben Pfaff | 7 | 310 |
|  | You will likely need to use locking if there are readers and
writers accessing the database at the same time. In other
words, if there are multiple...
bostic@sleepycat.com
|
03-23-2006 10:40 AM
bostic@sleepycat.com | 0 | 134 |
|  | Kiran Kumar M R wrote:
We have never seen this core dump before, to my knowledge (and
the stack doesn't make any sense, the retp pointer cannot...
bostic@sleepycat.com
|
03-23-2006 10:34 AM
bostic@sleepycat.com | 0 | 147 |
|  | Hi,
Can someone tell me how the DB code determines that a log file is no
longer necessary? I expected that if you checkpoint a database that
has no...
andrew.bell.ia@gmail.com
|
03-23-2006 05:55 AM
alex.gilboa | 1 | 142 |
|  | Hi,
I am trying to upgrade a database from 4.2. to 4.4.
I shut down my application.
I run 4.2 db_recover:
$ db_recover -h db
db_recover: Finding...
andrew.bell.ia@gmail.com
|
03-22-2006 02:57 PM
andrew.bell.ia@gmail.com | 2 | 194 |
|  | Dear Comp.databases.berkeley-db News Group,
Are you struggling with XML and relational data? Do you need to create
complex web pages or XML...
Stylus Studio
|
03-22-2006 11:31 AM
Stylus Studio | 0 | 117 |
|  | According to http://www.sleepycat.com/docs/ref/am_conf/bt_prefix.html
Berkeley DB is supposed to do prefix compression but it doesn't seem to
be...
oren.tirosh@gmail.com
|
03-22-2006 07:36 AM
oren.tirosh@gmail.com | 0 | 292 |
|  | The python bindings of dbxml 2.2.13 is incomplete as compared to java
one. May be somebody have more complete bindings? Is there a project
like...
alex.gilboa
|
03-22-2006 06:03 AM
alex.gilboa | 0 | 125 |
|  | Hi,
From:
http://www.sleepycat.com/docs/gsg/C/usingDbt.html#CoreDatabaseRead:
------------
/* Database open omitted for clarity */
money = 122.45;
firdaus.halim@gmail.com
|
03-21-2006 08:15 AM
firdaus.halim@gmail.com | 0 | 155 |
|  | I'm compiling Berkeley DB 4.4 on my 32-bit Pentium 4
with VC 6. Some 64-bit portions couldn't be compiled and the whole
operation hanged in the...
Jack
|
03-21-2006 06:26 AM
Michael Cahill | 3 | 187 |
|  | After a power failure which caused our subversion repository berkeley
db to go astray the usual svnadmin recover unfortunately does not help.
I then...
martin_eigel@yahoo.com
|
03-20-2006 12:35 PM
Boudewijn van Breukelen | 1 | 271 |
|  | Hi,
When I want to put a record into my database which has been created
and opened in an environment with below code, It returns an...
wuxian610
|
03-18-2006 09:43 PM
wuxian610 | 2 | 193 |
|  | Hi,
When I run db_checkpoint, I get the following error:
$ db_checkpoint -1 -h /home/acbell/db
db_checkpoint: open: No such file or directory
The...
andrew.bell.ia@gmail.com
|
03-17-2006 09:30 PM
andrew.bell.ia@gmail.com | 5 | 221 |
|  | Setup:
- env with flags = (DB_CREATE | DB_INIT_CDB | DB_INIT_MPOOL);
- BTREE database with integer keys & variable length void *data which
is...
danwald
|
03-17-2006 11:15 AM
danwald | 4 | 174 |
|  | Hey Everyone,
Stylus Studio has released a video tutorial
(http://www.stylusstudio.com/videos/xmledit1/xmledit1.html)
demonstrating how to simplify...
Stylus Studio
|
03-16-2006 01:20 PM
Stylus Studio | 0 | 156 |
|  | Hi,
If I create a secondary index where the first part of the index is this
(using the associate() function):
typedef unsigned long...
niagara_man@hotmail.com
|
03-15-2006 05:46 PM
Michael Cahill | 1 | 201 |