Click here to Skip to main content
15,891,184 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi folks! It's good to be here. I'm wondering how to initialize an oracle9i database (including instance creation, tablespace creation, user creation, table creation, inserting, view creation, and so on) using .net setup project template. Coz I don't want to create an oracle database manually, and if there's a way to do this, I can pack up my asp.net web application with database initializtion in just one installer, that'll be cool.
Can anyone help me? Thanks.
Posted
Updated 29-May-10 0:09am
v2

1 solution

You can probably create a .DMP file using the Oracle export utility. Then include the .DMP file with your installer, and have the installer run an Oracle import operation. I'm not sure that it will be able to create the database and table spaces, but everything else should be handled.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900