PLSQL on terminal server

Ricky

Member
We are running PL SQL on terminal server and on the backend we have 3 redundant servers (64bits) with roaming and folder redirection.

PLSQL 32bit is installed on C Drive all 3 servers, my problem is if a user is not local admin i will get this error "(Not logged on) - PLSQL Developer.

If user is local admin i won't get this error and user will logged in.

I have created a new security group and grant write access to c:\PLSQL Developer 12 and still getting same error.

any instruction in can find elsewhere to allow users to use PL SQL without admin rights.

Thanks.
 
This indicates that you are using an Oracle10g or earlier client, which is not compatible with the security model of recent Windows versions. You will need to update to an Oracle11g or later client to resolve this.
 
Back
Top