using applet it is throwing exception



when i try to access database using applet
it is throwing following exception with oracle 9.2 driver

Database Exception:java.security.AccessControlException: access denied
(java.util.PropertyPermission oracle.jserver.version read)


it is throwing following exception with oracle 9.0 driver
Database Exception:java.security.AccessControlException: access denied
(java.net.SocketPermission 192.9.200.10:1521 connect,resolve)

please tell me what is the problem

--
Posted using the http://www.dbforumz.com interface, at author's request
Articles individually checked for conformance to usenet standards
Topic URL: http://www.dbforumz.com/JDBC-Driver-applet-throwing-exception-ftopict248465.html
Visit Topic URL to contact author (reg. req'd). Report abuse: http://www.dbforumz.com/eform.php?p=860887
.



Relevant Pages

  • RE: ORACLE DRIVER
    ... DBI - is the perl module to handle all the request of the database, connecting, disconnecting, routing the database request to proper driver. ... DBD::Oracle - is the Oracle driver that DBI can use to handle oracle request. ...
    (perl.dbi.users)
  • Re: JDBC URL for Oracle Database With Failover (2 db servers)
    ... After you've loaded the driver, you can establish a connection using ... each form requires a database URL. ... For Oracle, the database URL has ...
    (comp.lang.java.databases)
  • RE: ORACLE DRIVER
    ... Subject: ORACLE DRIVER ... DBI - is the perl module to handle all the request of the database, ... So is there any free Oracle ODBC driver for Linux? ...
    (perl.dbi.users)
  • Losing records in a transaction
    ... I'm currently using .NET 1.0 and MS .NET provider for Oracle to connect to ... Catch ex as Exception ... Off late I have been getting database locks ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Data source not found no default driver specified.
    ... VB6,TCP/IP,ADO FOR SERVER SIDE ... ORACLE 9I FOR DATABASE. ... >application.Have checked the oracle driver entry in the odbc data ...
    (comp.databases.oracle.server)

Loading