How to get database IP address, Port no in oracle?

I am a first time user to Oracle database. Today I installed the oracle according to a tutorial. But I was not able to copy the REPOSITORY_URL given at the end of the installation. Please tell me is there a way to recover it ? Or I will have to install it again. Thanks in advance.

Upvotes: 0

Views: 88

Answers (1)

Bavishi PN
Bavishi PN

Reputation: 389

To get the URL of REPOSITORY_URL, follow the below given steps. You donot need to reinstall instance

1] Go to $AGENT_HOME/sysman/config and open emd.properties

2] Find REPOSITORY_URL=https://host:1159/em/upload

Upvotes: 1

Related Questions