Problem On DB Sessions
589763Jul 25 2007 — edited Jul 25 2007Hi
I am a java developer .I used oracle 10g Express Edition for my application database. while running my running my application I can find in administration database sessions queries like "SELECT VALUE FROM NLS_INSTANCE_PARAMETERS WHERE PARAMETER = 'NLS_DATE_FORMAT.....'.
My express edition capable of having 10 sessions in database. But this query occupying more than 7 queries. So I cannot run my application. If there are more users for my application connection to the database is refused.
What is this problem ? How can I rectify this? Any help would be helpful for me..