Checking for URL to administer Oracle 10g database

Checking for URL to administer Oracle 10g database

After Oracle 10g install and creating a database, how to check for the URL (Web interface) to administer the database?

    Requires Free Membership to View

    By submitting your registration information to SearchOracle.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchOracle.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

After you created the database with the Database Configuration Assitant (DBCA), it tells you the URL for the DB Console. If you missed that information, you can find it by going to the ORACLE_HOME/server_sid/sysman/config (where server_sid is replaced by the database server name and the ORACLE_SID value) for a file called emd.properties. In that file, look for the emd.properties file. In that file, find the line called REPOSITORY_URL. It will have a value something similar to:
REPOSITORY_URL=http://servername:1158/em/upload/
Your port may not be 1158, but it might. In any case, the URL to get to the DB Console stuff is:
http://servername:1158/em
If you do not have an ORACLE_HOME/server_sid directory, then DB Console was not set up for you. I have a white paper on my Web site which discusses how to set it up manually.

This was first published in March 2007

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.