Hello Team, I am facing an issue with the memory while creating the session factories for all my schemas in oracle.
The issue is bellow. I have around 13 schemas in the oracle. I want to create the session factories for all the schema in one go when my application starts. I am going to store the all the created session factories in one dictionary object by mentioning the schema name as the key. But I am facing an issue, where 12 session factories are creating successfully, but when I am trying to create the 13th one, I am getting out of memory exception, And also the 12 session factories are consuming around 1 GB of memory. Is there any way to reduce the memory usage of the session factories. And the count of all the tables in the database is around 950. Please suggest me the solution. Thanks & Regards, Seshu Kumar. -- You received this message because you are subscribed to the Google Groups "nhusers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/nhusers. For more options, visit https://groups.google.com/d/optout.
