English 中文(简体)
履历
原标题:Profiling Oracle 10g database JVM

我们在Oracle 10g数据库中使用 Java仓库程序。 我想利用Juan Profiling工具,如JProfiler,介绍 Java仓储程序。 如何这样做?

问题回答

在称为“java”储存程序的会议中,必须叫作 d。 这使你能够与jconsole和judiovm联系。

这一点在Oracle® Database JavaDevelopments Guide 11g Release 2 (11.2)-> Java Applications on Degrading Database ->中记载; 运用JMX管理您的申请。

From oracle forum
http://cn.forums.oracle.com/forums/thread.jspa?threadID=2202067

www.un.org/Depts/DGACM/index_spanish.htm 简言之,这是11g.的新特征。

www.un.org/Depts/DGACM/index_spanish.htm 届会的启动和启动:

Oracle Database 11g release 1 (11.1) introduced a new role JMXSERVER and a new procedure dbms_java.start_jmx_agent to support JMX in the database. The JMXSERVER role is granted specific Java permissions that enable you to start and run MBeanServer and JMX agent in a session. The procedure dbms_java.start_jmx_agent starts the agent in a specific session that generally remains active for the duration of the session. Perform the following to enable and start JMX:

See here for official oracle documents. http://download.oracle.com/docs/cd/E14072_01/java.112/e10588/chtwo.htm#CHDFAJIG





相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签