Oracle ddl for Insight Installation
2 answers
in addition to the method mentioned by Matthieu you can also try this:
- when you run the Insight Setup application you get to the step called "Configure Data Warehouse" and fill in all the details.
- After the validation you have the options "Run Now" or "Save".
- If you select Save you will get a zip file downloaded in the browser(check for popup blocker or security settings that might prevent this).
- The zip will contain the scripts mentioned in the info center page you mentioned.
- Note: If you want to get the option to save the scripts you need to point to a database that doesn't contain a data warehouse already.
Best Regards,
Francesco Chiossi
Comments
the problem is our systems don't support any GUI, so we have to do all this from the commandline, which isn't documented or tested well.
Hello Sam,
this is a common scenario for installations that share an enterprise database server, especially in organizations with strict security policy.
In that case an approach that I've seen applied is to generate the data warehouse creation scripts, have the DBA review them (so that he can know exactly what they are going to do) and then manually run them under his privileged account.
After that a user with limited permissions can be created just to run the ETL, as described in the article:
More Control over the Oracle Data Warehouse Setup
https://jazz.net/wiki/bin/view/Main/MoreControlOverTheOracleDataWarehouseSetup
P.S. You are the one to be thanked for your tireless fight against spammers.
Best Regards,
Francesco Chiossi
>generate the data warehouse creation scripts
that step appears to be the hardest. you sort of have to install to gen the scripts.
Correct, some of the scripts parameters are populated with the data entered in the Insight setup, so it requires a running setup application.
Same for those created by repotools, requiring a JTS installation and a configured teamserver.properties for the parameters.
thanks.. none of our server infrastructure provides for graphical terminal access..
so 'installation' is quite a challenge
Thanks for the answers guys.
1 vote