Results 1 to 4 of 4

Thread: question about database integration

  1. #1
    Join Date
    Apr 2006
    Posts
    2

    question about database integration

    Hello,

    I am new to this whole database integration and would like to get any help on this !

    Can anyone answer these questions:

    1) What are the different approaches for database integration ?
    2) What to look for before deciding which approach to take ?
    3) Any references/ books that might help

    Thank you for your help
    neil

  2. #2
    Join Date
    Mar 2006
    Location
    barstow, ca
    Posts
    7
    What exactly do you mean by database integration? Integration with what? Need some more specifics to be able to comment. What do you have now and what is the end product you want to wind up with?

  3. #3
    Join Date
    Apr 2006
    Posts
    2
    well we have multiple oracle databases and we want to merge it all in one if possible

    thanks,
    neil

  4. #4
    Join Date
    Apr 2006
    Posts
    7
    Well..by the term you say merging many datbases into one...
    I feel you want actually many schemas of databases into one.

    So just create one brand new oracle instance and dataase.
    Take the export of all the schemas of all databases and then import all these exports into one oracle database under different schemas...

    So EXPORT-IMPORT utility is what you are looking for ...It is command line utility that will help you....

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •