Additional logging for a new table existing replication flow

Jin

The configuration is a replication of schema of one-way between databases flow and relief. the configuration is oracle 10.2 on the solaris operating system.

for this configuration, I'll have to add a few tables in the near future.

My query is, how can I make sure the additional logging for new tables.

Your comments and ideas on what would be useful


Thank you
Isaac

If additional logging is not enabled at the database level, you must change the table to enable additional logging at the level of the table.

alter table  add supplemental log data (all) columns;
alter table  add supplemental log data (PRIMARY KEY) columns;
etc...

Tags: Database

Similar Questions

  • How to tie two additional monitors for the new laptop Alienware 15 for the purpose of the game.

    So Im wondering how I'd go on the attachment of two additional monitors for the new laptop Alienware 15 for the purpose of the game. I hope no lag between the monitors. Is chaining possible? If it is still possible that would have my monitors need connections?

    Yes.

    Yes.

    N °

    N °

    If that's enough?

  • Setting or drop the synonym of synonym for the new table access

    Hello

    Using oracle 11.2.0.3 and we have the suite requirement.

    New, we build a summary table to replace an older.

    Currently reports access a synonymn which in turn accesses the table of old_summary.

    Once built, we would like to change the synonym to point to the new table, ideally with no interruption of service.

    The only thing that could potentially access these synonyms when change is synonymous with points table select stattements.

    Pu questions.

    (1) can you change table points synonym of without deletion and recreation?


    (2) what happens if have a sysnonym of race and drop of select statement to re-create.  It runs until the end sysnonym fact existed early in the race?

    Thank you

    1)  Can you change table synonym points to without dropping and recreating?
    

    He has not ALTER statement for synonyms. As I said the other answering machine use CREATE or REPLACE.

    2)  What happens if have a select statment running and drop sysnonym the recreate.  Does it run to completion fact sysnonym existed at start of running?
    

    All object references are resolved BEFORE the implementation phase. Once a statement begins executing, it is immaterial that the same is a synonym.

  • configuration of additional logging for GGS

    1. What is the difference in the types of additional logging table Oracle 11 g R2: "GROUP of USERS LOG" vs 'All LOGGING COLUMN'... when the two types are defined by ALWAYS = ALWAYS by the DBA_LOG_GROUPS table.

    OBJECTIVE: validate properly the attributes of logging table for Golden Gate configuration

    2. What is the correct difference between:
    ALTER DATABASE ADD LOG ADDITIONAL DATA;
    vs
    ALTER DATABASE ADD EXTRA LOG (ALL) DATA COLUMS

    3. to replicate all the lines for all the DML to another schema, which is correct command "type extra log table:

    a. ALTER TABLE [table_name] COLUMNS add ADDITIONAL data (ALL)

    -or-

    b. ALTER TABLE [table_name] ADD SUPPLEMENTAL LOG GROUP table_set (id, name, date, desc)

    Use ggsci "Add trandata" instead of "Edit table" to activate the additional record. The actual SQL can be attributed if you want to know what it is, but it could change between versions. (You can ggsci orders of piping by ggsci command script.)

    Regarding the different registration levels in Oracle, between versions, etc., which does not appear in the GG docs, but can be (should be, in any case) in the database documentation.

  • new table in the replicated configuration

    Hello
    Im having two data warehouses A and b. set data store is replicated in the scheme of bidirectional replication.
    My question is what are the steps to take if I'm adding a new table for this configuration.
    After you add the new table in the two data stores, replication does not occur for the new table.
    I do surgery twice on one of the map after you create one new table to the other?

    Concerning
    Pratheej

    Hi Pratheej,

    Please confirm my understanding that you use inherited replication (REPLICATION to CREATE rather than CREATE the COUPLE of INTELLIGENCE ASSETS). For the level inherited from data store replication, when you create a new table in a replicated datastroe it is created as "EXCLUDED" (i.e. as if it had existed at the time where you created the schema for replication but you had explicitly EXCLUDED. " So to get this painting in replication ' ALTER TREPLICATION... INCLUDE... ".

    If you add more than one table, you can do everything in a 'hit' so in steps 5 and 7, you'd all the tables the same double so that only once is necessary regardless of the number of tables added.

    If you use ACTIVE replication of the PAIR of EVE, then you could do much more easily using the DDL replication.

    Chris

  • new table

    Hi all

    below, I pasted the Info for the new table that I create.
    He needs 2 columns, one for string values ' no and 'Y '.
    second column for the description.
    What are the top names could be considered?
    Please give your suggestions

     National Highway System 
    
         N = No, not on National Highway System
         Y = Yes, on National Highway System

    You can use below the names standard and easy to understand for everyone.

    SITUATION, DESCRIPTION

    If you follow any prefix naming covered with the column name.

    I hope this helps.

  • I need to update the screenshots for a new version of an app existing Itune application to download a new version. Since I did not create the original version, can you guide me how to create a new version with the new version number?

    I need to update the screenshots for a new version of an existing iTunes Connect App asks me to download a new version. Since I did not create the original version, can you guide me how to create a new version with the new version number?

    You must call the assistance of the company and ask them to help you with this. You can find contact information by logging on http://digitalpublishing.acrobat.com/ and looking at the Middle at the bottom of the page.

    Neil

  • Disable LOGGING for partition table based on the automatic INTERVAL

    Hello

    I created a database table of paritioned range interval with NOLOGGING as the default attribute for the table as well as the tablespace definition.

    When ORACLE automatically creates a new partition for this table, it activates the LOGGING for this automatic partition even if the table definition says anything else.

    How can I go about changing this behavior? Is it still possible?

    FYI my platform is 11 GR 1 (11.1.0.7) material on SUN SOLARIS 10 SPARC.

    Any help will be appreciated.

    Right, so refer to a new feature of Oracle 11 g partitioning called 'partitioning interval. "

    +"+
    + The interval partitioning: A new strategy of partitioning in Oracle Database 11g, +.
    + Interval partitioning extends the functionality of the method range to define equipartitioned +.
    + ranges using a definition of the interval. Rather than specify individual +.
    + going to explicitly, Oracle will create any partition automatically as needed.
    + every time the data of a partition are inserted for the first time. Interval +.
    + a lot of partitioning improves maneuverability of a partitioned table. For +.
    example, + a partitioned table interval could be set so that Oracle creates a +.
    + new partition for each month in a calendar year; a partition is then automatically +.
    + created for "September 2007" as soon as the first record in this month is inserted.
    + in the database. +
    + The techniques available for a partitioned table interval are interval, interval-+.
    + List, range-Hash, and interval range. +
    +"+

    In order to disable interval partitioning on the transactions table, use:
    
    ALTER TABLE transactions SET INTERVAL ();
    

    http://download.Oracle.com/docs/CD/B28359_01/server.111/b32024/part_admin.htm

    Disable partitioning interval on this table, create a procedure to run every day we'll say, to create a new partition and chop the old partition of the appropriate table. I presume that the automatic partitioning interval creates the partition with the logging by default option without checking the parameters in the table. I have seen no information on this in the Oracle documentation.

    Hope that helps.

    Ogan

  • Time Capsule - My current Time Capsule 1 TB (Version 7.6.7) is complete and is overwhelming back more old ups. How can I migrate back existing ups for a new time Capsule (2 TB or 3 TB). El Capitan 10.11.6 OSX

    Time Capsule migration - My current Time Capsule 1 TB (Version 7.6.7) is complete and is overwhelming back more old ups. How can I migrate back existing ups of my current for a new time Capsule time capsule (2 TB or 3 TB)? El Capitan 10.11.6 OSX

    You just set up the new TC and plug the old TC... copy the sparsebundle existing old TC to the new... but we do not recommend to do this.

    It's much better to start a new backup TM on the new TC and keep the old one for several months until you have a fair story and if you need never old file the chances you decreases considerably with time.

    The instructions are here if you really want to do.

    How do I move Time Machine backups to another - Support Apple Time Capsule airport

    Instructions better although updated here.

    Q18 http://pondini.org/TM/FAQ.html

  • Look for patterns in a string and insert it into a new table

    I need to write a query that finds a number of location of employees that has been changed from old to new

    EMPLOYEE_DESC

    Description of the ID

    1 employee location was change from 877-287-8765 to 876-876-0976

    2 location of employee was passing of 877-287-8766 at 876-879-0976

    slot 3 is passed under NONE FOUND TO577-75-5951

    Once I get the identifier for the old and the new, I need to insert into the new table

    INSERT INTO TABLE_B

    (OLD_LOC_ID, NEW_LOC_ID)

    VALUES (OLD_LOC_ID, NEW_LOC_ID);

    TABLE_B

    ID OLD_LOC_ID NEW_LOC_ID

    1 287-877-8765 876-876-0976

    2 287-877-8766 879-876-0976

    3. NONE FOUND 577-75-5951

    The problem is that there is no fixed model for these records. I guess I have to insert the records that correspond to a fixed patten and snoop then through other manually. Is there a REGULAR expression feature that can help me grep values old and new location for the employee_desc number?

    Thank you

    Kevin

    Hello

    Kevin_K wrote:

    ...  The problem is that there is no fixed model for these records. I guess I have to insert the records that correspond to a fixed patten and snoop then through other manually. Is there a REGULAR expression feature that can help me grep values old and new location for the employee_desc number?

    Thank you

    Kevin

    Yes, you can do something like this:

    REGEXP_SUBSTR (description

    , ' ((NONE FOUND) |) (\d+-\d+-\d+)) * To * \d+-\d+-\d+'

    1

    1

    'i' - case-insensitive

    )

    It looks like for

    1. a "phone number" or the words "NOTHING FOUND", followed immediately by
    2. 0 or more spaces followed immediately by
    3. the word "TO", followed immediately
    4. 0 or more spaces followed immediately by
    5. a "phone number".

    where a "phone number" is defined as

    1. 1 or more digits, followed immediately
    2. a hyphen, immediately followed by
    3. 1 or more digits, followed immediately
    4. a hyphen, immediately followed by
    5. 1 or more digits
    6. You can also get the parts before and after 'TO' separately.
  • Unable to create the new project for the new society without existing systems

    I'm unable to create a new project for a new society.   There is no existing systems, and I can't go beyond the selection screen.  I first put in place a new collector, registration of the database and start collections?  Or y at - there a step I'm missing?

    I found my problem.  I've been using Firefox.  This works fine in IE.  Problem solved.

  • vCenter log files entries for the new virtual machine or distributed groups of ports

    All,

    I can't find the entries for the new virtual machine or distributed groups of ports in the vpxd.log file.

    Any suggestions?

    Thank you

    This kind of info are in the DB vCenter.

    Not in the logfile (used for debugging purposes).

  • Anyone know if the Adobe Pro 11 program allows you to remove and rebonding of new tables in the existing PDF documents?

    Anyone know if the Adobe Pro 11 program allows allows you to remove and re - paste new tables in the existing PDF documents?

    Hi span Structures.

    Acrobat Pro XI allows to edit/insert text and images, but it is not intended to do some heavy lifting in this Department. And, there is really no way to modify the tables in Acrobat, because they are generally made of individual vector lines that you cannot fill.

    If you have many changes to make, or want to add/remove a table, you better make these modifications in the source application and by recreating the PDF file.

    Best,

    Sara

  • New table from existing data source

    Hi all

    M using Essbase Studio to generate the cube (Hyperion 11.1.2)... I imported a few tables in a data source. Later it is possible to import a new table in the data source?


    Kind regards
    Lolita

    Yes is was possible in all versions to add a table/view to a data source, just right click on the data source and select incremental update. 11.1.2 you can also remove or update the sources of existing data with new and changed columns.

  • steps to create the new table using existing metadata

    Hi all


    That's what I want to achieve,

    I want to create a procedure that will take an input parameter as a table name lets say 'EMP ',.
    This procedure checks if this table exists or not?
    If they don't exist
    It will create a new table with the name _dummy join the existing table name (ex: new table will be EMP_DUMMY).
    and new table should have the same structure of the table, indexes, and constraints on the EMP table.


    NB: It should not be created using select as create table EMP_DUMMY select * from EMP where = condition false;



    Can someone help me please how to achieve this?

    Please, don't post duplicate discussions.

    Check your thread previous stored procedure to create a new table with the existing table structure to further discussions

Maybe you are looking for

  • Problem creating an event in Final cut Pro

    Hello I am running Final Cut Pro 10.2.3. I created a new library, but when I imported my videos, then in a folder called "smart Collections". This folder has never appeared before. When I tried to create a new event, the clips remained in smart Colle

  • What is the latest version of Firefox for my laptop from August 2011?

    I'm running Windows 8 (xp) and you plan to switch to Firefox. I would like to know what is the latest version of Firefox for my laptop?

  • Best backup

    Dear Sir, now a specific question on the data backup: I use syncback and back-up for another internal hard driveso far no probs. now that is it when a stormy wheather arrives and sends a flashlight in your home: how to protect against it.is - that so

  • Re: upgrade Satellite Pro S200 memory

    Hello. I am wanting to upgrade memory and put a 1 bd g in. But how do you find where it is, how to replace. Or should I just consider a shop and ask them to do?I know the specs it's a ddr2 and the top of the Tower ok to upgrade up to 2g. My other lap

  • run the vi

    Need help please I got this error when executing other vi. See error and attached code Thank you in advance