Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> dynamic number of xsql:query tags in a xsql file
Hello!
I want to create <xsql:query> tags dynamicly, depending on the number of things I want to check
Tried it with:
<xsql:include-owa>
BEGIN system.dbsec.service_report('{@service}'); END;
</xsql:include-owa>
and get back a lot of <xsql:query> tags with the right statements in it, but
it
seems the are not processed any more and stayed unchangend!
Hoping for help
Alexander Woehrer Received on Thu Aug 22 2002 - 05:02:29 CDT
![]() |
![]() |