OGG : DataPump not working:Bidirectional Replication-Oracle to oracle

Hi Experts,
Iam try to build a Bidirectional Replication Oracle 11gr2 DB to Oracle 11gr2 DB.
Could do replication sucessfully from A TO B but not able to do it from B TO A.
All the process are running and could not find any errors.Seems data pump is not able to send the data to destination.
B Process
===============
GGSCI (lxdbDEF) 9> info all
Program     Status      Group       Lag at Chkpt  Time Since Chkpt
MANAGER     RUNNING
EXTRACT     RUNNING     EOLTP02     00:00:00      00:00:04
EXTRACT     RUNNING     EPMP02      00:00:00      00:00:09
REPLICAT    RUNNING     ROLAP01     00:00:00      00:00:09
A Process
==================
GGSCI (lxdbABC) 5> info all
Program     Status      Group       Lag at Chkpt  Time Since Chkpt
MANAGER     RUNNING
EXTRACT     RUNNING     EOLTP01     00:00:00      00:00:08
EXTRACT     RUNNING     EPMP01      00:00:00      00:00:01
REPLICAT    RUNNING     ROLAP02     00:00:00      00:00:06
==========================================================================
Below is what i can find from the datapump report ...
Report at 2013-07-18 00:23:43 (activity since 2013-07-18 00:11:29)
Output to ./dirdat/ab:
No records extracted.
**                     Run Time Warnings                             **
Could you please help
2013-07-18 00:37:29  INFO    OGG-01021  Command received from GGSCI: REPORT.
*                   ** Run Time Statistics **                         *
Report at 2013-07-18 00:37:29 (activity since 2013-07-18 00:11:29)
Output to ./dirdat/ab:
No records extracted.
**                     Run Time Warnings                             **

Datapump parameter file
Extract EPMP02
RmtHost lxdb8058, MGRPORT 7809
RmtTrail ./dirdat/ab
Passthru
TABLE ABC.tcustmer;
TABLE ABC.tcustord;
Replicate paramater file
REPLICAT ROLAP02
SETENV (ORACLE_SID=SOURCE)
USERID acsdba@source, PASSWORD acsdba
DISCARDFILE ./dirrpt/rolap02.dsc, Append
ASSUMETARGETDEFS
MAP ABC.TCUSTMER, TARGET ABC.TCUSTMER;
MAP ABC.TCUSTORD, TARGET ABC.TCUSTORD;

Similar Messages

  • Oracle Forms Demo Not working -- Attn. Oracle Customer Service

    Hi,
    I try to see Multiselect T-List Demo in the following page.It's not working.
    http://www.oracle.com/technology/sample_code/products/forms/index9i.html
    -Murali

    Hello,
    have you read the <ORACLE_HOME>\forms90\demos\multiselect\doc\multiselect90.html doc file ?
    this is a part of the content:
    "Enabling and Using the Multi-Select capabilities of the PJCBy default the enhanced TList continues to operate just like a normal TList, in order to enable the multi-select capability you must set a custom property on the item ENABLE_LIST_MULTISELECT to the string value 'true' e.g.
    SET_CUSTOM_PROPERTY('PJC.MULTISELECT_LIST',1,'ENABLE_LIST_MULTISELECT','true');"
    Francois

  • Oracle 10gr2 locally is not working after  installing Oracle 11g

    hi ,
    Does anyone has any idea after installing oracle 11g in system, Oracle 10g locally is not working. I am getting below error.
    Forms session <2> failed during startup: no response from runtime process

    Generally this is because the software you install last updates the system environment variables with its information, thereby break products that use files with similar names. Specifically, look at PATH and ORACLE_HOME. Likely you will see that entries for your 11g installation will be displayed first. In order to use v10, you would need to change this or use script files to start executibles. For Forms runtime, be sure to properly set default.env to point to the desired PATH

  • Create Type as Object not working in linux oracle 11g

    Pleae refer to the following simple create type as object statement.
    CREATE OR REPLACE TYPE EC_VIEWABLETYPES as object ( CASE_TYPE_ID NUMBER)
    It is working in oracle 11g and windows server 2008 environment.
    But it is not working in oracle 11g with linux environment.
    I am executing this statement as dynamic sql as follows
    CREATE OR REPLACE PROCEDURE TEMP_SP
    AS
    BEGIN
    DECLARE vcType VARCHAR2(30);
    BEGIN
    SELECT OBJECT_TYPE into vcType FROM USER_OBJECTS
    WHERE OBJECT_NAME='EC_VIEWABLETYPES' AND OBJECT_TYPE='TYPE';
    EXCEPTION
    WHEN NO_DATA_FOUND THEN
    EXECUTE IMMEDIATE 'CREATE OR REPLACE TYPE EC_VIEWABLETYPES as object ( CASE_TYPE_ID NUMBER) ';
    COMMIT;
    RETURN;
    END;
    END;
    exec TEMP_SP
    please let me know what i am missing ?

    And error is:ORA-00600: internal error code, arguments: [kothc_uc_md5:lxerr], [], [], [], [], [], [], [], [], [], [], []
    ORA-06512: at "ATIPAGENT.TEMP_SP", line 10
    ORA-01403: no data found
    ORA-06512: at line 1
    ..Query:exec TEMP_SP...Previous Query:CREATE OR REPLACE PROCEDURE TEMP_SP AS BEGIN DECLARE vcType VARCHAR2(30); BEGIN
    SELECT OBJECT_TYPE into vcType FROM USER_OBJECTS
    WHERE OBJECT_NAME='EC_VIEWABLETYPES' AND OBJECT_TYPE='TYPE'; EXCEPTION WHEN NO_DATA_FOUND THEN
    EXECUTE IMMEDIATE 'CREATE OR REPLACE TYPE EC_VIEWABLETYPES as object ( CASE_TYPE_ID NUMBER) ';
    COMMIT;
    RETURN;
    END;
    END;

  • Database Upgrade Agent not working for upgrading Oracle 9i DB to Oracle 10i

    Hi All,
    Presently I have completed my Oracle 10i installation on Solaris Server but I am facing an issue during the upgrade process of Oracle 9i to 10g. Whenever I try to upgrade the 9i databases to 10g using DBUA(Database Upgrade assistant) I am facing an issue that Data base not running from oracle home or pfile not found. The exact error message says:-
    The upgrade assistant failed in bringing up the database XIPCOTS. Oracle Home /opt/apps/home/oracle9i/product/releases/92/92 obtained from file /var/opt/oracle/oratab was used to connect to the database. Either the database is not running from Oracle Home /opt/apps/home/oracle9i/product/releases/92/92 or the correct Initialisation parameter file (pfile) was not found. To start the database , Oracle needs the pfile. Provide the full path name of the init file for the database XIPCOTS.
    In reality the XIPCOTS database is running fine in Oracle 9i and we can connect it using PL/SQL developer in windows.I have also provided the path of pfile but it is still not accepting the same.
    Path of pfile I provided :- /XIP/ofaroot/XIPCOTS/pfile/initXIPCOTS.ora
    Any help or suggestions would be greately appreciated.
    Our both Oracle 9i and 10g are installed on same Solaris server where solaris version is 9
    Installation path for 9i :- /opt/apps/home/oracle9i/product/releases/92/92
    Installation path for 10g :- /opt/apps/home/oracle/product/releases/10201
    Oracle 9i version :- 9.2.0.7
    Oracle 10g version :- 10.2.01
    Thanks in advance.
    Best Regards,
    Gourav Banerjee

    Can you please mention the specific folder name under oracle home where we need to put this pfile because there are two folder dbs and ds I have allready tried putting it inside dbs its not working. And my home path is correct I hope and is set for oracle 9i directories in the .oraenv file do we need to set it for oracle 10g before the DBUA upgrade.

  • Dashboard Console not working - opesntack on Oracle Linux 6.6

    I have installed openstack using the instructions at http://www.oracle.com/technetwork/server-storage/openstack/linux/documentation/oracle-openstack-user-guide-2296176.pdf
    I have a Oracle Linux 6.6 as the controller and two nodes of Oracle VM 3.3.2 as compute nodes. I managed to get an instance up and running but not sure how to connect to those instances. When I navigate to the console tab of the instance vnc connects successfully the be screen is blank and I think its not accepting any keyboard inputs as well.
    How do I get the console to work from the dashboard (or connect via a vnc viewer)? Alternately I have used DHCP in the instance and know the private IP of the instance (192.168.1.100), how do I ssh to the instance?
    Amish.

    Hi Amish,
    I saw your comment in other thread and I'll try to answer your questions in the best way I can - but this is huge topic. Please keep in mind that I'm also newbie in this area too and I've encountered many problems getting basic OpenStack installation working, like you. Some of them are still not solved for me either. I also did not get any help here
    Networking in OpenStack is IMO difficult to understand, especially for people like me who are accustom with traditional approach. So this is how I understand it now:
    Networking can be purely software driven and in this case it is carried out by openvswitch (http://openvswitch.org - better get accustom with it if you are not yet). Simple linux bridge - utilized by Oracle VM - is not used by OpenStack. Also there can be hardware plugins which can move some of network features to hardware - but I have no experience in this area.
    There are two types of networks you can create in OpenStack: provider and tenant one:
    Provider networks (also called flat networks) are equivalent of what you set in Oracle VM Manager and in typical (old fashioned) IT world. These are networks which in OpenStack are defined by cloud administrator (You) and bound to existing physical network which are already set by network administrator. For example you have couple of ports on your servers connected to LAN switches, some of them are in access mode some are trunks of specific VLANs. Also routers and other network services are managed outside of your cloud.
    You need to define these networks in OpenStack before any user can connect their VMs to them. The most important part is that can do this from the GUI .
    On the other hand there are so called: tenant networks. These are networks which are under cloud user administration. These are like cloud private networks (if you know Ops Center or Exalogic there is similar notion there) - which are created on-demand by your users. You as cloud administrator only create some limits (quotas) regarding how many such networks can be created by user. But obviously you - as cloud administrator - also need to define mechanisms which allow such networks be created on demand. This also has to be done from command line by editing some files - before users can create tenant networks.
    The mechanism I'm talking about can be: VLAN, VxLAN, GRE.
    First one is the only one currently supported by Oracle and it is quite simple: you, in cooperation with your network administrator reserve range (or set) of traditional VLANs and configure them on network switches where your servers are connected (I mean server ports which you dedicate for tenant networks - not all because you need other network for management, etc). Then you define this set in some OpenStack files to let it manage them on its own. For example: you have got 20 VLANs from network department for exclusive use for your cloud. Nobody knows what each VLAN will be used for yet. This will be allocated by cloud users on-demand. Openstack will just allocate VLAN upon user request and will not allow other users to create their private networks on the same VLAN.
    Better approach is to use VxLAN which is tunneling mechanism. You don't need pool of VLANs in this case but you just set tunneling rules and then OpenStack creates private networks using secure tunnels over L3 network which you define first. VxLAN is standard, you can read about it and it is used by OpenStack for Solaris. Unfortunately this did not work for me and Release Notes from Oracle OpenStack for Linux says that it is not supported yet.
    There is also GRE - which is also tunneling and is similar to VxLAN - but it did not work for me either.
    Where it is all configured? Basic setup is created by packstack using CONFIG_NEUTRON_OVS_* variables. However I used packstack only for installation and then I modified configuration files on all nodes. The most important file where configuration is kept is: /etc/neutron/plugin.ini. In this files you set framework on which provider and tenant networks are build. The most important section is [OVS], for example:
    [OVS]
    enant_network_type=vlan
    enable_tunneling=false
    integration_bridge=br-int
    bridge_mappings=physnet1:br-eth3
    network_vlan_ranges=physnet1:2032:2032,physnet1:3010:3020
    This example is from compute node. It says: I have one physical network: physnet1 which is supported by virtual switch called br-eth3. You need to create this virtual switch on your own! OpenStack networking deamons (Neutron) do not create virtual switches - they only reconfigure them if needed. Physical network is just name which you can use later on if you setup provider network.
    Also, in the example you tell OpenStack that you have 11 VLANs available on physnet1 network. Similar configuration has to be done on controller node (but it is only because in simple topology your controller is also network node)
    Then I dedicated first VLAN: 2032 for provider network. This was accomplished by command issued on controller node.
    # neutron net-create --router:external=true --provider:network_type=vlan  --provider:physical_network=physnet1 --provider:segmentation_id=2032 labnet
    From that moment this network (called "labnet") should appear in the GUI and you can connect VMs to it. Users might also do this if you mark it as "shared".
    Also users should be able to create their private networks and this will allocate VLANs from 3010 to 3020 - so there can be only 10 private networks created totally in your cloud now.
    Of course this is example and you can build completely different setup. You can use different ports for provider networks and for tenants one. You do not need VLANs for provider networks and theoretically for tenant too - but you would have to have plenty of ports for this. If you manage to get VxLAN working - then please share your experience here.
    I strongly recommend reading following information sources (Oracle does  not provide this details in their documentation):
    OpenStack Docs: Current
    https://developer.rackspace.com/blog/neutron-networking-the-building-blocks-of-an-openstack-cloud/  there are more blog entries (followups) on this topic - look for them using keyword "neutron"
    https://www.rdoproject.org/forum/discussion/875/does-rdo-support-flat-network-type-/p1
    As for blank VM console:
    I've also had this problem when I used Cirros VM images. However when I imported the template I use on my Oracle VM - then console was working correctly. I think this is more connected with VM configuration then OpenStack. AFAIK you can connect to console directly using vnc client - at least you can configure Nova in that way that it allows external VNC connections.
    Regards,
    Michal

  • SharePoint 2010 Search Service is not working on replication of Servers.

    Hi, I have a problem. I have a SharePoint Farm in which there are two servers with ip's 192.168.8.60 and 192.168.8.62. Both are replicas of each other. The search service is working on 192.168.8.60 and not working on 192.168.8.62. What can be the problem?
    Also tell me how can I make the search service working on 192.168.8.62. What can be the issue?

    Hi,
    Could you provide more details about how the search service doesn’t work?
    Are the search service unable to be started in CA -> Application Management -> Manage services on server? Or did you find it not working when you did searching? If that is the case, could you provide the error about
    it?
    It would be helpful to solve this issue if you provide more details about the issue.
    Best Regards,
    Dean Wang
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Isqlplus is not working in linux (oracle linux) in graphical mode

    I have installed Oracle 9i on Oracle Enterprise Linux.sqlplus is working in text mode .But isqlplus is not running .After installation it was working fine but when i have restarted the system it stopped running..........
    Firefox can't establish a connection to the server at oraclelinux.rcc.in:7778.
    Error message
    * The site could be temporarily unavailable or too busy. Try again in a few
    moments.
    * If you are unable to load any pages, check your computer's network
    connection.
    * If your computer or network is protected by a firewall or proxy, make sure
    that Firefox is permitted to access the Web.
    Please help me
    Sanjeev Jha
    Message was edited by:
    user634063

    You have to start Http server for that :
    $ $ORACLE_HOME/Apache/Apache/bin/apachectl start

  • Mxmc-install.cmd do not work (windows 2003/oracle)

    Hi!
    I'm trying to install the IC (oracle) as per  Installation guide.
    I have just installed a Nw 7.1 CE EHP1 with Oracle and so, I have a DB on my server (sid = IM1)
    When I run the script mxmc-install.cmd, after i have put some pswd I receive som error.
    install.log begin *******
    Session altered.
    Creating database
    create user MXMC_OPER identified by remote01
    ERROR at line 1:
    ORA-00959: tablespace 'USERS' does not exist
         create trigger to MXMC_OPER
    ERROR at line 9:
    ORA-01917: user or role 'MXMC_OPER' does not exist
    Creating users
    create user MXMC_ADMIN identified by remote01
    ERROR at line 1:
    ORA-00959: tablespace 'USERS' does not exist
    grant create session,create synonym to MXMC_ADMIN
    ERROR at line 1:
    ORA-01917: user or role 'MXMC_ADMIN' does not exist
    create user MXMC_RT identified by remote01
    ERROR at line 1:
    ORA-00959: tablespace 'USERS' does not exist
    grant create session,create synonym to MXMC_RT
    ERROR at line 1:
    ORA-01917: user or role 'MXMC_RT' does not ex
    log finish *****
    Seems that tablespace USERS do not exist... this is correct but who have to create this ?
    I have leave the default prefix MXMC. Is this correct ??
    regards
    PiCo

    Hi folks,
    When we execute script mxmc-install from IDM 7.1 SP2 or SP3 on Oracle, we are facing compilation issue on the creation of the some oracle procedures :
    mxp_init_ids_lang
    Warning: Procedure created with compilation errors.
    mxp_init_ids
    Warning: Procedure created with compilation errors.
    mc_reset_ids
    Warning: Procedure created with compilation errors.
    mxp_init_all_ids
    Warning: Procedure created with compilation errors.
    mxp_Xcreate_ids
    Warning: Procedure created with compilation errors.
    mxp_create_ids
    Warning: Procedure created with compilation errors.
    So then, initial data load facing errors :
    BEGIN mxp_init_all_ids(:vStatus,:vStatusText); END;
    ERROR at line 1:
    ORA-06550: line 1, column 7:
    PLS-00905: object IP3_OPER.MXP_INIT_ALL_IDS is invalid
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    BEGIN mxp_create_ids(:IsId,:Status,:StatusText); END;
    ERROR at line 1:
    ORA-06550: line 1, column 7:
    PLS-00905: object IP3_OPER.MXP_CREATE_IDS is invalid
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    Does anyone has tips for this issue ?
    Thanks,
    Benjamin

  • Expression.datePart(String) not working for for Oracle??!?!

    Using the following line in a expression gives an exception:
    expression = expression.and(builder.get("invoice").get("date").dateName("year").equal(year));
    gives..
    EXCEPTION [TOPLINK-6047] (TopLink - 9.0.3 (Build 423)): oracle.toplink.exceptions.QueryException
    EXCEPTION DESCRIPTION: Invalid operator [operator - platform - 92] in expression.
    QUERY: ReadAllQuery(ca.gc.psc.ecs.business.InvoiceItem)
    LOCAL EXCEPTION STACK:
    EXCEPTION [TOPLINK-6047] (TopLink - 9.0.3 (Build 423)): oracle.toplink.exceptions.QueryException
    EXCEPTION DESCRIPTION: Invalid operator [operator - platform - 92] in expression.
    I am using Oracle 8i. Any idea? If datePart is not recognized by Oracle (doc states Sybase), why it is there? If so, how do I define a new ExpressionOperator, API doesn't say much on how to it.
    Thanks, Joel Gregoire

    DATE_NAME is a Sybase specific function this is why you are getting this error, in Oracle the to_char function can be used.
    SQL Example:
    TO_CHAR(b, 'YYYY')
    Expression Example:
    expression = expression.and(builder.get("invoice").get("date").getFunction("TO_CHAR", "YYYY").equal(year));

  • Exclude In Datapump Not Working

    Hi I want to Exclude Tablespace From Exporting.I have given this command below and found its not excluding the objects in that tablespaces. Please Help
    expdp sys/123 directory=exp dumpfile=file.dmp logfile=file.log full=y exclude=tablespace:"IN('TS_SEARCH_D')"

    Hi,
    I want to Exclude Tablespace From Exporting.Can you be little more clear with your requirements.Export is a way of taking backup logically.You can excludes tables,indexes,grants etc. (database objects), not the tablespace.
    Regards,
    Anand

  • "Oracle 9iAS Release 2" Link not working

    hi
    I want to download Oracle 9iAS Release 2(9.0.2.0.1), but the problem is the link is not working
    "http://www.oracle.com/technology/products/ias/9ias_index.html"
    this is link which directed to "Oracle 9i Application Server Relase 2".
    I need the 9iAS on urgent basis but ............
    please solve my problem

    I think you will have better luck on the 9iAS forum:
    Oracle Application Server - General
    Personally, I had a lot of difficulties getting the full install going on 512M (it is fine if you are running JDev and OC4J and DB) but a full 9iAS, even turning off services is tough. Given you are trying 392, I think it is even more problematic.
    Mike.

  • Oracle Application Server 10g R3 documentation link not working

    The Oracle Application Server 10g R3 documentation link is not working:
    From otn.oracle.com if you click on Documentation and then select Application Server it is supposed to take you to http://www.oracle.com/technology/documentation/appserver.html but the link is broken.
    Can someone from OTN please look into this? I really need this documentation.
    Thanks,
    [email protected]

    Issue resolved; thanks.
    Cheers, OTN

  • OTN Oracle Database Downloads Not Working

    After agrgeeing to the T&C's none of the download links work.
    See this page for example:
    http://otn.oracle.com/software/products/oracle9i/htdocs/linuxsoft.html
    Specific Download not working:
    http://download.oracle.com/otn/linux/oracle9i/9202/ship_9202_ia64_lnx_Disk1.cpio.gz
    Regards,
    Andrew

    Seems to be fine. Try this link instead: http://otn.oracle.com/software/htdocs/devlic.html?http://download-west.oracle.com/otn/linux/oracle9i/9202/ship_9202_ia64_lnx_Disk1.cpio.gz
    OTN Team

  • Web page links not working

    all links on this page do not work. http://www.oracle.com/webapps/dialogue/dlgpage.jsp

    This is not a valid URL. What is the link you are referring to, and where is it located?
    Cheers, OTN

Maybe you are looking for

  • Problems with Flash Player 11.8.800.94 in Windows 7 (32 bit) with IE 10

    I have recently upgraded my Adobe Flash Player to version 11.8.800.94 but despite going through all the online trouble shooting I cannot get this to work. I am running Windows 7 (32 bit) with Internet Explorer 10. Any assistance would be appreciated

  • Delete Multiple records in Table?

    Hi .. I need to perform delete operation in my table with multiple selection. My coding is.. for(int i=wdContext.nodeDetails2().size()-1;i>=0;i--) if(wdContext.nodeDetails2().isMultiSelected(i) || wdContext.nodeDetails2().getLeadSelection()==i) wdCon

  • OS X - Silent install of 11.5 doesn't work...

    I am trying to deploy 30+ installation of Adobe Flash 11.5 to OS X 10.6–10.8 clients. The first thing I did was download and read the Flash Player Administrative Guide for Flash Player 11.5 (via http://www.adobe.com/devnet/flashplayer/articles/flash_

  • 4gb creative zen v plus does not work in vist

    hello i just got one of these..and the cd provided does not work in vista..i read on the site that this model has nati've vista support then why doesnt it work for me? any help appreciated

  • IDSM-2 inline between multible VLAN

    Hi, I have a coreswitch 6509 which is include IDSM-2 actully the core switch handle the traffice between the usres VLANs and the server Vlan (vlan 11) The users Vlan are (Vlan 2 , 3, 4, 5, 6 and 7). I need to configure the core switch and IDSM to be