Replication ... Oracle Standard / Enterprise

I am trying to replication a schema from one server to another. (Both running Oracle 8i Standard). I was told that I need Oracle Enterprise to do it? Is it true? What is a good article to read to start me off the process. I don't need anything fancy. Just a fullreplication from one server to another.

MultiMaster replication is only available in the Enterprise Edition.
Oracle8(O8i) i Standard Edition(SE) supports updatable materialized views(snapshots) in 2 ways:
1) O8i SE can be an updatable materialized view site
2) O8i SE can be a single-node master site for other updatable materialized view sites.
Now for some terms:
Replication is the process of copying and maintaining database objects in multiple databases that make up a distributed database system.
In Oracle Advanced Replication, changes applied at one site are captured and stored locally before being forwarded and applied at each of the remote locations.
In multimaster replication, replicated objects are grouped into one or more replication groups. The changes made to tables are captured into locally into a queue. A background job picks up the changes from the queue, propagating and applying each change to each remote master site participating in the replication group. Each master site has a complete copy of all of the replicated objects in the group. The changes can be pushed to each of the remote sites continuously, automatically at a particular time or particular interval, or performed "on demand". All of the masters participate equally in the replication group: Changes made at any site are sent to all other participating sites.
Materialized view replication(aka snapshot replication), on the other hand, is a periodic bulk transfer(refresh) of the replicated table. The refresh can be either a complete refresh, where all of the rows from the master site are pulled down to the materialized view site, or an incremental refresh, where only the most current version of the rows that have changed since the last refresh of the particular materialized view are retrieved. A materialized view can be a complete copy of table or a subset of the table. Materialized views are frequently used in situations where the replicated site is intermittently connected to the master site. Materialized views can also be updatable. Changes made to replicated tables at a materialized view site are propagated and applied to the master site before a refresh or resynchronization with the master site.
For further information, check out the overview of replication in the Oracle8i Replication manual online

Similar Messages

  • Need information related to oracle 10g standard / enterprise edition (diff)

    Hi,
    I had developed my application using oracle 10g enterprise edition and now i wanna to shift the entire thing to oracle 10g standard edition.
    i Ha ve query on thiis point.
    1) Is it safe to do so.
    2) what are the difference between both the edition.
    3) what are the restriction i can face if i am moving form 10g enterprise to 10g standard.
    4) what are the steps i have to do to do the same.
    5) risk,efficency,restriction and all the major difference.
    If you can suggest me something, then it will be very helpful for me.
    Thanks,
    Anit
    Edited by: Anit A. on Sep 5, 2008 12:24 AM

    Hi Anit,
    Is it safe to do so.ALWAYS check with your CSR for licensing deals, things change constantlt.
    what are the difference between both the edition.EE has all the goodies! Here is my list of differences in SE and EE: http://www.dba-oracle.com/art_so_oracle_standard_enterprise_edition.htm
    what are the restriction i can face if i am moving form 10g enterprise to 10g standard.No replication, no Data Guard, no stored outlines, no MV's . . . .
    what are the steps i have to do to do the same.Just install SE, point your $ORACLE_HOME to it and bounce
    Hope this answers your question . . .
    Donald K. Burleson
    Oracle Press author
    Author of "Oracle Tuning: The Definitive Reference":
    http://www.dba-oracle.com/bp/s_oracle_tuning_book.htm

  • Oracle 9i Enterprise - Oracle 9i Standard로 바꿀때 문제점은요??

    안녕하세요!
    현재 Server에 설치되어 있는 Oracle Version이 9i Enterprise Edition인데...여차저차해서 9i Standard Edition으로 바꿔야할 형편입니다..
    이때 Scenario는 어떤식으로 진행이 되야하며, 작업시 주의할점등의 여러가지 문제점들을 지적해주시면 감사하겠습니다.
    여러 고수님들이 답변 소중히 배우겠습니다.
    감사합니다.

    OTN기술지원 게시판에 너무 좋은 자료가 있어서 드립니다.
    따로 말씀을 드리지 않아되 될만큼 잘 나와있네요.
    역쉬 exp/imp밖에는 없습니다.
    그런데 standard edition에서는 oracle9i에서는 transportable
    tablespace가 지원되지 않습니다. 그러므로 exp/imp에서
    transport tablespace
    를 통해서 데이터를 넘기는 것은 불가능합니다.
    No. 21849
    ENTERPRISE EDITION 데이터베이스를 STANDARD EDITION으로 변경하는 법
    ====================================================
    PURPOSE
    이 문서는 Enterprise Edition 데이터베이스를 Standard Edition 데이터베이스로
    변경하는 방법에 대하여 설명한다.
    Introduction:
    Oracle 서버는 Standard Edition과 Enterprise Edition 사이에 다양한 차이점이
    존재한다. 두 Edition간의 차이점에 대하여는 메타링크에서 <Note:1011449.7>와
    <Note:112591.1>를 참조한다.
    다양한 Option들을 사용하는 경우 이 두 Version간의 차이점 때문에, Enterprise
    Edition에서 Standard Edition으로 변경하는 것이 간단하지 않다. 사실 이러한
    문제는 Enterprise Edition이 Standard Edition에서는 사용할 수 없는 많은
    Data Dictionary object들을 포함하고 있기 때문이다. 단순히 Standard Edition
    소프트웨어를 설치하더라도 쓸모없거나 데이터베이스를 관리하면서 문제를 만들
    소지가 있는 Data Dictionary object 가 남아 있을 뿐이다.
    Standard Edition에서 Enterprise Edition으로 변경할 때는 단순히 적합한
    소프트위어를 설치하고, 새 Oralce 특색을 위한 Oracle Data Dictionary 를
    업그레이드 하기 CATALOG.SQL과 CATPROC.SQL (또는 EE Version 소프트웨어의
    Advanced Replication 같은 Option 사용을 위한 Data Dictionary 스크립트)를
    실행하면 된다.
    Actions:
    Enterprise Edition에서 Standard Edition으로 돌아가는 가장 적합한 방법은
    Export/Import 를 이용하는 것이다. SYS 스키마의 Object들은 추출되지 않기
    때문에 이것만이 Enterprise Edition에만 있는 Data Dictionary object들을
    제거하는 방법이다.
    Standard Edition 데이터베이스로 Import 후에는 MDSYS 계정과 같은 Enterprise
    Edition 기능들과 연관이 있는 스키마들을 삭제하는 것만 필요하다.
    NOTE: CAT* 스크립트들을 실행하는 것만으로도 EE 에서 SE 로 변경할 수는
    있지만, data dictionary에서 더 이상 사용할 수 없는 Object들을 볼 수 있다.
    이러한 invalid object들을 제거 하는것을 원하지 않는다면, EE 소프트웨어를
    설치하고 데이터베이스를 생성 후 data를 import 해야만 한다.
    RELATED DOCUMENTS
    Oracle8i Getting To Know manual
    Oracle8i Utilities manual
    <Note:139642.1> Converting from Enterprise Edition to Standard Edition
    <Note:1011449.7> Differences between Oracle7 Workgroup Server and Oracle7
    Enterprise Server
    <Note:112591.1> Differences Between Standard Edition and Enterprise
    Edition in 8i
    <Note:117048.1> How to Upgrade from Standard to Enterprise Edition
    글 수정:
    민천사 (민연홍)
    그리고 그거 아시죠? standard버젼에서는 partitioning이 안됩니다.
    enterprise에서 테이블파티셔닝을 했는데, standard에 imp할 때에는
    아무래도 안되겠네요.

  • Oracle 10g Enterprise Edition user license in Standard Edition

    Hi,
    If I purchase Oracle 10g Enterprise Edition license (user or processor), and somehow if I decedided to downgrade the server from Enterprise Edition to Standard Edition, is these license still valid to apply to the Standard Edition server??
    Thanks

    I'm sure Oracle would have no objection to you using a less expensive version, but you may want to run that question by your Oracle sales rep to see if there is a notification requirement.
    Whether there would be an opportunity to get some level of refund, though, would be a question for your Oracle sales rep. I would tend to doubt it but you never know.
    Justin

  • Downgrade Oracle 9i Enterprise to Standard

    Hi all.
    Is there an easy way to downgrade an installed Oracle 9i Enterprise database server to a standard edition without doing a full re-installation?
    Best Regards
    Jacques Riget

    Hi,
    i had your issue a few years ago and what I can tell you is that there are ways to upgrade but not many to downgrade. The only one I know is to do an export using exp utitlity on 9i. Maybe you could combine this with a SW version upgrade since 9i is not the latest version.
    Cheers,
    David
    OCP 9i / 10g
    http://www.oratoolkit.ch/knowledge/howto/installation/otn.php

  • Upgrading from Oracle 10G standard edition to Oracle 10G enterprise edition

    Hi
    I want to upgrade from Oracle 10G standard edition to Oracle 10G enterprise edition. Is there any script provided by oracle which I can run on existing Oracle 10G standard edition to upgrade to enterprise edition after completing the licensing formalities or do I need to install Oracle 10g Enterprise edition from scratch and then migrate my data.
    Ramanbir S

    You will not need to perform any data migration to upgrade to EE. The diffetence between standard en enerprise editions are the features offered. When you upgrade you can use the same set of files you used to install standard edition and just add the enterprise edition features you want to use in the 'Custom' section of the Universal Installer.

  • Database link between Oracle Standard Edition and Oracle Enterprise Edition

    Hi,
    I am looking at setting up a data transfer process between an Oracle 11g Enterprise Edition database and an Oracle 11g Standard Edition database. Database links would be required each way.
    I heard once that this is not permitted as connecting Standard to Enterprise via a DB Link means that the Standard Edition database would now need an Enterprise license.
    I have searched around but can't find anything to confirm this. Am I being mislead by this information? Is it permitted to
    connect Standard to Enterprise via a DB Link?
    John

    John O'Toole wrote:
    Hi,
    I am looking at setting up a data transfer process between an Oracle 11g Enterprise Edition database and an Oracle 11g Standard Edition database. Database links would be required each way.
    I heard once that this is not permitted as connecting Standard to Enterprise via a DB Link means that the Standard Edition database would now need an Enterprise license.
    ============================================================================
    Where did you hear that?
    --- On the internet
    And you believed it?
    --- Sure. They can't put anything on the internet that isn't true
    Where did you hear that?
    --- On the internet.
    ============================================================================
    I have searched around but can't find anything to confirm this. Am I being mislead by this information? Is it permitted to
    connect Standard to Enterprise via a DB Link?I would be shocked if it were not permitted due to licensing issues. When a db-1 has a link pointing to db-2, as far as db-2 is concerned db-1 is just another client .. no different than sqlplus. If you have an Enterprise Edition database, of course it will need to be properly licensed. But that doesn't mean all of its clients (including a SE database) have to be EE licensed.
    But even my reply is just something you read on the internet. Licensing questions can only be definitively answered by Oracle itself. Ultimately you will need to put your hands on an official Oracle document or a written statement from someone authorized to make such statements.
    >
    John

  • Difference between ORacle 8i Standard & Enterprise

    Hi,
    1. I am looking for a document mentions the difference between Oracle 8i Standard & Enterprise editions.
    2. Components in Standard edition? (eg. Oracle Intermedia?)
    Raj

    I found this on the Oracle site (two clicks from the home page).
    http://www.oracle.com/ip/deploy/database/oracle9i/index.html?packagingandoptions.html

  • Oracle 10g Enterprise vs Standard Edition performance

    For a database hosted on a single machine is there any performance advantage in using Oracle 10g Enterprise Edition over Standard Edition? For our application we do not require data warehousing or OLAP, just the ability to store and query a large amount of XML as CLOBs or using sturctured mapping.
    I have looked at online documentation but have not been able to find the answer. Any advice would be appreciated.

    Probably not. Unless there is some EE feature you can leverage, there probably won't be a performance difference.
    Justin

  • Can a C++ client use Oracle Standard or Oracle Enterprise version?

    Can a C++ client use Oracle Standard or Oracle Enterprise version of Coherence or is the Grid edition required? Please keep in mind that I am only interested in doing what is legal from a licensing standpoint, even if some other options are technically possible.
    Regards,
    isailhobie

    Yes, a C++ (or .NET) client can access a Coherence Grid regardless of what edition is licensed. In our parlance, this is called a "Data Client". A Data Client provides you access to data and services on the grid, for example with put/get/query, etc. A "Real Time Client" requires a Grid Edition license. Real Time Clients allow real-time synchronization with the grid; this enables continuous query caches, near cache, etc.
    For a complete description of Coherence features by edition, including discussion of the three types of clients, please see http://download.oracle.com/docs/cd/E14526_01/coh.350/e14510/appfeatures.htm#BABIGHCF
    Thanks,
    Craig

  • Oracle server license difference between Standard & Enterprise Edition

    Hello All,
    I have basic folowing question for Oracle server "Oracle 10g Release 2 (10.2.0.3)" version.
    I ahve to purchase license , which one should I purchase , standard or Enterprise edition.
    1) Is there different license required for Standard Edition & Enterprise Edition of above given Oracle version?
    2) Or same license will work on Standard & Enterprise edition ?
    If I have to use Oracle 10g Release 2 *(10.2.0.4)"* , I have to purchase new license or "Oracle 10g Release 2 (10.2.0.3)" license wil work for (10.2.0.4) ?
    I need above infromation on urgent basis....

    Many of the questions you ask are discussed in the Software Investment Guide found at http://www.oracle.com/corporate/pricing/index.html
    In general, you purchase either a Named User or a CPU license for a product. At the time of purchase, you decide whether it is a perpetual license or a term license which has an expiry date. You get a contract (which you should read) in which the limits are described - the limits may include which (or how many) machines you can install the product on.
    When you buy the license, you also buy support. The support usually provides unlimited access to Metalink to ask any questions and download any patches. A support contract (which you should read) is 1 year long and is tied to a specific license purchase contract. You can not, for example, download patches for a licensed system and use those patches on other non-licensed systems. At the end of the year, you purchase a new support contract for another year.
    The version of the product for which you can purchase a license is always the version that you can download at http://edelivery.oracle.com If you want to change the version number (for example, go to 10.2.0.4) you start by installing the downloaded version and apply a patch set (from metalink) to upgrade that installed version.

  • Diff between Oracle 9i Standard Editionand Oracle 9i Enterprise Edition

    what is the diff between Oracle 9i Standard Edition     and Oracle 9i Enterprise Edition

    Check http://www.oracle.com/database/product_editions.html
    This is about 10g but mostly should be the same as in 9i with at least two exceptions known for me RAC is not possible for 9i SE and 9i had not XE at all.
    Gints Plivna
    http://www.gplivna.eu

  • Oracle 10g enterprise versus standard

    Hi There!
    Please a question:
    I need to explain a customer why it's better to install the oracle 10g enterprise edition than the standard.
    I founded on metalink Doc ID: Note:271886.1: the different features BUT I founded that both includes the
    Oracle Enterprise Manager Console!!!! So that's contradict the fact that you can have the inteligent tunning pack or others feature.
    Is the Oracle Enterprise Manager Console the same in both versions?
    Which added value I get on installing the enterprise edition instead of the standard?
    MANY THANKS!!!!!, Marcelo.

    Zaffer Khan,
    thanks for your prompt answer but it does not really help me :(. I have no doubt about the power of EE and EM Grid Control in large enterprises, but when the customer wants to start small and grow as his business grows is hard to convince him about all the nice features of EE. That is why we are starting with SE1 and in the future the customer might upgrade if necesary.
    Right now with all the international environment (see the credit crunch) everybody is much more careful in spending their IT budgets so the licensing costs are taken very seriously in consideration. In the same time they want to fully follow the rules and to use only the software they are paying for. But unfortunately I did not find anywhere a description of the functionalities in EM DBConsole that can be used in SE & SE1.
    In the same time I do not understand why the functionalities that are not licensed are not disabled / hidden. It would make everybody's life much simpler :).
    Thanks,
    Florin

  • Oracle standard edition one and enterprise edition difference

    Can the stadard edition one support user roles and access priveleges for them, for example can I create a user called u1, create an access privelege read_only and assign u1 to read_only.
    Also, can I do database audits on the standard edition one database.
    Can also be reached at [email protected]
    Appreciate your response.
    Thanks

    Hello,
    Here is the basic difference between Standard Edition One and Enterprise Edition
    Oracle Database Standard Edition One :
    Oracle Database Standard Edition One delivers unprecedented ease of
    use, power, and performance for workgroup, department-level, and Web
    applications. Standard Edition One can only be licensed on servers with
    a maximum capacity of two processors.
    Oracle Database Enterprise Edition :
    Oracle Database Enterprise Edition provides the performance,
    availability, scalability, and security required for mission-critical
    applications such as high-volume online transaction processing (OLTP)
    applications, query-intensive data warehouses, and demanding Internet
    applications. Oracle Database Enterprise Edition contains all of the
    components of Oracle Database, and can be further enhanced with the
    purchase of the options and packs.
    https://metalink.oracle.com/metalink/plsql/f?p=130:14:3297805768795637384::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,271886.1,1,1,1,helvetica
    Check the url you will find more info.
    -Sri

  • ORACLE 8I: STANDBY DATABASE는 STANDARD와 ENTERPRISE EDITION에서 사용이 가능한가?

    제품 : ORACLE SERVER
    작성날짜 : 2004-08-31
    ORACLE 8I: STANDBY DATABASE는 STANDARD와 ENTERPRISE EDITION에서 사용이 가능한가?
    =====================================================================
    Problem Description
    원격의 Standby 데이터베이스 구성을 고려하지만, standby 사이트로
    고려하는 장비에는 Oracle8i Standard Edition이 동작을 하고 있는 반면
    primary 사이트에는 Oracle8i Enterprise Edition이 동작을 하고 있다.
    이러한 경우 다음의 질문을 하게 된다:
    Primary 사이트에서는 Oracle8i Enterprise Edition을 standby 사이트에서는
    Oracle8i Standard Edition을 사용하는 것은 가능한가?
    Oracle8i Standard Edition database가 Standby 모드로 동작을 하면서
    Oracle8i Enterprise Edition database의 log들을 유효하게 받아들일 수
    있는가?
    Solution Description:
    Basic Standby 데이터베이스 기능은 Oracle7,Release 7.3.x, Oracle8, 그리고
    Oracle8i Standard Edition에서 사용이 가능하다.
    Enterprise Edition과 Standard Edition 모두 Standby 데이터베이스 기능을
    사용하기 위하여 구성할 수 있다. 그렇지만, Non-managed Standby 환경에서
    Stabdby 데이터베이스에 적용하여 복구를 하기 위한 추가적인 작업이 필요하다.
    a) Standby 데이터베이스 상에서 수동 또는 스크립트에 의한 복구가 필요하다.
    b) 저장되어진 Redo Log들을 Standby 사이트로 옮기기 위한 방법이 필요하다.
    Explanation:
    ===========
    Standard edition에서 사용할 수 없는 Standby 데이터베이스 특징의 유일한 점은
    Log의 원격 이동 능력이다. 다시말하면, Oracle8i의 Log 원격 이동 기능은
    Enterprise Edition에만 있는 특징중의 하나이다. 이 이외의 Standby 데이터베이스
    특징들은 Oracle8i Standard Edition이나 Oracle8i Enterprise Editio 모두
    동일하다.
    자동 Log 이동은 Managed Standby 환경으로 Standby 데이터베이스를 운영하기
    위해서 필요하다.
    Reference Ducumment
    <Note:111678.1> Oracle8i: Is Standby Database Available For Standard And
    Enterprise Edition?

Maybe you are looking for

  • 7.3.1 is out, issue NOT resolved, problem STILL there

    I was not having the library (-50) problem My iTunes just doesn't show up after pressing the icon on the dock triangle is there, it bounces once and the fans of my MBP become 6000rpm in activity monitor itunes is like 100% process full loading BUT iT

  • HT5622 Do we need to make a new Apple ID for every iPhone we have?

    I seem to be getting family members conversations and also when I send a message it gets sent back to me in text message as well as go to who I sent to. Was just curious as to if we all made our own Apple ID if this would be corrected?

  • How do I sync my Microsoft outlook calender to my handled?

    Need some serious help here!  I am brand new user of a PDA (Zire 31.)  I have a microsoft outlook account through my work and I know that I can sync my calender to my handheld, however I cannot figure out how to do so.  Can anyone please point me in

  • Ipod not showing up in itunes or on computer

    after updating to itunes 9.1 my ipod will not show up anywhere on my computer. It doesn't even do anything when i plug it in. Although everytime since then a message comes up after logging into my computer about the applesync notifier had some sort o

  • HT5900 Help "Detect Display" wirelessly with Apple TV,Macbook Pro,Samsung LED

    I have Apple TV, 15" Macbook Pro 10.7.5 (Software  Mac OS X Lion 10.7.5 (11G63) and want to use Samsung Smart TV LED Series 6,  for display wirelessly. In System Preferences it has tab for "Detect Displays" but nothing happens. Is there something els