That's an NHibernate exception, you'd be best looking at the NHibernate
docs on how to use Oracle as those are just passed to NHibernate.

However, more importantly if you aren't aware (since you are using the
Getting Started guide), Castle ActiveRecord has been a
deprecated/unmaintained project for many years.

On Sun, Mar 28, 2021 at 3:10 AM Alan Rodrigues <[email protected]>
wrote:

>
> I'm trying to 'Getting Started', but the program is throwing the follow
> exception:
>
> [image: exception castle oracle.png]
>
> The config file:
>
> <?xml version="1.0" encoding="utf-8" ?>
> <activerecord>
>     <config>
>            <add
>         key="connection.driver_class"
>         value="NHibernate.Driver.OracleClientDriver" />
>       <add
>         key="dialect"
>         value="NHibernate.Dialect.Oracle10gDialect" />
>       <add
>         key="connection.provider"
>         value="NHibernate.Connection.DriverConnectionProvider" />
>       <add
>         key="connection.connection_string"
>         value="Data Source=;User ID=;Password=;" />
>       <add
>         key="proxyfactory.factory_class"
> value="NHibernate.ByteCode.Castle.ProxyFactoryFactory,NHibernate.ByteCode.Castle"
> />
>     </config>
> </activerecord>
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Castle Project Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/castle-project-users/49cbcafc-4364-49cd-8ea3-4478a29cc9cfn%40googlegroups.com
> <https://groups.google.com/d/msgid/castle-project-users/49cbcafc-4364-49cd-8ea3-4478a29cc9cfn%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>


-- 
Jono

-- 
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/castle-project-users/CAGb9TQJ_rL%3DJmc161%3DY4O31z%2BuX0%3DKJt1B4MkQ%3D10e-WRGx0kw%40mail.gmail.com.

Reply via email to