How to add a View to a refresh group in Basic Replication ?

Hello,
I'm trying to setup a Basic replication between a master DB under 11g Enterprise and a client under XE.
Replication groups and materialized views are created for related tables without problem.
But I have to get, on the XE, Views that are defined une the master DB.
Creating a MV (with the "rowid" option since no pk) on XE is working, but it failed when I try to add it to the replication group using "DBMS_REFRESH.ADD" since it requires "Materialized View Log" on the master but creation is not possible for Views.
I hope I'm clear enough...
How can I be sure that my MV on XE that point to Views on the master are up to date ?

Hemant K Chitale wrote:
Why not just create the package at the remote site ?To be sure that all sites got the code update
However, Packages can be replicated using the APIs.
See http://download.oracle.com/docs/cd/E11882_01/server.112/e10706/repmaster.htm#i38785
Procedural Replication
http://download.oracle.com/docs/cd/E11882_01/server.112/e10707/rarmanmaster.htm#REPMA103
is used to allow PLSQLs to do bulk updates without actually propagating every row change.
Hemant K ChitaleThanks. Very restrictive... :(

Similar Messages

  • How to add classification view using BAPI_MATERIAL_SAVEDATA

    Hi,
    Please any one let me know how to add classification view using BAPI_MATERIAL_SAVEDATA to the material master.
    Thanks,
    shekar

    We use this bapi on a regular basis as well as classification of materials.  We have success doing this in 2 steps.  First step is to save the material using BAPI_MATERIAL_SAVEDATA, second step is to save classification using BAPI_OBJCL_CHANGE  (this can be used for both create and change)  Also look at Function Group CLBPA .   there are several bapi's in that group dealing with object classification, including the one I mentioned..

  • How to add a view before RootViewController?

    Hi,
    I have a Navigation based application.
    Now , i need to add a view before rootviewcontroller.
    So any one help me , how to add a view before RootViewController?
    Thanks In Advance.
            YUG

    Why not perform what you wish in your application delegate application:didFinishLaunchingWithOptions: method?

  • SCCM 2012 - How to add domain id to local administrator group of all clients

    SCCM 2012 - How to add domain id to local administrator group of all clients
    Hi,
    i have a domain id sccmadmin which is a part of domain admins group too.
    Need to add this ID to the local administrators group of all clients. How do I do this? Please help!

    Hi ,
    you need to choose the second option .
    First option will remove all the domains users from the local administrator group available in all the PC'S .Then local administrator group will only have the users updated on the members list present in group policy.
    Note : Local admins accounts on the local administrators groups will not be removed.
    Second option will add the newly created group to the local administrator group in all the PC'S and it will not remove the existing members in the local administrators group.
    Step 1 : Just try to create one new group for SCCM management .
    Step 2 : Then add the SCCM account to that group.
    Step 3 : Then please create a new group policy on that just choose the second option.On that option just add the newly created group to be an member of administrator group in all the PC'S
    Why i have asked you to create a new group ?
    Because in second option , we don't have a option to add a individual user .
    Once you have created a group policy it will like below snap.
    As an additional i will tell how to find the newly created group policy is applying to computer objects or not ans also i will tell you how to force update the group policy 
    1.gpresult /r ----> To find the which group policy is applying on user and computer object .
    2.rsop.msc ----> There you can able to find the change has been applied or not .
    3.gpupdate /force -----> Forcefully updating the group policy in a client machine 
    4.In gpmc.msc there is one option called group policy results .That option will be used for centralized management to find the policies that are applied to a user and computer account.
    5.Just check the event viewer in all the PC'S for group policy related events.
    Most importantly you need to make sure all the computer accounts are placed in an ou ,where the newly created group policy is applying and also make sure that OU doesn't contain any inheritance block.
    Please feel free to reply me if you have any queries.
    Thanks & Regards S.Nithyanandham

  • How to add a user to the wheel group?

    How to add a user to the wheel group in leopard?

    In Leopard, users can be added to system groups using 'dscl'. For example, while logged into an "admin" account, the command below can be entered using "/Applications" > "Utilities" > "Terminal.app" to add a user "username" to the "wheel" group:<pre>
    sudo /usr/bin/dscl . -append /groups/wheel GroupMembership username</pre>
    If you prefer a GUI, "Workgroup Manager.app", included with the Leopard version of the "Server Admin Tools" can be used.
    http://www.apple.com/support/downloads/serveradmintools105.html

  • How to add a user to an existing group????

    Can't seem to find how to add a user to an existing group (staff). I am trying to share data (rw) between my admin account (root) and a development user. On any other UNIX system I would just add the user name in the /etc/group file & logout/login in. It don't work here!
    Suggestions??
    thanx
    mt

    OS X doesn't use /etc/groups. This file is present but does nothing AFAIK.
    Leopard uses directory services to handle groups and users.
    membership in groups with GID>500 can be handled from GUI in system preferences->accounts. other groups can be handled from terminal with dscl (directory services command line). do man dscl for details.
    to add a user to a group you'd do
    sudo dscl . append /groups/groupname GroupMembership username
    However, there should be no need to do it with "staff". every user with an account on your computer is a member of staff by default.

  • How to ADD Materialized Views to Refresh Group

    Hi,
    My requirement is, i want to refresh MVs(fast refresh only) by using DBMS_SCHEDULER. For this i have created one DBMS_SCHEDULER job like below.
    BEGIN
    DBMS_SCHEDULER.CREATE_JOB (
    JOB_NAME      => 'REFRESH_MV_UPLOAD',
    JOB_TYPE           => 'PLSQL_BLOCK',
    JOB_ACTION      => 'DBMS_REFRESH.REFRESH('MV_UPLOAD_GRP');',
    REPEAT_INTERVAL      => 'FREQ=MINUTELY; INTERVAL=30',
    ENABLED      => TRUE
    END;
    In the above script, i created one refresh group 'MV_UPLOAD_GRP'. So what my requirement is i want to ADD my MVs refresh scripts to this group. Scripts as below...
    Refresh MV Scripts:
    1) Exec dbms_mview.refresh('emp.entity', 'f');
    2) Exec dbms_mview.refresh('emp.identifier', 'f');
    3) Exec dbms_mview.refresh('emp.rating_hist', 'f');
    . so on.
    Can anyboy help me how to add these scripts to refresh group 'MV_UPLOAD_GRP'.
    Regards
    Raj

    ALL_REFRESH and ALL_REFRESH_CHILDREN
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14227/rarsnapviews.htm#REPMA027
    Nicolas.

  • How to add new views in Subview dropdown in UWL inbox?

    Hi All,
    I have a requirement to add more views in the "Subview" dropdown in UWL inbox?
    I uploaded the below UWL config file and didn't work.
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE UWLConfiguration PUBLIC '-//SAP//UWL1.0//EN' 'uwl_configuration.dtd'
      >
    <UWLConfiguration version="1.0">
      <ItemTypes>
        <ItemType name="uwl.task.webflow.TS99999999.SAP_R3_HumanResources" connector="WebFlowConnector" defaultView="myExpenseApproval" defaultAction="viewDetail" executionMode="pessimistic"/>
      </ItemTypes>
      <Views>
        <View name="myExpenseApproval" selectionMode="SINGLESELECT" width="98%" supportedItemTypes="uwl.task.webflow.TS999999999" columnOrder="subject, creatorId, createdDate, priority, attachmentCount, completedDate" sortby="createdDate" tableDesign="STANDARD" visibleRowCount="10" headerVisible="yes" queryRange="undefined" tableNavigationFooterVisible="yes" tableNavigationType="CUSTOMNAV" refresh="-1" dueDateSevere="0" dueDateWarning="0" emphasizedItems="new" displayOnlyDefinedAttributes="no" dynamicCreationAllowed="yes" actionPosition="bottom">
          <Descriptions default="Expense Report to Approve">
            <ShortDescriptions>
              <Description Language="en" Description="Expense Report to Approve"/>
            </ShortDescriptions>
          </Descriptions>
          <Actions>
            <Action reference="refresh"/>
            <Action reference="removeFromNavigation"/>
            <Action reference="addToNavigation"/>
            <Action name="launchSAPAction" groupAction="" handler="SAPTransactionLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="no">
              <Descriptions default="launchSAPAction"/>
            </Action>
          </Actions>
        </View>
      </Views>
    </UWLConfiguration>
    Can anyone tell me what's wrong in this xml file?
    Or
    How to resolve this issue?
    Thanks
    Sundar

    Mr. I, GURU:
    I am trying to make my first workbook, and I do not have any options in the Available section. I can open up a SQL session, and view the tables with this same user ID. In Discoverer, I cannot see any items in this list. Does the Administrator have to assign separate user access for Discoverer?
    Thanks in advance.

  • How to add Custom View to GP Runtime Views

    Hi All,
    I would like to add custom view to my GP process.
    In GP runtime mode the numbers you see on left hand side like "run103" "run002" are confusing to users. I would like to have appropriate name/description instead.
    I understand that I can add Custom view to Runtime Views, but when I am editing a process "Add Custom View" button is always disabled.
    Why that button is always disabled?
    How do I define Custom View for a process?
    Thanks,
    Abhay

    Hi Abhay,
    this is a bug in SP7 which is fixed in the last patch. You can download it from the Market Place.
    Best regards,
    David

  • How to add three views in MM01

    How to add three custom views in MM01 based on material type.
    Regards,
    Malla

    hi,
    This will solve your problem.
    [https://forums.sdn.sap.com/click.jspa?searchID=19403068&messageID=5708251]

  • How to add a View in ViewContainerUiElement dynamically

    Hi All,
    I am facing some issues while trying to add a view in the dynamically created ViewContainerUIElement.
    Can someone please help me out.
    Thanks and Regards,
    Gaurav.

    Hi Gaurav,
    You will have to use dynamic programming to fix this
    in the domodifyview
    if ( firstTime )
      final IWDUIElementContainer group
        = (IWDUIElementContainer)view.getElement( "grInner" );
      group.destroyAllChildren();
      final IWDViewContainerUIElement container
        = (IWDViewContainerUIElement)view.createElement
             IWDViewContainerUIElement.class, null
      container.setViewContainer
         wdContext.currentContextElement()
           .getViewContainerName()
      group.addChild( container );
    Now you wil have to set the container name in init or some method.
    Regards
    Pankaj Prasoon

  • Update sequence wrong in Materialized view when using refresh group

    Hi,
    I made a trigger (for each row) on a materialized view(replication data from a master table in in a different database), which is refreshed by a refresh group (exec dbms_refresh.refresh('"...). However, the update order/sequence is important and must be handled (by the trigger) in the same order how the updates where done in the master table. Unfortunately the updates in the materialized view are NOT in the same order. The trigger is fired in a wrong order.
    I am using database version 10.2.0
    Does anybody reconize this problem, Is there a solution for this problem ( with keeping the refresh group mechanisme)?
    Thanks
    Regards
    Jurn

    rownum is determined as the row is output, so "order by rownum" does literally nothing.
    http://docs.oracle.com/cd/B19306_01/server.102/b14200/pseudocolumns009.htm

  • How to add a contact to a specific group in iOS6

    Whenever I add a new contact to Contacts (address book), the contact just gets added to default list. Is there an option in iOS6 to add the contact to a specific group within my contacts or to move a contact from one group to another? I know how to do this on my iMac, but do not how to do it on either the iPad or iPhone.

    Hi,We are having a problem with one of our users Outlook2013, his Inbox is not showing the count of unread emails.When the PC is booted up you can see the folder flashup with the number of unread emails but then the count quickly disappears. Ihave tried all the solutions mentioned in the below Microsoft Forum, all are temporaryuntil we reboot the PC and start Outlook again, but nothing seems to be permanent.http://answers.microsoft.com/en-us/office/forum/office_2013_release-outlook/outlook-2013-inbox-not-showing-count-of-unread/5fc4f9e0-b3b6-4d51-b599-b4a624e8047d?page=1&tm=1436346526332We are using Exchange 2010 with Outlook 2013, so I am unsure if this iscausing the problem.The user has mentioned that when he is looking at the properties of thefolder throughout the day and selects the Synchronization Tab the Server andOffline folder...

  • In 10.2 docucorp, how to add a manual condition for a group

    Hi,
    I've grouped some faps in 10.2 by applying groupbegin and group end rules. Can I add a common manual condition for this group in 10.2?
    Thanks,
    Sai krishna

    Hi Sai krishna,
    No, sorry can't do it. The ability to add a "common" trigger to a group of faps appeared in release 11.3, when the concept of sub-forms was first introduced.
    Gaétan

  • UIX: How to add linked view table columns to the Read-only table

    Hi
    I have two tables
    T1: ID, STAFF_ID, NOTE
    T2: STAFF_ID, USERNAME
    I have created corresponding entity objects (E1, E2), views (V1, V2), association A(E1->E2 as *..1 using STAFF_ID) and viewlink VL(V1->V2 as *..1 using association A).
    My model in AppModule looks like
    V1
    ----V2 via VL
    Now I have single UIX page in which I drop V1 as Read-only table. The table displays columns correctly: ID, STAFF_ID, NOTE
    What I want is to add a column STAFF_ID from the V2 into this table. I have tried to drop it into the table but when the page is run it does not display anything in that column. It has to do something with binding.
    I have done similar test with dropping V1 as read-only FORM and then added STAFF_ID from V2 as messageTextInput and everything is rendered correctly.
    Anyone knows how to do the same thing but with table?

    Yes that is true but I would like to give another example where this may not apply.
    Say I have 3 tables
    CLIENT(INDIVIDUAL_ID,...)
    ADDRESS(ADDRESS_ID,...)
    ADDRESS_HISTORY(ADDRESS_ID, INDIVIDUAL_ID,BEST_ADDRESS)
    where ADDRESS_HISTORY is intersection table in CLIENT to ADDRESS many to many relationship.
    Suppose I have VO2 that consists of ADDRESS and ADDRESS_HISTORY entities (corresponding association exists) and user needs to add new address for the selected customer in VO1 (made from CLIENT entity). There are several issues here:
    1) An input form made out of VO2 must contain an entry for BEST_ADDRESS flag but since it will be read-only, seems that this approach may not work. However, I found a post re:Updating view objects with multiple entities that provides workaround this.
    2) In that case assume that I use DBSequence to automatically add ADDRESS_ID when user inputs new record in this input form. I am using DB Trigger on ADDRESS table and have selected ADDRESS_ID in ADDRESS entity as DBSequence. Now observe that VO2 would contain another ADDRESS_ID from ADDRESS_HISTORY entity which has to be automatically populated with the same value. How?
    In a nutshell my question relates to the problem how to automatically populate intersection table when new record is added to the detail. But the trick is that some attributes of the intersection table must be inserted by the user in the form..
    Please advise

Maybe you are looking for

  • Summary report treats a currency fields as text

    In the summary report I have three charts with the currency field. The two charts show 'average' and 'total' but the other chart shows 'percentage' of responses - in other words the report treats that field not as a number but as text. The filed is d

  • Need to Generate a eText File for Payments

    Hi, I have a requirement to generate a eText Outbound file using Payment Process profile. I have understand the basic steps and template we need to use to generate the eTEXT output. Q1. But here is my question is that the XML tags will be repeated fo

  • How to cancel pre order purchase movie rental on itunes

    how to cancel pre order purchase movie rental on itunes that i have already een charged for i wont press the download botton

  • Deleting text in Mail 5

    I've noticed in Mail 5 (Lion) that if I deleted text, sometimes, a whole paragraph will disappear and the text re-arranges itself. Eg. I have a sentence, hard return, a paragraph, hard return, paragraph, etc. I delete the hard return to join 2 paragr

  • Recordmode data are not updated correctly

    We currently have an issue while using the 3.x data flow in BI 7.0. The same also holds with 3.x versions of BI. Suppose you have an ODS sending data in an InfoCube. When you initialize the delta process with data transfer then the recordmode field i