This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
systemtap into oracle
- From: <yangfang5805 at sina dot com>
- To: "systemtap" <systemtap at sourceware dot org>
- Date: Wed, 29 Aug 2018 16:20:21 +0800
- Subject: systemtap into oracle
- Reply-to: yangfang5805 at sina dot com
Hi,I install systemtap on rhel 6.0,and use stap -ve 'probe process("oracle").function("*") { log(pp())}',the error is semantic error: no match
whether or not the systemtap can probe the oracle?
can you help me ? thks