problems with connection to Oracle

  • Thread starter Thread starter Artur
  • Start date Start date
A

Artur

Ok, I installed an Oracle 8.1.7 database. Under MSVisual Studio.NET I
to put a configured oracleConnection component onto a form.
I previously created this connection based on Microsoft OLE DB
Provider for Oracle and put a servername, user name and verified "Test
connection" - it was ok.
I also check weather tables of my Oracle databese are available via
Server Explorrer - everything was fine. Then I ran the application and
, after proper compilation I got this message:

"An unhandled exception of type 'System.Security.SecurityException'
occurred in WindowsApplication8.exe

Additional information: Request failed.
"

Does anybody have any suggestions ??
 
check the access rights of the OCI.DLL which is in the <oracle dir>/bin
directory
 
On 22 Jul 2004 02:16:17 -0700, (e-mail address removed) (Artur) wrote:

¤ Ok, I installed an Oracle 8.1.7 database. Under MSVisual Studio.NET I
¤ to put a configured oracleConnection component onto a form.
¤ I previously created this connection based on Microsoft OLE DB
¤ Provider for Oracle and put a servername, user name and verified "Test
¤ connection" - it was ok.
¤ I also check weather tables of my Oracle databese are available via
¤ Server Explorrer - everything was fine. Then I ran the application and
¤ , after proper compilation I got this message:
¤
¤ "An unhandled exception of type 'System.Security.SecurityException'
¤ occurred in WindowsApplication8.exe
¤
¤ Additional information: Request failed.
¤ "
¤
¤ Does anybody have any suggestions ??

You may want to identify the line of code on which the error occurs.


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 
Back
Top