Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Is it possible to filter or hook the Oracle SQL parser?
Shangwu wrote:
> Hello,
>
> I want to create a program in PL/SQL or C/C++ to interpret and modify all
> SQL statements coming to an Oracle server. Is it possible to hook such
> program to the SQL parser of Oracle?
> Any comment is appreciated.
>
> Shangwu
And the point of reinventing the wheel?
Alternatively you can pass in SQL statements as a CLOB, do whatever you wish with them inside a procedure, and then use the DBMS_SQL package to execute them.
But this really looks like nothing short of bad architecture.
Please also do not repost to c.d.o.tools and c.d.o.misc as this is off-topic and triple posting only gets people mad.
-- Daniel A. Morgan http://www.psoug.org damorgan_at_x.washington.edu (replace x with u to respond)Received on Wed Sep 07 2005 - 15:55:12 CDT
![]() |
![]() |