How to create Setup.exe in Oracle [message #87189] |
Mon, 13 December 2004 19:15 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Wassay
Messages: 1 Registered: December 2004
|
Junior Member |
|
|
i am presently developing project in Oracle 8i. Forms and reports are being developed in 6i. I have to instal my project directly from CD to the client PC. we are using application server 9i. i want that all the forms and reports alongwith procedures/packages must get installed through one button. User should install all the above with pressing one button like window software. Foer which my requirement is How to create an Executable file which can install all these in a proper directory. Please send the solutions at the earliest as presently we are doing it manually.
|
|
|
Re: How to create Setup.exe in Oracle [message #87193 is a reply to message #87189] |
Mon, 13 December 2004 21:52 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Riaz
Messages: 112 Registered: February 2002
|
Senior Member |
|
|
Create a notepade script file. use IMP to import dump file to specific user,
copy all the required folders....etc....
eg
xcopy d:rental*.* c:rental /s
plus80 system/manager @c:rentalinstlroles.sql
imp80 rental/rental fromuser=rental touser=rental file=c:rentaldumpdump_28.dmp grants=y ignore=y
copy C:rentalSHOTCUTrental.lnk C:windowsdesktoprental.lnk
Hope this works
|
|
|
|