Access the Oracle database in a browser

Source: Internet
Author: User

2012-6-13

What is the address for accessing the Oracle database browser in a browser? What service should I start?

I. The local machine is installed with 10 Gb. Currently, both 10 GB and 11G are logged on to the management platform using a browser. After the system is installed, (if only one instance is installed in the database, you can log on through port 1158 ). For example, you can use http: // localhost: 1158/em to log on to my machine. You can log on only when your service is started. if the service is stopped, you cannot access it.

2. If you have installed Multiple instances on your system, you have to find a file named portlist. ini under your installation directory. Open this file to view the port of your instance.

On my machine, the file is located at E: \ oracle \ product \ 10.2.0 \ db_1 \ install \ portlist. ini.

The content of this file is:

ISQL * Plus http port number = 5560
Enterprise Manager Console http port (orcl) = 1158
Enterprise Manager Proxy port (orcl) = 3938

Explanation

Easy to understand: Enterprise Manager Console http port (orcl) = 1158

This line is the port number of the Enterprise Manager that accesses the instance. It is generally written like this when the second instance is installed.

Enterprise Manager Console http port (orcl2) = 5500

After the console service is started, you can access it through http: // localhost: 5500/em.

Reference: http://kongbei888.blog.163.com/blog/static/243266132011628113324203/

 

If the OEM cannot be started, follow these steps to log on again:

1. Stop your listening service and OEM service.
LSNRCTL stop
Emctl stop dbconsole
2. Enable the listener service: LSNRCTL start
3. Enable the OEM service: emctl start dbconsole
4. Enter the page.

Note: If the command in cmd is not easy to use, start it on the Windows service. Pay attention to the sequence.

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.