Link to home
Start Free TrialLog in
Avatar of joe_echavarria
joe_echavarriaFlag for Dominican Republic

asked on

problems with PL SQL Developer 7.0.1.1066

Hi,

  I am getting that error when trying to connect using pl sql  developer.  Is like an empty message, a screen with no message.
  I am using oracle 32bit 10g.

 Please check the images attached.
error-02.jpg
error-03.jpg
error-04.jpg
error-05.jpg
Avatar of joe_echavarria
joe_echavarria
Flag of Dominican Republic image

ASKER

When running the application as administrator i did no get that error.
Avatar of johnsone
It appears you are trying to get a normal connection as SYS user.  You cannot do that.  You would have to change the "connect as" from "normal" to "sysdba".  Ideally, you should be connecting as a user other than SYS or SYSTEM.
@johnsone  

I get the same error no matter what user i use to connect.
Seems as though you were posting at the same time I was.

If it is working fine as an administrator user, then I would suspect a permission issue.  The only clue I have is that since the error window is blank, my guess is a permission issue on the Oracle Home directories.  It cannot get to the message file to print the message.
ASKER CERTIFIED SOLUTION
Avatar of joe_echavarria
joe_echavarria
Flag of Dominican Republic image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Sean Stuber
Sean Stuber

On the pl/sql developer help site, it looks like the blank messages
are indeed  a windows security issue.

This thread is for version 7 but a slightly higher subversion; likely the same problem though.


http://forums.allroundautomations.com/ubb/ubbthreads.php?ubb=showflat&Number=28611&PHPSESSID=2e3c1b028a66500ae8a1730abc88b993
That was the solution.