Originally posted by engiri
Can we change such configuration after creation of DB or
Only at the time of creation of Db..?

Thanks giri
You can change from dedicated to shared server when your db is deployed. You'll have to alter the ini-file and bounce the db.

Why are you switching to shared server? It is only necessary when your db can't cope with the amount of concurrent users. When you reach your connection limit, only then it's time to go for a shared server configuration...

But I recommend reading the doc's first...

HTH