Script pour arreter un service oracle 7.3.4 sous NT4.0 - Windows & Software
Marsh Posté le 17-08-2001 à 14:01:48
Euh tu as la doc de ton serveur Oracle ?
Tu es DBA occasionnel ?
Un exemple pour démarrer puis arrêter une base :
démarrer :
c:\> ORADIM - STARTUP -SID SID -USERPWD PASSWORD -STARTTYPE SRV,INST
arrêter
c:\> ORADIM - SHUTDOWN -SID SID -USERPWD PASSWORD -SHUTTYPE SRV,INST -SHUTMODE -I
Parameter When Set to TRUE, this Parameter...
ORA_SID_AUTOSTART When set to TRUE (the default value), starts the database when OracleServiceSID is started.
ORA_SID_PFILE
Sets the full path to the INIT.ORA parameter file. The default path is ORACLE_BASE\ADMIN\DB_NAME\PFILE\INIT.ORA.
Non y a pas de site web avec toutes les commandes batch pour NT.
Car comme tu peux le voir les commandes utilisées ici correspondent à des exe propre à Oracle.
Hope it helps,
WW
Marsh Posté le 17-08-2001 à 13:42:19
Salut
Je veut par une commande dans un fichier batch arreter un service oracle nt4.0
quelqu'un connait la commande
y a t'il un site qui référence les commandes batch de nt4.0
Merci d'avance...
je suis bloqué...