Configuring oracle management server 9i using create new repository option

hi ,
i am trying to install oracle management server using the the option "create new repository "on a system on which oracle database is already installed .after installing oracle management server "configuration assistant appears .the second option is to select a database repository .
first of all can i select the database that was prevouisly installed on my system
or do i need to create a new database before installing oracle management server. but as i did not install any database for oracle management server before i am trying to select the database that was previuosly installed on the system but i gave me a tns error that it could not resolve the service name .after that i noticed that the oms listerner was up and registered . i am trying to stop this listener and start the database listerner so that it may not give me this error.can some one help me out configuring oracle management server on a system creating a new repository

I suggest you to create a different database for the OMS repository. This database can be used for other tools that may require a repository, such as recovery manager.
On the connectivity issue, I suggest you to verify your listener is up and running and it doesn't need to have the instance registered, as of course, it is a new instance. Make sure it is started. For additional troubleshooting on the connectivity issue, you may post the specific tns-12XXX error message displayed.
~ Madrid.

Similar Messages

  • Oracle Management Server Service not created

    Hello,
    I created a Management Server Repository using OEMCA and an existing SID. According to the details displayed at the end of the wizard I assume that the process was finished successfully:
    (NT-Service OracleOraHome81 ManagementServer is started...
    Disconnect from oms@instancename....
    Returning to connection system@instancename...
    Process finished.
    Yet the Oracle Management Server Service can not be found in SERVICES in the control panel...and therefore can't be started manually.
    I have OS-Administrator Privileges.
    I use Oracle 8.1.7 on WinNT.
    Any help would be greatly appreciated.
    Thanx
    Stefan

    I have this problem too. (posted a separate thread on
    this before I read this one, sorry).
    Here is my oms.nohup:
    E:\oracle\ora81\sysman\log>tail -f oms.nohup
    [main][2003-10-9:18:7:57:599] ORA-01017: invalid
    username/password; logon denie
    d
    : ..../....@jdbc:oracle:oci8:@exorabsp
    [main][2003-10-9:18:7:57:599]
    VdbSession.processError: invalid connect string
    VXA-2018 :
    Anmeldung bei OMS-Registrierungsdienst nicht m�glich
    oracle.sysman.vxn.VxnBootstrapException:
    at
    at
    at
    t
    oracle.sysman.vxa.VxaAppServer.startServices(VxaAppSer
    er.java:1353)
    at
    at
    at
    t
    oracle.sysman.vxa.VxaAppServer.main(VxaAppServer.java:
    547)
    Fehler beim Hochfahren von Oracle Management Server.
    Somehow, by reading the responses here - created new repository - I managed to get OMS working again.

  • Configuring Oracle Application Server to use a user friendly url

    Hi All,
    I am having trouble configuring the apache httpd.conf file within an applicaton server to be able to use user-friendly urls for the infrastructure identity management tools server. I also need this for security reasons as well as hardware reasons - loadbalancing.
    At the moment I have a standard setup, whereby the sso application server is using port 7777. I would like the user not to enter the port, but to enter just a standard url, like http://login.<company>.com.au, so that if the user needs to modify oid using the oiddas web application, they can enter something like http://login.<company>.com.au/oiddas/ rather than http://<machine host name>:7777/oiddas/. This would also be used by portal for sso logins.
    From the standard installation, Apache was configured as follows:
    Port 7777
    Listen 7777
    ServerName <machine host name>
    DocumentRoot <root document folder>
    Now reading the documentation from the Oracle Application Server Installation notes for the Http Server, they document how to do this (in the loadbalancer section - this will eventually be used in the hardware setup):
    Port 80
    Listen 7777
    Listen 80
    # Virtual Hosts
    # This section is mandatory for URLs that are generated by
    # the PL/SQL packages of the Oracle Portal and various other components
    # These entries dictate that the server should listen on port
    # 7777, but will assert that it is using port 80, so that
    # self-referential URLs generated specify www.oracle.com:80
    # This will create URLs that are valid for the browser since
    # the browser does not directly see the host server.oracle.com.
    NameVirtualHost <machine ip>:7777
    <VirtualHost <nameofmachine>:7777>
    ServerName login.<company>.com.au
    Port 80
    </VirtualHost>
    # Since the previous virtual host entry will cause all links
    # generated by the Oracle Portal to use port 80, the server.company.com
    # server needs to listen on 80 as well since the Parallel Page
    # Engine will make connection requests to Port 80 to request the
    # portlets.
    NameVirtualHost <machine ip>:80
    <VirtualHost <nameofmachine>:80>
    ServerName login.<company>.com.au
    Port 80
    <VirtualHost>
    Note that I used slightly different names for the url's rather than the oracle names www.oracle.com and server.oracle.com
    Now after applying this, I noticed not only could I not go to the oiddas from the original machine name, but also couldnt go there from the new machine name.
    Also I was not even able to go to the standard index page whereby you can go to the enterprise manager for the application server, from either names.
    The following urls provide me with "The Page Cannot Be Displayed" error message:
    http://login.<company>.com.au:7777/
    http://<nameofmachine>:7777/
    The following urls provide me with "Page Under Construction" error message:
    http://login.<company>.com.au/
    http://<nameofmachine>/
    Could someone please tell me why this is the case, considering I am using the installation procedures Oracle has published within the Oracle Http Server Admistrators Guide (http://download-west.oracle.com/docs/cd/B14099_19/web.1012/b14007/netconf.htm#sthref379).
    Cheers
    Rodney

    Hi Rondey,
    Ik think that I can see your probleem.
    Just change the following line at your httpd.conf, then restart the component.
    First of all if the port is installed with nr. 7777. then the listen process will be on port 7778
    the second thing is just try to do the following steps
    ((Port 80 to Port 7777)))
    Listen 7778
    %%%% In loadbalancer section %%%%%%
    just add the following lines
    Listen 80
    Listen 8103
    Listen 8102
    NameVirtualHost *
    NameVirtualHost *:8103 or 80
    If you want to use this ports (8103 or 8102) for other site (url), then
    <VirtualHost *:80>
    ServerName <machine ip> or (host name)
    Hear from U,
    Regards,
    Hamdy

  • Error in configuring Oracle Management server

    Hi.
    Trying to create management server using the configuration wizard, but after supplying SYS and SYSTEM passwords, the following exceptions have (twice) arisen: (this occurrs after creating the database, but while trying to create Repository User:
    "An unexpected exception occurred during a product action execution:
    java.lang.ArrayIndexOutOfBoundsException: 77
         at oracle.net.nl.NVTokens.parseTokens(NVTokens.java)
         at oracle.net.nl.NVFactory.createNVPair(NVFactory.java)
         at oracle.net.nl.NLParamParser.addNLPListElement(NLParamParser.java)
         at oracle.net.nl.NLParamParser.<init>(NLParamParser.java)
         at oracle.sysman.vbo.vboe.repmgr.Listener.parseListenerFile(Listener.java:252)
         at oracle.sysman.vbo.vboe.repmgr.Listener.<init>(Listener.java:210)
         at oracle.sysman.vbo.vboe.repmgr.Listener.<init>(Listener.java:201)
         at oracle.sysman.vbo.vboe.repmgr.Listener.getListener(Listener.java:56)
         at oracle.sysman.vbo.vboe.repmgr.Listener.getPort(Listener.java:118)
         at oracle.sysman.vbo.vboe.repmgr.Listener.getPort(Listener.java:93)
         at oracle.sysman.vbo.vboe.repmgr.RepositoryCreate.connectToDba(RepositoryCreate.java:348)
         at oracle.sysman.vbo.vboe.repmgr.RepositoryCreate.getStepsCount(RepositoryCreate.java:124)
         at oracle.sysman.vbo.vboe.repmgr.RepositoryManagerImpl.performOperation(RepositoryManagerImpl.java:1012)
         at oracle.sysman.vto.vtoe.repmgr.RepositoryMgrObject.execute(RepositoryMgrObject.java:750)
         at oracle.sysman.vtx.VtxProgressDialog.run(VtxProgressDialog.java:503)
         at java.lang.Thread.run(Thread.java:466)
    Any helpful thoughts much appreciated!

    I guess you are talking Enterprise Manager,further I guess you are talking about something between version 9.0.x and 9.2.0.x . The process has a problem with listener configuration ( ... at oracle.sysman.vbo.vboe.repmgr.Listener.parseListenerFile(Listener.java:252) ...). Check listener.ora for possible errors, especially syntax errors.
    Werner

  • How to Configure  Oracle Management Server (OMS) with  Dataguard Broker

    Dear Experts,
    i have a production DB (192.168.200.9) 9.2.0.1.0 on Server 2003
    i have a standby DB (192.168.200.19) 9.2.0.1.0 on Server 2003
    Archive logs are shipped to standby database and applied there. *(Datagauard is configured).*
    Now i want that Graphically i want to see that archivelogs are shipping to standby database and applied there ( i want to configure Dataguard Broker in graphical mode (*dataguard manager*) isnt it ( bcz i anm bit confused with this).............?
    *1.* For this purpose to achieve i take some seperate machine install on it Server 2003.
    *2.* and then Install oracle db 9.2.0.1.0 ( here i will install FULL DATABASE, CUSTOM installation ( then createsome repository).
    *3*. can i configure this repository for OMS on my already running production or standby DB............?
    *4.* After this OMS is configured or not..........?
    *5.* how i will configure datagauard broker
    what i know regarding this is on primary and standby db *( DG_BROKER_START = TRUE)* and after
    this we have to create some configuration wizards but how
    i think i have to go with this sequence if somebody has different sequence tellm e
    wait for replies
    thanks in advance
    regards rehan
    faisalabad pakistan

    Does anybody dont know anything about this.................?

  • How to configure Oracle Management Server

    Hi all,
    first of all what is the difference between EM and OMS?
    I am successful in launching EM but when i tried to take backup its saying that i need to do that using OMS. i want a step to step process for configuring OMS and also taking backup using EM.
    plz help me
    thanks in advance

    This should be pretty straight forward. EM by default doesn't configure any OMS, so most of the task requiring an OMS such as reorganization, imp/exp, sqlldr, log miner, among many others won't be available through the regular EM console.
    OMS can be configure in a quite easy way with the emca command (Enterprise Manager Configuration Assistant). You may choose a default oms setup. Once it is ready and configured you can use it if you state the EM will use the oms to connect.
    The first time you connect you must use a user named sysman whose password is oem_temp. You must change this default password the first time you login, and keep in mind your new password.
    Once you are in, you will see several menus that were not available when you used the stand alone console. At this point feel free to ask if any particular issue arises.
    ~ Madrid

  • 9i - How to Determine If Oracle Management Server Has Been Configured ?

    hi all,
    I'm using 9.2 on a Windows 2000 server - but I'm new to this server and don't know what has been done in the past.
    I'm getting the VTK-1000 error when I try to connect in Oracle Management Server mode.
    To determine the problem, I need to know how I can determine whether the Oracle Management Server has been created/configured. Also, how can I know that the Repository has been created?
    This is what I've tried:
    -Tried logging in as sysman with a password of oem_temp
    - checked the Windows services - none exist as OracleManage... which causes me to think OMS was never configured
    But I dont want to destroy something that may already exist. That's why I want to confirm first.
    Sorry for the lame question - I'm new to Oracle.
    Thanks, John

    Well, then you don't have the SYSMAN password. Here you have two options, the first one, is to try to recover that repository or the second option, to get rid of this repository and create a brand new one.
    If you are willing to use the existing repository, then you will have to reset sysman's password, the procedure to perform this task is as follows:
    Connect by means of SQLPlus to the repository, you should open a session with the OEM repository database owner. In case you don't have this password (most probably) you will have to temporarily reset this password, as outlined on the bottom procedure.
    Open a session to the database as the OEM repoistory owner, let's say OEM_REP or whatever is the actual repository.
    sqlplus <OEMRepositoryOwner>/<OEMRepositoryOwnerPassword>@<OEMRepository>
    At the SQL prompt issue the command:
    execute smp_maintenance.reset_sysman();
    Your sysman password will be reset to OEM_TEMP, then you can enter if the repository is up and running, and you can issue commands to check status and shutdown it.
    Temporarily resetting a db user password:
    1. Connect to the database as sysdba:
    sqlplus / as sysdba
    2. At the sqlplus prompt query the dba_users table to get the password:
    select username, password from dba_users where username='<OEMRepositoryOwner>';
    Copy the current password in a safe place.
    3. Set a new password, let's say 'X'.
    Alter user <OEMRepositoryOwner> identified by X;
    4. Once you are done with the previous reset sysman procedure, then you can restore the user password:
    alter user <OEMRepositoryOwner> identified by values '<PreviouslyEncodedSavedPassword>';
    Then you are done.
    ~ Madrid
    http://hrivera99.blogspot.com/
    .

  • Oracle Management Server

    Hi,
    I have Oracle8i and tried to work on Export/import/Load. But it asks for Management Servers.
    Can anybody tell what is Oracle Management Server and how create and use it ?
    Thanks in advance.
    Rajesh
    null

    Rajesh,
    Oracle Management Server is one using which one can administer and monitor the database(s) which hav been included in it. It has to be configured using the Enterprise Manager Configuration Assistant. Once configured, services for the same hav to be started and the databases which hav to be monitored and administered can be added into them. The entire management of the database (except database creation) can be done using this server with the help of the Oracle Enterprise Manager tool.

  • How to install Oracle Management Server

    Hello Guys,
    I have installed oracle database9i on my computer now i want to configure Oracle Management Server. Please advice how to do it.
    Like when i start Enterprise Manager Console there are 2 options to Launch Standalone or Login to Management Server.
    I want to logon to Oracle Management Server.
    Regards,
    Imran

    You must create an OEM repository, and configure the OMS accordingly. From your start menu, you will find the Oracle Home Products menu -> Configuration and Migration Tools -> Enterprise Manager Configuration Assistant
    The emca is the graphical assistant tool you launch to perform oms configuration. It is recommended to create the repository in its own database.

  • Oracle management server install/configure

    i am running oracle 8.1.6 on linux 6.2.My enterprise manager is loaded on a win 98 platform.Whenever i want to connect to the server on linux for tuning and backup features the application ask's for the oracle management server .Could you tell me what is it and how to install/configure such a server

    Oracle Enterprise Manager was designed for 3-tier architecture where:
    tier 1 are your client tools, i.e. OEM consoles and DBA management packs
    tier 2 is the middle tier which is the managment server with the repository(this is another database not managed through the OEM console.)
    tier 3 are your nodes, i.e. the databases, listeners, and other services.
    On another server, install oracle software, create a database with a minimum of a system tablespace and temporary tablespace.
    From your OEM(Oracle Enterprise Manager) console on your Windows 98 platform, go to OEM configuration assistant, connect to the oracle database that you just created(see above) as system/manager. Create a new repository and select to create a new tablespace called OEM_REPOSITORY. The owner of this tablespace is preferably a person who is not a user on the system, just make someone up. Use your temporary tablespace for the temp and not the system tablespace. It will create the repository in your database.
    Now, connect through the OEM console, the initial username is SYSMAN password OEM_TEMP. It will make you change the password for security reasons. You will have to discover the databases on all of your nodes(tier 3) in order to manage them. Don't try to manage your middle tier database that has your management server with OEM console.
    Hope this helps,
    Rob
    i am running oracle 8.1.6 on linux 6.2.My enterprise manager is loaded on a win 98 platform.Whenever i want to connect to the server on linux for tuning and backup features the application ask's for the oracle management server .Could you tell me what is it and how to install/configure such a server

  • Internal NT error when attempting to use the Oracle Management Server

    Our platform is:
    HP NetServer LC 2000
    1 GB Ram.
    CPU: x86 Family 6 Model 8 Stepping 8
    Windows NT 4.0
    Oracle 8.1.6
    Currently the database is working fine except the problems with
    the Oracle Management Server which will allow us to do a backup.
    The Management Server NT Service is giving an error
    called: "Error 2140 . An Internal NT Error Occurred" There is a
    Listener service running but I don't know if the settings are
    correct??

    Hello,
    I too am an Ashford University student, and I have received the same error. However, I have found a couple workarounds that allow me to do pretty much everything except view my degree progress (for that I use Chrome on my iMac).
    ****CAUTION: THE FOLLOWING PROCEDURE COULD RESULT IN LOSS OF DATA****
    First, back up your iPad in iTunes (if you do not know how to do this, then do not proceed until you do). Second, quit Safari (double-tap the home button so that the multi-task bar appears at the bottom of the screen, then swipe until you see Safari, then press and hold the Safari icon until the 'X' appears, finally press the 'X' to quit the App) Third, make sure Safari is configured as follows:
    Settings > Safari >
    Java Script "ENABLED"
    Block Popups "OFF"
    Accept Cookies "ALWAYS"
    Reset Safari:
    Settings > Safari >
    Clear History
    Clear Cookies
    Clear Cache
    Restart your iPad by holding the Home and Sleep buttons until the Apple Logo appears (immediately let go of both buttons or else you will put your iPad into recovery mode). Accessing the Ashford Student portal should now work.

  • Login issue in Oracle management Server

    I am new to oracle .
    I have configured an Oracle Management Server but how do I log In? an error of "Incorrect login Credentials"
    I can login in Oracle Enterprise manager as sysdba.but with same login and password i can't login the oracle management server.
    I'm using 9i on a Windows XP Server and I have also checked that the Enterprise Management Server Service is started.
    Please guide me.
    Thanks,
    Bali

    did you configure the OMS repository or not?
    if you configured it so login with sysman/oem_temp
    if not you have to configure the repository to be able to log in to Management Server

  • What's the name of my Oracle Management Server?

    I have just completed a new installation of Oracle 9i DB Ver 9.01 along with the related Oracle Management Server. I can log into the Oracle Enterprise Manager OK, but I can't log in to the Oracle Management Server.
    The problem is that the login requires me to provide the name of the Management Server, and I don't recall ever being asked to assign a name to the Management Server during the installation process.
    The names relevant to my database installation are:
    Host server name: Tower100
    Database name: TOWER
    Service_Name: Tower.LinFamily
    Repository DB Name: TowerRep
    Repository SID: TowerRep
    I have tried all these names, and they don't work. I have tried logging using the user names 'system' and 'RepAdmin' (the user name I assigned for the repository), and they don't work.
    I have looked through the installation documentation and I can't find anything on this subject.
    I would appreciate any help on this problem. Thanks.
    Tony Lin

    David,
    Thanks for your response.
    Yes, I am running Win2000 Server. I checked Component Services and verified that both Management Server and Agent are processes set in automatic mode and started.
    David, my problem is that logging in to Management Server requires me to enter the Name of the Management Server. What is the "Name" of my Management Server? I don't understand what this means as I do not recall ever being asked to name my Management Server when I installed it.
    The names relevant to my database installation are:
    Host server name: Tower100
    Database name: TOWER
    Service_Name: Tower.LinFamily
    Repository DB Name: TowerRep
    Repository SID: TowerRep
    Are any of these the "Name" of my Management Server?
    I have tried all these names, and they don't seem to work.
    Also, when you say the default account name, do you mean the account "SERVICE" with the default password?
    Tony Lin
    Tony,
    If you installed on Windows then you will want to make sure that the Management Server and Intelligent Agent services are started in the Services Control Panel first.
    Otherwise if you are using a UNIX server, you may need to start the mangement server manually. Here is a script I use to automate the startup process on Solaris:
    http://www.dotcomsolutionsinc.net/products/installgen/sol_901_32bit_files/installgen_sol901_12_.html
    From the Enterprise Manager Console login window you can click on the icon to the right of the Management Server field, click on the Add button, then enter the hostname of the management server to add it.
    If the Management server is running, then you should be able to log in using the default account the first time, then create your administrator accounts.
    David Simpson
    www.dotcomsolutionsinc.net
    (Oracle Replication Consulting & Tools)

  • Problem starting the Oracle Management Server service

    Hi
    I have configured the Oracle Management Server (since I need to use the Jobs functionality) in an Oracle 9i home installed in my desktop. Then I have tried to put the service to work; it always starts and stops at once; the message also states that some services are automatically shutted down when they are not in use...
    Also, I noticed that I cannot use the typical option when creating the repository for OMS because it does not accept the domain my computer is in (dgsaude.min-saude.pt) since it seems to be an invalid domain name...
    I am a little under pressure here...Please help

    Thank you very much; I will take a look at documentation; anyway, just a question I am in doubt about..the tasks I need to automate have to do with deleting the contents of some local tables, then run some SqlPlus queries to fill those tables again (I run them locally by using a database link to another database); final tables will be connected to an www site and refreshed. As I have understood, I can do this using DBMS_JOBS (for which, I think, I would need to learn some PL/SQL...) or configure the OMS to do it (which, as you said, can be a bit of a pickle in the start...). Given the situation, which one of these tools would you advise me to use?
    Thank You
    Andre

  • Install oracle management server

    hi for all
    please if you can help me
    when i tru to backup any datafile from oracle enterprice manager
    error message tell me i must to install oracle management server
    can you help me how to install it

    Hello,
    I am attemtping to configure OMS using EMCA on Windows XP. I get the following errors:
    ORA-02084: datbase name is missing a component
    Creating local database with SID "OEMREP"...
    C:\oracle\ora92\bin\launch.exe C:\oracle\ora92\assistants\dbca dbca.cl -progress_only -emca_internal -createDatabase -templateName Transaction_Processing.dbc -gdbName OEMREP.hsd1.va.comcast.net. -sid OEMREP
    Failed to create local database.Processing failed.
    Question is what component is the database missing and how do I resolve it?
    Thanks.

Maybe you are looking for