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

creation of synonim in plsql

From: Arti <iktornek_at_interia.pl>
Date: 23 Feb 2004 02:02:07 -0800
Message-ID: <1b157597.0402230202.3eca30ac@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:02:07 CST

Original text of this message

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