|
More site info...
Berkeley DB XML
| Forum profile
|
|
Forum profile page for Berkeley DB XML
on http://www.oracle.com.
This report page is the aggregated overview from a single forum: Berkeley DB XML
, located on the Message Board at http://www.oracle.com.
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "Berkeley DB XML
" on the Message Board at http://www.oracle.com is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on Berkeley DB XML
:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
29
|
68
|
276
|
|
Post:
|
89
|
182
|
612
|
|
|
Berkeley DB XML
Posting activity graph:
|
Top authors during last week:
user's latest post:
no db_java-4.8 in java.library.path
Published (2009-12-07 01:17:00)
The export command only work on bash. So you may try following command in csh style: setenv LD_LIBRARY_PATH=$ { LD_LIBRARY_PATH } :/app/rdg/release/bin/AggServer/dbxml-2.5.13/install/lib setenv LD_RUN_PATH=/app/rdg/release/bin/AggServer/dbxml-2.5.13/install/lib If above operations still doesn't work. Try to execute "bash" or "/bin/bash" to enter bash shell. Then use export again: export...
user's latest post:
Berkeley DB XML and PHP 5.3
Published (2009-12-07 06:21:00)
For the include file problem, you can also edit that manually. I did not hit these two: db_env_ce_get and, php_db4_getDbEnvFromObj but I will investigate them further. I will be opening an internal SR for the entire compilation issue so that it does get resolved. And I'll post any information I find out about db_env_ce_get and php_db4_getDbEnvFromObj. Thanks again, Sandra
user's latest post:
Interpreting Query-Plans...
Published (2009-12-09 01:55:00)
Please let me know if you need any further information of testing data. We are using workarounds know, but doing the doc()//w query directly with the node-element-string-equality index on w in place would be better of course.
user's latest post:
Insert a large XML document into...
Published (2009-12-09 16:23:00)
Hi, How big is your XML document? You've set up cache size less then 1Mb. you probably want to enlarge it even more Vyacheslav
user's latest post:
Berkeley DB XML and PHP 5.3
Published (2009-12-07 06:03:00)
Sandra, here's my final attempt. I ran out of time and had to move on.. root@acer1 php # make /bin/sh /usr/local/dbxml-2.5.13/dbxml/src/php/libtool --mode=compile g++ -I. -I/usr/local/dbxml-2.5.13/dbxml/src/php -DPHP_ATOM_INC -I/usr/local/dbxml-2.5.13/dbxml/src/php/include -I/usr/local/dbxml-2.5.13/dbxml/src/php/main -I/usr/local/dbxml-2.5.13/dbxml/src/php -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM...
user's latest post:
The deployment of BDB XML in php...
Published (2009-12-09 20:55:00)
Hello, there are many guidance to deploy BDB XML for PHP on Linux. But there is a little information about the windows platform, and the official instruction may lead the newbies to be frustrated. I am also a newbie, here is my way to make BDB XML working well on platform. 1. PHP only needs you to install the core part of BDB XML. 2. After the installation, You needs to write the bin path following the installation path, for example...
user's latest post:
Berkeley DB XML and PHP 5.3
Published (2009-11-30 14:38:00)
Hello Sandra, thanks for your reply. I uploaded a complete typescript at http://philipp.wagner.name/temp/typescript-edited.txt (edited for readability). Here some information on my system: user@host:~> uname -a Linux poweramy 2.6.31.5-0.1-default #1 SMP 2009-10-26 15:49:03 +0100 x86_64 x86_64 x86_64 GNU/Linux user@host:~> cat /etc/SuSE-release openSUSE 11.2 (x86_64) VERSION = 11.2 user@host:~> rpm -qa 'php5-*'...
user's latest post:
no db_java-4.8 in java.library.path
Published (2009-12-03 05:14:00)
Hi, The default build (buildall.sh) does not produce the Java libraries, that is, it does not build the Java API. You have to use the "--enable-java" option as per the instructions here: http://www.oracle.com/technology/documentation/berkeley-db/xml/ref_xml/xml_unix/intro.html Have you looked into the documentation I pointed to? http://www.oracle.com/technology/documentation/berkeley-db/xml/ref_xml/xml_unix/notes.html (last section,...
user's latest post:
Insert a large XML document into...
Published (2009-12-09 23:43:00)
Hi, Thanks for replying. I've changed size to 2GB, it still does not working. The size of the XML document is 127MB.
|
|
|
|
Latest active threads on Berkeley DB XML
::
Started 23 hours, 31 minutes ago (2009-12-10 04:58:00)
by Peter Oakenshield
Hi,
of course this question can only be answered by the developers- however I would like to make a guess . The expensive operations will most likely be creating database records and updating existing ones. So performance depends on the way BDB XML represents and stores XML Nodes in the underlying BDB Database. Most likely one record will be created per XML ...
Started 23 hours, 35 minutes ago (2009-12-10 04:54:00)
by detonator413
What version of DB XML are you using? I think this issue is fixed in 2.5.13
Vyacheslav
Started 1 day, 12 hours ago (2009-12-09 16:23:00)
by detonator413
Hi,
How big is your XML document? You've set up cache size less then 1Mb. you probably want to enlarge it even more
Vyacheslav
Started 1 week, 3 days ago (2009-11-30 10:23:00)
by Oracle, Sandra ...
Hello,
I will look into this further and get back to you.
Thanks,
Sandra
Started 3 months, 1 week ago (2009-09-03 11:04:00)
by LaurenFoutz
5.2.10 should still work. If not could you please post what errors you get when trying to execute a program?
Lauren Foutz
Started 1 week, 3 days ago (2009-11-30 13:23:00)
by Oracle, Sandra ...
Hello,
I'll try to reproduce these compilation errors. Can you post the exact steps you used, so I can follow exactly the same steps.
Thanks,
Sandra
Started 1 week, 1 day ago (2009-12-03 02:53:00)
by Andrei Costache...
Hi,
Take a look at Berkeley DB Programmer's Reference Guide section about the Java API here:
http://www.oracle.com/technology/documentation/ber keley-db/db/programmer_reference/java.html
and the sections on building and using Berkeley DB XML on UNIX/POSIX systems and dynamic shared libraries:
http://www.oracle.com/technology/documentation/ber keley-...
Started 1 week, 1 day ago (2009-12-02 23:21:00)
by Peter Oakenshield
Hi,
assuming you run both methods based on the case that the containers do not exist I think I can explain the differences.
In both cases you use the same container config. However in the first variant you set AutoIndexing to false on the container when creating it. In the second variant this will only be done if the container is already existing- not ...
Started 6 days, 22 hours ago (2009-12-04 06:19:00)
by Oracle, Sandra ...
Hello,
This looks like a compiler problem. Please try with an upgraded version of the compiler like gcc 4.x.
Thanks,
Sandra
|
|
Hot threads for last week on Berkeley DB XML
::
Started 1 week, 1 day ago (2009-12-03 02:53:00)
by Andrei Costache...
Hi,
Take a look at Berkeley DB Programmer's Reference Guide section about the Java API here:
http://www.oracle.com/technology/documentation/ber keley-db/db/programmer_reference/java.html
and the sections on building and using Berkeley DB XML on UNIX/POSIX systems and dynamic shared libraries:
http://www.oracle.com/technology/documentation/ber keley-...
Started 1 week, 3 days ago (2009-11-30 13:23:00)
by Oracle, Sandra ...
Hello,
I'll try to reproduce these compilation errors. Can you post the exact steps you used, so I can follow exactly the same steps.
Thanks,
Sandra
Started 1 day, 12 hours ago (2009-12-09 16:23:00)
by detonator413
Hi,
How big is your XML document? You've set up cache size less then 1Mb. you probably want to enlarge it even more
Vyacheslav
Started 1 week, 1 day ago (2009-12-02 23:21:00)
by Peter Oakenshield
Hi,
assuming you run both methods based on the case that the containers do not exist I think I can explain the differences.
In both cases you use the same container config. However in the first variant you set AutoIndexing to false on the container when creating it. In the second variant this will only be done if the container is already existing- not ...
Started 1 week, 3 days ago (2009-11-30 10:23:00)
by Oracle, Sandra ...
Hello,
I will look into this further and get back to you.
Thanks,
Sandra
Started 1 week, 1 day ago (2009-12-02 17:47:00)
by detonator413
Hi,
I would suggest to reconsider building of your document so that it doesn't contain duplicates if you don't need them. And it doesn't have much to do with DB XML then.
Also you could insert your document with duplicates and use XQuery Update facilities to delete undesirable nodes.
Vyacheslav
Started 6 days, 22 hours ago (2009-12-04 06:19:00)
by Oracle, Sandra ...
Hello,
This looks like a compiler problem. Please try with an upgraded version of the compiler like gcc 4.x.
Thanks,
Sandra
Started 3 months, 1 week ago (2009-09-03 11:04:00)
by LaurenFoutz
5.2.10 should still work. If not could you please post what errors you get when trying to execute a program?
Lauren Foutz
Started 23 hours, 35 minutes ago (2009-12-10 04:54:00)
by detonator413
What version of DB XML are you using? I think this issue is fixed in 2.5.13
Vyacheslav
Started 23 hours, 31 minutes ago (2009-12-10 04:58:00)
by Peter Oakenshield
Hi,
of course this question can only be answered by the developers- however I would like to make a guess . The expensive operations will most likely be creating database records and updating existing ones. So performance depends on the way BDB XML represents and stores XML Nodes in the underlying BDB Database. Most likely one record will be created per XML ...
|
|