Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: creation of synonim in plsql
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
![]() |
![]() |