Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

collect/analyzer: Obtain function trip count?

961722Feb 8 2016 — edited Jun 25 2016

Hello,

In investigating a repeatable slowdown I'm seeing some functions float to the top on my analyzer report.

However I'd like to understand if these functions are somehow executing more slowly than they should when the slowdown hits, or if I see them only because they are being called too many times.

Thus, is there a way to tell collect to also gather DTrace-style execution statistics for specific functions?  (i.e. directly counted, not periodically sampled.)

Thank you!

David

This post has been answered by Nikmolchanov-Oracle on Feb 28 2016
Jump to Answer

Comments

Sdas-Oracle
Answer

Hi Fred,

The problem you are seeing seems to be an RDBMS (tablespace) issue, not an RDF issue. The error is being raised during processing of an INSERT /*+ APPEND */ statement issue by bulk-load to append the current batch of input triples (in id-based form) into the table partition designated for the RDF model.

If you'd like, you can contact me by email: souripriya dot das at oracle dot com.

Thanks,

- Souri.

Marked as Answer by 3054700 · Sep 27 2020
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jul 23 2016
Added on Feb 8 2016
6 comments
2,113 views