Mailing List
Home
Forum Home
Oracle List - by freelists.org
Oracle on SUSE Linux - Runing Oracle on SUSE Linux
Oracle database error code ...
www.freelists.org
Subjects
ORA 12540: TNS:internal limit restriction exceeded
ORA 12838 please : Is possible to append two times to the same table befo
ORA 12838 please : Is possible to append two times to the same table before
ora 04031
ora 12500 on windows
ORA 32004: obsolete and/or deprecated parameter(s) specified
ORA 01925: maximum of 30 enabled roles exceeded
ORA 01925: maximum of 30 enabled roles exceeded
ora 12500 on windows
ORA 01650, one idea
ORA 01650
ORA 4030
ORA 12838 please : Is possible to append two times to thesametable before do
ORA 12838 please : Is possible to append two times to thesame table before d
ORA 01536
ORA 03113 end of file on communication channel
ORA 32004: obsolete and/or deprecated parameter(s) specified
ORA 00600:
ORA 00020: maximum number of processes (%s) exceeded
ORA 01925: maximum of 30 enabled roles exceeded
ORA 3113 while creating a cluster database 9201 RAC on Linux with OCFS
ora 12500 on windows
ora 12500 on windows
ora 12500 on windows
ORA 01650, one idea
ora 12500 on windows
ora 12500 on windows
ora 12500 on windows
ORA 2000 Error Using DBMS STATS GATHER SCHEMA STATS
ORA 01650, one idea
ORA 01650, one idea
ORA 01650, one idea
ORA 01650
ORA 01650
Subject: ora 01031
ORA 4030
ORA 4030
ORA 06502: PL/SQL: numeric or value error: Bulk Bind: Truncated Bind
Subject: Re: ORA 01722 invalid number
 
systemtap, anyone?

systemtap, anyone?

2007-08-01       - By Cristian Veronesi

 Back
Reply:     1     2     3     4  

Has anyone tried to use systemtap on SUSE SLES10? I was able to run a
simple "hello world" script but I always get errors when trying to
access kernel functions. For example, this script:

<<<
global reads

probe begin {
 printf("probe beginning\n")
}

probe syscall.read {
 reads [execname()] <<< count
}

probe end {
 foreach (prog_name in reads) {
   printf("Name: %s, # Reads: %d, Total Bytes: %d, Avg: %d\n",
           prog_name, @(protected)(reads[prog_name]),
           @(protected)(reads[prog_name]), @(protected)(reads[prog_name]))
 }
}
>>>

Gives the following error:

semantic error: libdwfl failure (dwfl_linux_kernel_report_offline): No
such file or directory while resolving probe point
kernel.function("sys_read")
semantic error: no match for probe point while resolving probe point
syscall.read
Pass 2: analysis failed.  Try again with more '-v' (verbose) options.

Am I missing some package?

Thank you. Kind regards,

--
Cristian Veronesi - C.R.P.A. S.p.A. - Reggio Emilia, Italy

I dieci comandamenti dell'E-Mail: http://it.wikipedia.org/wiki/Netiquette

--
To unsubscribe, email: suse-oracle-unsubscribe@(protected)
For additional commands, email: suse-oracle-help@(protected)
Please see http://www.suse.com/oracle/ before posting