Migrating from 10gR2 DB Control to Grid Control

hi
i've installed an Oracle10gR2 database with Database Control. now, i'd like to use Grid Control for managing both the 10g as well as an Oracle9iR2 database running on the same server. i'd like to use the existing Oracle10gR2 database as a management repository for Grid Control.
how should i install Grid Control on the server? do i just install Grid Control without worrying about the Database Control installation or do i need to do some sort of a migration for the management service or management repository or any other DB Control components? i don't currently have any valuable info in the repository so i can recreate it if it makes things easier.
are there any recommendations on where to place the GC installation on the file system? should it live in the database installation tree or in a separate tree?
br. aspa

I successfully installed the repository into a 10gR2 database today. The problem is the Repsitory schema user script fails when it attempts to create SYSMAN because 10gR2 databases have a problem with QUOTA UNLIMITED portion of the create user command issued by the OUI or underlying script called. You can comment out the QUOTA UNLIMITED sections and it will install and work fine from what I have seen.
You can find the script in the Oracle Management Services Home @ $ORACLE_HOME\sysman\admin\emdrep\sql\core\latest\admin\admin_create_repos_user.sql

Similar Messages

  • Migrating from 10gR2 to 11gR2 using impdp with network_link fails

    Hi,
    I'm trying to migrate a database from 10gR2 (Novell SLES 10) to a new server (Novell SLES 11) with 11gR2. I created a database on the new system with all required users and tablespaces. Then I used impdp in 11g with a database link to the source database:
    impdp system/pw@db NETWORK_LINK=X_SourceServer FULL=Y
    This command fails immediately with ORA-39113: unable to determine database version. Even using the parameter VERSION=10.2.0 doesn't change the result.
    The Oracle Upgrade Guide tells me that upgrading is possible from 10* to 11* and recommeds impdp and network link. Is the failure perhaps a bug in the NETWORK_LINK procedure? Should I better try expdp on the source and impdp on the target with a dumpfile as intermediate (the database ist rather big, so dealing with files across the network will take a lot of storage capacity)?
    Has anyone tried this method with success?
    Thanks
    Friedhelm
    Edited by: user8964905 on 02.09.2011 02:34

    This is due to an bug. The workaround is in the DOC
    IMPDP From 10g TO 11g Gives ORA-39113, ORA-4052 & ORA-6544 PL/SQL: internal error, arguments: [55916] (Doc ID 1062428.1)

  • Migration from 8.0.5 to 8.1.7

    Hi everyone,
    I have been trying to migrate our db from 8.0.5 to 8.1.7 on Linux RedHat 6.2 for some time now. Oracle 8.0.5 was already installed and running properly. After shuting down the db, I installed 8.1.7 into a new ORACLE_HOME (/u01/app/oracle/product/8.1.7). The installation went without errors (I did not choose to do the migration during install nor did I installed a default db). After installing the patch (setup_stubs.sh script) I ran the odma (Oracle Data Migration Assistant) but got an error: "An error occured while starting up the database..." I checked the log that came with the error message and it occured when it was trying to open the database i.e. the instance started, but when it came for mounting the database it displayed: ORA-03113: end-of-file on communication channel. I tried to start the db with the svrmgrl and got the same error. The question is:
    Is there an easier way or another way to migrate the database after a successful installation of 8i?
    Or is there anyone knows why I get such an error?
    tks
    joss

    newbie9876324 wrote:
    Hi all
    I want to do data migration from oracle 10.2.0.5 to 8.1.7.4.0. I see there are risks to use exp/imp utility.
    So I thought if I can dump data to CSV and import it to 8.1.7.4 using sql*LOADER .
    Can sql*LOADER do migration from 10gR2 to 8i ?
    Or is there any way to do this ?
    ThankOther than the fundamental flaw in your approach, as already pointed out by other responders, let me address your specific question - "Can sql*LOADER do migration from 10gR2 to 8i ?"
    Think about that for a minute. What kind of file is sqlloader using as input? You already know -- a .csv file.
    And what property or attribute about a csv file would indicate that the data in it came from a particular version of an oracle database (or any database at all?) and so would be subject to any kind of compatibility issues?
    I'm NOT suggesting that you continue with this approach. It is still misguided in multiple ways. I'm just trying to get you to think about the question you asked.

  • Mitigation Control Migration From 53. to GRC10

    Hello,
    Can you please let me know where do I find a templete for downloading Mitigation Controls from 5.3 and how do I upload them in GRC 10?
    An early reply would be highly appreciated.
    Thank you.

    Hello,
    Can you share how you migrated the mitigation controls?
    While migration of the mitigation controls
    I get an error "Creation of object ID 00000000 is not allowed"
    I have different buisness processes for risks/functions and the mitigations...Is it something to do with that? or shoudl i create the business processes in GRC 10 before migration?
    I am pretty much stuck here...any help is really appreciated.
    Thanks,
    Raghav

  • Control Center problem (Following migration from 9.2)

    Hi,
    I've performed migration from 9.2 to 10.2 following chapter 3 of the install guide. I can deploy / upgrade my objects OK using my default control center but if I try and debug a mapping it cant connect. The debug info pane sits on 'Connecting to Control Center schema' and then pops up with an error offering a retry.
    Im stuck as to whats wrong, I've set up a new control center, re-registered my target location with that and still I cant debug.
    Has anyone seen this before following a migration?
    Thanks in advance !

    did you check whether synonym exist in the database? use below sql to see the synonym.
    select SYNONYM_NAME,owner,TABLE_NAME,TABLE_OWNER from dba_synonyms where SYNONYM_NAME='XMLCONCAT';
    Regards

  • Copy selected values from a table control into another table control

    hi there,
    as seen in the subject i need to copy selected values from a table control into another table control in the same screen. as i dont know much about table controls i made 2 table controls with the wizard and started to change the code... right now im totally messed up. nothing works anymore and i don't know where to start over.
    i looked up the forums and google, but there is nothing to help me with this problem (or i suck in searching the internet for solutions)
    i have 2 buttons. one to push the selected data from the top table control into the bottom tc and the other button is to push selected data from the bottom tc into the top tc. does somebody has a sample code to do this?

    you're funny
    i still don't get it... can't believe, there is no tutorial or sample code around how to copy multiple selected rows from a tc.
    here's my code, maybe you can tell me exactly were i have to change it:
    tc1 = upper table control
    tc2 = lower table control
    SCREEN 0100:
    PROCESS BEFORE OUTPUT.
      MODULE status_0100.
      MODULE get_nfo. --> gets data from the dictionary table
      MODULE tc1_change_tc_attr.
      LOOP AT   it_roles_tc1
           INTO wa_roles_tc1
           WITH CONTROL tc1
           CURSOR tc1-current_line.
      ENDLOOP.
      MODULE tc2_change_tc_attr.
      LOOP AT   it_roles_tc2
           INTO wa_roles_tc2l
           WITH CONTROL tc2
           CURSOR tc2-current_line.
      ENDLOOP.
    PROCESS AFTER INPUT.
      LOOP AT it_roles_tc1.
        CHAIN.
          FIELD wa_roles_tc1-agr_name.
          FIELD wa_roles_tc1-text.
        ENDCHAIN.
        FIELD wa_roles_tc1-mark
          MODULE tc1_mark ON REQUEST.
      ENDLOOP.
      LOOP AT it_roles_tc2.
        CHAIN.
          FIELD wa_roles_tc2-agr_name.
          FIELD wa_roles_tc2-text.
        ENDCHAIN.
        FIELD wa_roles_tc2-mark
          MODULE tc2_mark ON REQUEST.
      ENDLOOP.
      MODULE ok_code.
      MODULE user_command_0100.
    INCLUDE PAI:
    MODULE tc1_mark INPUT.
      IF tc1-line_sel_mode = 2
      AND wa_roles_tc1-mark = 'X'.
        LOOP AT it_roles_tc1 INTO g_tc1_wa2
          WHERE mark = 'X'.    -
    > big problem here is, that no entry has an 'X' there
          g_tc1_wa2-mark = ''.
          MODIFY it_roles_tc1
            FROM g_tc1_wa2
            TRANSPORTING mark.
        ENDLOOP.
      ENDIF.
      MODIFY it_roles_tc1
        FROM wa_roles_tc1
        INDEX tc1-current_line
        TRANSPORTING mark.
    ENDMODULE.                    "TC1_MARK INPUT
    MODULE tc2_mark INPUT.
      IF tc2-line_sel_mode = 2
      AND wa_roles_tc2-mark = 'X'.
        LOOP AT it_roles_tc2 INTO g_tc2_wa2
          WHERE mark = 'X'.             -
    > same here, it doesn't gets any data
          g_tc2_wa2-mark = ''.
          MODIFY it_roles_tc2
            FROM g_tc2_wa2
            TRANSPORTING mark.
        ENDLOOP.
      ENDIF.
      MODIFY it_roles_tc2
        FROM wa_roles_tc2
        INDEX tc2-current_line
        TRANSPORTING mark.
    ENDMODULE. 
    thx for anybody who can help with this!

  • POPUP FM to get values from a table control?

    I know about the FM POPUP_GET_VALUES to get one or more values from a popup dialog box.  I would like to find a similar FM that allows getting values from a table control or something that allows entry of multiple lines of values.  Is there such a thing, or do I need to write my own?

    it depends on what values you want to enter, better write your own to have a control on the function.

  • When I try to open contacts from the icloud control panel on my windows 7 PC, I get an error message: can't load contacts. There was a problem loading the application.

    When I try to open contacts from the icloud control panel on my windows 7 PC, I get an error message: can't load contacts. There was a problem loading the application.

  • How To delete the Chosen line from the Table Control

    Hi Friends,
      i am new to Module Pool Programming , i developed a Table Control in input mode and i am getting data also into that table control. my requirement is that i want to delete the current chosen line from that table control. please help me out.

    HI
    GOOD
    GO THROUGH THIS REPORT
    REPORT demo_dynpro_tabcont_loop_at.
    CONTROLS flights TYPE TABLEVIEW USING SCREEN 100.
    DATA: cols LIKE LINE OF flights-cols,
    lines TYPE i.
    DATA: ok_code TYPE sy-ucomm,
          save_ok TYPE sy-ucomm.
    DATA: itab TYPE TABLE OF demo_conn.
          TABLES demo_conn.
    SELECT * FROM spfli INTO CORRESPONDING FIELDS OF TABLE itab.
    LOOP AT flights-cols INTO cols WHERE index GT 2.
      cols-screen-input = '0'.
      MODIFY flights-cols FROM cols INDEX sy-tabix.
    ENDLOOP.
    CALL SCREEN 100.
    MODULE status_0100 OUTPUT.
      SET PF-STATUS 'SCREEN_100'.
    DESCRIBE TABLE itab LINES lines.
    flights-lines = lines.
    ENDMODULE.
    MODULE cancel INPUT.
      LEAVE PROGRAM.
    ENDMODULE.
    MODULE read_table_control INPUT.
      MODIFY itab FROM demo_conn INDEX flights-current_line.
    ENDMODULE.
    MODULE user_command_0100 INPUT.
      save_ok = ok_code.
      CLEAR ok_code.
      CASE save_ok.
        WHEN 'TOGGLE'.
          LOOP AT flights-cols INTO cols WHERE index GT 2.
            IF  cols-screen-input = '0'.
              cols-screen-input = '1'.
            ELSEIF  cols-screen-input = '1'.
              cols-screen-input = '0'.
          ENDIF.
      MODIFY flights-cols FROM cols INDEX sy-tabix.
    ENDLOOP.
        WHEN 'SORT_UP'.
          READ TABLE flights-cols INTO cols WITH KEY selected = 'X'.
          IF sy-subrc = 0.
            SORT itab STABLE BY (cols-screen-name+10) ASCENDING.
            cols-selected = ' '.
      MODIFY flights-cols FROM cols INDEX sy-tabix.
          ENDIF.
        WHEN 'SORT_DOWN'.
          READ TABLE flights-cols INTO cols WITH KEY selected = 'X'.
          IF sy-subrc = 0.
            SORT itab STABLE BY (cols-screen-name+10) DESCENDING.
            cols-selected = ' '.
      MODIFY flights-cols FROM cols INDEX sy-tabix.
          ENDIF.
        WHEN 'DELETE'.
          READ TABLE flights-cols INTO cols
                                  WITH KEY screen-input = '1'.
          IF sy-subrc = 0.
            LOOP AT itab INTO demo_conn WHERE mark = 'X'.
              DELETE itab.
    ENDLOOP.
          ENDIF.
    ENDCASE.
    ENDMODULE.
    CHANGE THE CODE AS PER THIS LIGIC.
    THANKS
    MRUTYUN

  • How to delete a column from the table control in module pool?

    Hi,
      can any one please tell How to delete a column from the table control in module pool?
    thanks in advance
    warm regards
    HareeshKumar N

    hi hareesh,
    I think it is better to hide it.
    How to hide: You can check this link
    Dynamic Hide column in table control

  • How can I control the volume in a Appletv movie from my remote control App. In my IPad ?.

    How can I control the volume in a Apple Tv movie from my remote control App. In my IPad ?.

    There is not now, nor has there ever been a version of flash for any iOS device.
    Adobe has abandoned mobile flash, so there never will be.
    Browsers like iswifter or photon may work for you, but don't hold your breath.
    Check app store for an app of whatever game you want.

  • How can you create a local variable from a boolean control?

    I want to create a local variable from a boolean control, but it says that boolean latch actions are incompatible with local variables, but I need a way to check this boolean control in two differents loops, how can I do it?

    "Graci" schrieb im Newsbeitrag
    news:[email protected]..
    > I want to create a local variable from a boolean control, but it says
    > that boolean latch actions are incompatible with local variables, but
    > I need a way to check this boolean control in two differents loops,
    > how can I do it?
    Use global variables.
    Compare them with a constant Boolean like F or T.
    The result is true or false and then you can use it in a Cae-Loop.
    Martin

  • How to change the value from one input control to another input control?

    Hi Experts,
    I want to change the value from  one input control to another input control. For Example if i change month in first tab. it should reflect in second tab also. How should we acheive through input control or some other option.
    Here I attached screen shot.Please help me for this

    Hi,
    It is not possible to have Input controll in all tabs that will be set from another .
    But There is one workaround .
    Follow the link below .
    http://davidlai101.com/blog/2013/08/13/web-intelligence-input-control-that-affects-all-tabs/

  • Generate text from the effect controls

    Is it possible to generate text from a textfield (or something similar) from the effect controls?
    I have an Adjustment Layer with a custom effect on it with a Slider, two Color pickers and four Checkboxes.
    Can I somehow add a textfield that the user can input text in, and then link this to a text layer in the composition?
    The reason I want this, is because the user can add all the information in one effect, instead of having multiple text layers to edit.
    I don't think there is a textbox for this, but is there anpther way? Let's say I add an effect that has a dynamic name, that I can link up to the source text of my textlayers in the composition.
    Any help would be much appreciated
    Eirik

    Thank you for fast reply!:)
    Ok, then I guess it can't be done, not the way I hoped anyway.
    This is the effect I have made. I have linked the properties to other layers.
    What I wanted was an input field where the user inputs for example "My Title". The source text of my text field in the composition would then update to "My Title".
    I know I could probably do this by code, but then the original point kinda disappears. It should be easy for the user to adjust the settings under one effect, instead of having to adjust it multiple places.
    I guess the user have to edit the textfield in the comp by actually going into the layer (doubleclick it/highlight it with the text tool etc.) unless you have a genius workaround? (Please say you do:P)
    Eirik

  • Pxi-8176 controller to read data from an instrument controlled by another controller

    can i use pxi-8176 controller to read instrument data on the gpib bus from an instrument controlled by another pc gpib controller?

    Thanks.
    I understand what you're saying, but I'm also trying to understand why the following is not possible or is not more readily available:... Just as NI IO Trace (NI Spy) listens/eavesdrops to the GPIB real time, one would think that Labview would be able to do it also. One would think that just as NI IO Trace (NI Spy) publishes to a window/file/memory it shouldn't be impossible to publish to a string so that it can be processed real-time by some VI algorithm. If I think about NI IO Trace as a VI, I would think that it is already in a string format before it is published to the NI IO Trace window... why isn't that string available to Labview VIs block diagram?

Maybe you are looking for

  • Report in pdf format in oracle apex

    how can i save the contents of a form as a report in pdf format by clicking on tha print button in oracle apex??? plz help if anyone knows tha solution Edited by: user9139675 on Mar 9, 2010 11:14 PM

  • How to hard reset an iphone 4s

    i HAD CHANGED PHONES TO A GALAXY NOTE 3 AND KEEP MY IPHONE 4S AS BACKUP. I RECENTLY DROPPED MY NOTE 3 AND BROKE IT. SO NOW I AM HAVING TO GO BACK TO THE IPHONE TEMPORARILY. HOWEVER I CANT ACCESS IT BECAUSE I HAVE FORGOTTEN THE PASSCODE. IS THERE A WA

  • How to Change batch number in inbound?

    Hi, i have an issue. In our STO process, because supplying plant is applied batch management, when create Oubound Delivery, we enter a batch number, example Batch A. After post GI, the Inbound will be created automatically. And auto input the batch A

  • Errors in starting proxy server

    Hi, i installed DSEE 6.3 Native package for Solaris 10 SPARC platform as "root". Then i switched as another user "ldap" and created new directory server instances and started them on ports > 1024. Then i created a new DPS instance as "ldap" user on p

  • Audio not appearing in finished project

    I have been working on a video project for a while now, going into extreme details to make a sort of music video. Once the visuals were complete, I added the music. However, after exporting the finished project as a video file, the music was absent,