Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: DB Link Between Prod and Test?
Dennis,
We use DB links to allow selects where data info is needed on two instances. One is a
report type and the other is being updated by the users all day. They work great. To
keep the table naming simple and allow the application to be written on one
development instance, I use synonyms to identify the tables over the link.
Create synonym table1 for table1_at_dblink.
ROR mª¿ªm
>>> RICHARD.T.CALE_at_saic.com 05/15/01 03:00PM >>>
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). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Ron Rogers INET: RROGERS_at_galottery.org 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 - 16:36:15 CDT