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 -> Synonym or View?

Synonym or View?

From: <david_petit_at_yahoo.com>
Date: Sat, 09 Dec 2000 16:40:29 GMT
Message-ID: <90tn9t$mde$1@nnrp1.deja.com>

Hello all,

   I want to direct A_Alias to table A. Which one is better (just for select, no modification of table A)?

  1. Built a public synonym from A_Alias to A
  2. Built a view A_Alias that select * from A

   in terms of performance, security and easy for administration.

THanks,
David

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Sat Dec 09 2000 - 10:40:29 CST

Original text of this message

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