Wow, here comes my first assignment in the production after attending Oracle 10g AS courses.The requirement is to upgrade Oracle 9i AS Forms & Reports to Oracle 10g Forms & Reports.The good thing about 10g compare to 9i is that you will have a start and stop GUI option in the Oracle folder (windows), which eventually doing OPMNCTL STOPALL.
Procedure that I have done:
1. Ensure that the server ipaddress, DNS, and localhost name (server name) is registered in the windows hosts file.
2. Start installation of Oracle 10g from the CD. (Middle-tier only, since Forms and Reports comes asseparate CD in 10g Rel.1, I have no other options to select for middle-tier).
3. Specify iasadmin username and password, this password is used later to connect as ias_admin to enterin the emctl tool. Enterprise Manager Console.
4. Once the installation successfull, check the install log for port and other details of http server.
5. Application Deployment. (forms and reports).copied the source in d:\App1specify the location in the httdp.conf file, so that AS can recognize the location of source.edit \oracleASHome\appache\appache\conf\httpd.conf filereplace value of *DocumentRoot (*DocumentRoot "d:\App1") replace directory (and save the file).
6. Configure tnsname.ora file to access to the target database.
7. Stop and start all the process.
8. From the browser, run like , http://hostname/
No comments:
Post a Comment