DDL EXCLUDE ALL in GoldenGate

Looks like this is a new feature but doesn't have enough documentation. Does anyone know what it really is for?
What we want to do is not use GoldenGate for DDL replication in biderctional setup but do it manually in controlled fashion. In streams it maintains internal history of schema changes when DDL changes are applied.
Can someone suggest how to do it with GoldenGate? Please note we receive traffic on both DBs and will be a bidirectional setup.

DDL EXCLUDE ALL is a special processing option that maintains up-to-date object metadata for
GoldenGate, while blocking the replication of the DDL operations themselves. You can use
DDL EXCLUDE ALL when using a method other than GoldenGate to apply DDL to the target,
but you want GoldenGate to replicate data changes to the target objects. It provides the
current metadata to GoldenGate as objects change, thus preventing the need to stop and
start the GoldenGate processes. DDL EXCLUDE ALL does not require the use of an INCLUDE
clause.
To prevent all DDL metadata and operations from being replicated, omit the DDL
parameter entirely. The DDL trigger will continue to record the DDL operations to the
history table, unless disabled manually.
Combining DDL parameter options
The following is an example of how to combine DDL parameter options.
DDL &
INCLUDE UNMAPPED &
OPTYPE alter &
OBJTYPE ‘table’ &
OBJNAME “users.tab*” &
INCLUDE MAPPED OBJNAME “*” &
EXCLUDE MAPPED OBJNAME "temporary.tab*"
The combined filter criteria in this statement specify the following:
● INCLUDE all ALTER TABLE statements for tables that are not mapped with a TABLE or MAP
statement (UNMAPPED scope),
❍ only if those tables are owned by “users” and their names start with “tab,”
● and INCLUDE all DDL operation types for all tables that are mapped with a TABLE or MAP
statement (MAPPED scope).
● and EXCLUDE all DDL operation types for all tables that are MAPPED in scope,
❍ only if those tables are owned by “temporary.”
❍ and only if their names begin with “tab.”

Similar Messages

  • Exclude *All* Subfolders From Smart Folder Search

    I know how to make a Smart Folder search two different directories and retrieve results from each (e.g. /Applications and /Developer). I've also seen disscusions here on excluding particular subfolders, but to no avail. So here's a simpler request: is it possible to exclude all subfolders from a Smart Folder query? Suppose I have the following directory structure:
    Foo/
    A.txt
    B.txt
    Bar/
    C.txt
    D.txt
    Baz/
    E.txt
    F.txt
    G.txt
    Given a search for *.txt files, I'd like the following result:
    FooSearch.smartSearch
    A.txt
    B.txt
    G.txt
    Possible or no?

    I have a similar issue, but want to exclude results that are within Mail. 

  • Extract all DDL of all dbms_jobs

    Hi ,
    We did export and import of all the schemas , But it didnt import all the dbms_jobs.
    So we have to do it manually , Is there any simple way to extract DDL of all the Jobs.
    Regards
    Kumar

    And your Oracle version number is?
    Define "DDL of all dbms_jobs."
    Do you mean the job definitions (dba_jobs.what) or the procedural code executed by those jobs?

  • Getting DDL for all oracle objects

    I am working to get the DDL for all the oracle objects within my schema.
    Some how I got the DDL but I can't got the comments associated with the oracle tables.
    Shall I know what I am missing in using dbms_package I am currently using ..?
    Below is the sql I am using to get DDL
    SELECT dbms_metadata.get_ddl(replace(OBJECT_TYPE, ' ', '_'), OBJECT_NAME,OWNER)
    FROM DBA_OBJECTS
    WHERE OBJECT_TYPE in ('SEQUENCE',
    'PROCEDURE',
    --'DATABASE LINK',
    'PACKAGE',
    'PACKAGE BODY',
    'MATERIALIZED VIEW',
    'TABLE',
    'INDEX',
    'VIEW',
    'FUNCTION')
    AND
    OWNER = 'Schema_1';
    Can I know what needs to be changed to above sql to get comments on oracle tables along with their DDL.
    Any advise is highly appreciated.
    Thanks
    JP

    >
    I am still MISSING ';' after every sql and comments.
    >
    You only get what you ask for. If you want modifications you have to set the proper transform parameters.
    See DBMS_METADATA in the PL/SQL Packages and Types doc
    http://docs.oracle.com/cd/B28359_01/appdev.111/b28419/d_metada.htm
    See SET_TRANSFORM_PARAM and SET_REMAP_PARAM Procedures and table 74-22 that list the parameters you can use
    Here are some examples from Java code that I use depending on flags that have been set
    -- set the transforms back to the defaults
            String defaultTransform   = "BEGIN DBMS_METADATA.SET_TRANSFORM_PARAM(DBMS_METADATA.SESSION_TRANSFORM,'DEFAULT'); END;";
    -- do not include referential constraints
            String ref_constraints    = "BEGIN DBMS_METADATA.SET_TRANSFORM_PARAM(DBMS_METADATA.SESSION_TRANSFORM,'REF_CONSTRAINTS', false); END;";
    -- do not include constraints
            String constraints        = "BEGIN DBMS_METADATA.SET_TRANSFORM_PARAM(DBMS_METADATA.SESSION_TRANSFORM,'CONSTRAINTS', false); END;";
    -- do not include the schema prefix
            String noschema           = "BEGIN DBMS_METADATA.SET_TRANSFORM_PARAM(DBMS_METADATA.SESSION_TRANSFORM,'EMIT_SCHEMA', false); END;";
    -- make it look pretty
            String pretty             = "BEGIN DBMS_METADATA.SET_TRANSFORM_PARAM(DBMS_METADATA.SESSION_TRANSFORM,'PRETTY', true); END;";
    -- don't include the physical properties
            String physicalProperties = "BEGIN DBMS_METADATA.SET_TRANSFORM_PARAM(DBMS_METADATA.SESSION_TRANSFORM,'PHYSICAL_PROPERTIES', false); END;";
    -- don't include the segment attributes
            String segmentAttributes  = "BEGIN DBMS_METADATA.SET_TRANSFORM_PARAM(DBMS_METADATA.SESSION_TRANSFORM,'SEGMENT_ATTRIBUTES', false); END;";
    -- include a sql terminator for each statement
            String sqlterminator      = "BEGIN DBMS_METADATA.SET_TRANSFORM_PARAM(DBMS_METADATA.SESSION_TRANSFORM,'SQLTERMINATOR', true); END;";The last one is what you are looking for.

  • Time  Machine excludes all of my files

    When I try to back up my Time Machine to an external drive, TM excludes all of the file son my computer and does not back up.  I have used an extrenal drive for 6 years without any issues and this problem started last week.
    Any ideas what to do?
    Thanks,
    Mark

    I don't have any idea what's causing this, but it's not a good idea to trust just one backup method.
    Most commonly used backup methods

  • [svn:bz-trunk] 21393: Excluding all tests for bug 184631 as required webservice is no longer available and no bug information exists .

    Revision: 21393
    Revision: 21393
    Author:   [email protected]
    Date:     2011-06-16 08:03:16 -0700 (Thu, 16 Jun 2011)
    Log Message:
    Excluding all tests for bug 184631 as required webservice is no longer available and no bug information exists.
    Modified Paths:
        blazeds/trunk/qa/features/excludes.properties

    It has solved itself today. After making a -Syu today and installing a newer kernel then reinstalling catalyst-dkms from AUR it is working again!! )))) Marking as solved.
    Kernel: 3.9.5-1-ARCH
    Catalyst-dkms: 13.1-2 (instead of newest 13.4-1)
    Last edited by szebenyib (2013-06-14 12:02:42)

  • Excluding all non-printable characters using regexp_replace

    Hi All,
    I need help in excluding all non-printable charcters using regexp_replace but i was not able to exclude One special character as shown below.
    select regexp_replace('¥Tachyon-QX\_4 !? H*'' $(~!#$%^&*()?@#), BA' , '[^[:alnum:] \!\@\#\$\%\^\&\*\(\)\_\+\=\:\""\<\>\?\[\]\;\''\,\.\/\\\`\~\?\¥\] [:cntrl:]')
    from dual;
    REGEXP_REPLACE('%TACHYON-QX\_4!?H*''$(~!#$
    %Tachyon-QX\_4 !? H*' $(~!#$%^&*()?@#), BABut problem is having with special character which i am not able to print it here...having char value - 13 and ascii value - 19. I want this value to be excluded as this nonprintable charcater.
    Also i need to exclude newlines and print the output in a single line...
    Could any one help me in these two requirement..
    1. Exclude all non printable characters(Including special character having char value - 13 and ascii value - 19)
    2. Exclude all newline characters..
    Thanks,
    Yasser

    How about this?
    SQL>select regexp_replace('Tachyon-QX\_4 !? H*'' $(~!#$%^&*()?@#), BA
      2  some junk on line 2
      3  xyz line 3' , '[^[:print:]]') printable
      4  from dual;
    PRINTABLE
    Tachyon-QX\_4 !? H*' $(~!#$%^&*()?@#), BAsome junk on line 2xyz line 3

  • Exclude all languages except English

    Hello,
    does anyone know how to exclude all languages in portal except English? English should be the only language available in the portal no matter which lanugage is set up in the browser.
    Or is there any possibility to change all users (like "mass administration") in user administration from no assigned language to English? We've got about 500 users and I don't want to change each user separately.
    Thanks a lot for answers.
    Best Regards
    Joachim

    Hi,
    We had the same scenario and for resolving we did this:
    Please go through the following link hope this might help you:
    [BP Language problem|BP Language problem]
    Cheers-
    Pramod

  • How do I exclude all information concerning diasable sockets from the reports.

    I am using the Batch model and my station is configured with 25 test sockets. For some testing I will only be using 6-10 of these sockets (and these won't always be contiguous). Is there a simple way to have the generated
    batch report exclude all information about the disabled sockets.
    Mike Eaton

    Mike,
    To modify the report, you can add BatchReport model callback to your sequence. If you are not familiar with callbacks, you can learn more about it in Chapter 10 of the TestStand Reference Manual (Start»Programs»National Instruments»TestStand x.x»Online Help»Manuals).
    One tricky thing about the TestReport is that by default, it's not empty. Therefore, in order to modify the current behavior, you need to copy and paste the steps and local variables from the process model. The individual reports are added to the final report in step Get Batch Report UUT Item. You would need to do some programming there to exclude the report.
    Regards,
    Song Du
    Systems Software
    National Instruments R&D

  • Search Results Query Text - Get all data, Exclude all list data except one

    Hi Experts,
    I have a situation wherein in the global search of our internal site, we have to display all results & restrict any list item except one list. Earlier we had restricted /Lists/ & People to be displayed in the results.
    But in the new search results I have to display results from only one list along with other results (documents, sites, pages etc).
    Below is the original query text entered in the Search Results Query Text editor
    {searchboxquery} -contentclass:STS_List_Links  
    -filename:allitems.aspx  -Path:/articles/Pages/default.aspx
    -filename:DispForm.aspx  -Path:/Lists/ -Path:person.aspx
    I have tried various different queries with AND, OR operator. I have researched other blogs, sites over google. But unsuccessful. I am sure this is not a rare requirement. Need your expert help.
    I have tried this query also...
    {searchboxquery} (-filename:allitems.aspx -Path:/articles/Pages/ -Path:/Lists/ -Path:/PublishingImages/) OR
    (+(+Path: /Lists/ArticleContent/ AND +filename:*.aspx) AND
    -(-Path: */Lists/* OR -filename:*.aspx))
    Vighnesh Bendre
    MCTS
    http://markviky.blogspot.com

    Vighnesh,
    You should have success using the following:
    {searchboxquery} -contentclass:STS_List_Links -filename:allitems.aspx  -Path:/articles/Pages/default.aspx -Path:person.aspx ((-filename:DispForm.aspx  -Path:/Lists/) OR Path:/Lists/ArticleContent/)
    Two things from your original query were excluding list items from your results, your exclusion of file
    DispForm.aspx and path Lists.  By using "OR" in the above query, we're creating an exception to also allow items under
    Lists/ArticleContent to be included in the results.

  • Extract DDL for all objects separately !

    Hi All
    I have a huge DB having 3000 tables (having indexes,triggers,synonym), 1200 functions/procedures, 1000 views etc.
    I need to extract only metadata and put into a version control repository.
    I need to extract all objects (tables,procs,functions,views) in separate files, with the grants for each procs/func/table/view in the respective procs/func/table/view file only.
    Indexes should be in respective table file only. Each object (procs/func/table/view etc) should have DROP command in the beginning.
    I tried sql developer, but it gives separate files for grants,indexes,triggers,drops etc and also gives option to generate one script for all tables, one for all views, one for all indexes and so on, so doesn't satisfy my requirement.
    Please suggest me a good tool (preferably FREE one) to extract the metadata in said fashion.
    Thanks.

    AnkitV wrote:
    Hi All
    I have a huge DB having 3000 tables (having indexes,triggers,synonym), 1200 functions/procedures, 1000 views etc.
    I need to extract only metadata and put into a version control repository.
    I need to extract all objects (tables,procs,functions,views) in separate files, with the grants for each procs/func/table/view in the respective procs/func/table/view file only.
    Indexes should be in respective table file only. Each object (procs/func/table/view etc) should have DROP command in the beginning.The hard part is the requirement of separating the items into different files.
    sb2075's answers are your best option. Write a PL/SQL script on the server to use DBMS_METADATA.GET_DDL or whatevever equivalent extraction routine will work for you. Loop through the objects you need from the data dictionary and writing the data using UTL_FILE. The simplified logic should look something like
    foreach table
      get the ddl
      generate filename
      open file
      write ddl
      close file>
    I tried sql developer, but it gives separate files for grants,indexes,triggers,drops etc and also gives option to generate one script for all tables, one for all views, one for all indexes and so on, so doesn't satisfy my requirement.You don't want to manually use SQL*Developer to do 3000 extractions anyways. The script should do it all for you.

  • DM 2.0 - No DDL at all after removing Table Constraints

    Hi,
    I'm using SQL Datamodeler 2.0 build 584
    When trying to generate DDL from my relational model (when physical model opened) nothing is generated.
    (after clicking Ok in window DDL Generation Options window DDL File Editor stays empty)
    If I close the physical model and try again, now the DDL is generated.
    This is all occuring after I had to make a couple of datamodel changes including the removal of two Table Constraints.
    Previously I could generate without a problem.
    Looking at the table constraints (after seeing the log-file) I see that the Table constraints are removed m the relational model but not from the physical model.
    When attempting to remove these table constraints from the physical model (delete in right-click menu) nothing happens.
    Anyone who knows what is going on?
    Enrico
    Logfile:
    2011-02-11 15:10:09,344 [AWT-EventQueue-0] ERROR DDLViewer - DDLViewer
    java.lang.NullPointerException
         at oracle.dbtools.crest.exports.ddl.oracle.v10g.SSBTableOraclev10g.appendTableLevelCheckConstraints(Unknown Source)
         at oracle.dbtools.crest.exports.ddl.oracle.v10g.SSBTableOraclev10g.doAppend(Unknown Source)
         at oracle.dbtools.crest.exports.ddl.SQLStatementBuilder.appendTo(Unknown Source)
         at oracle.dbtools.crest.exports.ddl.SQLStatementBuilder.appendTo(Unknown Source)
         at oracle.dbtools.crest.exports.ddl.SQLStatementBuilder.appendTo(Unknown Source)
         at oracle.dbtools.crest.exports.ddl.SQLStatementBuilder.appendTo(Unknown Source)
         at oracle.dbtools.crest.exports.ddl.SQLStatementBuilder.appendTo(Unknown Source)
         at oracle.dbtools.crest.exports.ddl.SQLStatementBuilder.appendTo(Unknown Source)
         at oracle.dbtools.crest.exports.ddl.DDLGenerator.appendDDLFor(Unknown Source)
         at oracle.dbtools.crest.swingui.ddl.DDLViewer.ddlPreview(Unknown Source)
         at oracle.dbtools.crest.swingui.ApplicationView.setDDLViewerVisible(Unknown Source)
         at oracle.dbtools.crest.swingui.diagram.relational.TableDiagramCell$4.actionPerformed(Unknown Source)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:357)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1225)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1266)
         at java.awt.Component.processMouseEvent(Component.java:6134)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
         at java.awt.Component.processEvent(Component.java:5899)
         at java.awt.Container.processEvent(Container.java:2023)
         at java.awt.Component.dispatchEventImpl(Component.java:4501)
         at java.awt.Container.dispatchEventImpl(Container.java:2081)
         at java.awt.Component.dispatchEvent(Component.java:4331)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4301)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3965)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3895)
         at java.awt.Container.dispatchEventImpl(Container.java:2067)
         at java.awt.Window.dispatchEventImpl(Window.java:2458)
         at java.awt.Component.dispatchEvent(Component.java:4331)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

    then you have to remove it manually from XML file in physical model:
    1) check the ID of table with removed check constraint (in relational model - table dialog, Summary page)
    2) find related file in physical model - <ID in step1>.xml - it should be located in path like this one - rel\1\phys\D9582E4E-2ED963CB9D32\Table\
    there is another file in path like this "rel\1\table" - this is for relational model
    3) find table constraint section in XML file
    it should look like this:
    <storage_object type="TableCheckConstraint" id="B868DAE9-1859-A695-7969-A819F29F568C">
                   <name>TABLE_2_CK</name>
                   <comment></comment>
                   <notes></notes>
                   <alter type="created">
                        <user></user>
                        <timestamp>2011-02-11 18:37:27</timestamp>
                   </alter>
                   <alter type="changed">
                        <user></user>
                        <timestamp>2011-02-11 18:37:27</timestamp>
                   </alter>
                   <properties>
                        <parameter name="object.property.auto.ConstraintID" value="77C506AB-6665-3E79-66D2-6E152BDB1E9B" />
                        <parameter name="object.property.auto.ConstraintName" value="TABLE_2_CK" />
                        <parameter name="object.property.auto.Deferrable" value="NO" />
                        <parameter name="object.property.auto.Enable" value="YES" />
                        <parameter name="object.property.auto.ExceptionsTable" value="NO_OBJECT" />
                        <parameter name="object.property.auto.GeneratedInRDBMS" value="false" />
                        <parameter name="object.property.auto.Initially" value="IMMEDIATE" />
                        <parameter name="object.property.auto.LongName" value="TABLE_2_CK" />
                        <parameter name="object.property.auto.MarkedGenerate" value="true" />
                        <parameter name="object.property.auto.Name" value="TABLE_2_CK" />
                        <parameter name="object.property.auto.NameHasQuotes" value="false" />
                        <parameter name="object.property.auto.RawObject" value="false" />
                        <parameter name="object.property.auto.Table" value="5FEBE67C-6B01-174B-EF13-276A47FE019C" />
                        <parameter name="object.property.auto.Validate" value="YES" />
                        <parameter name="design.owner" value="test_table_constr" />
                        <parameter name="object.existsinrepository" value="true" />
                   </properties>
              </storage_object>
    4) remove definition, save the file
    5) repeat with other involved tables
    Philip

  • Exclude all characteristic values

    In 0SD_C03 infocube, i have io 0SOLD_TO (customer) and 0MATERIAL, wich is the material buyed by customer.
    In BEx, i want make a query excluding customers that have bought a fixed material. The problem is usually customers buy many diferents materials, and when i filter by the material i want, the system only filter the information about this material, but not the customer himself.
    Some idea?
    Thanks in advance,
    Ángel.

    Thanks for your help.
    Well, i have the 0SD_C03 standard infocube with bill item level and others not important modifications.
    The important characteristics are 0Material and 0Sold_to (0Customer) and key figure net value. You have a register in the ic for each bill item, so you don´t have phisyc aggregation at 0Material level. This means i have a register in the ic for 0Material M0001 and other for M0002, because they come from diferents bill items.
    In the query, i only need the customers, but i need the 0Material as filter characteristic.
    Thanks in advance,
    Ángel.

  • Automatically exclude all folders with a specific  name?

    I am using Apple's Logic audio program (but this could apply to anything):
    Every Logic project creates a folder named Freeze Files which is usually very large
    and not necessary (for me) to back up. So I'd like to tell TM to hide every instance of any folder named "Freeze Files", rather than hiding each one individually.
    Possible?
    Thanks.

    atom wrote:
    I am using Apple's Logic audio program (but this could apply to anything):
    Every Logic project creates a folder named Freeze Files which is usually very large
    and not necessary (for me) to back up. So I'd like to tell TM to hide every instance of any folder named "Freeze Files", rather than hiding each one individually.
    Possible?
    there is certainly nothing built in that's even remotely capable of this. it might be possible to script something but it could be pretty tricky. unless you are fairly familiar with shell and/or apple scripting you should probably forget it. Also, it's not clear exactly what you want. do you want this to be a one time operation or do you want it to automatically apply to all future "Freeze Files" folders?
    Thanks.

  • GoldenGate - Oracle to MSSQL - handling DDL replication abends on replicat

    Sorry for the cross-post. I clearly failed to actually read the "there's a GoldenGate forum" sticky...
    Hello -
    Very much a GoldenGate noob here, so please excuse me if I fumble on the terms / explanations - still learning.
    We've recently been lucky enough to have a GoldenGate pump put into our campus environment to support our data warehouse. We don't manage the pump or source systems - just the target.
    Pump: GoldenGate 11.1.1.1
    Source: Oracle 11g
    Target: MSSQL 2008R2
    ~5,000 tables of hugely varying sizes
    The extract is apparently configured to push DDL changes, which is clearly not going to work with a MSSQL 2008 R2 target. We're getting abend messages on the replicat and I'd like to know if we can bypass them on the replicat or need to ask that the extract process be modified to exclude DDL operations.
    The replicat error logs show exception:
    OGG-00453: DDL Replication is not supported for this database
    On the replicat I've tried including:
    DDL EXCLUDE ALL
    DDLERROR DEFAULT DISCARD (or DDLERROR DEFAULT IGNORE - neither let the process continue)
    The replicat just abends with the same OGG-00453 exception.
    My question: Can I gracefully handle these abends on the replicat? Or do I need to request the extract be updated with "DDL EXCLUDE ALL." Ideally, we can handle this on the replicat - I'm trying to be considerate of the main GoldenGate admin's time and also avoid any disruption of the extract.
    Any direction / info / ideas much appreciated.
    Thank you,
    Eric

    924681 wrote:
    Sorry for the cross-post. I clearly failed to actually read the "there's a GoldenGate forum" sticky...
    Hello -
    Very much a GoldenGate noob here, so please excuse me if I fumble on the terms / explanations - still learning.
    We've recently been lucky enough to have a GoldenGate pump put into our campus environment to support our data warehouse. We don't manage the pump or source systems - just the target.
    Pump: GoldenGate 11.1.1.1
    Source: Oracle 11g
    Target: MSSQL 2008R2
    ~5,000 tables of hugely varying sizes
    The extract is apparently configured to push DDL changes, which is clearly not going to work with a MSSQL 2008 R2 target. We're getting abend messages on the replicat and I'd like to know if we can bypass them on the replicat or need to ask that the extract process be modified to exclude DDL operations.
    The replicat error logs show exception:
    OGG-00453: DDL Replication is not supported for this database
    On the replicat I've tried including:
    DDL EXCLUDE ALL
    DDLERROR DEFAULT DISCARD (or DDLERROR DEFAULT IGNORE - neither let the process continue)
    The replicat just abends with the same OGG-00453 exception.
    My question: Can I gracefully handle these abends on the replicat? Or do I need to request the extract be updated with "DDL EXCLUDE ALL." Ideally, we can handle this on the replicat - I'm trying to be considerate of the main GoldenGate admin's time and also avoid any disruption of the extract.
    Any direction / info / ideas much appreciated.
    Thank you,
    EricI find strange that DDLERROR DEFAULT IGNORE does not work, are you sure you placed it properly? did you restarted the replicats after doing the change?
    Why dont you try specifying the error like:
    DDLERROR <error> IGNORE

Maybe you are looking for

  • Migrating JRC to CRJ with a SERVLET

    Hi everyone, I have transfered the JRC to CRJ without success. Problem 18:17:03,769 INFO  [[/report-viewer]] ViewerServlet: Displaying report C:\WINDOWS\TEMP\11-report-viewer\tmp\report-5834- 111002-1248711423753 for client with id 5834 offline false

  • How to Export/Import a batch job

    Hi there, I am wondering if there is/are transaction that can export/import a background job(s). Because, one of our production background jobs got deleted somehow and we have same job that sits in QA system, so we want to export that background jobs

  • I am unable to call in facetime but i can call form skype

    i am using ipad mini in which i am unale to call in facetime and can't message but i can use safari brower and skype is there any problem with my ipad or is it some software problem

  • Module pool Prob

    hi to all, I want to make one screen in which title has to come bold and also the font size has to increase. Is it possible in Module pool programming. If yes then plz suggest me the solution. thanks Dharmishta

  • Dreamweaver CC files window over all other apps.

    I have a 2 screen setup with a custom palette layout which is part of my long standing workflow, and I am working on a Mac. On my right screen i tend to have the "files" window (why is this a window and not a palette?) fairly big and centred as this