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

Popular posts from this blog

javascript - IndexedDB error: Uncaught DataCloneError: Failed to execute 'put' on 'IDBObjectStore': An object could not be cloned -

android - Adapter not working with listview -

javascript - PhoneGap show downloaded image in iframe -