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: DDL in Dynamic PL/SQL

Re: DDL in Dynamic PL/SQL

From: Phil Holt <phil.holt_at_labsystems.com>
Date: 1997/10/22
Message-ID: <62l4k3$2ju$1@rockcake.bt.net>#1/1

You need to grant CREATE TABLE or CREATE ANY TABLE to the user. I had the same problem building views. The confusing thing is that you can create them without the grants from SQL*Plus.

Dick Willis wrote in message <01bcdec2$456fae60$0600a8c0_at_rmw>...
>Trying to create a table that I don't know the name of a ......... etc.
Received on Wed Oct 22 1997 - 00:00:00 CDT

Original text of this message

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