Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: c# & oracle --> security

Re: c# & oracle --> security

From: Vladimir M. Zakharychev <bob_at_dpsp-yes.com>
Date: Tue, 27 Aug 2002 13:04:54 +0400
Message-ID: <akffbu$q5g$1@babylon.agtel.net>


Not quite clear what is meant by 'securing read and write' - do you mean protecting network traffic from db to your c# app from sniffing? Advanced Security option can handle this - you can configure SQL*Net to encrypt and stamp all traffic between db and client application preventing eavesdropping and tampering with it. Check out Oracle8i Advanced Security books in documentation set to find out how to configure the option for the features you need. Note that Oracle OLEDB Provider still uses SQL*Net for transport and thus AS can be used in this environment.

--
Vladimir Zakharychev (bob@dpsp-yes.com)                http://www.dpsp-yes.com
Dynamic PSP(tm) - the first true RAD toolkit for Oracle-based internet applications.
All opinions are mine and do not necessarily go in line with those of my employer.


"Stefan Demetz" <stesa_at_talk.com add 21 to talk> wrote in message
news:eQzCc#YTCHA.3556_at_tkmsftngp08...

> firewall between webserver and DB only letting port 1433 through
>
>
> "Oz" <tfc01_at_uow.edu.au> wrote in message
> news:aketb3$t9q$1_at_lust.ihug.co.nz...
> > Dear all,
> > hi, We are using Oracle8i and C#. We use OLDDB to connect oracle server
> >
> > How can I do security during read and write data from the oracle. And How
> > can we secure the
> >
> > connection between C# and database.
> >
> > Jerry
> >
> >
>
>
Received on Tue Aug 27 2002 - 04:04:54 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US