- This topic has 15 replies, 4 voices, and was last updated 19 years, 5 months ago by
Brian Fernandes.
-
AuthorPosts
-
james_render50MemberHi, can’t seem to find any documentation on how to use this new pro feature…
I’ve got the DB Browser open and I’ve connected to my Oracle DB, but I just see SYNONYM, TABLE & VIEW underneath the schema name
how would I access the new features like pl/sql and sequences etc?
I’ve just installed eclipse 3.1 and myeclipse 4, but pointing at the same workspace that I used for 3.0.2 and 3.8 … is there some installation step that I next to take?
thanks
james_render50MemberI’ve looked under window->preferences->general->capabilities->advanced->MyEclipse Professional Tools
and the extended oracle database support is checked
james_render50Memberbump, can’t see extra oracle bits still
Riyad KallaMember
james_render50Memberoh no its not..
sorry, I’m connecting to my oracle database, I can only see SYNONYMS, TABLES, and VIEWS underneath my schema name..
james_render50MemberOkay, I’ve tried updating the jdbc drivers as before I was using the oracle 8 drivers to connect to a oracle 9 database. Hasn’t made a difference (well it did open the connection a lot quicker!)
james_render50Memberdo you have to use the oci driver??
james_render50Membernothing in the ${workspace}/.metadata/.log to indicate any errors
Brian FernandesModeratorJames,
The extended oracle support allows you to Edit your Views, Functions, Stored Procedures, Packages etc.
You will not see additional nodes appear when you open up your schema, but you will see additional options when you bring up the context menu for those VIEW, TABLE, PACKAGE, etc. nodes (right click to bring up the context menu).
To see the difference, turn off the oracle features in Capabilies and observe the context menu items.I see this wasn’t covered in the New and Noteworth or in our documentation either, sorry about that.
Please let us know if you need any further assistance using the enhanced features.
Best,
Brian.
james_render50Membersorry brian, I am expecting to see some new nodes like SEQUENCE and PACKAGE but I am still just seeing the SYNONYM, TABLE & VIEW nodes as I was previously to upgrading to eclipse 3.1 & myeclipse 4.0
so perhaps the real question is, why can’t I see more nodes?
thanks for your continued support
james_render50Memberare there some filters that I might have set? I’m trying reading all of the database meta data, as that wasn’t set in the options..
james_render50Membernope, didn’t do the trick
Brian FernandesModeratorJames,
Thank you for clarifying that. The presence of SEQUENCE and PACKAGE nodes has nothing to do with the enhanced Oracle features, they should appear even if you have the Oracle features turned off.
Did this work for you in 3.8.4 and Eclipse 3.0.2?
Which driver (specific details) are you using to connect to Oracle, I’m using the Thin driver here and I see the the SEQUENCE and PACKAGE nodes.
Re: Filters, no we don’t have filters at that level right now, we only allow you to select a subset of the schemas that are displayed.
Best,
Brian.
gregbwrightMemberJames,
I had the same problem — it doesn’t appear to work if you tell it to “Display default schema only”. Try editing the database profile, then click next and select either “Display all schemas” or “Display selected schema” (And select the one you want to work with). Close the connection and reopen. Now those extra nodes should appear.
Greg
james_render50MemberHey presto! I’ve got the extra nodes!
I didn’t realise it, but yes they were missing from when I was using eclipse 3.0.2 & myeclipse 3.8.*
Thanks Greg, I did exactly as you said. I opened my db connection, rclick’d on the database, edited it, selected the “Display the selected schemas”, and added the schema I wanted (preferable to choosing “Display all schemas” as this can take a while to download all the information)
Now when I open up the schema, I get the following additional nodes:
SEQUENCE
PACKAGE
PACKAGE BODY
FUNCTION
PROCEDURE
TRIGGER
SESSIONS
JAVA SOURCEthanks everybody for their help.
-
AuthorPosts