EM12C - add repoitory database as the target of the database

Hi all

My apologies if this sounds like a stupid question.

I just installed EM12C SGD and database repository on the same server (Linux x86_64). The installation is successful and I can access the control of cloud and see targets preconfigured (from the same host).

However, I am not able to add the database reporitory as the target of the database. Should it? I remember in the 10g grid control, I was able to configure the database reporitory as a target database.

12 c, I tried "Add manually targets" or "auto-discovery", but none of them show either the database repository or ist listener as target.

Thanks in advance.

p.s. I added also successfully 12 c as part of the installation of EM12c agent and the agent is running correctly on the host computer.

You can use emcli add_target

Check this metalink note:

Understanding of database in Enterprise Manager 12 c Cloud Control (Doc ID 1400463.1)

Tags: Enterprise Manager

Similar Questions

  • I have to add new contacts in the database. Should what stage of treatment I add?

    I have to add new contacts to the database. Should what stage of treatment I add?

    Hello

    Please use "Save to the Contact Table" stage of treatment.

    Thank you

    edynamic Experts Eloqua

  • How to add two lines when the second row is not visible, but also gets the first data line too?

    Mr President

    Jdev worm is 12.2.1

    How to add two lines when the second row is not visible, but also gets the first data line too?

    I want to add two lines like below picture, but want the second to remain invisible.

    tworows.png

    I asked this question but my way of asking was wrong, that's why for me once again.

    Concerning

    Try to follow these steps:

    1. in the database table to add the new column "JOIN_COLUMN" and add the new sequence "JOIN_SEQ".

    2. Add this new column in the entity object. (You can add this in entity object by right clicking on the entity object and then select "Synchronize with database" then the new column and press on sync)

    3. in your bookmark create button to create only one line NOT 2 rows.

    4 - Open the object entity--> java--> java class--> on the entity object class generate and Tick tick on the accessors and methods of data manipulation

    5 - Open the generated class to EntityImpl and go to the doDML method and write this code

      protected void doDML(int operation, TransactionEvent e)
      {
        if(operation == DML_INSERT)
        {
          SequenceImpl seq = new SequenceImpl("JOIN_SEQ", getDBTransaction());
          oracle.jbo.domain.Number seqValue = seq.getSequenceNumber();
          setJoinColumn(seqValue);
          insertSecondRowInDatabase(getAttribute1(), getAttribute2(), getAttribute3(), getJoinColumn());
        }
    
        if(operation == DML_UPDATE)
        {
          updateSecondRowInDatabase(getAttribute1(), getAttribute2(), getAttribute3(), getJoinColumn());
        }
    
        super.doDML(operation, e);
      }
    
      private void insertSecondRowInDatabase(Object value1, Object value2, Object value3, Object joinColumn)
      {
        PreparedStatement stat = null;
        try
        {
          String sql = "Insert into table_name (COLUMN_1,COLUMN_2,COLUMN_3,JOIN_COLUMN, HIDDEN_COLUMN) values ('" + value1 + "','" + value2 + "','" + value3 + "','" + joinColumn + "', 1)";
          stat = getDBTransaction().createPreparedStatement(sql, 1);
          stat.executeUpdate();
        }
        catch (Exception e)
        {
          e.printStackTrace();
        }
        finally
        {
          try
          {
            stat.close();
          }
          catch (Exception e)
          {
            e.printStackTrace();
          }
        }
      }
    
      private void updateSecondRowInDatabase(Object value1, Object value2, Object value3, Object joinColumn)
      {
        PreparedStatement stat = null;
        try
        {
          String sql = "update table_name set column_1='" + value1 + "', column_2='" + value2 + "', column_3='" + value3 + "' where JOIN_COLUMN='" + joinColumn + "'";
          stat = getDBTransaction().createPreparedStatement(sql, 1);
          stat.executeUpdate();
        }
        catch (Exception e)
        {
          e.printStackTrace();
        }
        finally
        {
          try
          {
            stat.close();
          }
          catch (Exception e)
          {
            e.printStackTrace();
          }
        }
      }
    
  • How to add two controls on the same form datagrid? I get the error message...

    Hello

    I have to add two controls on the same page datagrid. When I try to drag an another DataGrid in the components window, it says "an element with that name already exists in the library."

    How can I add multiple controls on the same page datagrid?

    Kind regards.

    _data2 = new XML (event.target.data2);

    should be

    _data2 = new XML (event.target.data);

    (actually, it's better if it was

    _data2 = XML (event.target.data);

  • Cannot add code snippets to the triggers Panel

    Hi all, I'm on Edge animate 20141 CC and I'm unable to add code snippets in the triggers Panel. When I click on buttons, such as "Replay", the code appears in the Panel, but varied. I hit the return, but no change. Anyone would be able to tell me what I do wrong? Thank you for your suggestions. I'm on a MacBook Pro (late 2010) running Mac OS X 10.8.5

    Nevermind, I got it. For some reason, he wasn't adding the target to the code when I chose it, but it is now. Don't know what that I was different, but it works now.

  • How to add a dependency to the library for the java service modules?

    Hello

    I try to add Google gson jar as a dependency of the sample of chassis (/ chassisRackVSphere-service) and I'm facing some problems with the installation of osgi.

    ////////////////////////////////////////////////////////////////////////////////////////

    Report of resolver:

    A Package Import could not be resolved. Resolver error data < Import-Package: com.google.gson; version = "0.0.0" >. Caused by the constraint missing bundled < com.vmware.samples.chassisrackvsphereservice_1.0.0 >

    constraint: Import-Package: com.google.gson; version = "0.0.0" >

    at org.eclipse.virgo.kernel.install.pipeline.stage.resolve.internal.QuasiResolveStage.process(QuasiResolveStage.java:46)

    at org.eclipse.virgo.kernel.install.pipeline.internal.StandardPipeline.doProcessGraph(StandardPipeline.java:62)

    at org.eclipse.virgo.kernel.install.pipeline.internal.CompensatingPipeline.doProcessGraph(CompensatingPipeline.java:73)

    at org.eclipse.virgo.kernel.install.pipeline.stage.AbstractPipelineStage.process(AbstractPipelineStage.java:41)

    at org.eclipse.virgo.kernel.install.pipeline.internal.StandardPipeline.doProcessGraph(StandardPipeline.java:62)

    at org.eclipse.virgo.kernel.install.pipeline.stage.AbstractPipelineStage.process(AbstractPipelineStage.java:41)

    at org.eclipse.virgo.kernel.deployer.core.internal.PipelinedApplicationDeployer.driveInstallPipeline(PipelinedApplicationDeployer.java:359)

    ////////////////////////////////////////////////////////////////////////////////////////

    Here are the things I did based on the addition of the gson - 2.2.4.jar to the list of libraries (which I'll use my service module).

    1 added gson - 2.2.4.jar to chassisRackVSphere-service\lib

    2. added gson - 2.2.4.jar to the list of libraries referenced in STS.

    3. fixed the ANT build file to add this jar to the classpath

    < target name = "java-compilation" depends = "clean" description = "do not select objective in-house." >

    < javac includeantruntime = 'false' destdir = fork "${CLASSES}" = "true" debug = "on" >

    < path src = "${basedir} / src/main/java" / >

    <!-< path src = "${basedir} / src/test/java" / > for future test-> files

    < classpath >

    <! - remove this if you are not using the SDK with java - >

    < pathelement path="${VSPHERE_SDK_HOME}/libs/vsphere-client-lib.jar"/ >

    < pathelement path="lib/commons-logging-1.1.1.jar"/ >

    < pathelement path="lib/gson-2.2.4.jar"/ >

    < / classpath >

    < / javac >

    < / target >

    4. fixed the manifest file to include the package gson

    /////////////////////////////////////////////////////////////////////////////////////////

    Import-Package: org.apache.commons.logging,.

    com.google.Gson,

    com VMware.vise.Data,

    com VMware.vise.Data.Query,

    com VMware.vise.Data.Uri,

    com VMware.vise.vim.Data

    /////////////////////////////////////////////////////////////////////////////////////////

    I don't know what I'm missing. How can I add third-party libraries for the service module (in this case chassisRackVSphere-service)? Any help is appreciated.

    Thank you

    Shankar

    You forgot a step described in the FAQ ""How to use 3rd party java libraries?', that is to make your available on the server gson library. "  An excerpt from the FAQ:

    Formatted as OSGI bundles libraries should be in a known location on the server:

    • In development mode you can copy in Server/repository/usr, one of the default directories for the loading of libraries (you must restart the server).
    • If the server is already running you can copy also in Server/Pick-up because the beams will be deployed hot (i.e. without having to restart, but this requires you to deploy your plugin after the library, see Note 2 below).
    • Finally, you can keep in their current location and add a path in server/configuration/com.springsource.repository.properties.
    • In production mode , that your plugin is installed as a plugin package, it is neither practical nor recommended to add libraries to server/Pick-up or Server/repository/usr on your production server. Instead you must include them in the directory plugins of your package and your .war and .jar packages. You will also need to list Bundle-SymbolicName of plugin libraries - package.xml.
  • Add more space to the ASM disk group

    Hi all

    I am new to the DBA role and also in a process of learning. I need your help in putting a space at the ASM disk group. My VMware admin will add disk space to the virtual machine, and then the Linux admin will add space on Linux servers. Finally, I think I need to rebalance the database disk group to view the extra space. I'm not sure of what all the steps involved in this process. I like to read the Oracle Documentation, but I'm blurry and hesitant. Please let me know the steps to follow to add the ASM disk group space.

    We use

    Oracle DB version 11.2.0.3.0

    Linux version: 2.6.18 - 238.12.1.el5

    Thanks for your help

    No....

    You don't need any instance restart. More when you add a disk to a diskgroup, all rac nodes can see.

    just...

    You should add a node and watch v$ asm_operation...

    Concerning

  • How to add a BUTTON in the form of a report in report Page last column

    Hi friends,

    I created a form with Page report. Now, I want to ADD a button in the last column named Add in the last column of the Report.that would be a new column added to the report.

    How can I add a button to the form with Page report in the report and tell me how PK as ORDER_ID of a particular LINE with this button to add a reference ELEMENT.
    When I click on the button Add ELEMENT, then command to go to the next Page with ORDER_ID.


    How can I do that.


    Thank you

    Hello

    Modify your report and click the report attributes. On the right under 'Tasks' is "Add the link in the column" - click that. This creates a new column. Scroll down to the links section of this new column and add in the following:

    Link text: Add article
    Target: Page in the present application
    Page: (enter the number of the form page)
    Clear the Cache: (enter the number of the form page)
    Point 1 (name): (enter or select the name of the element of the form for the primary key page - for example, P2_ORDER_ID)
    Point 1 (value): (enter or select #ORDER_ID #-which should be the ORDER_ID column on the table for the report)

    Click on apply changes to save and run the report

    This creates a normal hyperlink in the column - each line will have a different value of ORDER_ID, so every link will be slightly different. If you want to make the link look like a button, you can do it with style if necessary

    Andy

  • is it possible to add a word at the end of a line?

    Hi, I'm looking for a way to automatically add a word at the end of a certain style of paragraphs?

    is it possible to do it using a script?

    I'm script, but if someone could find me a way to do this would be really appreciated.

    Here is an example of what I need to do:

    I have the X paragraph style in a document of current book, and I need to edit the book and add the source of the copyright at the end of each line that has X style him

    so I need something that wonder

    1. the targeted paragraph style
    2. What word I want to add to it and then apply it rigorous document.

    Thanks in advance

    You don't need a script for this, you can use a Grep search/replace.

    Search: (.) $

    and set your paragraph style in the format of find

    Change: $1XYZ

    where XYZ is the text you want to insert.

    Peter

  • CS5 - add drop shadow to the text?

    I am trying to add drop shadow to the text, however, I do not see the sign "filters". I don't know how to activate it.

    I uploaded a screenshot of my current work space, maybe someone can tell me where to go to activate the window/Panel filters: http://img258.imageshack.us/img258/8669/dropshadow.jpg

    You target a player prior to version 8?  If so, to activate the filters, you need to change your target Flash Player.

  • Cannot add or subtract from the choice of backup discs

    I can't find how to add or subtract from the disks to use for storing upOne of my disks (3) is complete and I want to use new selecta. the preferences window is not resized

    IN aid, he said:
    «If you already set up Time Machine, your backup disks are listed, and information on each disc of the backup is displayed.» To select, add, or remove backup disks, click Select Disk or add or remove the backup disc. »

    I don't see this option in preferences:

    Simon,

    Scroll down in the window pane to display the add/remove disk backup option:

  • How can I manually add an entry to the file passwords and username registered

    If possible, I would like to manually add an entry in the file of saved passwords. I suspect that's not possible, but I thought I'd ask just in case.

    Use this extension:
    https://addons.Mozilla.org/en-us/Firefox/addon/saved-password-Editor/

  • I used Microsoft for years.  How can I use my files and store and add to them with the I mac

    I used Microsoft for years.  How can I now access my stored info and edit and add to my files with my Apple I Mac. Having problems to work with files in the mac

    I used microsoft years how can I access my stored info and edit and add to them on the Mac.

    This can help you get started > https://www.apple.com/support/macbasics/

    Additional help here > https://support.apple.com/en-us/HT201732

    A good resource for help on your Mac is easy to access. Click on an empty area anywhere on your screen. You should see Finder > file > edit > view > go > window > help at the top of your screen.

    Click on help > Mac Help then type in a keyword for what you need to help in the search field top right of the Help window.

  • View all bookmarks - add an icon to the bar of the addon

    Hello

    I would add an icon to the bar of the add-on for causes the bookmark manager to the pop-up window. Even when I do the following 3 steps
    1 go to the menu bar using trackpad
    2. Select bookmarks
    3. Select bookmark all bookmarks/Show (cmd, SHIFT + B)

    I never remember to access keys and I prefer to do 1 market rather than to the present 3 steps

    I searched Add-ons and nothing came. I looked under Customize and there were 3 icons, so I tested these by dragging the bar to the add-on. None of these standard icons, triggered the Bookmarks Manager.

    Is this possible?

    Thank you

    Hi, the toolbar buttons add-on is very comprehensive and has a Bookmark Manager button. Hope that will do what you want.

    If your question is resolved by this or another answer, please take a minute to let us know. Thank you.

  • The iPod nano allows me to add music to apple's music or can only add music purchased at the nano?

    The iPod nano allows me to add music to apple's music or can only add music purchased at the nano?

    IPod Nano can't stand Apple's music.

    Reference: join Apple music on your iPhone, iPad, iPod touch, Mac, or PC - Apple Support

Maybe you are looking for

  • CyberLink DVD

    Fornuis mi WANT dv7 Despues a softwere del Bluray funcionar dejo, lo desinstale el Win8.1 para nuevo como en google the mid-week against reinstalarlo y oh sorpresa! 84.00 $$$, como puedo nuevo el software than venia sin buscar wont get a Restauración

  • Cannot access the Word file that is saved to the location of the temporary file.

    Original title: can see a downloaded Word attachment file in the temporary internet files by mistake, but can not access When I open IE5 content in the temporary internet files in windows XP Explorer I can't see the contents of its subfolders.   I'm

  • How long takes to "deny the review".

    Hello I had a very scary review with zero stars for my application. This review had nothing to do with the application itself, but give me and the application of a bad reputation, so I need to delete the app from sale until this horroble review is de

  • Cannot install c ++ 2005 SP1 Redistributable package (x 64) for Windows 8

    I try to install mindjet mindmanager that requires this service pack. When you try to install the service pack I get an error "command line syntax error. Type the command /? assistance. » Your support will be appreciated

  • Why won't my type of type tiny type tool?

    My text tool is defective.  Why he not type lower case? He only uppercase tape any font use?