Stream setup issue

I'm trying to set up Streams between to identical Db's (but with different names). These databases are situtated on different servers. Now, I'm setting up Streams via Enterprise manager but ever time the job runs, I'm getting this error message.
Any idea?
SQL*Plus: Release 11.2.0.2.0 Production on Wed Sep 12 09:51:35 2012
Copyright (c) 1982, 2010, Oracle. All rights reserved.
SQL> SQL> SQL> Executing ..
SQL> connect STREAM/******
SQL> Connected.
SQL> SQL> Executing ..
SQL> DROP DATABASE LINK IFSPROD
SQL>
Database link dropped.
SQL> 1* DROP DATABASE LINK IFSPROD
SQL> SQL> Executing ..
SQL> CREATE DATABASE LINK IFSPROD connect to STREAM identified by ****** using '(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=*****)(PORT=1521)))(CONNECT_DATA=(SID=PROD)(server=DEDICATED)))'
SQL>
Database link created.
SQL> Executing ..
SQL> COMMIT
SQL>
Commit complete.
SQL> Executing ..
SQL> connect STREAM/******@'(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=******)(PORT=1521)))(CONNECT_DATA=(SID=SPROD)(server=DEDICATED)))'
SQL> Connected.
SQL> SQL> Executing ..
SQL> DROP DATABASE LINK TEST1
SQL>
Database link dropped.
SQL> SQL> Executing ..
SQL> CREATE DATABASE LINK TEST1 connect to STREAM identified by ****** using '(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=******)(PORT=1521)))(CONNECT_DATA=(SID=TEST1)(server=DEDICATED)))'
SQL>
Database link created.
SQL> Executing ..
SQL> COMMIT
SQL>
Commit complete.
SQL> Executing ..
SQL> connect STREAM/******
SQL> Connected.
SQL> SQL> Executing ..
SQL> WHENEVER SQLERROR EXIT SQL.SQLCODE
SQL> SQL> 1* COMMIT
SQL> Executing ..
SQL> BEGIN
SQL> DBMS_STREAMS_ADM.MAINTAIN_GLOBAL(
SQL> source_directory_object      =>     'DATA_PUMP_DIR',
SQL> destination_directory_object     =>     'DATA_PUMP_DIR',
SQL> source_database           =>     'TEST1',
SQL> destination_database          =>     'PROD',
SQL> perform_actions           => TRUE,
SQL> script_name                         =>     'streams_setup_2012_9_12_9_50_17_760.sql',
SQL> script_directory_object      => 'DATA_PUMP_DIR',
SQL> dump_file_name               => 'streams_setup_2012_9_12_9_49_45_62.dmp',
SQL> capture_queue_user               =>     'STREAM',
SQL> apply_queue_user          => 'STREAM',
SQL> log_file                    =>     'streams_setup_2012_9_12_9_49_45_62.log',
SQL> bi_directional                    =>     false,
SQL> include_ddl               => true)
SQL> END
SQL> /
SQL> 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 ==========================================
Fnd_Session_Util_API.Set_Fnd_User_
==========================================
Foundation User is set to STREAM.
BEGIN
ERROR at line 1:
ORA-29283: invalid file operation
ORA-06512: at "SYS.UTL_FILE", line 41
ORA-06512: at "SYS.UTL_FILE", line 512
ORA-29283: invalid file operation
ORA-06512: at "SYS.DBMS_STREAMS_MT", line 398
ORA-06512: at "SYS.DBMS_STREAMS_MT", line 7443
ORA-06512: at "SYS.DBMS_STREAMS_MT", line 7584
ORA-06512: at "SYS.DBMS_STREAMS_ADM", line 2818
ORA-06512: at line 2
Disconnected from Oracle Database 11g Release 11.2.0.2.0 - 64bit Production
Error from SQLPLUS: 99

Actually, it seems I've got a bit further now.. Now I get this?
SQL*Plus: Release 11.2.0.2.0 Production on Wed Sep 12 09:59:56 2012
Copyright (c) 1982, 2010, Oracle. All rights reserved.
SQL> SQL> SQL> Executing ..
SQL> connect STREAM/******
SQL> Connected.
SQL> SQL> Executing ..
SQL> DROP DATABASE LINK IFSPROD
SQL>
Database link dropped.
SQL> 1* DROP DATABASE LINK IFSPROD
SQL> SQL> Executing ..
SQL> CREATE DATABASE LINK IFSPROD connect to STREAM identified by ****** using '(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=ifs-db.ccivalve.com)(PORT=1521)))(CONNECT_DATA=(SID=IFSPROD)(server=DEDICATED)))'
SQL>
Database link created.
SQL> Executing ..
SQL> COMMIT
SQL>
Commit complete.
SQL> Executing ..
SQL> connect STREAM/******@'(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=ifs-db.ccivalve.com)(PORT=1521)))(CONNECT_DATA=(SID=IFSPROD)(server=DEDICATED)))'
SQL> Connected.
SQL> SQL> Executing ..
SQL> DROP DATABASE LINK IFSTEST1
SQL>
Database link dropped.
SQL> SQL> Executing ..
SQL> CREATE DATABASE LINK IFSTEST1 connect to STREAM identified by ****** using '(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=IFS-DBTEST-BRNO.ccivalve.com)(PORT=1521)))(CONNECT_DATA=(SID=IFSTEST1)(server=DEDICATED)))'
SQL>
Database link created.
SQL> Executing ..
SQL> COMMIT
SQL>
Commit complete.
SQL> Executing ..
SQL> connect STREAM/******
SQL> Connected.
SQL> SQL> Executing ..
SQL> WHENEVER SQLERROR EXIT SQL.SQLCODE
SQL> SQL> 1* COMMIT
SQL> Executing ..
SQL> BEGIN
SQL> DBMS_STREAMS_ADM.MAINTAIN_GLOBAL(
SQL> source_directory_object      =>     'ORA_EM_STRM_DPUMP_10205',
SQL> destination_directory_object     =>     'ORA_EM_STRM_DPUMP_10205',
SQL> source_database           =>     'IFSTEST1',
SQL> destination_database          =>     'IFSPROD',
SQL> perform_actions           => TRUE,
SQL> script_name                         =>     'streams_setup_2012_9_12_9_59_42_543.sql',
SQL> script_directory_object      => 'ORA_EM_STRM_DPUMP_10205',
SQL> dump_file_name               => 'streams_setup_2012_9_12_9_59_42_543.dmp',
SQL> capture_queue_user               =>     'STREAM',
SQL> apply_queue_user          => 'STREAM',
SQL> log_file                    =>     'streams_setup_2012_9_12_9_59_42_543.log',
SQL> bi_directional                    =>     false,
SQL> include_ddl               => true)
SQL> END
SQL> /
SQL> 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 ==========================================
Fnd_Session_Util_API.Set_Fnd_User_
==========================================
Foundation User is set to STREAM.
BEGIN
ERROR at line 1:
ORA-23616: Failure in executing block 4 for script
153CCC6F12A24D58A676316F61600AEC with
ORA-00439: feature not enabled: Streams Capture
ORA-06512: at "SYS.DBMS_RECOVERABLE_SCRIPT", line 659
ORA-06512: at "SYS.DBMS_RECOVERABLE_SCRIPT", line 682
ORA-06512: at "SYS.DBMS_STREAMS_MT", line 7983
ORA-06512: at "SYS.DBMS_STREAMS_ADM", line 2818
ORA-06512: at line 2
Disconnected from Oracle Database 11g Release 11.2.0.2.0 - 64bit Production
Error from SQLPLUS: 64

Similar Messages

  • [Solved] Bluetooth + Jaybird Bluebuds X - Stream setup failed

    Using blueman-applet to control bluetooth devides via Bluez4, i get the following:
    Connection Failed: Stream setup failed
    I've paired the device, that was successful.
    I've added it as a trusted device.
    Also made some minor config changes here and there, for instance:
    # /etc/bluetooth/audio.conf
    Enable=Socket
    I've installed pulseaudio and ran the following:
    $ pulseaudio --start
    $ pactl load-module module-bluetooth-discover
    Still doesn't work even thoe the device can be found:
    Most guides/issues are reported under Ubuntu, and they solve it by installing pulseaudio-module-bluetooth, however this module comes default with pulseaudio in Arch from what i can tell.
    Last edited by Torxed (2014-06-14 15:59:40)

    Also for anyone finding this on google and wonders how to switch to the bluetooth?
    # nano /etc/asound.conf
    defaults.ctl.card 1
    defaults.pcm.card 1
    pcm.btheadset {
    type plug
    slave {
    pcm {
    type bluetooth
    device 44:5E:F3:A6:E7:43
    profile "auto"
    hint {
    show on
    description "BT Headset"
    ctl.btheadset {
    type bluetooth
    (Where everything except the two first lines are added in my case)
    And then we enable this sink in pulseaudio.
    $ pactl load-module module-alsa-sink device=btheadset
    Then we simply use pavucontrol and enable this output either "globally" or for a particular audio-stream.
    Using pulseaudio+alsa

  • TS3989 I have photo stream setup on iPhoto on my macbook pro and I just got 2 iPhones for my family and only one streams photos to iCloud photo stream.  Both iPhones have the same Apple ID and have Photo Stream turned on.  Shouldn't both iPhones stream ph

    I have photo stream setup on iPhoto on my MacBook Pro and on 2 new iPhones that have the same AppleID as the MacBook Pro.  However only one iPhone will stream photos to iPhoto on the MacBook Pro.  All these devices were purchased in the last 2 weeks.  What setting is wrong?

    Photostream only syncs photos over Wi-Fi, make sure you are connected to Wi-Fi to begin with.
    Photostream only syncs when the camera app is closed, ensure it is closed.
    Photostream only syncs when the battery is above 20%, try recharging the device
    Try disabling photo stream on your device (settings > iCloud), restarting your device and then re-enabling photo stream.
    If this doesn't help you may need to reset photo stream. You can do this at icloud.com by clicking on your name in the top right corner and then the advanced settings in the pop-up dialogue box that appears.
    Note: disabling photostream and re-enabling it will result in any photos that are currently in the photostream album on your device, that are older than 30 days old, not being added back.

  • Setup issue in oracle projects - classifications link(standard link) is missing in oracle projects page

    Hi Team,
    I have a setup  issue in oracle projects
    I am unable to find the classifications link in oracle projects page.
    Navigation : Go to any projects responsibility-->search for the projects-->click on project -->click on setup Tab : At the bottom of the page, we can see some standard links along with UDA's.
    Here one standard link Classifications is missing.
    Can anybody guide me what setup we need to do get the link.
    Thank you.

    Hi,
    The classifications link is not appearing in your Project's Setup page because, Classifications must have been unchecked in the Project template from which your project has been created. You can find the Project template information by clicking on the Additional Information link in the same Project -setup page. Once you check the classification flag in the concerned Project Template, all future Project creations made out of this template would have the link enabled.
    But for the current project, classification link cannot be enabled.
    Rgds,
    Shan

  • Odd speed dial setup issue

    I am getting an odd speed dial setup issue.  Here are the steps:
    1. Open speed dial setup screen
    2. Tap an open slot
    3. Search for a contact using the keyboard
    4. Click on the contact to select it
    If I do it that way, I am taken back to the speed dial setup screen, but the contact is NOT added to the slot.
    On the other hand, if in step #3, I just scroll down the list of contacts and select a contact, it works just fine.  Seems to be an issue with the search function.  Anyone else have this problem?
    Android v2.2
    System Version.2.3.15.MB810.Verizon.en.US

    The steps that you are taking correct for setting up the speed dial. I have provided a link for additional information. 
    Click here http://motorola-global-portal.custhelp.com/app/answers/detail/a_id/48578/kw/speed+dial/p/30,6720,7500,/session/L3NpZC9zNEEzbVFhaw=

  • Getting error while doing stream setup through OEM

    hi all,
    I am getting following error while doing stream setup for user stradmin (ORCL) db to stradmin_dest (orcldestination) on same windows m/c.
    java.sql.SQLException: ORA-20204: User does not exist: STRADMIN ORA-06512: at "SYSMAN.MGMT_USER", line 122 ORA-06512: at "SYSMAN.MGMT_JOBS", line 139 ORA-06512: at "SYSMAN.MGMT_JOBS", line 78 ORA-06512: at line 1
    I provided everything (host credential, usernames for new users and table capture)
    its urgent
    Help in advance

    hi,
    thanks for reply but DB user exists. It seems to be problem of WIN environment with Streams. I could solve it. But after whole setup and starting Apply and capture capture process goes for hours, not replicated at destination database. Normally how fast is replcation when done for small db like scott on table emp.
    thanks

  • How to Cancel Photo Stream Setup

    It appears that the only way to cancel Photo Stream Setup is to pull out the power cable. Not even an on-off switch available. What genius designed this brilliant piece of UI? Or am I'm the genius failing to find the obvious?
    Dave

    If you delete the photos that are on Camera Roll, your Photo Stream photos won't be modified on your PC. However, if you delete them from Photo Stream, they will be deleted from the PC.
    To keep your photos on your PC, go to Photo Stream folder on the PC (you will see it on Windows Explorer's sidebar) and copy all the photos to another folder

  • HT1595 i can't see my apple tv on my screen? i'm not sure if this is an apple tv issue or a tv setup issue? (although it appears nothing has changed on my tv setup since the last time i used it?)

    i can't see apple tv on my screen? i'm not sure if this is an apple tv issue or a tv setup issue? (although it appears nothing has changed on my tv setup since the last time i used it?)

    As far as the flashing question mark and globe icons are concerned, your computer had lost track of its startup volume and was searching through the possibilities. The globe icon indicates that it is looking for a network to start from and the question mark indicates that it is looking for an OS X volume. To fix this, if you haven't already, go to System Preferences > Startup Disk and reselect your internal HD as the startup volume.
    From what you have described, this issue does seem to have corrected itself, and the faster start up is what one would normally expect. I think that you have absolutely no reason to reinstall your system.

  • AWE Transaction Configuration Event Notification Setup issue

    AWE Transaction Configuration > Event > Notification Setup issue
    On Final Denial Event has Notifications Option set to "Requester" "Both".
    The Email URL is redirecting to the correct Approval Component mentioned under Approval Component in On Final Denial Event
    But the Worklist URL is redirecting to another Component unlike the email URL, it is sending to a different component.
    Why the same notifications via the same Event (On Final Denial) have two different URL's??

    Hi,
    The worklist/notification component is defined on several places, where the "lowest" definition applies for the action being triggered.
    1 AWE Transaction Configuration> Transaction Registry > Default Approval Component
    2 AWE Transaction Configuration > Event
    3 AWE Transaction Configuration > Event > Notification > Template Detail tab
    Be aware that the Notification section in the Transaction Configuration shows 1 row in the grid, where more than 1 row can be defined. Click on the View all to expand the grid and see all notification defined for this event.
    See if above configurations differ in menu, component, page ...
    Regards,
    Hakan

  • ICloud OS X email setup issue

    Hi need some help with an iCloud email setup issue that doesn’t seem to have been covered by other posts or the Apple help factsheets.
    Used my old mac.com Apple ID to set up an iCloud account which now shows as having my iMac as a linked device. To use iCloud Mail was prompted to create a new email address which I could do by turning on Mail in iCloud settings.
    I signed into iCloud via my iMac and having deselected default options to use iCloud for Contacts etc arrived at the account page which has the various options on the RHS and my mac.com ID info on the left.
    Ticked the Mail option on the RHS was asked to “choose an iCloud email address” underneath the box where you enter the chosen email address was a note saying “you cannot change your email address after creating it”. When I tried to  set up the new iCloud email address got a prompt saying “you cannot change your email address after creating it”.
    Help!

    You need to know Comcast's settings for incoming and outgoing server when setting up your OSX Mail app. The info should be somewhere on Comcast's help web page.
    lenn

  • Streams setup Wizard

    Using Streams setup Wizard, I tried to configure streams for replication requirements.
    And at the final stage of this wizard , I got this following error:
    " You do not have Oracle Management Server(OMS) Setup "
    Can anybody help me in resolving this error..
    Srinivas Jaltaru
    ( [email protected] )

    The OEM console can be run either in STANDALONE mode or with an Oracle Management Server(OMS).
    The streams wizard behavior varies depending upon the mode in which the OEM console is operating.
    If you have successfully connected the console in OMS mode, then I would suspect that there is a problem with the preferred credentials configuration.
    Have you looked at the Oracle9i by Example series that includes a section on Oracle Streams? The example includes directions on the configuration of the OMS required for the Streams wizard to run properly as well as a patch required for the Streams wizard. Here is a pointer to the URL for the Oracle9i By Example website.

  • My computer was rebuilt this week and I am in the process of setting up iTunes and have a weird setup issue. The music in my playlists plays but the same song doesn't play from the library. Initially, I opened ITunes while holding down Shift of control.

    My computer was rebuilt this week and I am in the process of setting up iTunes and have a weird setup issue. The music in my playlists plays but the same song doesn't play from the library. Initially, I opened ITunes while holding down Shift of control key.

    Scratch the post above - the musics that plays in the playlist also plays in the library and that is because i forgot that i imported from the cd yesterday. Basically, I see the rest of my music, but it doesnt' play and tells me it can't locate the file though the location in 'perferences' points to the correct location. Getting iTunes to play after a new computer or rebuild is a headache.

  • I am getting following error while doing stream setup

    Error - java.sql.SQLException: ORA-20411: Incorrectly specified parameter oracle_home ORA-06512: at "SYSMAN.MGMT_JOBS", line 242 ORA-06512: at "SYSMAN.MGMT_JOBS", line 78 ORA-06512: at line 1
    its urgent
    Help in advance

    I too am getting the same error using Oracle EM to set up Streams Replication. It cannot be a TNSNAMES issue because I have setup a public database link between the two databases (on separate Windows 2003 server machines) using the TNSNAMES entries and I can select data from the remote database via this link in both databases.
    Can any one assist me? Where can I find the scripts referred to above to set up Oracle Streams Replication?
    To recap: The error is
    Error - java.sql.SQLException: ORA-20411: Incorrectly specified parameter oracle_home ORA-06512: at "SYSMAN.MGMT_JOBS", line 242 ORA-06512: at "SYSMAN.MGMT_JOBS", line 78 ORA-06512: at line 1
    on Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - both databases running Windows 2003 Server SP2 on a domain of which I am the administrator.

  • Filesystem to ASM migration in streams setup

    Hi All,
    We have a Bi Directional replication setup between databases A and B.
    Database A [ 10.2.0.4 ] is already in ASM
    Database B [ 10.2.0.4 ] is in Filesystem and we migrated it to ASM now..
    Steps taken...
    1. Stopped Bi Directional replication
    2. Migrated Database B to ASM [ this includes Temp and redo log files - we dropped and recreated the INACTIVE  redo log ] All datafiles, temp and redo, archive log dest was changes to ASM disk group...
    3. Started the Bi directional streams
    4. Updates from Database A coming to B without any issues and apply process is updating the database B tables.
    5. But Database A apply process is not applying the changes made in Database B.
    All the capture, propogation and apply process are running on both sides.
    Please advise.
    Thanks & Regards,
    Rakesh
    Edited by: Oracleappsdba on Jan 14, 2011 9:28 AM

    Hi All,
    We found that the propagation is ending in error with
    ORA-00604: error occurred at recursive SQL level 4
    ORA-12154: TNS:could not resolve the connect identifier specified
    ORA-06512: at "SYS.DBMS_AQADM_SYS", line 1087
    ORA-06512: at "SYS.DBMS_AQADM_SYS", line 7639
    ORA-06512: at "SYS.DBMS_AQADM", line 631
    ORA-06512: at line 1
    This is happening only after the ASM migration. We can able to connect to the target database with the db link from the user directly without any issues. Its erroring only through propagation process.
    Please advise.
    Thanks & regards,
    Rakesh

  • RE1000 - setup issues and REDUCED range

    The "easy" setup disk made me wait for several minutes to report a failure with no explanation. I was using a Cisco E3000 router and new Cisco issued W510 laptop. Then there are no manual installation procedures to fall back on. After searchng the web I manually configured the extender from the ethernet cable. This was constantly interrupted by login requests and failures but eventually it did provision after about 25 minutes.
    After that there was a slight extension of range (20-30 feet) directly away from the router. All other locations showed a significant reduction of signal level and throughput.
    Maybe I got a bad one but mine was garbage that wasted my time. I tried factory reset and this did not help.
    Product Usage: Media Streaming to TV

    In order to get the full through put from the RE1000 you need to do certain settings. You must first identify the following wireless settings of your router:
     • Wireless Network Name (SSID)
    • Wireless Channel
    • Wireless Security Mode (WPA/WPA2 Personal or WEP)
    • Network Key or Passphrase
    Here is the link for the configuration of the RE1000…
    http://www6.nohold.net/Cisco2/ukp.aspx?vw=1&docid=206954591ff54e36884bb4636fcfd3d9_Manually_configur...
    Most importantly, remember that in order to get the best performance from an RE1000 you need to place the extender in an area where you still have at least 50% signal strength to your router when you place it in the final location where the RE1000 will be used. To configure the RE1000 you will need to login to the UI after you have put the RE1000 in the final location to verify the signal strength below is a reminder about signal bars and what they mean as a reminder
    For ALL configurations you should have between 2-3 bars of signal at the very least. If you have less we will need to move the RE1000 closer to the router. You can also check the status on the status page of the RE1000 as well. On the status page it measures both Signal Strength and Signal Quality. If either set of bars is red you must move the RE1000 closer to the Router.
    Second, if the concern still persists then to get the best result you have to optimize the wireless settings on the router as well.
    1. Connect to your router's admin interface. Usually 192.168.1.1. The default user-name is blank; default password is "admin" (without the quotes).
    2. Click on the Wireless tab and do the following changes.
    For Channel Settings of 2.4 GHz you can make Channel Width to 20 MHz only and Channel to 6, 9, 11..
    For Channel Settings of 5 GHz you can make Channel Width to 20 MHz only and Channel to 40 or 161...
    3. Click on Save settings.

Maybe you are looking for