Problem in PLSQL Developer

Arman

Member
Hello!

I run PLSQLDev and in logs i found this
21.04.2014 18:12:29 TOracleQuery $04E68AE0 Start Query.Execute
SQL = select grantee, name from
sys.plsqldev_authorization
where grantee in (user, 'PUBLIC')
or grantee in (select role from sys.session_roles)
21.04.2014 18:12:30 TOracleQuery BytesPerCharacterQuery End
Result = Access violation at address 61DE873F in module 'OraClient10.Dll'. Read of address 00000004
Duration = 0,031
21.04.2014 18:12:30 TOracleQuery $05078670 Start Query.Execute
SQL = /*
The name + type results of these queries will be used by the Code Assistant
if the "Describe Context" option is enabled. After typing 3 or more characters
the Code Assistant will show a list of matching names.
Separate multiple queries with semi-colons and use the :schema bind variable
to restrict names to the currently connected user.
In case of an error the query results will be omitted. No error message will
be displayed.
Place this file in the PL/SQL Developer installation directory for all users,
or in the "%APPDATA%\PLSQL Developer" directory for a specific user.
*/
select object_name, object_type
from sys.all_objects o
where o.owner = :schema
and o.object_type in ('TABLE', 'VIEW', 'PACKAGE','TYPE', 'PROCEDURE', 'FUNCTION', 'SEQUENCE')
:SCHEMA = PARUS
21.04.2014 18:12:30 TOracleQuery $04E68AE0 End

Why access violation in Oracle client library?
 
Can you go to Help > Support Info, press the 'Copy all pages' button on this info screen, and paste this text into an e-mail reply?
 
Back
Top