Scheduling automatic Backup of Database and Application

Hi,
Can anyone post the step by step process and methods to Backup my database and how to make recovery.
I am using oracle10g db Application express .
I am also using oracle enterprise manager 10g for scheduling email alert processes.
platform : windows xp
Thank You.

Hi,
sorry for the late reply...
I anot using an Express edition oracle XE .. its personal edition..that too on windows xp platform...
so i need a way of automating the backup... like weekend or midnight(daily)..
will oracle enterprise manager be helpful for this? and how?
thank you.

Similar Messages

  • Automaticallu restart ebs 11i database and application services on rhel5

    Hi,
    I have installed ebs 11i on rhel5.
    Pls advice hot to automatically start services(database and application) after system restart.
    Thank you in advance,
    Denis

    Hi,
    Please see these threads.
    Autostart of Services
    Re: Autostart of Services
    Auto Start Oracle Services didn't work
    Auto Start Oracle Services didn't work
    Regards,
    Hussein

  • Time Machine options are not working. I am unable to schedule automatic backups.

    Time Machine options are not working. I am unable to schedule automatic backups.  The On-Off button is grayed out. I can perform a backup manually.

    Thanks for responding.  I have an external disk with plenty of room.  It is used only for backup of my computer.  I get a backup by clicking on the Time Machine icon at the top of the page and select "Back Up Now."  When I click on Time Machine Preferences, there is a box labeled "Options" which allows me to exclude items from backup and notify after old backups are deleted.  There is no option to schedule a backup.  The "OFF/ON" box is gray.  For "Next Backup:" it says "Automatic backups off."  I would like to turn it on.

  • How to improve database and application performance

    Hi,
    Any body please help me out that how can we improve the database and Application performance.
    Regards,
    Bhatia

    bhatia wrote:
    Hi,
    Any body please help me out that how can we improve the database and Application performance.
    Regards,
    Bhatiathere is no simple answer. There is no DATABASE_FAST=TRUE initialization parameter. There are a myriad of reasons why an application is performing poorly. It could be that the application (code and data relationships) is poorly designed. It could be that individual SQL statements are poorly written. It could be that you don't have enough cpu/memory/disk bandwidth/network bandwidth.
    You need to determine the root cause of poor performance and address it. If you application is poorly designed, you can tune the database until the cows come home and it won't make any difference. If you are trying to run 100k updates per second against a database hosted on hardware that only meets minimal requirements to install Oracle ... well, hopefully you get the picture.
    First, go to tahiti.oracle.com. Drill down to your selected Oracle product and version. There you will find the complete doc library. Find the Performance Tuning Guide
    Second, go to amazon.com and browse titles by Tom Kyte and Cary Milsap. I particularly recommend "Effective Oracle by Design" and "Optimizing Oracle Performance", though I see a lot of new titles that look promising (I think I'll be doing some buying!)

  • Script to know number of users over database and applications.

    hi brothers.
    kindly i need helpl to know script or command of number of online users over database and application.(i need it for performance issue).
    Message was edited by:
    user633617

    set pages 100
    set lines 3000
    col machine format a25
    col username format a15
    col program format a25
    break on 1;
    set heading off;
    select
    'Sessions on database '|| d.name ||' having instance name '|| i.instance_name
    from v$database d,v$instance i;
    set heading on;
    compute sum label 'Total Sessions' of sessions on 1
    select
    1,username,machine,program,count(*) sessions
    from v$session
    group by username,machine,program
    order by username,sessions desc;

  • Agents for database and application servers

    hi all,
    I have to go to a client site this week to install Gagents onto some database servers, some will be RAC and some application servers. it is on AIX. are there different agents for database and applications? In a RAC cluster do I need an agent per node?
    rgds
    alan

    When installing agents in a cluster (read - RAC), during the installation, on one of the screens, you will have the option of picking up all the nodes in the cluster. Else, if you are using a push or agent deploy method, you just have to pass the correct flag (can't remember) and then list all the nodes in the cluster.
    To your other questions, you do not need different agents for database, and app servers etc. The only time you would need different agents is when you are installing on different platforms.

  • Centralized Database and Application Control

    Hi,
    I am looking for idea to centralized control software to manage (start/stop/display status) oracle database, oracle application or other component on unix box, it become harder to manage database (i.e. which command, where is database location/server name) when in organize have lots of database/application/server/version to manage. How is it managed from other people, idea is appreciated.
    Thank you.

    And I assume that you are familiar with all the Enterprise Manager plug-ins that let you monitor non-Oracle systems from Enterprise Manager.
    If you are looking for enterprise management software that has no relationship to Oracle, any enterprise software company is likely to have something for you. But if you specifically want to exclude Oracle's offerings I'm not sure why you would post this request in an Oracle forum. Surely, if you want to use HP software or IBM software or some other vendor's software, it would be more appropriate to post in a HP forum or an IBM forum...
    Justin

  • Can database and application services install on two different OS?

    Hi All,
    Our customer want to install Oracle E-Business Suite 12 on two separate nodes, but both of nodes are running different OS. One node is Red Hat Linux which will be the database server, and the other node is Microsoft Windows 2003 which will be the application server. My questions are whether there will be a problem to communicate between the database server and application or whether there will be a problem to do the configuration for them to work. Please help me on these questions.
    Thank you
    Lin

    I agree with Fadi...As long as it's supported, you shouldn't have problems. Or at least, if you do have problems, Oracle will be able to help you. :-) Oracle does provide support for "split-tier" configurations, but you should confirm that the one you propose is a supported combination.
    I recommend checking the certification matrix on Metalink, and if that seems ambiguous, log an SR with Oracle Support for clarification.
    Regards,
    John P.

  • Oracle 11G database and Application Server installed on same server

    What are the pros and cons installing Oracle 11G database and Oracle Application Server (Forms and Reports) on the same server?
    Thank you in advance, Sonya

    Some may want their data in a separate network zone for security reasons.
    It also depends if it is the same people that do maintenance on db and appserver.
    It is lower cost with one server, and only 1 Os to set up.

  • Difference between database and application

    can any one tell me difference between oracle database and oracle application?
    plz

    BUT THE REAL PROBLEM is :-i want to connect that database..
    i can't see my imported application or database..
    Tell,, should i create any database or what should i
    do..tell me detail step by step processFirst and foremost, you have a terminology problem. I will provide a working set of definitions. (But I fully expect to be corrected by some of the symantic specialists.)
    - A database, in Oracle's terms, is a set of files.
    - Inside of that database are a number of schemas, or collections of object definitions,
    - Some of those objects are tables, which may contain data.
    - The database is manipulated by an instance, or collection of processes and/or threads
    - An application connects to the instance and requests specific manipulation.
    In your case, you used the imp application, connecting to the XE database using the userid 'system' to import the schema objects from the schema 'jadi' to the schema 'yogesh'.
    You could now use the application called SQLPlus to connect to the XE database - possibly using user "system" - to inspect the objects and object data imported in schema yogesh.
    You might also be able to use the Application Express browser-based application to access the data in the various schemas. To do that we would need to explore other terminology such as "workspace"
    I would encourage you to use the documentation at http://www.oracle.com/pls/xe102/homepage and perhaps search for the tutorial on the Products page (see the products link on the documentation page.)

  • Schedule automatic backup on ApEx application

    Hi all,
    Does anyone knows how to automatically schedule and backup an ApEx application into a SQL File, saving it into server file system.
    Regards Pedro.

    John, i solved the previous error with a new definition for the CLASSPATH, but when i execute the command: "java oracle.apex.APEXExport" i get the following error:
    Exception in thread "main" java.lang.UnsupportedClassVersionError: oracle/apex/APEXExport (Unsupported major.minor version 49.0)
    My versions are:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit
    SDK 1.6.0 update 13 (64-bit)
    Application Express 3.2.0.00.27
    Application Server 10.1.2.3.0
    This error might be related with the versions?
    Regards Pedro.

  • Is it possible to trigger backups of callmanagers, and application servers from prime collaboration?

    I have prime collaboration assuarance and analytics version 10.5  installed in my LAB setup. I could not see any other options other than the backup option under the administration tab; I beleive this option is to schedule and run backups for prime collaboration. Wonder if we have some options to trigger backups for call managers and other application servers...any help is much appreciated....cheers

    Hi,
    I doubt that is possible.the below link talks about
    Performing Backup and Restore for Prime Collaboration Analytics
    Prime Collaboration Analytics allows you to perform backup and restore, while you continue to use the Prime Collaboration Analytics GUI. However, until the backup is complete, the data displayed in the GUI may not be the latest.
    http://www.cisco.com/c/en/us/td/docs/net_mgmt/prime/collaboration/10-5/analytics/guide/Cisco_Prime_Collaboration_Analytics_Guide_10-5/bk_Cisco_Prime_Collaboration_Analytics_Guide_10_chapter_011.html#task_D50DB08C00134388AE2AC30AE0536371
    regds,
    aman

  • Changing default database and application passwords

    Hi,
    We have default passwords for our newly configured Oracle ERP (R12).
    I have a concern regarding the changing of default password. Does changing the default passwords will have any effect on normal working of ERP and database.
    I know that we shouldn't change default APPLSYSPUB password. What about the following default passwords?
    a) Default accounts having default password in database (DBA_USERS):
    CTX SYS
    OLAPSYS
    DBSNMP
    DMSYS
    GL (oracle users .e.g AP, GL, AR)
    APPLSYSPUB
    OUTLN
    PERFSTAT
    SYS
    b) Default accounts present in Oracle Application (FND_USERS) :
    IBE_GUEST
    OP_CUST_CARE_ADMIN
    ASGADM
    MOBILEADM
    APPSMGR
    IBEGUEST
    OP_SYSADMIN
    AUTOINSTALL
    WIZARD
    IEXADMIN
    ASGUEST
    IBE_ADMIN
    ERP version : 12.1.2
    Database Version: 11.2.0.1
    Thanks in advance.
    Regards,
    Gaurav

    Hi Gaurav,
    Yes as stated by Srini, It's highly recommended that you change tyhe default password in order to safeguard your instance by outside threats.
    But please be cautious as you cant change these accounts as "alter user <username> identified by <new password>", but rather use FNDCPASS utility. I advice you to check on the TEST system before implementing on the PROD instance if you dont have prior experience using FNDCPSAS.
    Please also refer notes:
    How to Change Applications Passwords using Applications Schema Password Change Utility (FNDCPASS or AFPASSWD) (Doc ID 437260.1)
    FNDCPASS Troubleshooting Guide For Login and Changing Applications Passwords (Doc ID 1306938.1)
    How to change passwords to include special characters using FNDCPASS (Doc ID 1336479.1)
    FNDCPASS Utility New Feature: Enhance Security With Non-Reversible Hash Password (Doc ID 457166.1)
    Also see forum search:
    Forum Search: FNDCPASS
    Hope this helps!
    Best Regards

  • Database and application getting hange (urgent please reply asap)

    hi,
    in alerlt log i found
    Process q003 died, see its trace file
    Thu Nov 24 10:50:36 IST 2011
    ksvcreate: Process(q003) creation failed
    Thu Nov 24 10:56:21 IST 2011
    ksvcreate: Process(m000) creation failed
    Thu Nov 24 11:03:30 IST 2011
    kkjcre1p: unable to spawn jobq slave process
    Thu Nov 24 11:03:30 IST 2011
    Errors in file /appl2/oracle2/proddb/10.2.0/admin/PROD_winsome/bdump/prod_cjq0_13539.trc:
    Thu Nov 24 11:04:21 IST 2011
    Beginning log switch checkpoint up to RBA [0x25b4.2.10], SCN: 14824976075
    Thu Nov 24 11:04:21 IST 2011
    Thread 1 advanced to log sequence 9652 (LGWR switch)
    Current log# 8 seq# 9652 mem# 0: /log1/PROD/log08a.dbf
    Current log# 8 seq# 9652 mem# 1: /log1/PROD/log08b.dbf
    Thu Nov 24 11:06:40 IST 2011
    ksvcreate: Process(m000) creation failed
    Thu Nov 24 11:10:00 IST 2011
    Completed checkpoint up to RBA [0x25b4.2.10], SCN: 14824976075
    Thu Nov 24 11:10:34 IST 2011
    kkjcre1p: unable to spawn jobq slave process
    Thu Nov 24 11:10:34 IST 2011
    Errors in file /appl2/oracle2/proddb/10.2.0/admin/PROD_winsome/bdump/prod_cjq0_13539.trc:
    Thu Nov 24 11:12:55 IST 2011
    ksvcreate: Process(q000) creation failed
    Thu Nov 24 11:15:12 IST 2011
    kkjcre1p: unable to spawn jobq slave process
    Thu Nov 24 11:15:12 IST 2011
    Errors in file /appl2/oracle2/proddb/10.2.0/admin/PROD_winsome/bdump/prod_cjq0_13539.trc:
    Thu Nov 24 11:17:14 IST 2011
    ksvcreate: Process(m000) creation failed
    please reply it urgent..
    in trc file
    $ cat prod_cjq0_13539.trc
    Dump file /appl2/oracle2/proddb/10.2.0/admin/PROD_winsome/bdump/prod_cjq0_13539.
    trc
    Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ORACLE_HOME = /appl2/oracle2/proddb/10.2.0
    System name: SunOS
    Node name: devserver
    Release: 5.9
    Version: Generic_118558-06
    Machine: sun4u
    Instance name: PROD
    Redo thread mounted by this instance: 1
    Oracle process number: 10
    Unix process pid: 13539, image: oracle@devserver (CJQ0)
    *** 2011-11-24 10:57:22.769
    *** SERVICE NAME:(SYS$BACKGROUND) 2011-11-24 10:57:22.430
    *** SESSION ID:(392.1) 2011-11-24 10:57:22.430
    Waited for process J000 to be spawned for 60 seconds
    *** 2011-11-24 10:57:32.840
    Waited for process J000 to be spawned for 70 seconds
    *** 2011-11-24 10:57:42.940
    Waited for process J000 to be spawned for 80 seconds
    *** 2011-11-24 10:57:53.030
    Waited for process J000 to be spawned for 90 seconds
    *** 2011-11-24 10:58:03.120
    Waited for process J000 to be spawned for 100 seconds
    *** 2011-11-24 10:58:13.200
    Waited for process J000 to be spawned for 110 seconds
    *** 2011-11-24 11:03:30.801
    *** 2011-11-24 11:07:41.160
    Waited for process J000 to be spawned for 60 seconds
    *** 2011-11-24 11:07:51.240
    Waited for process J000 to be spawned for 70 seconds
    *** 2011-11-24 11:08:01.320
    Waited for process J000 to be spawned for 80 seconds
    *** 2011-11-24 11:08:11.390
    Waited for process J000 to be spawned for 90 seconds
    *** 2011-11-24 11:08:21.480
    Waited for process J000 to be spawned for 100 seconds
    *** 2011-11-24 11:08:31.580
    Waited for process J000 to be spawned for 110 seconds
    *** 2011-11-24 11:10:34.930
    *** 2011-11-24 11:13:56.060
    Waited for process J000 to be spawned for 60 seconds
    *** 2011-11-24 11:14:06.150
    Waited for process J000 to be spawned for 70 seconds
    *** 2011-11-24 11:14:16.250
    Waited for process J000 to be spawned for 80 seconds
    *** 2011-11-24 11:14:26.330
    Waited for process J000 to be spawned for 90 seconds
    *** 2011-11-24 11:14:36.410
    Waited for process J000 to be spawned for 100 seconds
    *** 2011-11-24 11:14:46.480
    Waited for process J000 to be spawned for 110 seconds
    *** 2011-11-24 11:15:12.996
    *** 2011-11-24 11:18:15.140
    Waited for process J000 to be spawned for 60 seconds
    *** 2011-11-24 11:18:25.240
    Waited for process J000 to be spawned for 70 seconds
    *** 2011-11-24 11:18:35.340
    Waited for process J000 to be spawned for 80 seconds
    *** 2011-11-24 11:18:53.340
    Waited for process J000 to initialize for 90 seconds
    *** 2011-11-24 11:18:53.340
    Process diagnostic dump for J000, OS id=3356
    *** 2011-11-24 11:19:29.960
    loadavg : 0.08 0.25 0.78
    swap info: free_mem = 91.27M rsv = 10468.67M
    alloc = 9840.79M avail = 291.52 swap_free = 919.41M
    skgpgcmdout: read() for cmd /bin/ps -elf | /bin/egrep 'PID | 3356' | /bin/grep -
    v grep timed out after 15.000 seconds
    Skipping stack dump because max dump time exceeded.
    Process diagnostic dump actual duration=36.292000 sec
    (max dump time=30.000000 sec)
    *** 2011-11-24 11:19:29.960
    *** 2011-11-24 11:19:40.060
    Waited for process J000 to initialize for 100 seconds
    *** 2011-11-24 11:19:40.060
    Process diagnostic dump for J000, OS id=3356
    *** 2011-11-24 11:20:08.770
    loadavg : 0.27 0.28 0.77
    swap info: free_mem = 92.57M rsv = 10465.16M
    alloc = 9837.60M avail = 297.86 swap_free = 925.42M
    skgpgcmdout: read() for cmd /bin/ps -elf | /bin/egrep 'PID | 3356' | /bin/grep -
    v grep timed out after 15.000 seconds
    *** 2011-11-24 11:20:51.830
    Stack:
    skgpgcmdout: read() for cmd /bin/sh -c '/usr/proc/bin/pstack 3356 2>&1' timed ou
    t after 1.290 seconds
    Process diagnostic dump actual duration=1 min 11 sec
    (max dump time=30.000000 sec)
    *** 2011-11-24 11:20:51.830
    *** 2011-11-24 11:21:01.930
    Waited for process J000 to initialize for 110 seconds
    *** 2011-11-24 11:21:01.930
    Process diagnostic dump for J000, OS id=3356
    loadavg : 0.12 0.24 0.71
    swap info: free_mem = 91.25M rsv = 10487.99M
    alloc = 9844.82M avail = 272.81 swap_free = 915.98M
    F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY T
    IME CMD
    8 Z oracle2 3356 1 0 0 0
    :00 <defunct>
    *** 2011-11-24 11:22:36.567
    Skipping stack dump because max dump time exceeded.
    Process diagnostic dump actual duration=1 min 34 sec
    (max dump time=30.000000 sec)
    *** 2011-11-24 11:22:36.567
    Killing process (ospid 3356): (reason=x4 error=0)
    ... and the process is still alive after kill!
    *** 2011-11-24 11:28:16.400
    Waited for process J000 to be spawned for 60 seconds
    *** 2011-11-24 11:28:26.470
    Waited for process J000 to be spawned for 70 seconds
    *** 2011-11-24 11:28:36.560
    Waited for process J000 to be spawned for 80 seconds
    *** 2011-11-24 11:28:46.640
    Waited for process J000 to be spawned for 90 seconds
    *** 2011-11-24 11:28:56.730
    Waited for process J000 to be spawned for 100 seconds
    *** 2011-11-24 11:29:06.810
    Waited for process J000 to be spawned for 110 seconds
    *** 2011-11-24 11:29:48.503
    *** 2011-11-24 11:35:26.030
    Waited for process J000 to be spawned for 60 seconds
    *** 2011-11-24 11:35:36.130
    Waited for process J000 to be spawned for 70 seconds
    *** 2011-11-24 11:35:46.210
    Waited for process J000 to be spawned for 80 seconds
    *** 2011-11-24 11:35:56.310
    Waited for process J000 to be spawned for 90 seconds
    *** 2011-11-24 11:36:06.390
    Waited for process J000 to be spawned for 100 seconds
    *** 2011-11-24 11:36:16.490
    Waited for process J000 to be spawned for 110 seconds
    *** 2011-11-24 11:38:51.157
    *** 2011-11-24 11:47:42.830
    Waited for process J000 to be spawned for 60 seconds
    *** 2011-11-24 11:47:52.910
    Waited for process J000 to be spawned for 70 seconds
    *** 2011-11-24 11:48:03.000
    Waited for process J000 to be spawned for 80 seconds
    *** 2011-11-24 11:48:13.060
    Waited for process J000 to be spawned for 90 seconds
    *** 2011-11-24 11:48:23.140
    Waited for process J000 to be spawned for 100 seconds
    *** 2011-11-24 11:48:33.230
    Waited for process J000 to be spawned for 110 seconds
    *** 2011-11-24 11:49:12.586
    *** 2011-11-24 11:52:35.420
    Waited for process J000 to be spawned for 60 seconds
    *** 2011-11-24 11:52:45.520
    Waited for process J000 to be spawned for 70 seconds
    *** 2011-11-24 11:52:55.610
    Waited for process J000 to be spawned for 80 seconds
    *** 2011-11-24 11:53:05.700
    Waited for process J000 to be spawned for 90 seconds
    *** 2011-11-24 11:53:15.790
    Waited for process J000 to be spawned for 100 seconds
    *** 2011-11-24 11:53:25.890
    Waited for process J000 to be spawned for 110 seconds
    *** 2011-11-24 11:53:59.129
    *** 2011-11-24 11:57:08.260
    Waited for process J000 to be spawned for 60 seconds
    *** 2011-11-24 11:57:18.350
    Waited for process J000 to be spawned for 70 seconds
    *** 2011-11-24 11:57:28.450
    Waited for process J000 to be spawned for 80 seconds
    *** 2011-11-24 11:57:38.540
    Waited for process J000 to be spawned for 90 seconds
    *** 2011-11-24 11:57:48.640
    Waited for process J000 to initialize for 100 seconds
    *** 2011-11-24 11:57:48.640
    Process diagnostic dump for J000, OS id=4205
    loadavg : 0.22 0.33 0.67
    swap info: free_mem = 91.70M rsv = 10505.02M
    alloc = 9858.01M avail = 251.46 swap_free = 898.47M
    F S UID PID PPID C PRI NI ADDR SZ WCHAN STIME TTY T
    IME CMD
    8 S oracle2 4205 1 0 39 20 ? 410092 ? 11:57:12 ? 0
    :00 ora_j000_PROD
    *** 2011-11-24 11:58:28.337
    Skipping stack dump because max dump time exceeded.
    Process diagnostic dump actual duration=39.697000 sec
    (max dump time=30.000000 sec)
    *** 2011-11-24 11:58:28.337
    *** 2011-11-24 11:58:38.430
    Waited for process J000 to initialize for 110 seconds
    *** 2011-11-24 11:58:38.430
    Process diagnostic dump for J000, OS id=4205
    *** 2011-11-24 11:59:10.850
    loadavg : 0.59 0.40 0.68
    swap info: free_mem = 91.31M rsv = 10505.02M
    alloc = 9858.01M avail = 251.19 swap_free = 898.20M
    skgpgcmdout: read() for cmd /bin/ps -elf | /bin/egrep 'PID | 4205' | /bin/grep -
    v grep timed out after 15.000 seconds
    Skipping stack dump because max dump time exceeded.
    Process diagnostic dump actual duration=32.420000 sec
    (max dump time=30.000000 sec)
    *** 2011-11-24 11:59:10.850
    Killing process (ospid 4205): (reason=x4 error=0)
    ... and the process is still alive after kill!
    $
    now i am not able to connect database

    Please see these docs.
    Ksvcreate: Process(M001) Creation Failed , Database hang [ID 1233079.1]
    ORA-00610 And/Or "unable to spawn jobq slave process " And/Or "Process(<>) creation failed" In The Alert Log And/Or TNS-12518/ TNS-12500 In Listener Log [ID 416244.1]
    DATABASE CRASH WITH SGA_TARGET [ID 747812.1]
    ORA-27300 ORA-27301 ORA-27302 ORA-27303 skgpspawn5 [ID 1125188.1]
    Database Crashes With Ora-00449 and Ora-00601 [ID 730287.1]
    If this is your production database, please log a severity 1 SR!
    Thanks,
    Hussein

  • Keeping databases and applications consistent

    I'm currently evaluating solutions for integrating heterogenous datasources in university/college legacy applications.
    Our applications are all based on Oracle databases, but we have little knowledge and access to the inner structure of these
    databases. And the databases themselves are old, and have been the victim of constant extensions.. thus there are plenty inconsistencies,
    duplicates and the likes. We also have some commercial applications like SAP HR, that we'd like to integrate.
    A goal of our integration project is to enable updating across the databases/applications in order to ensure consistency, eg. keep employee address information consistent across the systems. From what I've read InterConnect seems to be able to help us with this.
    - Anyone know sites or practical case studies of this beeing done? Would like to know more about the requirements and complexity of such an operation.

    Hi,
    With the info you gave I can tell that choosing the tool is not your concern. Yes, Interconnect can do this.
    Be sure that you have decided if the exchange process is a message-based or a batch based process. The first one is a typical Interconnect solution, the batch-based isn't. Sending lots of data at once might influence the performance of the hub.
    What you should focus on is the data itself.
    First of all choose the source application/database for the address-data.
    Make sure you know the data structure in that db.
    Also define the events that should trigger the messages. Can they easily be recognized (a trigger, a save, ...)
    Than define your common data-structure (model) for your information-object as it should be exchanged between all applications. keep it simple but as generic as possibble. Think about ubnique keys!
    Per receiving application make sure you know the data-structure, how to proces your data.
    And last but not least think about the consequences of inconsistencies! Maybe the data should be cleaned before starting to exchange. Inconsistencies may not be a problem within 1 db, but could create problems in others...
    If you want more details let me know, maybe contact me by e-mail personally.
    In our company we have used Interconnect for 2 years now.

Maybe you are looking for

  • Open a Crystal Report, run and export

    I am looking for help with respect to running a .rpt report developed in crystal report 2008 from a jsp or java. I need to set the parameters and export the report to PDF. I am looked at many different examples and still I am getting various kinds of

  • VAT Value in Purchase Register

    Dear Friends, I have a problem in Purchase Register,  I have made customised Purchase Register , most of my entries in it are going correctly ,except for VAT value in case of Dealer PO, where I dont know the Excise Rate while making the PO, so make P

  • Ftp error code -61

    I was trying to delete all my files from the ftp server, but when I drag my files to trash, it appears a message says it can't delete, with error code -61. I tried making an empty folder and upload to it in order to delete its content but also failed

  • Downgrading Safari?

    I need to get my Mac back to Safari 3.0 from the current 5.0 upgrade that has been installed. Can anyone help me figure out how to do this? I am unable to print coupons off a website because my version of Safari is too advanced. Ugh. Need help.

  • Photoshop stalls on Measuring memory & save for web and devices

    Mac OS X 10.6.4 MacBook Pro CS4 Photoshop Extended Hey there, I would be grateful if anyone can shed any light this problem which has occured out of nowhere. I'm a web designer so this problem is causing chaos at the moment. When I try to save an ima