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: Database Links standards

RE: Database Links standards

From: Mohan, Ross <MohanR_at_STARS-SMI.com>
Date: Fri, 06 Jul 2001 13:00:21 -0700
Message-ID: <F001.0034384C.20010706131051@fatcity.com>

this
is fine.
<FONT face=Arial color=#0000ff
size=2> 
your
problem may be in marketing the technology, not the technology itself.

  <FONT face=Tahoma
  size=2>-----Original Message-----From: Thomas Jeff   [mailto:ThomasJe_at_tce.com]Sent: Friday, July 06, 2001 4:51   PMTo: Multiple recipients of list ORACLE-LSubject:   Database Links standards
  We came up with the below standards with respect to    database links (heavily used in our
  environment).   The result has been a billion complaints by   our developers, stating that the standards are unnecessarily   complex.  I'm curious as to what others might   think, if they *are* indeed too complex. Also what   kind of naming/adminstrative standards that other shops employ.

  1. To access remote data across a DB LINK, the    standard implementation consists of four pieces:
    1. A private database link owned by the schema owner of the table    objects being accessed.  The CONNECT TO and IDENTIFIED BY clauses are    required      - Naming Standard:  {remote schema}_{database name}
    2. A standard PUBLIC SYNONYM created for the remote table being    accessed across the link.    - Naming Standard: {remote schema}_{remote table}.  The purpose of this <FONT size=2>     synonym is both to allow portability and also to provide documentation      of the remote connection.
    3. A VIEW created as a SELECT * from the PUBLIC SYNONYM above (1.b).       - Naming Standard: {remote table}_VW
    4. A PUBLIC SYNONYM on the VIEW above(1.c.) <FONT size=2>   - Naming Standard: {remote table} Thanks, Jeff T <FONT size=2>thomasje_at_tce.com
Received on Fri Jul 06 2001 - 15:00:21 CDT

Original text of this message

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