Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Oracle data migration

969952Nov 9 2013 — edited Nov 15 2013

Hi All,

Can any one please send me sample data migration scripts to get knowledge on Data migration.

Thanks,

Vas

Comments

969952

Hi ,

We will receive data from Siebel DB. So we want to migrate Siebel Data to Oracle .So could you please provide me easy steps/script to move the data and let me know how can we /where can we find out and figure out where the issues can happen and how to resolve those issues..

Thanks.

TSharma-0racle

What do you mean by Siebel database? Which database it is?

Anar Godjaev

HI,

I'm sorry, Siebel DB I don't know. Which database it is. Can you please more information about Siebel DB .

Thank you

969952

I have a doubt here.. I got XML file which contain oracle username,password and connection strings to connect to toad. but I am not able to find whta is the username and password and connection string form the XML file. can any one please let me know how can I find the user name and Password and connections tring from the given XML file.

Appreciate your help.

Thanks.

BluShadow

You can't.  Passwords will not be shown in plain text as they are encyrpted or hashed for security.  You need to speak to whoever knows the username and password for the database schema you want to connect to.

That's the nature of security.

969952

Can any one please let me know if I want to migrate data from any legacy system to Oracle tables , are there any automation scripts.. please send me the scripts if available.

Thanks

BluShadow

The best way to migrate a database from one RDBMS to another is to understand the database structure and requirements of the original system and then re-develop that on the new RDBMS so that you leverage the power and functionality of that new RDBMS.  This is why, often, there are very few tools or scripts around to do it for you, and when there are such scripts they often only do a very basic job of moving the structure and data, but then you're still required to get deep into it and re-design/develop as necessary to get the best out of the new environment.

I don't know about Siebel, so don't know if anyone has any tools or scripts for it, but you could be waiting a while if you're hoping someone will just turn up and say "yes, I've got scripts you can use".  May be a good time to start looking at doing it yourself.

969952

Sure. Thank you

1 - 10
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Dec 13 2013
Added on Nov 9 2013
10 comments
633 views