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: Data security

Re: Data security

From: RSH <RSH_Oracle_at_worldnet.att.net>
Date: Thu, 28 Feb 2002 17:54:21 GMT
Message-ID: <h9uf8.5711$106.355974@bgtnsc05-news.ops.worldnet.att.net>


Andy, if you are saying your data you want to move is in Oracle 8.1.7 on your local machine, and you have another system running Oracle that you'd like to move it to, that's easy.

Or are you saying you have a bunch of data on your machine that you want to put into 8.1.7 on your machine?

I'm unclear on this.

If it is situation (A), that should be real simple.

If it is situation (B), you need to create an empty table in your local database that structurally relates to whatever you want to load, then write a sqlldr (SQL*LOADER) script to pull the data into your table.

As far as protecting it, Oracle security is pretty good!

So, where is your data now and what does it reside in?

RSH.
"news libero" <bettati_at_iinfinito.it> wrote in message news:dJsf8.41008$v7.1518787_at_twister1.libero.it...
> I have a 8.1.7 Oracle standard edition installed in a windows 2000
> environment.
> I have a table with few data, but critical for my company.
> I would like to load this table in Oracle database. This table can be
> accessed with an oracle user (by username and password). No other user can
> be access to the table, and nobody can do an export of data.
> Which is the simple way? Any idea is accepted.
>
> Thanks in advance.
>
> Andy.
>
>
Received on Thu Feb 28 2002 - 11:54:21 CST

Original text of this message

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