[07/Jan/2002:11:24:48][31139.1024][-main-] Error:The following database pools generated errors: Database pool "subquery" is of type "postgresql". The first database pool available to OpenACS was of type "oracle". All database pools must be configured to use the same RDMBS engine, user and database. Database pool "main" is of type "postgresql". The first database pool available to OpenACS was of type "oracle". All database pools must be configured to use the same RDMBS engine, user and database. Database pool "log" is of type "postgresql". The first database pool available to OpenACS was of type "oracle". All database pools must be configured to use the same RDMBS engine, user and database.
These messages are, well, descriptive enough. The question is: is it at all possible to use several pools linked to different RDBMS -- both Oracle *and* Postgres, like in my case?
I know for fact that I can connect to different databases within the same RDBMS driver (DataSource localhost::db1 in one pool and DataSource localhost::db2 in another). But also to use different `provider'?
Request notifications