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: Createing view problem

Re: Createing view problem

From: alek <alexandru.tica_at_gmail.com>
Date: 10 May 2006 01:27:13 -0700
Message-ID: <1147249633.768561.133250@i40g2000cwc.googlegroups.com>


The solution you suggested using a stored procedure seems to be the most suitable one. User1 creates a procedure (create_view let say) which expects as a parameter the complete CREATE VIEW statement. Of course, the procedure will also verify that the provided statements is indeed a CREATE VIEW command. This procedure should be created with definer rights and execute privilege should be granted to USER2 user. In my opinion this is the most direct way to do such a thing.

Regards,
alec. Received on Wed May 10 2006 - 03:27:13 CDT

Original text of this message

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