Oracle Streams Between Desktop and Server

Hi.
I have a Streams environment defined between a Suse Desktop and a Suse Server.
Characteristics:
Desktop Oracle:
- compatible = 10.2.0.1.0
- streams_pool_size = 100m
- job_queue_processes = 2
- global_names = true
Server Oracle:
- compatible = 10.2.0.3.0
- streams_pool_size = 112m
- job_queue_processes = 10
- global_names = true
After I execute all necessary steps to define Streams in this environment, I execute the following queries and the results is OK: ENABLED, CAPTURING CHANGES, etc.
select capture_name,status from dba_capture;
select capture_name,state from v$streams_capture;
select status,error_message from dba_propagation;
But now appear the problem: NOTHING is replicating. I do changes in tables of the Source DB e nothing happen in tables of Destination DB.
Please, how to discover or debug what are happening ?
Thanks

Hi.
After some time, now I have the ERROR_MESSAGE with blacks in the DBA_PROPAGATION. I have these results:
select capture_name,status from dba_capture; => CAPTURE_NAME ENABLED
select capture_name,state from v$streams_capture; => CAPTURE_NAME CAPTURING CHANGES
select status,error_message from dba_propagation; => ENABLED (null)
The DBLINK between SOURCE and DESTINATION DBs is OK.
But again, NOTHING is replicating.
Thanks.

Similar Messages

  • How to establish an Oracle connection between server1 and server2

    I am trying to establish an Oracle connection between server1 and server2 specifically, while logged into server2 launch OEM on server1. Can anyone help me out here on establishing this connections between the 2 servers. thank you inadvance

    I am assuming this is 10g.
    Same way you connect from your desktop to the server using the URL (e.g http://server1:1158/em).
    But you have to ensure that server2 can see server1. They cannot see each other, then it is not OEM problem.
    if it is not 10g, then let me know

  • Photos not streaming between iPad and iPhone

    Photos are not streaming between iPhone and iPad?

    Sorted it. I went to settings, photos and camera, turned off my photo stream and deleted photos, then turned back on my photo stream and the photos I had taken with my iPhone were on my iPad.

  • Differences between Dektop and Server - JS

    Hello All,
    Could anyone help me to have the list of differences (as an documentation) between Dektop and Server version to write JS?
    Thanks,
    Praveen

    Hi Gejaraja,
    I would suggest please go through the below link.
    https://www.adobe.com/content/dam/Adobe/en/devnet/indesign/cs55-docs/InDesignServer/ids-sc riptingguide.pdf
    thx,
    csm_phil

  • QM Desktop and Server recording

    Can I use both Desktop and Server (BiB) recording for the same phone/desk?
    I want to be able to do screen and voice recordings as well as allow real-time monitoring.
    Pretty sure the answer is yes but but having trouble getting validation.
    Thanks

    Hi Anchoudh,
    Thanks for the reply, I have read the thread before, but it isn't really help to solve the problem. I am using Server Side Recording, and I checked the codec for the calls (G.711), and also the calls recorded are not encrypted,  I can see the recordings too which means that SPAN works, right?
    So I am not sure where the problem could be.
    Thanks very much,
    Regards,
    Dong

  • I have a few collections, but not all PC's in those collections are listed in "All Desktop and Server Clients".

    I have a few collections, but not all PC's in those collections are listed in "All Desktop and Server Clients". Does anyone happen to know the reason for this? It should have at least the same number of clients as the largest collection.
    Thanks,
    James
    James A+, Network+, MCP

    Hi James,
    The All Desktops and Server collection only contains devices that show client=yes.
    Meaning the Configuration Manager client is installed on those devices.
    This WQL query will give you a collection of all devices that do not have the client installed.
    select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System where (SMS_R_System.Client is null or SMS_R_System.Client = 0) and SMS_R_System.Name != 'Unknown'
    Another handy collection is all clients that are inactive (No communication for the default 7+ days)
    select SMS_R_SYSTEM.ResourceID,SMS_R_SYSTEM.ResourceType,SMS_R_SYSTEM.Name,SMS_R_SYSTEM.SMSUniqueIdentifier,SMS_R_SYSTEM.ResourceDomainORWorkgroup,SMS_R_SYSTEM.Client from SMS_R_System inner join SMS_G_System_CH_ClientSummary on SMS_G_System_CH_ClientSummary.ResourceId = SMS_R_System.ResourceId where SMS_G_System_CH_ClientSummary.ClientActiveStatus = 0
    I normally create both and then a third collection of all devices and exclude the above two which should show you all healthy devices.
    Have a look at the ccmsetup.log file on the client if it has attempted to install the ConfigMgr client but failed.

  • Port channel between Nexus and Server is initializing

    Hi all, 
    I will need your help. 
    I have Nexus 5000, there is a POrt Channel between Nexus and Server, but one port always is in initializing.
    sh interface Ethernet101/1/27
    Ethernet101/1/27 is down (initializing)
      Hardware: 1000/10000 Ethernet, address: c8f9.f920.5b5c (bia c8f9.f920.5b5c)
      MTU 1500 bytes, BW 10000000 Kbit, DLY 10 usec
      reliability 255/255, txload 1/255, rxload 1/255
      Encapsulation ARPA
      Port mode is trunk
      auto-duplex, 10 Gb/s, media type is 10G
      Beacon is turned off
      Input flow-control is off, output flow-control is on
      Rate mode is dedicated
      Switchport monitor is off
    Any idea?
    Regards

    how many ports are you using in this port channel.
    can you paste the configuration of the channel ports and the interface.
    check the sh log if you are getting any log related to the port channeling.

  • Screen flashes between desktop and blue windows 8.1

    Just spent time with windows support but no solution yet. After logging in  laptop screen flashes between desktop and Blue screen  - Windows 8.1.  This does not happen in Safe Mode The windows support person was trying to get me to update drivers but all the install options on HP site don't work in Safe Mode.   Please help.

    Just spent time with windows support but no solution yet. After logging in  laptop screen flashes between desktop and Blue screen  - Windows 8.1.  This does not happen in Safe Mode The windows support person was trying to get me to update drivers but all the install options on HP site don't work in Safe Mode.   Please help.

  • Oracle returns redicrect when there is NAT between client and server

    I have Oracle 8i on Linux sitting behind a firewall/NAT. I have two Apache webservers that run both Tomcat and WebLogic webapps, also behind the NAT. One of them is on the same machine as the Oracle server. Those all connect just fine. I recently had to load a JBoss/Tomcat webapp (no Apache) outside the NAT which needs to talk to the Oracle server. It's using a JDBC driver, I believe calling on this class: oracle.jdbc.driver.OracleDriver. The configured URL is "jdbc:oracle:thin:@localhost:1521:qlink". Using ethereal (A GUI frontend to the packet sniffer tcpdump, which understands the TNS protocol) showed me that this is the connection request being made: "(DESCRIPTION=(CONNECT_DATA=(SID=qlink)(CID=(PROGRAM=)(HOST=__jdbc__)(USER=oracle)))
    (ADDRESS_LIST=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521))))". I notice it uses SID, where it seems everything else I've analyzed with Ethereal is using SERVICE_NAME. I was first trying to pipe the data through an SSH tunnel. This technique works with all of Oracle's tools that I have tried it with, and with TOAD. I can connect to this Oracle server with the DBA Studio and sqlplus, over an ssh tunnel. But as soon as this JBoss/Tomcat webapp tries, Oracle returns a REDIRECT message. There are two things that strike me as odd: The REDIRECT message returns the hostname of the Oracle server and a nonstandard port; and the JBoss/Tomcat webapp doesn't seem to do anything about it. I has assumed the TNSLSNR forwarded data between 1521 and the appropirate port for requested databse. The port is the same every time, so I made sure that the hostname/port returned was reachable from the client side. But like I said, the client seemed to just ignore it and hang. Getting desparate, I then tried to open up the Oracle ports on the NAT, and use ipchains to restrict what IPs could connect to it, that yielded the same results. I've seen this webapp work with Oracle running on the same machine, both configured identically. (Running Oracle behind the NAT and using SSH tunnels gives the same configuration for JBoss/Tomcat as if I was running Oracle on the same machine)

    I'm pretty uninitiated with Oracle. I don't know how to verify/disprove your guess about the shared server dispatcher, or even what it means. Should I try to pursue the observation that the JDBC client specifies a SID to connect to and everything else specifies a SERVICE_NAME, or is that of little consequence? I'm not sure how to interpret the output from 'lsnrctl serv'. Here's the chunk pertaining to the database in question:
    qlink has 3 service handler(s)
    DISPATCHER established:120 refused:0 current:120 max:254 state:ready
    D000 <machine: sark.unboundtech.com, pid: 15801>
    (ADDRESS=(PROTOCOL=tcp)(HOST=sark.unboundtech.com)(PORT=41714))
    qlink has 3 service handler(s)
    DEDICATED SERVER established:46 refused:0
    LOCAL SERVER
    DISPATCHER established:0 refused:0 current:0 max:254 state:ready
    D001 <machine: sark.unboundtech.com, pid: 15803>
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=sark.unboundtech.com)(PORT=41716))(PRESENTATION=oracle.aurora.server.SGiopServer)(SESSION=RAW))
    Presentation: oracle.aurora.server.SGiopServer
    The (ADDRESS=...) is what is returned in the redirect. I created the database with dbassist using the default setup type. I'll have a look at listener.log (the name/location of a log file is actually a question I had but forgot to ask, so thanks), I don't know how to check trace output. The webserver is able to resolve the hostname being returned, and knows how to route to it.
    Localhost is the correct entry. If you've never used SSH tunnels here's a quick rundown. You can tell most SSH clients to listen on an arbitraty port on your machine, and forward data to a remote IP/port from the other side. So from the webserver, I would say to forward localhost:1521 to localhost:1521 on the oracle server. So for sqlplus, for example, I setup tnsnames.ora to route connections to a particular SERVICE_NAME to localhost:1521, which is forwarded through my SSH connection, to localhost:1521 on the Oracle server. This lets gains me two things, all connections look like localhost, making my firewall rules simpler, and I get encryption through SSH (I know Oracle can do encrypted connections, but some clients might not support it, and I don't know how to set it up yet.) I am able to connect to the database over an SSH tunnel using sqlplus, from the webserver (since I ended up installing Oracle on it), so I know the connection is possible.
    After reading that, you might wonder if the hostname:port returned in the redirect were accessible from the web server. They weren't at first, but opening port 1521 and 41714 for sark.unboundtech.com at the NAT, and firewalling requests from IPs other than the webserver, then giving the JDBC config sark.unboundtech.com instead of localhost with an SSH tunnell yielded identical behavior. After recieving the REDIRECT, the JDBC code doesn't seem to do anything except hang, nothing is sent to the location given in the REDIRECT response.

  • Socket communication between client and server

    Hi all,
    I am doing an assignment for communication between java client and java server using sockets. This communication is in the form of XML documents. I am facing a problem in this communication.
    Actually at Server side I'm creating an XML document(Document type object) using DocumentBuilderFactory in javax.xml.parsers package and transforming this Document into a stream using StreamResult.
    My code is :
    Transformer xmlTransformer = TransformerFactory.newInstance().newTransformer();
    StreamResult xmlString = new StreamResult(currentClientHandler.getSocketOutputStream());
    DOMSource xmlDocSource = new DOMSource(xmlDocument); // xmlDocument is Document type reference
    xmlTransformer.transform(xmlDocSource, xmlString);
    so, this xmlString(i.e. StreamResult) is passed directly into the output stream. Here I need to close() output stream after transform() call to help SAX parser to know about end of stream.
    Now at Client side, I am parsing this stream using SAX parser. It parses this correctly. But when sending some another data back to Server when client opens output stream, it given Socket closed exception. I know that closing input or output stream closes socket. But in my problem, I have to send data in streams and not by using files or byte[] etc.
    So what is nearest solution to problem ??
    Plz help me. Any kind of help will be greatly appreciated.

    hi
    thanks for ur reply.
    I didnt get any error msg while getting the back the datas.
    Actually i divided my application into two parts.
    My application will act as both server and client.
    server ll get the browser request and send to the client and the client will send that data to the c++ server.
    Im able to do that.and unable to get the data from server.
    Didnt get any error.
    can u tell me how to make an application to act as both client and server.
    I think im wrong in that part.
    thanks a lot

  • Oracle weirdness between Linux and Windows........Any ideas??

    Hi,
    I'm connecting to the same database which is on a linux server.....
    This is the weirdness I'm getting...
    ---Connecting via SQLDeveloper in Linux (ubuntu), I'm running the following:
    desc message_instance_attr
    Name                           Null     Type                                                                                                                                                                                         
    INSTANCE_NO                    NOT NULL NUMBER(10)                                                                                                                                                                                   
    A_NAME                              NOT NULL VARCHAR2(32 CHAR)                                                                                                                                                                            
    A_VALUE                            VARCHAR2(1024 CHAR)                                                                                                                                                                          
    OWNER                              NOT NULL VARCHAR2(3 CHAR)                                                                                                                                                                             
    LAST_UPDATED_DATE       DATE                                                                                                                                                                                         
    UPDATE_COUNT                NOT NULL NUMBER(8)                                                                                                                                                                                    
    6 rows selected----Connecting via SQL plus to the same database in Windows:
    SQL> desc message_instance_attr
    Name                                      Null?    Type
    INSTANCE_NO                               NOT NULL NUMBER(10)
    A_NAME                                        NOT NULL VARCHAR2(128)
    A_VALUE                                      VARCHAR2(4000)
    OWNER                                        NOT NULL VARCHAR2(12)
    LAST_UPDATED_DATE                 DATE
    UPDATE_COUNT                          NOT NULL NUMBER(8).
    Why is the Datatype limit different between the two even thoughI'm connected to the same database? for example why is A_VALUE on Linux VarChar2 (1024) and in Windows VarChar2 (4000)
    Thanks!

    Check this link -
    http://download.oracle.com/docs/cd/B10501_01/server.920/a90842/ch13.htm
    DESC is not standard SQL. It is SQL*Plus specific.
    Many tools may allow desc commands to describe the table structure - but not sure whether they act the same way.
    Why don't you use DESC from SQL*Plus from both windows & linux and let us know the output?
    Regards.
    Satyaki De.

  • Communication between client and server

    I am using sockets for communication between the client and the server. is there any other way that i can use for communication between the client and server???

    Plenty of ways: JMS, SOAP, RMI, a RESTful API, writing-files-to-a-shared-directory-on-the-disk, Sneakernet, ...
    Some of them use sockets (or better TCP/IP) as the underlying protocol.
    But to give you a good answer, you would have to tell us why you want a different way. I hope you're not searching for a different way just for the sake of being different.

  • Firefox Sync doesn't sync bookmarks between smartphone and tablet.Works fine between desktop and mobiles.

    I have a desktop,smartphone and tablet.They all have the latest FX35.They are all signed in and connected to Sync.Sync is the latest version and it works with email and password, instead of pins.On all devices, Sync is configured to sync all items(bookmarks,tabs etc).
    When I enabled Sync on smartphone and tablet, they got my desktop's bookmarks without a problem.They appear in a folder named desktop bookmarks.All the changes reflect properly between smartphone-desktop and tablet-desktop, but, the bookmarks do not sync between smartphone-tablet.
    When I open a tab on the smartphone, after a while it appear on tablet's Synced Tabs page.Vice verse is true also.So at least some syncing exists between smartphone-tablet.
    Is it possible to create a bookmark on smartphone and have it appear on the tablet and vice verse,just like the synced tabs work ? I tried deleting the sync account and creating a new one, but I still don't see my smartphone's bookmarks on the tablet.
    It would be even better if there was an option to choose which device can override another device's bookmarks.I don't really need desktop bookmarks on smartphone, but I'm too scared to delete them.I'm afraid it will also delete them from desktop... ?
    Thanks.

    HI GeorgePeterson:
    So "new" aka "Firefox Accounts based sync" syncs desktop<->tablet and desktop<->phone but not phone<->tablet. Hmmm I actually have tested this S5<->Nexus 5<->desktop (Mac) and it worked.
    soooo the big question :-)
    # What desktop OS version (e.g. Mac OS X 10.10, 10.8, Windows (Windows 7, 8), Ubutuntu crafty codger ), what tablet and OS version(e.g. Nexus 7 2013, Android 5 Lollipop), what phone (e.g. Samsung Galaxy S5 Android 4.4.2)
    I will re-test too!
    Cheers!
    ...Roland

  • Calendar and Address will not sync between Desktop and Centro after removing CompanionL​ink Pro

    I did the 14-day trial of CompanionLink Pro software for syncing my ACT! 2010 with my Palm Centro.  When the 14-day trial ended, my Palm Address and Calendar applications ceased syncing between the Palm Desktop and Palm Centro.  I spent 1-1/2 weeks in chat sessions with both CompanionLink tech support and Palm tech support without any success to resolve the problem.  Has anyone experienced this problem, and, if so, how did you resolve it?
    I use the following:
    Palm Desktop by Access ver. 6.2.2
    Windows 7, 64-bit
    Palm HotSync Manager ver. 7.0.2
    Palm Centro
    I have installed and uninstalled both CompanionLink Pro - 14-day trial and the Palm Desktop over a dozen times each.  Also, when I first install the Palm Desktop, the HotSync Manager shows the Palm apps for Calendar, Address, ToDo List, and Memo.  However, when I reboot my computer, those same apps no longer show on the HotSync Manager.
    Thanks for any suggestions you might have for me to try to fix this problem.

    When you uninstalled Palm Desktop did anyone suggest a "clean uninstall" where you pull out the registry keys? Also when you restart your computer what shows under the hotsync manager (If you can list everything that would be very helpful)?

  • Running HSRP between N5k 's and vPC between N2k and server

    Dear All,
    I have the following existing setup, i would like to run HSRP between N5k1 and N5k2. Also would lilke to run vPC between N2k1,N2k2 to the server farm which are dual homed. Please find the diagram attached.
    Please advise the step by step process along with the commands to be entered. Thanks for your help

    Hi,
    If you don't have many vlans, there is no need to load balance.  Make one of the 5ks the primary for HSRP and the other one stand-by.
    here is good link on how to configure it.  Make sure to run HSRP version 2. This way you can mach the HSRP group IDs with your vlan IDs. Also give a higher priority to the active 5k and enable preemption.
    http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus5500/sw/unicast/7_x/cisco_n5500_layer3_ucast_cfg_rel_6x/l3_hsrp.html
    HTH

Maybe you are looking for

  • How to get line in Line chart to go to edge / border of graph

    Post Author: brutschm CA Forum: Charts and Graphs How to get line in Line chart to go to edge / border of graph? I've seen this before but can't remember how to do it now. I'm using Crystal Reports XI Thanks, Brandon

  • Server returned HTTP response code: 403 for URL

    Hi, We completed configuration for integration between Sourcing 9.0 and SAP ERP.  I'm trying to publish a Master Agreement into ERP but I'm getting below error message. We already verified URL and roles in CLM_USR account in PI, and everything looks

  • ITunes update on HP computer.

    I am trying to update iTunes on my HP computer.  The message reads: the program can't start because MSVCR80.dll is missing from your computer. What is the solution please?  I have tried restarting the computer and reloading iTunes.

  • How does Time Statment Web Dynpro calls an Adobe Form of R3?

    Hi forum     I want to know how works the Web Dynpro of Time Statement. The cause of my dude is that this dynpro shows an Adobe Form that is into R3, not in NWDS and Adobe. I want to calls some Adobe Forms since a Web Dynpro for Java. Some body knows

  • HT1600 airplay

    how do i get my airplay to work