Streams Setup Through Enterprise Manager!

Dear All,
We have 2 stand alone database servers at 2 different gepraphyical locations.
Both servers are linux based and database is 11gR1.
I want to setup a bi-directional replication among these servers. Replication has to be online. Record inserted/updated or deeleted in one database must immediately reflect in the other one.
I want to know the pre-configuration steps be4 running the wizard to replicate databases?
Secondly I want to perform tablespace level bi-directional replication, but my tablespace name on both databases is different. They need to be the same? Though data and data structures are the same.
Kindly help.
Regards, Imran

Misterimran,
Streams is a documented tool.
You are kindly requested to read the documentation and try to see how far you get.
Also Streams works on database, schema and table level, not on tablespace level.
Kindly do not ask volunteers to abstract the documentation.
If you don't have time to read the documentation maybe you should ask for extra staff.
Sybrand Bakker
Senior Oracle DBA

Similar Messages

  • How to connect 10g database through Enterprise manager???

    Hi All,
    I want to connect the database through Enterprise manager.
    My database is on 10g. Version is 10.1
    Please tell me the procedure to connect the database through E.M.
    Thanks and Regards,
    Prathamesh.

    Are you thinking of the Enterprise Manager supplied with Oracle9i? If yes - it doesn't work quite that way ... and the 9i java OEM is not compatible.
    Use the enterprise manager supplied with the 10g database, called the dbconsole (look for a service or start it using 'emctl start dbconsole') and access it using http://{localhost}:5500/em
    If that doesn't satisfy you, load the updated version of the OEM 9i java standalone from the 10g client disk.

  • Cannot send email using PL/SQL through Enterprise Manager 10g

    Hi
    I need to schedule a job that sends email periodically. I am using the scheduler in Oracle Enterprise Manager 10g for this. For sending the email, I am creating a PL/SQL job. The code is as follows:
    PROCEDURE send_test_message
    IS
    mailhost := 'iwblrcormsg001.sci.local';
    sender := '[email protected]';
    recipient := '[email protected]';
    mail_conn utl_smtp.connection;
    BEGIN
    mail_conn := utl_smtp.open_connection(mailhost, 25);
    utl_smtp.helo(mail_conn, mailhost);
    utl_smtp.mail(mail_conn, sender);
    utl_smtp.rcpt(mail_conn, recipient);
    utl_smtp.open_data(mail_conn);
    utl_smtp.write_data(mail_conn, 'This is a test message.' || chr(13));
    utl_smtp.write_data(mail_conn, 'This is line 2.' || chr(13));
    utl_smtp.close_data(mail_conn);
    utl_smtp.quit(mail_conn);
    END;
    I have setup the smtp server and received a test email from the EM notifying me of successful configuration. When the above job is run, the scheduler shows status as successful. If I go to the command step, it displays the following output:
    Output Log
    SQL*Plus: Release 10.1.0.2.0 - Production on Thu Feb 19 19:04:29 2009
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    SQL> SQL> SQL> SQL> Connected.
    SQL> SQL> 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 Disconnected from Personal Oracle Database 10g Release 10.1.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Now, the only issue is that I do not receive any email at the address specified! I would be very grateful if someone could point out the error here.

    I would use APEX4.0 for this.
    Create an interactive report based on your data. Add a chart to that report and use the NOTIFY feature to send you the email.

  • Apply CPU /PSU patches through Enterprise Manager Grid Control.

    How to apply PSU patches from 10.2.0.5 GRID Grid Control to my test/development/qa environment.
    Are there any step by step documents availible. Did any one applied these patches using Oracle Enterprise Manager Grid control.

    Please read
    Oracle® Enterprise Manager Administrator's Guide for Software and Server Provisioning and Patching
    10g Release 5 (10.2.0.5.0)
    3 Infrastructure Requirements
    http://download.oracle.com/docs/cd/B16240_01/doc/em.102/e14500/infrastructure_setup.htm#BABEIFBC
    For the correct setup to do you patching.
    Regards
    Rob
    http://oemgc.wordpress.com

  • Not able to remove streams connfiguration using Enterprise manager.

    I logged in to enterprise manager as "strmadmin"
    maintenance -> streams -> management then in related links clicked "remove streams configuration"
    entered host credential and submitted the job.
    But it failed with below error.
    ERROR
    Error - java.sql.SQLException: ORA-20204: User does not exist: STRMADMIN ORA-06512: at "SYSMAN.MGMT_USER", line 122 ORA-06512: at "SYSMAN.MGMT_JOBS", line 142 ORA-06512: at "SYSMAN.MGMT_JOBS", line 78 ORA-06512: at line 1
    please help.

    There are answered thread on the same problem that may help... Server is probably trying to communicate to something that's not there... It won't say what it's trying to do, so you'll have to wait for a timeout to occur then hopefully server will log an error message that will give you the clue...
    SOA Suite 11g server soa_server1 stops at <STARTING> state
    SOA managed server startup problem
    Cheers,
    Vlad

  • 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

  • Removing an XML Schema through Enterprise Manager

    Hi all,
    I have created an XML schema using the Enterprise Manager. But the problem is that I can't remove it. When I use the menu option to remove the XML Schema, I get the following error:
    VBO-8051: XML Schema cannot be dropped.
    ORA-31000:Resource [User].[SchemaName] is not an XDB document
    ORA-06512: at "XDB.DBMS_XMLSCHEMA_INT", line 0
    ORA-06512: at "XDB.DBMS_XMLSCHEMA", line 80
    ORA-06512: at line 1
    If anyone has any thoughts they would be greatly appreciated.
    Thank you,
    Mike

    What was the URL used to register the schema. Is this the same URL that was passed to delete schema. You can check the list of registered schemas with the following query
    SQL> desc user_xml_schemas
    Name Null? Type
    SCHEMA_URL VARCHAR2(700)
    LOCAL VARCHAR2(3)
    SCHEMA SYS.XMLTYPE(XMLSchema "http:
    //xmlns.oracle.com/xdb/XDBSc
    hema.xsd" Element "schema")
    INT_OBJNAME VARCHAR2(4000)
    QUAL_SCHEMA_URL VARCHAR2(2839)
    SQL> select schema_url from user_xml_schemas
    2 /
    SCHEMA_URL
    http://localhost:8080/home/SCOTT/xsd/purchaseOrder.xsd

  • Not able to test webservice through enterprise manager

    Hi All,
    We have deployed few composites. Deployment was successful. but when we try to test the service using "Test" button in the composite. we are getting an error below the WSDL URL in the Test Webservice page.
    Following is the error:
    Either the WSDL URL is invalid or the WSDL file is not valid or incorrect. - oracle.sysman.emas.sdk.wsm.WsmServiceAccessException: Cannot locate service: oracle.wsm.policymanager.IPolicyService
    I'm able to open the WSDL in browser. We dont have any OWSM policlies set for any of the composites.
    When i use the WSDL URL in a partner link, the operation and other properties getting loaded, i/p and o/p elements of the WSDL also getting retrieved.
    SOA version: 11.1.1.6
    This is applicable for all composites we deployed.
    Please help us in resolving this issue.
    Regards,
    Terry
    Edited by: 965185 on Oct 16, 2012 2:05 AM

    In my case issue got resolved after I added java.naming.provider.url
    Steps:
    Log into EM then select the domain in use and use the following the menu path, WebLogic Domain> Web Services > Platform Policy Configuration
    From there, select the Policy Accessor tab., then click Add to add a property.
    In the Add Property window, specify the following values:
    In the Name field, enter this property: java.naming.provider.url
    Value: t3://<hostname1>:<port_number>,<hostname2>:<port_number>

  • Can't run import through enterprise manager

    11gR2 in Windows XP32:
    Trying to import a DMP file from another 11gR2 DB. I'm getting an error that the username/password for the host credentials are wrong. They are not, I know what the passwords and usernames are for the machine. Any ideas?

    This error message is often misleading, ensure you have granted the 'Log on as batch job' privilege:
    http://download.oracle.com/docs/cd/E11882_01/install.112/e10843/postcfg.htm#BABFAEIG
    This privilege is required for many tasks in Database Control.
    Werner

  • DB link is not active if gives SID through enterprise manager(JAVA)

    Dear All,
    I have a strange issue in one of our DBLINK.
    DBLINK is unsuccessful though we are using the same SID in OEM that we configured at Linux box.
    If i give the full path of this entry, then this link will be active.
    if i am giving only that SID, then the link will be inactive.
    any clue on this..?

    user4226718 wrote:
    Dear All,
    I have a strange issue in one of our DBLINK.
    DBLINK is unsuccessful though we are using the same SID in OEM that we configured at Linux box.
    If i give the full path of this entry, then this link will be active.
    if i am giving only that SID, then the link will be inactive.
    any clue on this..?You have a mystery & we have no clue.
    Good Luck solving this mystery.

  • New: TimesTen Plug-in release 12.1.0.3.0 for Oracle Enterprise Manager 12c

    Last Friday, Oracle released version 12.1.0.3.0 of the TimesTen Plug-in for Oracle Enterprise Manager 12c Cloud Control. This is a landmark release with many new features for database administrators. Besides database performance and availability monitoring; the new plug-in offers administrators the ability to manage and administer their TimesTen instances and databases, such as starting and stopping TimesTen services, loading and unloading databases to and from memory, and scheduling backups and restoring databases. Additionally, users can monitor database and replication activities, memory and disk usages, workload performance statistics, and identify longest running and most executed SQL statements. International users will be pleased to know that the new plug-in was globalized with its user interface translated to nine different languages, the same languages as available in Oracle Enterprise Manager. The Enterprise Manager for TimesTen 12.1.0.3.0 plug-in is downloadable through Enterprise Manager Self-Update.
    For more information, visit the TimesTen product center on OTN.

    The issue seems to be from DB side and an SR would help you in resolving the issue.
    However, added below few points you can look as well from your side.
    + DB may be core dumping in which case it would be required to resolve the core dump issue.
    + Running ASH report from sqlplus may not be working in which we need to resolve the DB side issue.
    + If feasible you can choose to upgrade DB to higher version.
    Regards,
    Bip

  • Backup problems from Enterprise Manager Database control

    I'm having a problem with performing backups from EM DB Control on two of my Oracle 10g 10.2.0.4 systems. When I configure and submit any backup job from EM (either online or offline), the following happens:
    - When the job is due to run a Pre backup task has status of 'Scheduled'
    - Prebackup task completes and status changes to 'Succeeded'
    - Backup task appears with status of 'Scheduled' and value of started time within the next minute
    - Status of backup task never changes from 'Scheduled', and the started time keeps updating to the current time
    - This goes on indefinitely until I abort the job
    At the moment I have scheduled tasks configured to run an RMAN job every night, but I need to get this working through Enterprise Manager Database control. Please help!
    Something else which has happended on one of these systems is that after applying some Microsoft Critical updates the database control service would not start. The only way I could find to resolve this was to recreate the Enterprise Manager repository. Could there be a link here at all?
    Cheers,
    Strak

    I think Rodney may have the cause, because the database has been copied. I have looked in every property file I can think of, and then all the rest anyway, and there is no reference to the old host name. And I have ralready e-installed EM using emca -config -dbcontrol db. And I'm definately on the correct port.
    So it must be held internally in the database. I've seen partial instructions on deleting the EM repository in the database & java files, does anyone have a full set I can use ? Once that is done, does emca reinstall everything ?
    Many thanks, Duncan

  • 10g RAC Node down Enterprise Manager

    Hello
    We have a 2 node Oracle 10g RAC Rel2 Linux setup. Enterprise Manager was first stalled on Node1 and we access it using http://node1:5500/em.
    This node has a hardware failure and is out of commision at the moment. When I try to connect to http://node2.5500/em it does not work.
    I see the dbconsole process is running onthe node2.
    How can I use the Enterprise Manager if the node1 is down?
    Thanks

    Can you try deconfig and config again on node 2?
    emctl stop dbconsol
    emca -deconfig dbcontrol
    emca -config dbcontrolSalman

  • How to start the enterprise Manager  console in GUI based.

    I am totally confuse while using oracle10g Enterprise Manager Console based. I can't able to get the administrator privileges. Even though I had the administrator privileges and password I knew. But while administrating through Enterprise Manager in 10g little bit confuse for me.
    Help me .. I am here to hear a quick response as soon as possible

    DBA database privilege is different from EM Administrator privilege. Check to ensure you have the right one.

  • 10g Enterprise Manager Error

    Hi,
    I installed Orale 10.2.0 in Fedora 10 successfully but not able to login through Enterprise manager .In fact i am unable to open that login page.While providing the address http://fedora10.localdomain:5560/isqlplus the explorer error is comming and the error is page not available ..
    What to Do ?
    Dhabas

    Hi,
    This is what i am getting
    [oracle@fedora10 bin]$ ping fedora10.localdomain
    PING fedora10.localdomain (127.0.0.1) 56(84) bytes of data.
    64 bytes from localhost.localdomain (127.0.0.1): icmp_seq=1 ttl=64 time=0.034 ms
    64 bytes from localhost.localdomain (127.0.0.1): icmp_seq=2 ttl=64 time=0.058 ms
    64 bytes from localhost.localdomain (127.0.0.1): icmp_seq=3 ttl=64 time=0.076 ms
    64 bytes from localhost.localdomain (127.0.0.1): icmp_seq=4 ttl=64 time=0.050 ms
    ^C
    --- fedora10.localdomain ping statistics ---
    4 packets transmitted, 4 received, 0% packet loss, time 3095ms
    rtt min/avg/max/mdev = 0.034/0.054/0.076/0.016 ms
    [oracle@fedora10 bin]$ emctl status dbconsole
    TZ set to Asia/Calcutta
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0 
    Copyright (c) 1996, 2005 Oracle Corporation.  All rights reserved.
    http://fedora10.localdomain:1158/em/console/aboutApplication
    Oracle Enterprise Manager 10g is running.
    Logs are generated in directory /u01/app/oracle/product/10.2.0/db_1/fedora10.localdomain_EXILANT/sysman/log
    [oracle@fedora10 bin]$

Maybe you are looking for