why "DATABASE IS LOCKED" message when accessing BDB table from JDeveloper?
DevMay 11 2011 — edited Jul 19 2011Created table using DBSQL.exe, inserted rows, checked rows using SELECT, performed commit and exited.
Then created a connection to the table from Connections tab in JDeveloper.
But can not see the strcuture of the table. Also, when executing SELECT * from <table>, returning message "DATABASE IS LOCKED".
I am using BDB 5.1.25 - the certified version for Oracle ADF mobile client. Is there any patch / Jar available for above Database Lock issue?
[[[Sample code under BDB installation directory refers to "import com.sleepycat.db.Database". But this jar is missing in BDB 5.1.25 installer !!!!!]]]
Please Suggest.....