plsql - Can Oracle's SQL Translation Framework translate SQL embedded in PL/SQL? -
can oracle's sql translation framework translate sql queries embedded in pl/sql blocks?
i have translation profile , translation in place, if put sql in, say, sql plus, translates correctly.
but if sql inside plsql, in execute immediate ('here')
, or in cursor declaration cursor mycursor select 'here'.....
, there no translation done.
Comments
Post a Comment