Using jts/setup to configure Oracle to support the RTC 4.0.2 Data Warehouse
![]()
I am using the jts/setup script to configure Oracle to support the RTC 4.0.2 Data Warehouse. I have completed the Oracle configuration for support of the jts server data warehouse but the setup script returned errors when I try to "create tables" when configuring Oracle to support the ccm server data warehouse.
My DBA looked into what was happening in Oracle and found that setup is trying to create the same tables it previously created in support of the jts server.
The oracle db user does have administrator privileges and the jts server data warehouse setup "test connection and create tables" completed without error. The ccm server data warehouse "test connection" works without error.
Do we need to create two Oracle tablespaces/dbdw users to support two oracle data warehouses - one for each server or does the data warehouse use one tablespace to support data collection for the jts and ccm servers? If it's one data warehouse in support of the two servers, why the errors when jts/setup is trying to "create tables" for the ccm server?
Any help that can be provided to clear up this problem would be appreciated. Thank you.
|
Accepted answer
One other answer
![]()
Hi Leigh, this sounds unlikely unless there has been a mistake in specifying the database parameters while running the setup. You may want to look here (specially point no 3) to ensure tablespaces were created correctly.
Comments Hi Indradri,
During the data warehouse setup, the script kicked off when configuring the data warehouse using jts/setup, creates the tablespace on oracle. This is why the data warehouse user on Oracle needs to be DBA.
While during jts and ccm server configuration, the tablespace is created configured by a human DBA.
So the sizing parameters you referenced do not apply to the data warehouse setup.
Thanks for responding,
Leigh
|