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

Home -> Community -> Usenet -> c.d.o.tools -> creating public synonyms for a set of tables (newbie)

creating public synonyms for a set of tables (newbie)

From: Carlos Lacasa <clacasa_at_sestra.es>
Date: 2000/04/17
Message-ID: <8deohq$5k1$1@lola.ctv.es>#1/1

Hi all,

I want to generate public synonyms for a set of tables under a schema, and I need help to build an script to do so in one time.

In pseudo-code, it would be something like:

for each table in schema.Tables do
{

    create public synonym table for schema.table; }

Thanks in advance,

Carlos Lacasa. Received on Mon Apr 17 2000 - 00:00:00 CDT

Original text of this message

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