Hi Pierre,
This is the second message about my problem... My backend is finally started, I was not patient enough, it last 45 minutes to start !!
Is it normal that is so long to enable backend ?
Is it possible to reduce backend enabling duration ?
The time is spent fetching the database schema of your database. A common problem with Oracle is that the user you use to connect to the database has access to all schemas, tables and stored procedures (sometimes thousands of them). JDBC drivers are not necessarily good at fetching that information efficiently. You can restrict the amount of information you want to be fetched in the DatabaseSchema element of your virtual database configuration file. You can also browse the mailing list archive, some people had the same problem in the past.

Hope this helps,
Emmanuel

_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia

Reply via email to