Я получил виртуальную машину с установленной Oracle (совместимость с рабочей станцией VM). Он установлен на centOS. Я могу вызвать sqldeveloper вне его и правильно выбирать данные, когда VM работает. Что я не могу сделать, это выяснить, как получить доступ к менеджеру предприятия.проблема с поиском, воспитывающая менеджера предприятия oracle за пределами его linux vm
1 - I looked at this page <http://docs.oracle.com/cd/E29505_01/server.1111/e10897/em_manage.htm#BABHJAGE>
and found my portlist.ini file which looks like this (yes maximo is installed also):
Enterprise Manager Console HTTP Port (orcl) = 1158
Enterprise Manager Agent Port (orcl) = 3938
Enterprise Manager Console HTTP Port (maximo75) = 5500
Enterprise Manager Agent Port (maximo75) = 3938
Now when I try to bring up EM from outside the VM (like I do apps that are running on it otherwise besides EM) using this url:
http://192.168.174.123:5500/em
I get this:
This page can't be displayed
•Make sure the web address http://192.168.174.123:5500 is correct. •Look for the page with your search engine. •Refresh the page in a few minutes.
Now I can bring up another app running on the vm like this:
http://192.168.174.123/maximo
So I know the vm is running and because I can also use sqldeveloper I know the database is up and running.
Turning Windows firewall off (yes windows 7 hosting the VM) does not change the symptoms.
I can do what I want through sql, but I'd rather be able to use EM.
Can someone suggest what I'm missing or how to fix this?
thanks
Jeff
Проверьте, работает ли EM, выполнив команду «emctl status dbconsole» из оболочки ОС. Вы можете получить доступ к странице через веб-браузер, запущенный на самом сервере? –