Skip to Main Content

Berkeley DB Family

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Evolve DataBase

530677Aug 29 2006 — edited Sep 12 2006
How can I do to evolve the db of my system?

For example, I had a class with some attributes, see the example:

...
private String name;
private Integer age;
...

and now I want remove the "Integer age" attribute and add the "String hairColor".

When I make this change in the class and in the bind interface of this class, JE returns to me Java exception, like a OutOfBounds Exception.

What is the correct form to change my DataBase?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 10 2006
Added on Aug 29 2006
13 comments
1,682 views