database-installation

How do I deploy an Oracle database?

I have an ASP .NET application that connects to an Oracle or a SQL Server database. An installer has been developed to install a fresh database to an existing SQL Server using sql commands such as "restore database..." which simply restores a ".bak" file which we keep under source control. I'm very new to Oracle and our application has ...

InstallAware database rollback

Does anyone know how to make InstallAware do a rollback of a database when the user clicks 'Cancel'? Unlike InstallShield I'm not seeing any way to specify when individual scripts run. ...

Sql Server Compact Edition database deployment strategy

Hello, I have a question about the most appropriate way to deploy a SQL Server CE database with our client application. I understand we need to install the SQL Server CE prerequisites etc., so this isn't a question about getting it to work. It already does. Right now the way we have it is that we just ship a copy of the .mdf file (co...

implementing a Distributed System/database

HI Guys; We are implementing a system in the company i work for where by we will need to install the system in various sites of the same client (warehouses). The users in all sites should see the same information. The system should be able to work in each site when the network is down. What design architecture solution would be most sui...

Discrepancy in Number of Tables in Database of each Magento Installation of same Version

I am currently using Magento version 1.4.0.0. For different clients, when I install this same version of Magento, I get different number of tables in database of each of the clients. I think the normal total number of tables is 267, but this prediction may be incorrect. Please correct my statement or mention, regarding the default num...