audit use of dynamic sql [message #684007] |
Thu, 18 March 2021 07:58 |
John Watson
Messages: 8960 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
Is there a way to capture use of dynamic SQL? That would be EXECUTE IMMEDIATE, OPEN CURSOR...FOR... , DBMS_SQL, DBMS_SYS_SQL, probably other ways as well.
Thank you for any insight.
|
|
|
|
|
Re: audit use of dynamic sql [message #684016 is a reply to message #684011] |
Fri, 19 March 2021 14:49 |
John Watson
Messages: 8960 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
Thank you for replying. Just to explain the question, this is about code reviews to detect code potentially vulnerable to SQL injection: It would be very helpful to have some means of detecting all dynamic SQL.
|
|
|