Oracle 6I
Hi.
I need to build RSP file for oracle 6i installation.
can someone give me a guide how to do it...
i have try to run :
ORAINST.EXE -record -destinationFile <response_file_name>
but it doesnwt work...
Anyone?
10X
I need to build RSP file for oracle 6i installation.
can someone give me a guide how to do it...
i have try to run :
ORAINST.EXE -record -destinationFile <response_file_name>
but it doesnwt work...
Anyone?
10X
0 Comments
[ - ] Hide Comments

so that the conversation will remain readable.
Answer this question
or Comment on this question for clarity
Answers
Can we presume that you looked in the KB http://itninja.com/link/silent-installation
and here http://www.oracle.com/technology/products/designer/supporting_doc/des6i_411/deshlp72/des2k_insgde/igch1_65.htm#SilentInstallation
and here http://www.oracle.com/technology/products/designer/supporting_doc/des6i_411/deshlp72/des2k_insgde/igch1_65.htm#SilentInstallation
Please log in to comment
The syntax for creating .iss file: Path of the setup -r -f1"path of the .iss file"
If it is not working, then try for silent installation. So that u can go for wrapper.
If that is also not working co for setup capture.
I'm not sure abt the answer. Even i'm a newbie. Pls check with seniors.
Regards,
Sharon.
If it is not working, then try for silent installation. So that u can go for wrapper.
If that is also not working co for setup capture.
I'm not sure abt the answer. Even i'm a newbie. Pls check with seniors.
Regards,
Sharon.
Please log in to comment
Using a response file doesnt cater for reference counting type scenario's.
Uninstallation of some versions of Oracle using response files can cause removal of shared Oracle Components.
If you choose to go down this path be aware this can be an issue, something worth testing for.
If you go down the path of repackaging you may need to deal with the Mutiple Oracle Homes issues as well. I think this version may not have that problem though.
Are you who I think you are btw ?
Uninstallation of some versions of Oracle using response files can cause removal of shared Oracle Components.
If you choose to go down this path be aware this can be an issue, something worth testing for.
If you go down the path of repackaging you may need to deal with the Mutiple Oracle Homes issues as well. I think this version may not have that problem though.
Are you who I think you are btw ?
Please log in to comment
10X.
But now i need to know witch component points what i needed.
for example:
If I want to install from "patch13" specific components like "Oracle Query Builer 6.0.5.33.0" OR "Orale TCP/IP Protocol Adapter 8.0.6.3.1...
Where can i find the list of the component in Command-Line install?
But now i need to know witch component points what i needed.
for example:
If I want to install from "patch13" specific components like "Oracle Query Builer 6.0.5.33.0" OR "Orale TCP/IP Protocol Adapter 8.0.6.3.1...
Where can i find the list of the component in Command-Line install?
Please log in to comment
Hello,
Have a look for the NT.PRD file - this should list the various components and the associated values you can use on the command line in combination with the /prd and /install switches.
Make sure you also use the response file you originally recorded.
The following is an example of a command line installing only the "Forms Runtime", "Graphics Runtime" & "SQL*Plus" from Oracle Forms and Reports v6
orainst /silent /prd <full path to NT.PRD> /install w32grun60,w32frun60,w32plus80 /rspsrc <Full Path to Your rsp file>
The command for your own requirement will look something similar to the above, just replace the comma separated list with your own comma separated list of components taken from the NT.PRD file for Oracle 6.
Regards,
Spartacus
Have a look for the NT.PRD file - this should list the various components and the associated values you can use on the command line in combination with the /prd and /install switches.
Make sure you also use the response file you originally recorded.
The following is an example of a command line installing only the "Forms Runtime", "Graphics Runtime" & "SQL*Plus" from Oracle Forms and Reports v6
orainst /silent /prd <full path to NT.PRD> /install w32grun60,w32frun60,w32plus80 /rspsrc <Full Path to Your rsp file>
The command for your own requirement will look something similar to the above, just replace the comma separated list with your own comma separated list of components taken from the NT.PRD file for Oracle 6.
Regards,
Spartacus
Please log in to comment
-
Hello Spartacus
Iam trying to install Oracle 6i forms and Reports i see that Setup.exe does not run from CMD prompt and -help does not display any switches ,i works fine when installed manullay tried to create a response file but unable to do so as the setup does not work throught Command ,Do u have any idea Kindly Suggest
Comments