Issue with PL/SQL Developer Version 8.0.4.1514 [message #500557] |
Tue, 22 March 2011 04:16 |
|
delyanpeyankov
Messages: 4 Registered: March 2011 Location: Sofia, Bulgaria
|
Junior Member |
|
|
Hi to all,
The described issue occurred last evening. I'll strongly appreciate any help on the resolving.
The issue is:
I am working with PL/SQL Developer Version 8.0.4.1514.
I a recently gain restricted privileges on one of the report DBs.
1) When I simply type a select statement (for example):
select * from db.******** c
where c.>>>> and should automatically show me all the rolls in the db.******** c after I type the dot (.) but it doesn't.
2) When I right click on the (for example):
db.******** table and the "describe" option is not available, so am unable to view the rolls in it.
The strange situation is that when i open a console "CMD" in "RUN" and type SQL> describe mb.******* and then I am able to see the columns, is it NULL and the Type (Varchar, NUM, etc.).
Any light on the issue will be strongly appreciated. Thanks a lot.
|
|
|
|
|
|
|
|
|
|
Re: Issue with PL/SQL Developer Version 8.0.4.1514 [message #500730 is a reply to message #500713] |
Wed, 23 March 2011 03:28 |
Roachcoach
Messages: 1576 Registered: May 2010 Location: UK
|
Senior Member |
|
|
I suppose the question is, what is the GUI actually doing when you click that "describe" button? There's often a number of ways to get info out of Oracle and depending on what said GUI uses to show its data...well your permissions might cause problems.
E.g. I know that SQL developer wants "execute any" on packages to see bodies, in the GUI rather than using DBMS_METADATA...
Maybe the GUI "describe" isn't executing the command "desc"
|
|
|