Skip to Main Content

Java HotSpot Virtual Machine

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!

How can I enable Event type 'JavaFX Pulse' in my recordings?

user7436562Aug 19 2016 — edited Aug 19 2016

I installed the JavaFX plugin in JMC 5.5.0 (M5.5.0-108, 165303)

in order to profile a JavaFX application

(using Java HotSpot(TM) Client VM (25.92-b14) for windows-x86 JRE (1.8.0_92-b14), built on Mar 31 2016 21:09:21 by "java_re" with MS VC++ 10.0 (VS2010)).

When I open the recording with JMC and click on the JavaFX tab I see no data there.

It tells me "Event type 'JavaFX Pulse' is not enabled in this recording".

How can I enable them?

Comments

Rafi (Oracle DBA)
Hi ,
For Oracle 11g rel2 there are few changes in auditing.Check the below link for details


2309084



Best regards,

Rafi.
Hemant K Chitale
See the explanation for "BY SESSION" in the 11.2 documentation on the AUDIT command at
http://docs.oracle.com/cd/E11882_01/server.112/e26088/statements_4007.htm#i2059073

In earlier releases, BY SESSION caused the database to write a single record for all SQL statements or operations of the same type executed on the same schema objects in the same session. Beginning with this release of Oracle Database, both BY SESSION and BY ACCESS cause Oracle Database to write one audit record for each audited statement and operation. BY SESSION continues to populate different values to the audit trail compared with BY ACCESS. Oracle recommends that you include the BY ACCESS clause for all AUDIT statements, which results in a more detailed audit record. If you specify neither clause, then BY SESSION is the default.



Hemant K Chitale
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 16 2016
Added on Aug 19 2016
2 comments
733 views