Oracle Streams not working after database restart

Hi,
I am new at this so hope that somebody out there can give me some guidance.. I have managed to setup the streams properly on both my 10g database as per the scripts given in StreamsAdminConfig.sql and StreamsSetup.sql.. It worked beautifully on both direction.
However when i restarted DB1.. suddenly the replication become just one directional only, namely from DB1 -> DB2. I have tried to do DBMS_STREAMS_ADM.STOP_APPLY, STOP_CAPTURE, START_APPLY, START_CAPTURE many times on both DB1 and DB2 but still it works only in one direction.
Later I tried to restart both databases and not it does not work at all (both direction).. Tried restarting the apply and capture process many times too but get no success. Any idea what I could check or try to find out what when wrong. Thanks.
regards,
thamch

trying viewing the status and error messages in views
dba_apply, dba_apply_error, dba_capture and dba_propagation at both databases.

Similar Messages

  • Photo stream not working after upgrading to maverick please help?

    have upgraded to Maverick from osx lion
    sooo much trouble ......memory low
    photo stream not working
    everything slow
    any ideas?

    On your Mac disable Photo Stream in the System/iCloud preference pane
    and in iPhoto's Photo Share preference pane.
    Reboot and reenable both respectively. That should jump start Photo Stream.
    OT

  • Oracle stream not working as Logminer is down

    Hi,
    Oracle streams capture process is not capturing any updates made on table for which capture & apply process are configured.
    Capture process & apply process are running fine showing enabled as status & no error. But, No new records are captured in ‘streams_queue_table’ when I update record in table, which is configured for capturing changes.
    This setup was working till I got ‘ORA-01341: LogMiner out-of-memory’ error in alert.log file. I guess logminer is not capturing the updates from redo log.
    Current Alert log is showing following lines for logminer init process
    LOGMINER: Parameters summary for session# = 1
    LOGMINER: Number of processes = 3, Transaction Chunk Size = 1
    LOGMINER: Memory Size = 10M, Checkpoint interval = 10M
    But same log was like this before
    LOGMINER: Parameters summary for session# = 1
    LOGMINER: Number of processes = 3, Transaction Chunk Size = 1
    LOGMINER: Memory Size = 10M, Checkpoint interval = 10M
    LOGMINER: session# = 1, reader process P002 started with pid=18 OS id=5812
    LOGMINER: session# = 1, builder process P003 started with pid=36 OS id=3304
    LOGMINER: session# = 1, preparer process P004 started with pid=37 OS id=1496We can clearly see reader, builder & preparer process are not starting after I got Out of memory exception in log miner.
    To allocate more space to logminer, I tried to setup tablespace to logminer I got 2 exception which was contradicting each other error.
    SQL> exec DBMS_LOGMNR.END_LOGMNR();
    BEGIN DBMS_LOGMNR.END_LOGMNR(); END;
    *ERROR at line 1:
    ORA-01307: no LogMiner session is currently activeORA-06512: at "SYS.DBMS_LOGMNR", line 76
    ORA-06512: at line 1
    SQL> EXECUTE DBMS_LOGMNR_D.SET_TABLESPACE('logmnrts');
    BEGIN DBMS_LOGMNR_D.SET_TABLESPACE('logmnrts'); END;
    *ERROR at line 1:
    ORA-01356: active logminer sessions foundORA-06512: at "SYS.DBMS_LOGMNR_D", line 232
    ORA-06512: at line 1
    When I tried stopping logminer exception was ‘no logminer session is active’, But when I tried to setup tablespace exception was ‘active logminer sessions found’. I am not sure how to resolve this issue.
    Please let me know how to resolve this issue.
    Thanks
    siva

    The Logminer session associated with a capture process is a special kind of session which is called a "persistent session". You will not be able to stop it using DBMS_LOGMNR. This package controls only non-persistent sessions.
    To stop the persistent LogMiner session you must stop the capture process.
    However, I think your problem is more related to a lack of RAM space instead of tablespace (i. e, disk) space. Try to increase the size of the SGA allocated to LogMiner, by setting capture parameter SGASIZE. I can see you are using the default of 10M, which may be not enough for your case. Of course, you will have to increase the values of init parameters streams_pool_size, sga_target/sga_max_size accordingly, to avoid other memory problems.
    To set the SGASIZE parameter, use the PL/SQL procedure DBMS_CAPTURE_ADM.SET_PARAMETER. The example below would set it to 100Megs:
    begin
    DBMS_CAPTURE_ADM.set_parameter('<name of capture process','_SGA_SIZE','100');
    end;
    I hope this helps.
    Ilidio.

  • RFC connections do not work after system restart

    Hi PI experts!
    We're facing a problem with our PI 7.0 system. After each restart of the system, all RFC sender communication channels do not work. When testing the connection in the sending SAP system, the connection test fails. Currently we workaround the issue by manually restarting the RFC adapter after system restart.
    Does anybody has any idea how th fix that problem? <<text removed>>
    Cheers,
    Matthias
    Edited by: Matt on Apr 29, 2009 3:26 PM - don't offer points

    Mathias,
    Your problem is due to the fact that SAP is not up and running when XI restarts.
    there is a parameter in RFC adapter that you can modify in order to fix that
    Please, see the following link and let me know: /people/community.user/blog/2006/09/21/xi-rfcadapter-reconnect-issue
    best regards,
    David

  • ORACLE tags not working after 1.5.1 patch

    I have some logic in my template the looks up information from some Oracle tables. This logic worked fine in 1.5.0, however, after applying the 1.5.1 patch it does not perform the Oracle logic, but shows the Oracle code as HTML on the page. Here is the code in question: (This is not the entire code, but one HTML TD that comes before the Oracle code, and one HTML TD that comes after it)
    <TD align="center" valign="top"><A
    href="/pls/portal/PORTAL.home"><IMG src="#WORKSPACE_IMAGES#ihome.gif" alt="Home" border="0"></A></TD>
    <ORACLE>
    BEGIN htp.tableData(htf.anchor2('javascript:help_openTopic(''/insitehelp/Insite_Help.htm'', ''' || pkg_insite_general.help_link(v('APP_ID'), v('APP_PAGE_ID')) || ''')', '', '', '', '><IMG src="#WORKSPACE_IMAGES#ihelpl.gif" alt="Help" border=0'), 'center');
    END;
    </ORACLE>
    <TD align="center" valign="top"><IMG src="#WORKSPACE_IMAGES#ilogout.gif" alt="Logout" border="0"></TD>
    This is what displays on the web page:
    BEGIN htp.tableData(htf.anchor2('javascript:help_openTopic(''/insitehelp/Insite_Help.htm'', ''' || pkg_insite_general.help_link(v('APP_ID'), v('APP_PAGE_ID')) || ''')', '', '', '', '>

    Your removal of functionality in a bug fix has broken a production application for us. This does not seem like something that should have been done with a "patch"
    I have just read all that I can find on "shortcuts" and am not finding what I need.
    Here is what we are doing:
    We are using RoboHelp for our help content. We have a help icon and a help link on the header of the page. This is defined in our template. We have to have the name of the module (Page Alias) to link the page being run to the help content for that page. Since you do not have a system variable for page name or page alias, I have had to put this information into an Oracle table. I was looking that up with a function within the Oracle Tags.
    Can I create a shortcut that would create the following code pl/sql code into a PL/SQL function body:
    BEGIN
    htp.tableData(htf.anchor2('javascript:help_openTopic(''/insitehelp/Insite_Help.htm'', ''' || pkg_insite_general.help_link(v('APP_ID'), v('APP_PAGE_ID')) || ''')', '', '', '', '><IMG src="#WORKSPACE_IMAGES#ihelpl.gif" alt="Help" border=0'), 'center');
    END;
    and call this shortcut where this help icon needs to appear like:
    <TD align="center" valign="top">
    "CALLHELPWITHICON"
    </TD>
    I have done the above, but it does not work. What am I doing wrong, how can I get this to work? We have had to remove our help icons because of this patch.
    I thank you so for your research on this.

  • HT201317 Photo stream not working after Mtn. Lion update

    Did upgrade to Mtn. Lion and now photo stream is not working. it is turned on in the phone.  when trying to turn on in iphoto it says it can not enable it.  went to system pref. and checked to enable it, but it keeps turning itself off. 

    Welcome to the Apple community.
    For the avoidance of doubt have you updated to iPhoto 9.3.2.

  • Photo stream not working after ios7 update

    after updating to ios7 new photos taken with my iPhone 4S are not streaming automatically. my photo stream is activated in settings on all devices.

    hi léonie,
    yes, i know it sometimes takes awhile to sync, but the 6 photos i took last night in the club, where there was no wifi, have not shown up in my photo stream. usually, they will sync once i have returned to a wifi network.
    fortunately, i could share them in a new stream which i could then fetch on my home computers.
    however, i have taken new photos today and it has worked seamlessly. so, i consider the problem resolved even though it is still a mystery for the 6 photos i took last night.
    i generally enjoy the my photo stream service, although i am never sure where to erase photos. i have determined that once they are on all devices, you must erase the photos on all devices individually.
    i use this server frequently as i take pictures all day and edit them when i get home. it is good to have the photos on the server and not have to physically download them to the machine on which i do my sorting and editing.
    now, if only it would work with adobe lightroom, it would be perfect.
    mk

  • Oracle Streaming not working, -- PLEASE IGNORE

    Hello All
    I am trying to setup streaming between two databases:
    Source database = Oracle 10g 10.1.0.5
    Destination = Oracel 10g 10.2.
    I did following steps:
    1- User 'strmadmin' created on both databases granted GRANT_ADMIN_PRIVILEGE,
    2- Both have JOB_QUEUE_PROCESSES > 2
    3- At both databased db_link with name 'sttream' pointing to each other databased has been setup and working fine.
    4- executed on both: EXEC DBMS_STREAMS_ADM.SET_UP_QUEUE();
    5- At source db, supplemental log added on the desired table.
    6- At source db, following rule executed:
    BEGIN
    DBMS_STREAMS_ADM.ADD_TABLE_RULES(
    table_name => 'dba_st.sayeed_streaming',
    streams_type => 'capture',
    streams_name => 'capture_stream',
    queue_name =>
    'strmadmin.streams_queue',
    include_dml => true,
    include_ddl => true,
    inclusion_rule => true);
    END;
    7- At source db, following propogation rule done:
    BEGIN
    DBMS_STREAMS_ADM.ADD_TABLE_PROPAGATION_RULES(
    table_name      => 'dwhstream.sayeed_streaming',
    streams_name      => 'st4_to_dwh',
    source_queue_name      => 'strmadmin.streams_queue',
    destination_queue_name      => 'strmadmin.streams_queue@dwh',
    include_dml      => true,
    include_ddl      => true,
    source_database      => 'dba_st',
    inclusion_rule      => true);
    END;
    8- At destination db, table created with same name and attributes.
    9- instantiation SCN at source db as:
    DECLARE
    source_scn NUMBER;
    BEGIN
    source_scn := DBMS_FLASHBACK.GET_SYSTEM_CHANGE_NUMBER();
    DBMS_APPLY_ADM.SET_TABLE_INSTANTIATION_SCN@dwhstream(
    source_object_name      => 'dba_st.sayeed_streaming',
    source_database_name      => 'dba_st',
    instantiation_scn      => source_scn);
    END;
    10- At destination db:
         BEGIN
         DBMS_STREAMS_ADM.ADD_TABLE_RULES(
         table_name => 'dba_st.sayeed_streaming',
         streams_type => 'apply',
         streams_name => 'apply_stream',
         queue_name =>
         'strmadmin.streams_queue',
         include_dml => true,
         include_ddl => true,
         source_database => 'dba_st',
         inclusion_rule => true);
         END;
    11- At source db:
         BEGIN
         DBMS_CAPTURE_ADM.START_CAPTURE(
         capture_name =>
         'capture_stream');
         END;
    12- At destination DB:
    BEGIN
    DBMS_APPLY_ADM.START_APPLY(
    apply_name => 'apply_stream');
    END;
    So all this i did but when i change, insert or delet in source table, nothing comes at destination.
    Please guide me what steps i had missed or where to look errors step by step.
    Thanks in advance
    Sayeed
    Edited by: user9206270 on Mar 1, 2010 9:38 PM

    this is a duplicate post. Please change the subject to "Please ignore" Thank you.
    Your initial post was in the correct group and multiple posts is considered very bad form by most here that try to help.
    Again thank you for cleaning it up and removing this.

  • Oracle Portal not working after upgrading from 1.0.2 to 1.0.2.1

    Hi All,
    Previously I had
    9iAS : 1.0.2.0.0
    Portal: 3.0.7.6.2
    OS: Win NT
    and I upgraded to
    9iAS: 1.0.2.1.0
    Portal: 3.0.8 (using scripts)
    Now the scenario is
    I can access: Apache, Servlet(IsItWorking) and JSP samples. But now I can't access Oracle portal (ie http://host:port/pls/portal30/). Even Login Server is coming properly (ie http://host:port/pls/portal30_sso/)
    There was no errors during upgrade scripts. Also I check the portal30 schema for invalid objects. But there were no invalid objects in that schema.
    According to me, all the modules of apache are working only except mod plsql and so i can not access Portal. It gives misconfiguration error from apache. So what can be the problem??
    Any ideas in this.
    Thanks in advance.

    There was an issue reported on this upgrade having to do with multiple entries in the Apache configuration files. Check your .conf files for duplicate entries.

  • Rentals and airplay video streaming not working after 4.3 update

    I just updated my appletv and iphone to 4.3.
    Since then everytime I rent a video and try play it I get "an error has been encountered"
    I get this as well when I try stream a video from my iphone 4 to my Apple tv.
    Anyone has a solution?

    Welcome to the Apple Community.
    Have you tried restarting the Apple TV and your router.

  • My 3G connection is not working after updating to iOS 6.1. I have tried all possible solutions like resetting the network, restarting the iPad

    My 3G connection is not working after updating to iOS 6.1. I have tried all possible solutions like resetting the network , restarting iPad , ...

    The same story. No 3G after updating to 6.1.  Told my daughter temporarily not to do an update on her iPad with 6.01. We've exchanged SIMs. I inserted her SIM in my iPad - 3G appeared immediately. And my SIM in her iPad with ios 6.01 also WORKS FINE. We use the same provider - Megafon Moscow. After attempting to revert SIMs to original configuration, 3G disappeared on my iPad again. Don't know what's going on with SIM during the update to 6.1

  • PCI wireless card does not work after restart - FM2-A55M-E33

    Installed TP-LINK WN751ND wireless PCI card onto FM2-A55M-E33 motherboard. The card works fine after cold start, but does not work after restart. Windows recognises the card, but it gets code 10, cannot start.
    BIOS is updated (v.11.1), as well as drivers and Windows 7 64.
    I suspect that this might be the issue: Incorrect ASPM Transitions on the GPP Interface as found in ChipsetMotherboard_TechDocs/48671.pdf on AMD's official support site.
    Does anyone know more about this issue?

    Great! I've done that and now my card shows up. Thing is, when I try to get an IP address, it won't work. Here is the command output:
    ieee80211 phy0: wl_ops_config: change monitor mode: false (implement)
    ieee80211 phy0: wl_ops_config: change power-save mode: false (implement)
    ieee80211 phy0: wl_ops_bss_info_changed: qos enabled: false (implement)
    And then it times out and no IP is assigned. The thing is, wpa_supplicant stays alive after this time out, and I am unable to kill it (killall -9 wpa_supplicant won't kill it). At this point if I try to reboot the machine, it will stop at 'Rebooting' and won't go anywhere. If I turn off the wireless card in its switch Linux crashes. If I try to get an ip again (by running dhcpcd) the command will hang and not return to the shell anymore.
    I am unable to find any useful information in the logs.
    Got any more suggestions?
    Thanks! (And sorry to disturb so much)

  • Changed Password Not working after restart[What to do]

    Recently I've changed my password, but it's not working after restart.
    I've noticed that, input option is not taking one of the password characters which is '!'.
    I've the recovery disks, system accepts my fingerprint too.
    Any help will be highly appreciated.
    Thanks.

    Hello,
    Let me explain you what happened.
    One evening I was trying to open my ThinkPad. Usually it asks for
    fingerprint or password(I'm not sure which password, power-on/hard
    drive). But this time I failed using my finger. and I tried with
    password, but could not recall.
    Then I restart and again tried with finger, this time it worked. Now
    after login in Windows XP I removed all old fingerprints and create
    few new. When I create new, it was asking for password, or new
    password to replace. As I could not recall the pass, I've given new
    password to replace.
    Now to check I gave a restart. Fingerprint accepted for Power-on but
    also asking for password again(Now I can see it's for Hard Drive). I
    tried with new password. But it's not working. And even not taking one
    character ('!') of the password.
    Now can you tell me, if I did change password for Hard Drive in the
    last description. Or is that possible to change it from Windows XP
    environment. Else it's possible that the Hard Drive password remain as
    it was which has been set from ThinkVantage before OS boot. Let me
    know if you've any query which I've missed.
    Thanks.

  • Adobe Flash Player 11 NOT working after several attempts to download, uninstall, & reinstall

    I have problems with Adobe Flash Player 11 NOT working after several attempts to download, then uninstall, & re-install. 
    I uninstalled the previous versions of Adobe Flash Player from my computer PRIOR to attempting to install the new 11 version, so now I'm unable to view videos, etc., 
    I'm using Windows Vista 32 bit, Internet Explorer 9.0 (which I closed when I got error messages during Adobe Flash Player 11 Installation.  I've  disabled my AVG -Virus also during the installation of Flash Player 11.   
    FYI, I'm not computer savvy so the YouTube video by Adobe Tech was too complicated to follow AND I'm unable to view  (DUH!) it since I have no Flash Player program installed (doesn't make sense!) .
    Thanks for keeping it simple (KISS for me).

    I've tried uninstalling and reinstalling some 30 times now ..rebooting, you name it.
    I haven't been able to use flash since Adobe kindly shoved that latest update down my computer's throat.
    Right after getting the 'successful' installation message I restart IE9 ..go to my channel on youtube and immediately get the message:
    The Adobe Flash Player is required for video playback.
    Get the latest Flash Player
    I tried Chrome and on two or three it worked but then even after closing out of them ..Chrome slowed down to a crawl and finally informed me that Flash had stopped working.
    This has entirely wasted 3 nights of my time. It is 2:30 am and I should have had at least 2hours sleep already to rise at 6:30 but no, thanks this I'm still up and no doubt millions of other computer users are having just as much fun.. Everyone I know that allowed the updates to install ..is having the same problem ..Chrome/IE9/Firefox ...you can truly call it Adobe's Universal Cluster ...
    I live with Adobe. At work we have 6 fully Adobied LR4/CS5 & 6/InDesign workstations. I'm a photographer using nothing but Adobe products and quite frankly I feel this is the worst treatment you have ever given your customers.
    Please stop the CYA and just fix the damm thing! I realize you didn't write it Chris but surely you can get Adobe management to address this instead of just trying to get their users to try and debug it for the airheads that released it. Has anyone stopped to consider the financial damage being done due to videos not playing the ads that support the sites and no doubt stream revenue to Adobe? These guys have rolled the online experience back 5 years minimum and Adobe will probably pay the price for it. Re-issue a working version and go back to the drawing board!

  • Card slot does not work after update (14/10/2011)

    Card slot does not work after yesterday update (14/10/2011)! It works with my SD card month ago, but now it dosn't!!!
    MacBook Pro 13 OS ver. 10.6.8

    Thanks for your suggestion. I downloaded OnyX and ran the cleaning function. After restarting, I opened Help and once again the first screen appeared fine. But again most of the links did not work, though those under the "What's New" heading did work. I might add that I had previously tried a variety of suggestions posted in another thread, which included deleting from the caches folder in Home>Library several files such as com.apple.helpui and help.plist in the Preferences folder. (As noted in my previous post this evening, I also created another user but that also did not have any effect.) Any other ideas? Thanks

Maybe you are looking for

  • Displaying the properties of a List of beans

    My servlet passes me an ArrayList of a particular type of bean say class A {         int prop1;         String prop2;         //getters and setters        } Each bean-instance represents a table record. I want to display a table that has rows corresp

  • "Enable Disk Use" is not checked, but my iPod is behaving as if it is.....

    I downgraded my firmware a few days ago when I was having issues with videos and sound... well, when I put the old firmware back on, my iPod seems to be enabled for disk use, even though the option is clearly unchecked. Whenever the iPod is plugged i

  • "Startup Disk full" message

    I keep getting a message that my startup disk is full and I need to quit applications or delete files.  This happens even when only 1 app is running.  I'm using mail or firefox, nothing too complicated.  There is 4G left on my hard drive.  What do I

  • Premier Pro, After Effects will not download, all other Apps available

    Running Windows Vista, SP2, 32-bit, Mozilla Firefox latest updates. At creative.adobe.com/apps, click on Pr or Ae "download." Neither download works. The installation window for AAManager.exe pops up, ask to "Run" or cancel.  Click on "Run.  It runs,

  • Welcome Screen Is not working

    Somehow my welcome screen got disabled as well as fast user switching. But if I go into User Account in the control panel, it tells me that the file "vrlogon.dll" is disabling the welcome screen and I need to uninstall it. But I can't figure out how