8

24-Dec-2009: Events checked in some major Oracle RDBMS versions

 3 years ago
source link: https://yurichev.com/blog/33/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
Events checked in some major Oracle RDBMS versions

24-Dec-2009: Events checked in some major Oracle RDBMS versions

I prepared lists of events checked in some major Oracle RDBMS versions.

Remember, something may be missing there.

How I did it: just disassembled by IDA all .o files from libserver10.a or libserver11.a:

idaw -B [each_file]

Then:

cat *.asm | grep -B 1 ksdpec | grep push | sort | uniq > _events

... or for 11g:

cat *.asm | grep -B 1 dbkdChkEventRdbmsErr | grep push | sort | uniq > _events

→ [list of blog posts]


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK