执行查询时就报错··· 
The IDbCommand and IDbConnection implementation in the assembly Oracle.DataAccess could not be found. Ensure that the assembly Oracle.DataAccess is located in the application directory or in the Global Assembly Cache. If the assembly is in the GAC, use  <qualifyAssembly/> element in the application configuration file to specify the full name of the assembly.  
我的配置文件:
<config>
    <add
key="hibernate.connection.driver_class"
value="NHibernate.Driver.OracleDataClientDriver" />
    <add
key="hibernate.dialect"
value="NHibernate.Dialect.Oracle9Dialect" />
    <add
key="hibernate.connection.provider"
value="NHibernate.Connection.DriverConnectionProvider" />
    <add
key="nibernate.command_timeout"
value="6000" />
    <add
key="hibernate.connection.connection_string"
value="data source=ORADB;user id=des;password=des;" />
  </config>
谁知道是什么错误吗?