[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [udig-users] problem displaying Oracle layer in udig
|
Hi Alex:
Thanks for the testing (I have added your comments onto http://jira.codehaus.org/browse/UDIG-1584).
Oracle Locator should make some difference (as I understand it a spatial index is not available for oracle locator and all the work is done in Java resulting in very poor performance). Oracle locator is able to store geometry; but not work with them especially well...
It could be the new JDBC-NG datastore no longer supports locator; I will try and check.
What we really need is a developer with access to an oracle machine and time to work on this one.
We are going to try and shortlist issues in Monday's meeting based on volunteer time; we will see how it goes.
Jody
On 11/03/2010, at 2:44 PM, Alex Dean wrote:
> I don't know Oracle all that well, but I should note this is Oracle Locator on 10g, not a full-blown Oracle Spatial database. Not sure if that makes a difference or not.
>
> I downloaded & installed udig-1.2-RC1.macosx.cocoa.x86.zip, and I'm not having any success displaying Oracle data here either. It actually seems a lot worse than 1.1.1.
>
> Here's what I've done:
> - File > New > New Map
> - Layer > Add
> - Select 'Oracle Spatial'
> - Enter connection information. I notice the wizard no longer automatically populates the list of available schema, as it did in uDig 1.1.1.
> When I enter a database name and click 'Lookup', I get a list of available schemas, but the 'Database' value I entered disappears.
> - I select the correct schema, re-enter the database name, and click 'Connect', and then 'Next >'.
> - I see a message telling me there are no features available, or words to that effect. This is at the same time that I'm able to view polygons from this same schema in uDig 1.1.1.
>
> If I manually enter the name of my schema, rather than selecting it from the list, uDig hangs and becomes unresponsive when I click 'Next >'. I've left it sitting for several minutes and never seen it recover. I end up having to force quit uDig and start over.
>
> When I repeat all the steps above, I cannot get the auto-population of schema names to work at all, even after I click the 'Lookup' button. It doesn't blank out the database name like it did last time. 'Lookup' appears to not do anything at all.
>
> Are there log files I could capture or other ways I could help you troubleshoot this further? I wish I could give you better steps to reproduce the problem, but the behavior of the application seems quite inconsistent and hard to understand. Let me know if I can provide more information which might be helpful.