Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: dbms_sql.parse Question
Vladimir M. Zakharychev wrote:
> "amogh" <amogh.r_at_gmail.com> wrote in message news:VCmZf.55$nf4.97_at_news.oracle.com...
>
>>I need to parse a CREATE OUTLINE statement, but wish not to create the >>outlines themselves. Whats wrong with doing that ? Outlines cannot be >>created on all SQL statements. I do not think there's anything wrong >>in wanting to just parse this DDL and not execute it. >>
True.
> Please
> enlighten me, what is to be gained by being able to parse
> DDL without executing it? To me, it's completely pointless,
> but I may be wrong, I know, for I've been many times before
> and surely will be many times more...
>
I would want to just parse it if I'm writing an application
to parse user inputed DDLs and add them to a SQL script.
I would'nt want to add incorrect DDLS into the script. Right
now I will have to drop each of these objects since they
would be created by the parse procedure.
I feel this is a valid need.
Rgds.
Amogh
Received on Fri Apr 07 2006 - 08:40:21 CDT
![]() |
![]() |