invite friends  Invite Friends RECRUITER : Login | Register | Post Job | Search Resume   
Forum
Home >> Oracle installation >> Oracle Installation DDL
Add New   Oracle Installation DDL
juliet clark
Tue Aug 03, 2010
Hi there,

During installation and setting up a Sitefinity Project, the underlying system takes care of creating the Oracle tables, views, sprocs, etc. Is it possible to run these creation scripts manually instead?

If this is possible how do I go about doing it?

This is due to corporate policies and security.

Regards,
William Hill
Tue Aug 03, 2010
We cannot provider you such script, because we don't have it.
Actually, we are using an O/RM as a data access layer, which is responsible for creating the database objects.

However, as a workaround you can do the following:
- Create the database on a machine, you have the appropriate permissions;
- Export the database (data and structure) as a script;
- Run the script manually on the other machine.

Hope this is helpful.