Microsoft
Software
Hardware
Network
Question : Oracle Silent Install/Response File Problem
Hello,
I have been feverishly trying to make a silent client installation of Oracle 8.1.7 (with no Net8 component) using a response file. I have looked through Oracle documentation on this as well as looked at the question/answer entries from this site (Q_20284666 and Q_20399649). I want essentially a typical application user client install with nothing fancy.
I have a batch file with the following line so I don't have to keep typing in a DOS window:
setup.exe -responsefile client.rsp -silent -nowelcome
I have tried this on an XP SP1 machine and a W2K SP2 system. Nothing happens.
The silentinstall.log says "silentInstall2003-02-25_1
0-51-53-AM
.log
No forced value specified for the variable ORACLE_HOME, associated with property ToLocation, in dialog File Locations."
The client.rsp file resides in the main folder of the installation source files on the local c: drive. The \stage\ folder is at the same level as my batch file and rsp file. I have tried using the full local path in the response file to the products.jar but nothing happens.
Directory structure:
c:\orcl817\...
\orcl817\orcl817.bat
\orcl817\client.rsp
\orcl817\stage\products.ja
r
Here is a copy of the client.rsp file:
[General]
RESPONSEFILE_VERSION="8.1.
7"
[SESSION]
FROM_LOCATION="stage\produ
cts.jar"
FROM_LOCATION_CD_LABEL=
lue Unspecified>
NEXT_SESSION_RESPONSE=
ue Unspecified>
ORACLE_HOME="c:\Oracle\Ora
81"
TOLOCATION="="c:\Oracle\Or
a81" (from one of Q articles)
ORACLE_HOME_NAME="OraHome8
1"
TOPLEVEL_COMPONENT={"oracl
e.client",
"8.1.7.0.0
"}
SHOW_SPLASH_SCREEN=false
SHOW_WELCOME_PAGE=false
SHOW_COMPONENT_LOCATIONS_P
AGE=false
SHOW_CUSTOM_TREE_PAGE=fals
e
SHOW_SUMMARY_PAGE=false
SHOW_INSTALL_PROGRESS_PAGE
=true
SHOW_REQUIRED_CONFIG_TOOL_
PAGE=true
SHOW_OPTIONAL_CONFIG_TOOL_
PAGE=false
SHOW_RELEASE_NOTES=false
SHOW_END_SESSION_PAGE=fals
e
SHOW_EXIT_CONFIRMATION=fal
se
NEXT_SESSION=false
NEXT_SESSION_ON_FAIL=false
#
# Oracle8i Client
#
[oracle.client_8.1.7.0.0]
INSTALL_TYPE="AppUser"
#
# Net8 Configuration Assistant
#
[oracle.networking.netca_8
.1.7.0.0]
OPTIONAL_CONFIG_TOOLS={}
s_responseFileName=
b_launchNETCA=false
Answer : Oracle Silent Install/Response File Problem
it looks as though there is an extra double quote and equal sign in your response file at the TOLOCATION property; ORACLE_HOME looks fine.
current:
TOLOCATION="="c:\Oracle\Or
a81"
modified:
TOLOCATION="c:\Oracle\Ora8
1"
good luck,
[email protected]
Random Solutions
linux php XSLT installation
Placing a Google Gadget or anything similiar, within a full flash website.
How do I prevent that somebody steals my pictures ?
Delete with subquery
Excel Multiple IF and AVERAGE Calculation
Why do some backlinks count, and some don't?
Difference between .Value and Value2
Metafile Logo indicates file attachment in XP Pro Outlook 2003.
How can I fix the error lsasse.exe - unable to locate component
Do i neeed ADAM installed on my Windows 2003 server?