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 -> Re: creation of synonim in plsql

Re: creation of synonim in plsql

From: Lamjed <antispam_lamjed_at_lineone.net>
Date: Mon, 23 Feb 2004 11:42:24 +0100
Message-ID: <c1cleg$1gvn1l$1@ID-127366.news.uni-berlin.de>


hi,
you can use EXECUTE IMMEDIATE 'xyz ......' into result;

"Arti" <iktornek_at_interia.pl> a écrit dans le message de news: 1b157597.0402230202.3eca30ac_at_posting.google.com...
> Hi.
>
> I've got a problem. I need to create synonim of a view in plsql.
> in sql i can do it with :
>
> create synonym syn_temp_view for temp_view_0luk1;
>
> Is there any function to do that or just syntax is wrong?
>
> Thanks in advance
> Artur
Received on Mon Feb 23 2004 - 04:42:24 CST

Original text of this message

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