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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: DB Link Between Prod and Test?

RE: DB Link Between Prod and Test?

From: Hagedorn, Linda <lindah_at_epocrates.com>
Date: Tue, 15 May 2001 13:15:09 -0700
Message-ID: <F001.0030426E.20010515130131@fatcity.com>

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:RICHARD.T.CALE_at_saic.com] 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: dmeng_at_focal.com

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: ListGuru_at_fatcity.com (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: RICHARD.T.CALE_at_saic.com
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: ListGuru_at_fatcity.com (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). Received on Tue May 15 2001 - 15:15:09 CDT

Original text of this message

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