If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Oracle > Enterprise Manager Issue 11G R2

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-12-11, 11:03
mdx34 mdx34 is offline
Registered User
 
Join Date: Oct 2004
Posts: 238
Enterprise Manager Issue 11G R2

OS: Linux Red-Hat 5.2
Oracle 11G R2 Standard Edition.

I am very new to Oracle (My backgroud is SQL Server/DB2) and I have been through a couple of documentation but I can not resolve my Enterprise manager problem.

We have 4 databases on this server (1 Oracle instance). I got their http address from the "REPOSITORY_URL" of the emd.properties files. The port numbers are:

1158
5500
5501
5502

When I put the url as https://server.ad.domain.netort/em

I can only get to the one with the port number 5500 and none of the others. I am loging in with oracle ID and my $ORACLE_HOME is set to

/u01/app/oracle/product/11.2.0/db_1

and my $ORACLE_SID is set to the database name with the only port number (5500) that allows me to get to the login screen.

All other databases, I get the "Unable to connect" error even though I change the $ORACLE_SID to their DbNames.

Can someone please tell me what configurations (to which files, environments, variables) have to be made to allow me to get to the login page of each database ? I have not created the databases so, I did not select any options while creating them.

Thanks in advance.
Reply With Quote
  #2 (permalink)  
Old 12-12-11, 11:42
n_i n_i is online now
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,454
Quote:
Originally Posted by mdx34 View Post
We have 4 databases on this server (1 Oracle instance).
With Oracle you only have one database per instance. If you need 4 databases open simultaneously, you'll need to define and start 4 instances.
Reply With Quote
  #3 (permalink)  
Old 12-12-11, 14:07
mdx34 mdx34 is offline
Registered User
 
Join Date: Oct 2004
Posts: 238
Thank you...........I guess it is not possible to run all 4 databases with one userid unless you manually change the oracle_sid and start/stop enterprise manager.

What is the best practice ?. Create a different user for each database ?

Thanks again.
Reply With Quote
  #4 (permalink)  
Old 12-12-11, 14:10
anacedent anacedent is offline
Registered User
 
Join Date: Aug 2003
Location: Where the Surf Meets the Turf @Del Mar, CA
Posts: 6,416
1) EM is not required to run or manage any DB
2) if you want to be able to manage multiple DB, then buy EM Grid
__________________
You can lead some folks to knowledge, but you can not make them think.
The average person thinks he's above average!
For most folks, they don't know, what they don't know.
Reply With Quote
  #5 (permalink)  
Old 12-12-11, 15:06
mdx34 mdx34 is offline
Registered User
 
Join Date: Oct 2004
Posts: 238
then, what is used to run/manage databases other than EM Grid ? SQLPLUS ?

Last edited by mdx34; 12-12-11 at 15:13.
Reply With Quote
  #6 (permalink)  
Old 12-12-11, 15:39
anacedent anacedent is offline
Registered User
 
Join Date: Aug 2003
Location: Where the Surf Meets the Turf @Del Mar, CA
Posts: 6,416
any sql client, like SQuirreL SQL Client Home Page, can be used.
__________________
You can lead some folks to knowledge, but you can not make them think.
The average person thinks he's above average!
For most folks, they don't know, what they don't know.
Reply With Quote
  #7 (permalink)  
Old 12-12-11, 15:57
mdx34 mdx34 is offline
Registered User
 
Join Date: Oct 2004
Posts: 238
Thanks.................
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On