If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Other > Oracle to BerkeleyDB

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-22-05, 09:40
lawina lawina is offline
Registered User
 
Join Date: Oct 2005
Posts: 1
Oracle to BerkeleyDB

Hello,
I have very difficult task , I must convert some sample database in Oracle to BerkeleyDB database. I am rookie in BerkeleyDB and I have no idea how to start and what to do, so please share your knowledge .

Regards
Reply With Quote
  #2 (permalink)  
Old 04-16-06, 06:44
SnowCrash SnowCrash is offline
Registered User
 
Join Date: Mar 2004
Location: Basel, Switzerland
Posts: 6
Berkely DB stores all data as key value pairs, so you will have to convert all your table columns as one comma/colon/etc. separated string and then store each table in a separate db file.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On