I'm trying to install Oracle 11gR2 Entreprise Edition but during database creation, I got this Error :
Environment Variable ORACLE_UNQNAME not defined
And when I tried to lunch 'emctl.bat' From cmd I got this one :
Please set ORACLE_UNQNAME to database unique name.
And to slove this error, I have used this commande :
set ORACLE_UNQNAME=orcl
To define my Enivronment variable (orcl is the database name) I got this error for the 'emctl' command:
EM Configuration issue. D:\app\product\11.2.0\dbhome_1/Chlebta-PC_orcl not found
So any Help For sloving this issue ?