inar a kamra commented on Feb 13, 2012

Re: Step by Step Instructions for Configuring WebSphere Portal with Oracle

Thanks Praveen for the article, my question is, after completing this transfer, will I be able configure the portal's authentication/authorization with ldap (Tivoli Directory Server/Microsoft active directory) ?

Ralph Swartwood commented on Oct 6, 2009

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.

Suresh Dyavappa commented on Sep 25, 2009

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.

Praveen Singh commented on Jul 17, 2009

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.

Praveen Singh commented on Jul 17, 2009

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.

Harry Up commented on Jun 22, 2009

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.