Submitted by Ralph Swartwood on Oct 6, 2009 1:26:26 PM

Single Database comment

Suresh,

I don't understand your comment. It appears that in Praveen's article he is creating separate databases with a separate schema for each database. I don't see where he mentions using a single database.

Submitted by Suresh Dyavappa on Sep 25, 2009 2:18:19 AM

Single Database

Thanks Praveen for posting such a good article.

As mentioned in the above article it is always better to create Single Database and create the 6 Schemas(release, jcr, customization, feedback, likeminds, community) in Oracle.

This will improve the performance if there is resource constraint.

Submitted by Praveen Singh on Jul 17, 2009 4:09:04 PM

Untitled

You need to create these tablespaces using the oracle interface. According to infocenter, the dba access should be given to feedback, but it should work without giving dba access.

Submitted by Praveen Singh on Jul 17, 2009 4:08:51 PM

Untitled

You need to create these tablespaces using the oracle interface. According to infocenter, the dba access should be given to feedback, but it should work without giving dba access.

Submitted by Harry Up on Jun 22, 2009 7:34:01 PM

Create users

The statements using the default and temporary tablespaces do not work without creating these tablespaces before. Oracel returns: ORA-00959: tablespace 'TS_RELEASE' does not exist

How are the tablespace created ?

Why do you execute "grant dba to feedback;" ?

Do u mean grant dba to wsadmin? Or is it not recommended to use wsadmin as DBA.DbUser and use feedback instead?

Thx.