Install Oracle auto

Salut,



j’essaie en vain de faire une install auto d’oracle 9I pour mes servs ctx.



Il faut que les composants suivants soient installés :



Oracle network utilities et Oracle windows interface.



J’ai essayer en créer un msi avec le veritas discover de MS mais cela plante a cause du module Oracle windows interface



"Error processing service OracleMTSRecoveryService: service executable file omtsreco.exe “OracleMTSRecoveryService not found in package.”,



j’ai fais ces tests en TS console sur un serveur.



Par contre le MSI se créer si je ne met que le oracle network utilities :-[



vous avez une idée (je sais que ce msi ne sera pas super propre, je suis pas pour les snapshots mais la je voulais aller au plus vite pour des serv de test).

une piste (que j’ai pas testé…)


@ECHO OFF
ECHO Oracle 10g R2 Client..
SET OPTIONS=
SET OPTIONS=ORACLE_HOME=%SYSTEMDRIVE%oracleproduct10.2.0client_1
SET OPTIONS=%OPTIONS% ORACLE_HOME_NAME=OraClient10ghome1
SET OPTIONS=%OPTIONS% TOPLEVEL_COMPONENT={”oracle.client”,”10.2.0.1.0″}
SET OPTIONS=%OPTIONS% SHOW_SPLASH_SCREEN=false
SET OPTIONS=%OPTIONS% SHOW_WELCOME_PAGE=false
SET OPTIONS=%OPTIONS% SHOW_CUSTOM_TREE_PAGE=false
SET OPTIONS=%OPTIONS% SHOW_SUMMARY_PAGE=false
SET OPTIONS=%OPTIONS% SHOW_INSTALL_PROGRESS_PAGE=true
SET OPTIONS=%OPTIONS% SHOW_CONFIG_TOOL_PAGE=false
SET OPTIONS=%OPTIONS% SHOW_XML_PREREQ_PAGE=false
SET OPTIONS=%OPTIONS% SHOW_ROOTSH_CONFIRMATION=false
SET OPTIONS=%OPTIONS% SHOW_END_SESSION_PAGE=false
SET OPTIONS=%OPTIONS% SHOW_EXIT_CONFIRMATION=false
SET OPTIONS=%OPTIONS% NEXT_SESSION=false
SET OPTIONS=%OPTIONS% NEXT_SESSION_ON_FAIL=false
SET OPTIONS=%OPTIONS% COMPONENT_LANGUAGES={”en”}
SET OPTIONS=%OPTIONS% INSTALL_TYPE=”Custom”
SET OPTIONS=%OPTIONS% oracle.client:DEPENDENCY_LIST={”oracle.winprod:10.2.0.1.0″,”oracle.network.client:10.2.0.1.0″}
SET OPTIONS=%OPTIONS% oracle.winprod:DEPENDENCY_LIST={”oracle.ntrdbms.admin:10.2.0.1.0″,”oracle.ntrdbms.perfmon:10.2.0.1.0″,”oracle.oo4o:10.2.0.1.0″,”oracle.odbc:10.2.0.1.0″,”oracle.ntoledb:10.2.0.1.0″,”oracle.ntoledb.odp_net:10.2.0.1.0″}
SET OPTIONS=%OPTIONS% oracle.has.common:OPTIONAL_CONFIG_TOOLS=”{}”
SET OPTIONS=%OPTIONS% oracle.network.client:OPTIONAL_CONFIG_TOOLS=”{}”
START /WAIT INSTALLoui.exe -silent %OPTIONS% -nowelcome -noconfig -waitforcompletion -force -nowait

REM Copy configuration files for NetConfig/Net Manager
COPY CONFIG*.* %SYSTEMDRIVE%oracleproduct10.2.0client_1NETWORKADMIN > NUL


Source: http://blog.stealthpuppy.com/unattended/unattended-install-oracle-10g-r2-client

thanks chavers, je teste et te tiens au courant, la en attendant j’ai fait un rsp, mais le net8i (avec le fichier netca), marche pas en 9i… visiblement :o,



je te tient au courant

@+