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!
Hello all,
I need to rename an index on a busy and large table and I was wondering if this would be an online operation: can users coninue work when I'm doing this? I can't find the answer in the docs.
Kind regards.
--- bdb/com/sleepycat/je/SecondaryCursor.java 2008-06-10 10:52:08.000000000 -0500 +++ src/java/com/sleepycat/je/SecondaryCursor.java 2009-02-24 12:11:56.531382458 -0600 @@ -117,7 +117,7 @@ public Cursor dup(boolean samePosition) throws DatabaseException { - checkState(true); + checkState(false); return new SecondaryCursor(this, samePosition); }
diff -r 671c95c08dd4 src/com/sleepycat/je/SecondaryCursor.java --- a/src/com/sleepycat/je/SecondaryCursor.java +++ b/src/com/sleepycat/je/SecondaryCursor.java @@ -117,7 +117,7 @@ public Cursor dup(boolean samePosition) throws DatabaseException { - checkState(true); + checkState(false); return new SecondaryCursor(this, samePosition); }