Replication - Single Master DB

Hi
I have a DB running on Server 1 and I want to create replication of all the Objects(existing Tables and any new table created) from Server-1 to Server-2.
I want One-Way replication only and it should be SYNC with SERVER 1, So Whats the best Replication approach ? Whats the performance impact. Please let me know if there is any tutorial available.
INFO
1. DB on Server 1 has 125 Tables.
2. The idea behind this that there are bunch of users who wants to query the DB , so we want to bring the same datbase running on SERVER 1 to another SERVER II , so that there want be any IO sharing between the PRODUCTION USER and QUERY USER.
Thanks
JR.

1. FAST REFRESH ON COMMIT cannot be done across a DBLink. I've explained this a few times in this forum. An ON COMMIT operation is a push operation : thus when the source table is updated by DML it has to push the updates to the MV. Since an MV across databases is via a DBLink that allows the TARGET to connect to the SOURCE and query the SOURCE, the SOURCE has no way to push the updates.
See http://hemantoracledba.blogspot.com/2008/06/mvs-with-refresh-on-commit-cannot-be.html
2. When you create an MV with a Refresh Interval, Oracle automatically submits a Job in the DBA_JOBS queue. This job does the actual refresh. Query USER_JOBS in the target (SERVER-2) database to check the job. Most likely, your SERVER-2 database has "job_queue_processes" set to 0 which disables running of jobs. You need to issue an
ALTER SYSTEM SET JOB_QUEUE_PROCESSES=1;in the target (SERVER-2) database so that it can run the Refresh job that will pull the updates.
(You could set job_queue_processes higher if you are going to run multiple refresh's in parallel).
On problem I foresee with your step to use MVs is that seperate MVs on individual tables will not synchronise data across the MVs.
If a transaction in the source database updates two tables "A" and "B" and the target database server uses two seperate refresh's for the two MVs "MV_A" and "MV_B" then "MV_A" and "MV_B" will not be synchronised to the same point in time (ie transaction).
You have to use Refresh Groups. MVs for all the the tables that could potentially participate in a transaction must be in the same Refresh Group and the Refresh job would be defined at the Refresh Group level . A problematic side effect of using Refresh Groups is that , in order to make the MVs transactionally consistent, Oracle must use DELETE and INSERT operations on all the MVs in the group. This will take time and generate significantly more UNDO and REDO in the Targer (SERVER-2) database.

Similar Messages

  • The directory service is missing mandatory configuration information, and is unable to determine the ownership of floating single-master operation roles.

    We are in the process of removing a child domain from the forest and are down to two DCs. These are both Server 2008r2 sp1 servers, one physical and virtual (PDC). When I try to remove a DC (not the PDC emulator) I get the following error:
    The operation failed because:
    Active Directory Domain Services could not transfer the remaining data in directory partition DC=DomainDnsZones,DC=mydomain,DC=local to
    Active Directory Domain Controller \\V-Svr03.mydomain.local.
    The directory service is missing mandatory configuration information, and is unable to determine the ownership of floating single-master operation roles."
    I have checked replication with repadmin /showrepl and all connections were successful. The dcdiag /test:kccEvent test on all servers passed.
    Most DCdiag tests are successful. The only failure is on NCSecDesc when running dcdiag /test:NCSecDesc
       Testing server: Default-First-Site\DC1-DEV-OFC
          Starting test: NCSecDesc
             Error NT AUTHORITY\ENTERPRISE DOMAIN CONTROLLERS doesn't have
                Replicating Directory Changes In Filtered Set
             access rights for the naming context:
             DC=ForestDnsZones,DC=hookemup,DC=local
             ......................... DC1-DEV-OFC failed test NCSecDesc
    In researching this I find "If you do not plan to add an RODC to the forest, you can disregard this error."
    We have not successfully run ADprep /rodcPrep nor do we plan on having any Read-Only DCs, so I think we can ignor this error. We did try running ADprep /rodcPrep but got an LDAP error which I can duplicate if this is important.
    Schema and Naming FSMOs are on a DC higher in the forest. RID, PDC, and Infrastructure FSMOs for the child domain are on the Virtual server (PDC).
    Any guidance on where to go from here would be greatly appreciated as I have no more hair on my head to pull.

    Ok... I ran repadmin /showreps /v again and it shows no errors
    C:\>repadmin /showreps /v
    Default-First-Site\DC1-DEV-OFC
    DSA Options: IS_GC
    Site Options: (none)
    DSA object GUID: b294c59f-8b46-4133-89c5-0f30bfd49607
    DSA invocationID: 1054285d-cffe-42b4-8074-e2d44adbb151
    ==== INBOUND NEIGHBORS ======================================
    CN=Configuration,DC=mydomain,DC=local
        Default-First-Site\HESTIA via RPC
            DSA object GUID: b464fde9-29d7-4490-9582-fe9270050d50
            Address: b464fde9-29d7-4490-9582-fe9270050d50._msdcs.mydomain.local
            DSA invocationID: afea3845-9fa8-40a6-a477-84348a206348
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS WRITEABLE
            USNs: 16381490/OU, 16381490/PU
            Last attempt @ 2012-10-29 13:52:39 was successful.
        Default-First-Site\V-SVR03 via RPC
            DSA object GUID: 53018cc4-b8c9-48ce-9a54-1b987e7b08c8
            Address: 53018cc4-b8c9-48ce-9a54-1b987e7b08c8._msdcs.mydomain.local
            DSA invocationID: 45de2c10-ec8b-443d-a645-db4e0a352a23
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS WRITEABLE
            USNs: 114817/OU, 114817/PU
            Last attempt @ 2012-10-29 13:52:39 was successful.
        Default-First-Site\V-SVR01 via RPC
            DSA object GUID: e2f794eb-9658-4bad-b695-3d8c08f46371
            Address: e2f794eb-9658-4bad-b695-3d8c08f46371._msdcs.mydomain.local
            DSA invocationID: 07bb0fe9-bca9-46d1-92ce-308d36da478d
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS WRITEABLE
            USNs: 66047/OU, 66047/PU
            Last attempt @ 2012-10-29 13:52:39 was successful.
        Default-First-Site\ATHENA via RPC
            DSA object GUID: cb00a5b0-6dea-473c-bb42-19356dd9ed36
            Address: cb00a5b0-6dea-473c-bb42-19356dd9ed36._msdcs.mydomain.local
            DSA invocationID: 57313a9c-46a2-4b94-87cc-b3f91d54faed
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS WRITEABLE
            USNs: 8098197/OU, 8098197/PU
            Last attempt @ 2012-10-29 13:52:39 was successful.
    CN=Schema,CN=Configuration,DC=mydomain,DC=local
        Default-First-Site\ATHENA via RPC
            DSA object GUID: cb00a5b0-6dea-473c-bb42-19356dd9ed36
            Address: cb00a5b0-6dea-473c-bb42-19356dd9ed36._msdcs.mydomain.local
            DSA invocationID: 57313a9c-46a2-4b94-87cc-b3f91d54faed
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS WRITEABLE
            USNs: 8097482/OU, 8097482/PU
            Last attempt @ 2012-10-29 13:52:39 was successful.
        Default-First-Site\V-SVR01 via RPC
            DSA object GUID: e2f794eb-9658-4bad-b695-3d8c08f46371
            Address: e2f794eb-9658-4bad-b695-3d8c08f46371._msdcs.mydomain.local
            DSA invocationID: 07bb0fe9-bca9-46d1-92ce-308d36da478d
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS WRITEABLE
            USNs: 65239/OU, 65239/PU
            Last attempt @ 2012-10-29 13:52:39 was successful.
        Default-First-Site\V-SVR03 via RPC
            DSA object GUID: 53018cc4-b8c9-48ce-9a54-1b987e7b08c8
            Address: 53018cc4-b8c9-48ce-9a54-1b987e7b08c8._msdcs.mydomain.local
            DSA invocationID: 45de2c10-ec8b-443d-a645-db4e0a352a23
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS WRITEABLE
            USNs: 114149/OU, 114149/PU
            Last attempt @ 2012-10-29 13:52:39 was successful.
        Default-First-Site\HESTIA via RPC
            DSA object GUID: b464fde9-29d7-4490-9582-fe9270050d50
            Address: b464fde9-29d7-4490-9582-fe9270050d50._msdcs.mydomain.local
            DSA invocationID: afea3845-9fa8-40a6-a477-84348a206348
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS WRITEABLE
            USNs: 16381373/OU, 16381373/PU
            Last attempt @ 2012-10-29 13:52:39 was successful.
    DC=ForestDnsZones,DC=mydomain,DC=local
        Default-First-Site\V-SVR01 via RPC
            DSA object GUID: e2f794eb-9658-4bad-b695-3d8c08f46371
            Address: e2f794eb-9658-4bad-b695-3d8c08f46371._msdcs.mydomain.local
            DSA invocationID: 07bb0fe9-bca9-46d1-92ce-308d36da478d
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS WRITEABLE
            USNs: 66295/OU, 66295/PU
            Last attempt @ 2012-10-29 13:57:48 was successful.
        Default-First-Site\ATHENA via RPC
            DSA object GUID: cb00a5b0-6dea-473c-bb42-19356dd9ed36
            Address: cb00a5b0-6dea-473c-bb42-19356dd9ed36._msdcs.mydomain.local
            DSA invocationID: 57313a9c-46a2-4b94-87cc-b3f91d54faed
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS WRITEABLE
            USNs: 8098367/OU, 8098367/PU
            Last attempt @ 2012-10-29 13:58:13 was successful.
        Default-First-Site\V-SVR03 via RPC
            DSA object GUID: 53018cc4-b8c9-48ce-9a54-1b987e7b08c8
            Address: 53018cc4-b8c9-48ce-9a54-1b987e7b08c8._msdcs.mydomain.local
            DSA invocationID: 45de2c10-ec8b-443d-a645-db4e0a352a23
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS WRITEABLE
            USNs: 115032/OU, 115032/PU
            Last attempt @ 2012-10-29 13:58:25 was successful.
        Default-First-Site\HESTIA via RPC
            DSA object GUID: b464fde9-29d7-4490-9582-fe9270050d50
            Address: b464fde9-29d7-4490-9582-fe9270050d50._msdcs.mydomain.local
            DSA invocationID: afea3845-9fa8-40a6-a477-84348a206348
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS WRITEABLE
            USNs: 16381653/OU, 16381653/PU
            Last attempt @ 2012-10-29 13:58:34 was successful.
    DC=mySUBdomain,DC=local
        Default-First-Site\V-SVR03 via RPC
            DSA object GUID: 53018cc4-b8c9-48ce-9a54-1b987e7b08c8
            Address: 53018cc4-b8c9-48ce-9a54-1b987e7b08c8._msdcs.mydomain.local
            DSA invocationID: 45de2c10-ec8b-443d-a645-db4e0a352a23
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS WRITEABLE
            USNs: 114871/OU, 114871/PU
            Last attempt @ 2012-10-29 13:54:02 was successful.
    DC=DomainDnsZones,DC=mySUBdomain,DC=local
        Default-First-Site\V-SVR03 via RPC
            DSA object GUID: 53018cc4-b8c9-48ce-9a54-1b987e7b08c8
            Address: 53018cc4-b8c9-48ce-9a54-1b987e7b08c8._msdcs.mydomain.local
            DSA invocationID: 45de2c10-ec8b-443d-a645-db4e0a352a23
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS WRITEABLE
            USNs: 114017/OU, 114017/PU
            Last attempt @ 2012-10-29 13:52:39 was successful.
    DC=mydomain,DC=local
        Default-First-Site\V-SVR03 via RPC
            DSA object GUID: 53018cc4-b8c9-48ce-9a54-1b987e7b08c8
            Address: 53018cc4-b8c9-48ce-9a54-1b987e7b08c8._msdcs.mydomain.local
            DSA invocationID: 45de2c10-ec8b-443d-a645-db4e0a352a23
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS
            USNs: 114017/OU, 114017/PU
            Last attempt @ 2012-10-29 13:52:39 was successful.
        Default-First-Site\HESTIA via RPC
            DSA object GUID: b464fde9-29d7-4490-9582-fe9270050d50
            Address: b464fde9-29d7-4490-9582-fe9270050d50._msdcs.mydomain.local
            DSA invocationID: afea3845-9fa8-40a6-a477-84348a206348
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS
            USNs: 16381614/OU, 16381614/PU
            Last attempt @ 2012-10-29 13:56:52 was successful.
        Default-First-Site\V-SVR01 via RPC
            DSA object GUID: e2f794eb-9658-4bad-b695-3d8c08f46371
            Address: e2f794eb-9658-4bad-b695-3d8c08f46371._msdcs.mydomain.local
            DSA invocationID: 07bb0fe9-bca9-46d1-92ce-308d36da478d
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS
            USNs: 66325/OU, 66325/PU
            Last attempt @ 2012-10-29 13:58:34 was successful.
        Default-First-Site\ATHENA via RPC
            DSA object GUID: cb00a5b0-6dea-473c-bb42-19356dd9ed36
            Address: cb00a5b0-6dea-473c-bb42-19356dd9ed36._msdcs.mydomain.local
            DSA invocationID: 57313a9c-46a2-4b94-87cc-b3f91d54faed
            SYNC_ON_STARTUP DO_SCHEDULED_SYNCS
            USNs: 8098385/OU, 8098385/PU
            Last attempt @ 2012-10-29 13:58:38 was successful.

  • Can I have more then one MVIEW site connected to single master site?

    Hi,
    I need one help from your end.
    Currently I am working on Basic Replication.For that I am using Read only Materialized views.first i tried with one master site & one Materialized view site its working fine,Can I have more then one MVIEW site connected to single master site referring to same database ? if so how to achive this one..

    Actually one of my senior told me that you need to change number of OPEN_LINKS value like that so for that reason I asked this question.
    Still that problem not solved..
    I will explain what are all the things I did ok.
    IN MASTER SITE:
    I am creating read only MVIEW's.
    first i created one user repadmin and have given
    1>execute any procedure
    2>dbms_repcat_admin.grant_admin_any_repgroup
    3>dbms_repcat_admin.grant_admin_any_schema
    4>select any dictionary
    and all other grants to repadmin user
    then I changed global_name = 'zxincmp' on Master site.
    Then I created mview log for each table (for 85 tables) & then I created mview's for that table on Master site itself. later I took a dump of these 85 mview's . then I transfered this dump to one of my mview site.
    IN MVIEW site:
    I created one user zxdbp_55 and all the above rights are given to this user & i created one public dblink
    "zxincmp" using "TO_CMP"(master site).Then I imported that dump which i took from master site.
    then i created one private link zxincmp in one of my mview site.then i used DBMS_REFRESH.MAKE('')
    to refresh all my tables & to set the interval..
    after that i created index on the mviews..
    this will works out fine for single master & single mvirew site.but I tried with the same procedure to prepare one more mview site,everything is fine but main problem is second mview site is not getting refreshed automatically,i need to do refresh manually from enterprise manager.. then it will get refreshed.
    how to overcome this problem? I am using same db name ,dblink,refresh group for both the mview site will it affects anywhere?
    Thanks & Regards,
    Hanumanth.

  • Copy single master page from one document to another?

    The answer to a previously posted question seems to involve creating a document differently (than I had). A lot of work went into the creation of the master pages in the original document which I will now need to recreate in the new document. Is there a way I can copy one master page from one document to another?
    Many thanks,
    Theresa

    There are a number of ways to do this.
    Create a copy of the document you want to copy the Master page from. Delete all pages except for the one you want (but you have to leave Right and Left alone as FM must always have these two pages available).
    Open the new document and the one that you want to import the master pages from.
    In the new document:
    Import from Document: (select the document with the Master Page that you want)
    then
    File > Import > Formats
    and select Page Layouts only.
    Note that Right/Left always come along for the ride.
    Alternative and probably best way to get a single Master Page:
    In new document, add a new Master Page and select "Empty".
    In the old document, on the desired Master Page, Select All on page (ctrl+A) and then copy (ctrl+v).
    In the new document on the new master page, paste (ctrl+v) to add the layout. Note: you may need to rotate the page first  if it isn't in the same orientation as in the old document.

  • CS4 InDesign Facing Master to only right Single Master Page

    I have a catalog set up as facing pages. I set up the Master Pages as 2 page Spreads.
    Now, the client wants to make an e-catalog (or pdf) out of it. They want all the pages to have the RIGHT hand master page layout.
    When I change the document set up to non-facing pages, I get only the LEFT master on each page.
    The right Master page is still there, but when I change the master options to one page, I get only LEFT page again.
    The only way around I can see, is to copy the right hand master, delete it, and paste it into a single master page.
    Is there an easier way? Do most people use the left hand page for times like this instead?
    I have several of these to do, so the less time it will take the better.
    Thanks!

    P Spier wrote:
    What Paul said, but watch out for any overridden master items.They'll remain on the pages and the new ones will be behind them.
    and we won't bother mentioning how it's possible to avoid this...
    Harbs

  • Using a single master data infoobject for multiple fields

    Hello experts. Today I ran un with the following problem: I am modelling an Infocube and will be receiving a flat file with several fields, of which 3 of them give information about sales representatives.
    For each transaction there are 1-3 sales representatives involved, and this is reflected in the file I am going to be loading. If only one representative is involved, it means that he was in charge of a complete negotiation, and his code will be found in all three fields, if two representatives are involved, it means that one was in charge of one part of the negotiation, while the other was in charge of the rest, and according to what they were in charge, their code will appear in one or two of the fields. If three representatives are involved, each one's code will appear on the field corresponding to the part of the negotiation they were in charge of handling.
    I already have the sales representative's codes as master data, but I was wondering how I can have those three fields map into the same InfoObject, if that is possible at all. Maybe in the transformation I map them to the same object? Also, what happens when you create the Data Source? As far as I know, each field in the Data Source must be unique, which makes it impossible to use my ZSALESREP InfoObject for the three fields, at least at Data Source level. What can I do in this case?

    Hi  Pedro Olvera,
    You need 3 infoobjects in datasouce to load 3 different fields.
    If you want load to a single infoobject, you can map accordingly in transformation, bult last field overwrites previous one.
    Its better to maintain 3 fields in cube. Create 2 more sales Reps(ZSALESREP1 & ZSALESREP2) with Reference to ZSALESREP then you no need to maintain master data for ZSALESREP1 & ZSALESREP2.
    Use these 3 fields for modeling.
    Hope it Helps
    Srini
    [Dont forget to close the call by assigning poings.... - Food for Points: Make a Difference through Community Contribution!|https://www.sdn.sap.com/irj/sdn/index?rid=/webcontent/uuid/007928c5-c4ef-2a10-d9a3-8109ae621a82]

  • Shapshot Replication to Master

    I would like to make a snapshot replication from a third party database (any type of database anywhere) to a Master. How hard would it be to set this up for several 100 db and to maintain it?

    Yes, I have done it at acouple of customers. It is a pain to administer, and rather complex.
    --Stephen
    [email protected]
    null

  • Replication Failure - Master - Consumer

    We have a 5.2 Directory Server running as master and a 5.2 Directory Server as a Consumer.
    When setting up replication I followed the steps in the documentation and everything worked fine up until I attempted to intialize the replica - it fails everytime with the following errors:
    On the Consumer in the error log it reports:
    [10/Jun/2004:11:48:14 -0700] - ERROR<8303> - Replication - conn=10 op=3 msgId=4 - Schema replication error [C] Failed with error code 20
    On the Master in the error log it reports:
    [10/Jun/2004:11:51:08 -0700] - WARNING<10303> - Repl. Transport - conn=-1 op=-1 msgId=-1 - [S] Unable to push the schema on the consumer withresponse: Unknown rc (20)
    [10/Jun/2004:11:51:08 -0700] - WARNING<10247> - Total Protocol - conn=-1 op=-1 msgId=-1 - Unable to replicate schema to host ldapconsumer1.xxx.xxx, port 3890. Continuing with replication session.
    [10/Jun/2004:11:51:13 -0700] - WARNING<10303> - Repl. Transport - conn=-1 op=-1 msgId=-1 - [S] Unable to push the schema on the consumer withresponse: Unknown rc (20)
    I found 8303 in the Directory Server error code list and it just says:
    - Failed with error code error
    - Schema replication failed locally on the consumer.
    - Check error code and contact Sun ONE Technical Support.
    Can anyone help?
    Thanks,
    Dan

    I had a similar problem when I first setup replication between two DS5.2 systems. The Master was installed via tarball and the consumer was installed via the Sun packages. Upon investigation, I found that the schema files were different between the two systems. I just manually copied over the schema files from the master to the replica and the errors went away and replication started working.
    Is this a problem that should be reported to Sun? I don't know. I found a quick solution and kept on going.
    HTH,
    Roger S.

  • Inserting  dashboards into a single master SWF

    Hello experts,
    I have an issue in merging dashboards into a single SWF file. Currently i have seven dashboards exported to BOE as SWF/flash files . All are working fine in BOE. Now i need to emmbed all of them in a single swf file. How could i do it.
    Current procedure which i am following: I structured OPENDOUCMENT URL for all those seven dashboards in BOE. next, i designed a dashboard with seven slides with label based menu. each of that seven slides are mapped to respective open document URL. might i am wrong . please any one tyhrow some some light in my case.
    Thanks
    Prashanth

    We are XI 3.1.   We use the download document and url and include the CELogonToken when linking to child swfs, e..g
    /Xcelsius/opendoc/documentDownload?sIDType=CUID&iDocID=AU_zADSPisZFqkKz6eCzKAY&sKind=Flash&CELogonToken=&Mode=INFOVIEW&BusinessArea=
    In the example above, BusinessArea is a variable and is used to pass a value from the parent swf to the child swf.
    You need to exercise some care in this swf within swf approach, e.g. if you have QaaWs running in to think about when you want the queries in teh child swf to be triggered, e.g. everytime you go to the child, or only if the user has selected a new value to be passed.
    Personally, I think this type of multi-dashboard deliverable is better handled by pulling the multiple Xcelsius dashboards together  inside a portal tool, or if you are at XI 3.1, use the Dashboard Builder functionality to pull all the Xclesius together.  I hadn't thought about pulling them together using ppt, but that sounds like an option too.
    SAP's Brad Welch did a webinar in June or July 2009 showing Dashboard Builder to pull together Xcelsius, WebI, web pages, pictures, together.  Might be worth a look
    http://www.sdn.sap.com/irj/scn/events?rid=/webcontent/uuid/b04f7e1e-981c-2c10-9898-860238a6388d [original link is broken]
    I hadn't seen much about the repositioning of the Dashboard Builder tool as something to use to pull together Xcelsius and other content, but in reviewing content from the 2009 Bus Obj User Conference, I saw it mentioned in at least 4 different presenations, some from SAP folks, and feel better about developing with it more.

  • Single Master, multiple details add-rows problem

    Hi, hope to get a replay at least this time (last threads have gone unreplied :-( )
    We've built a master-multiple details table. Everything in visualization has worked OK until we've got the need to add rows to each
    detail table separately (i.e. for same master row, one could add N rows to one detail and M rows to the other).
    Keeping the standard "addRows" table buttons doesn't work because the same addRows event is fired for both the subtables, so
    adding a row in one just adds a row also to the other, until a dedlock situation is reached.
    So we tried to set a different button so we could intercept the originator table (SOURCE_PARAM) in the processForm but here we're facing
    some big problems.
    First at all, the methods and names are correct: we've tried to use the same code (cut and paste) for the table putting the inner table "outside"
    and buttons are working as expected.
    But when the detail table is put back "within" the master, what happens is that the AM method called by pFR in the Controller is executed, so
    we reach the end of the processFormRequest, but at this time something happens and we get the exception error message reported more below.
    I've read that via the VL it is not the original detail VO instance which is showed, so wonder if the error has something to do with that...
    So to summarize:
    1) all the objects exist and are ok, and the VL is defined OK; and indeed the standard AddRows management works (as said, the problem
    is that we need to differentiate two different details...)
    2) the methods are OK as they work as soon as the details are put outside the master table.
    Any suggestion ? Do we need to refer to a specific details VO instance ???
    Thanks in advance. Rgds.
    GN
    ## Detail 0 ##
    oracle.apps.fnd.framework.OAException: oracle.jbo.InvalidObjNameException: JBO-25005: Nome oggetto per il tipo Oggetto vista non valido
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:891)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1145)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.processErrors(OAPageErrorHandler.java:1408)
         at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(OAPageBean.java:2704)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1707)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:511)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:432)
         at OA.jspService(OA.jsp:33)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    oracle.apps.fnd.framework.OAException: oracle.jbo.InvalidObjNameException: JBO-25005: Nome oggetto per il tipo Oggetto vista non valido
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:891)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1145)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.processErrors(OAPageErrorHandler.java:1408)
         at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(OAPageBean.java:2704)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1707)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:511)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:432)
         at OA.jspService(OA.jsp:33)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)

    Any suggestion on this ? What I need, in other words, is to put two details table under the same master table...

  • Encore CS5.1 Blu-ray Replication Problem - Master Failed BDA Compliance Testing

    I've authored a Blu-ray in Encore 5.1
    I purchased and used BluStreak Tracer with Export BDCMF
    I sent the BDCMF to Cinram for duplication.
    From Cinram I received "Master Failed BDA Compliance Testing"
    The specific error is:
    Verifier: Sony BD-ROM Verifier for FS and AV
    Version: Version 2.04 Build 0049
    Compliance: ERRORS DETECTED
    Errors: 1
    Warnings: 0
    INPUT INFORMATION:
      Source: DISC IMAGE
      Type: BD25
      Layer 0 Logical Sector count: 9008416
      Path: Z:\01 TO_BE_BD_AACS_PROCESSED\SA_BPVZBG1001.1.A\Lovers Exile BDCMF\UD.DAT
    ERROR INFORMATION:
       Code: ES1711: Dolby Digital (AC-3) and Dolby Digital Plus audio streams
       Summary: The bsid field is not set to 1000b (8), or 110b (6). (See BD-ROM Part 3-1,
                9.9.4)
    How may I fix this problem? How do I get Enocre to set the bsid field to where the specs require it? 
    Are there any other work arounds to this particular problem as I am in a bit of spot because my client wants to distribute this fine disc we have created and Cinram will not because the Encore authoring does not appear to be conforming to the official specifications?  A fair bit of money is on the line.

    Finally made it throug to tech support and they created a case number and they will call me when they have a solution.  I'm not holding my breath.  In the meantime I've got to find a solution.
    The audio is encoded in the m2ts file so I’ve got to do the audio and video together.  I’m considering re-encoding via Encore but using H264 instead of mpeg but I’m not sure what audio encoding options are available as of yet if I go that route. 
    I’m first trying to establish the tools (mediainfo run in cli) to be able to evaluate what BSID is spit out.
    Another option I’m exploring is to re-render the m2ts files output by Encore (located in the stream dir) in Sony Vegas and see if they conform to BDA spec.  I’d then have to replace the files in the Stream dir and wash it through BluStreak tracer but I’m not confident it will compile the CMF properly doing it that way.
    A third option is to encode all the video via vegas, replace the footage in encore with the pre-encoded stuff (telling encore not to transcode it).  I'm not sure if I can do this in Encore though.
    Again, first step is to get the tools to “see” the problem.
    Any advice is appreciated!
    James

  • Different layouts with single master page

    hi all,
    I have a created an adobe form which has 2 different layout.
    The First page has some contents which need not be printed on the second page.
    the table is printed in between this two static content which does not to be printed on the next page.
    can anyone suggest how do i go about in this, Since I am new to adobe forms.
    thanks,
    Rohit

    Hello together,
    I solved this by myself:
    - All stripes were put in a wrapping subform STRIPECODE on the masterpage-area (outside content area)
    - the lines to be switched on/of have their own wrapping subforms each
    - the event STRIPECODE: layout:ready was scripted, since we need page-info here
      there are as much instances of STRIPECODE as we will have odd pages, we get the Number of the page one
      instance of STRIPECODE is on via xfa.layout.page(this);  this is the scriptes STRIPECODE-Instance
    - the subform-children of STRIPECODE , i.e. STRIPECODE.CODE1 ...STRIPECODE.CODE14 are set to visible/unvisible:
      STRIPECODE.CODE1.presence = "invisible"; NOTE: You cannot set the lines directly, only the wrapping subforms. Thats why we need them
    If this is helpfull for anyone, please try to answer my 2 outstanding questions
    Regards C

  • Divide images from single master image?

    I have many large images which contain several smaller images each. Is there a way to auto detect and crop these images into separate files? Aperture plug-in? I know it will work in Photoshop Elements, but I don't have that.
    Mike

    Thank you all for the suggestions. I got this pile of images from my father - he probably scanned them on his flat bed scanner years ago.
    Also, in the past I have been unhappy with the auto cropping tools embedded in scanners as they didn't include any rotation corrections (fine angle) - instead they would just crop more of the image.
    Finally, in exploring this issue some I have realized that I can use "preview" to select a part of an image then copy, new, paste and I have a new image. When all images are manually selected then I can import into Aperture, etc... Manual, but it appears to work fine. Not sure if I'm loosing information in the process though - ideas?
    I still am surprised that there isn't a stand along piece of software for doing this automatically...

  • Procedure to create Multi Master Replication

    Hi,
    can anybody help on this. How to do Multi Master replication from scarch . I used to do single master . this is the first time iam trying to do Multi-Master Replication . I am looking for doc, iam unable to find . Is ther anybody can tell how to do Multi-Master little in detail. I installed my Software and i loaded my company schema and the data on one server. I have another server ready to install software and load data.

    with regards to the post "RTFM"..
    in my experience the sunone/iplanet manuals are very badly written and in some cases just plain wrong..
    sure start with reading the manuals, then make sure you also read the release notes and then you can still be confused in some cases....
    the section on mmr in the manual has a number of mistakes last time i looked..
    one reason why i think community sites, and generally available "support" are such prime requisites in choosing software...
    just my 2 cents

  • Migrating the replication-master-site-database  to another hardware

    Hello folks, hello oracle
    we have got the followiong configuration:
    --> Database 8.1.7.0
    --> Advanced Replication system
    --> Single master, snapshot configuration
    --> 50 Slave-sides; offline replication once a day
    --> per slave side: 50 RO-Snaps, 4 UP-Snaps
    an the following problem:
    we need to migrate the master database from
    an IBM-AIX-host-computer to an HP-UX-host-computer.
    the question is:
    Wich steps do we have to make?
    Is there a documented way or method to do this?
    Kind regards
    Steffen

    Hello,
    thanks for your answer:
    the database names are the same.
    We made already a full database export und imported it into the target database.
    This was not succesfull, because after the import in the target database
    the table dba_registered_snapshot was not filled!
    Now: what to do?
    Kind regards.
    Steffen

Maybe you are looking for