bonjour,
lorsque que je lancais dbstart, j'avais cette erreur :
J'ai trouvé une solution sur le site web oracle-base.com, ils disent d'ouvrir le fichier dbora et de modifer la ligne ORACLE_HOME_LISTNER
Code : Sélectionner tout - Visualiser dans une fenêtre à part Failed to auto-start Oracle Net Listener using /ade/vikrkuma_new/oracle/bin/tnslsnr
J'ai fais ce qu'il ont dit, et la il ne passe plus rien lorsque je lance le dbstart
When using Oracle 10g Release 2, calling dbstart might result in the following error message:
Failed to auto-start Oracle Net Listener using /ade/vikrkuma_new/oracle/bin/tnslsnr
This is due to a hard coded path in the dbstart script. To correct this, edit the "$ORACLE_HOME/bin/dbstart" script and replace the following line (approximately line 78):
ORACLE_HOME_LISTNER=/ade/vikrkuma_new/oracleWith this:
ORACLE_HOME_LISTNER=$ORACLE_HOME
The dbstart script shold now start the listener as expected.
quelq'un vois t'il d'ou ça viens ?
merci d'avance
Partager