Title: RE: DB Link Between Prod and Test?

I created a 'READER' id on production for our datawarehouse guys.  The dblink connects from dw to production as user READER, and READER has select authority on the specific prod tables that they are supposed to be looking at. 

DW has multiple ids.  The single dblink solves the problem of an expotential number of dblinks.   

The reader id cannot break anything, nor can it look into unauthorized tables. 

-----Original Message-----
From: Cale, Rick T (Richard) [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 15, 2001 12:00 PM
To: Multiple recipients of list ORACLE-L
Subject: RE: DB Link Between Prod and Test?


If all he needs is select he cannot corrupt the DB if the DBA does not grant
unnecessary privileges. Folks
use dblinks all the time.

Rick

-----Original Message-----
Sent: Tuesday, May 15, 2001 2:26 PM
To: Multiple recipients of list ORACLE-L


One of our development DBAs suggested today to build a private database
link between production and test database so that he can run some
queries against both at the same time. I am a little concerned because he
might make a mistake and accidentally corrupt the prod database. Anybody
out there who is doing the same thing? Are there any other potential
ramifications?
TIA
Dennis Meng
Database Administrator
Focal Communications
847-954-8328

--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author:
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Cale, Rick T (Richard)
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

Reply via email to