<?xml version="1.0" encoding="UTF-8"?>
<agent>
<version>1.0.0</version>
<class>com.liveperf.rms.agents.oracle.OracleAgent</class>
<name>oracle</name>
<description>oracle.description</description>
<javaHelp>secOracle</javaHelp>
<versions>
	<version>8</version>
	<version>9i</version>
	<version>10g</version>
</versions>
<versionItems>
    <versionItem>
	<locations>
		<location>0</location>
		<location>1</location>
	</locations>
	<customconfigpanel>com.liveperf.rms.agents.oracle.v10g.ConfigurationPanel</customconfigpanel>
	<agentVersions>
		<agentVersion>10g</agentVersion>
	</agentVersions>
    </versionItem>
    <versionItem>
	<locations>
		<location>0</location>
		<location>1</location>
	</locations>
	<customconfigpanel>com.liveperf.rms.agents.oracle.v9i.ConfigurationPanel</customconfigpanel>
	<agentVersions>
		<agentVersion>8</agentVersion>
		<agentVersion>9i</agentVersion>
	</agentVersions>
    </versionItem>
</versionItems>
</agent>