LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Migrating from UNIX environment to LINUX redhat rel 5 (https://www.linuxquestions.org/questions/linux-newbie-8/migrating-from-unix-environment-to-linux-redhat-rel-5-a-858137/)

pallavibhat89 01-23-2011 09:42 AM

Migrating from UNIX environment to LINUX redhat rel 5
 
The development sever of the project i am working on, currently has the source codes on a UNIX HP_UX operating system with oracle version 9i.
it needs to be migrated to LINUX redhat OEL rel 5, with oracle version 10g .

As i am a complete newbie to this, Could anyone please tell me what are the important things to be done as a part of migration, to make the new environment complete?

i have transfered the source codes to new server, installed the required compilers and have almost completed with oracle 10g installation.

Many thanks in advance. :)

mesiol 01-23-2011 09:55 AM

Some more information will be helpful. What software do you use to manae source code? CVS? Subversion?

Your Oracle database needs to transfered via export/import, that's the only thing i am sure on.

pallavibhat89 01-23-2011 11:00 AM

Quote:

Originally Posted by mesiol (Post 4234956)
Some more information will be helpful. What software do you use to manae source code? CVS? Subversion?

Your Oracle database needs to transfered via export/import, that's the only thing i am sure on.

i have just transfered the source codes directly(using FTP), to the new environment.

For oracle database migration using Export/Import, could you give me some good informative links?

mesiol 03-10-2011 07:22 AM

Hi,

sorry for the delay. Check Oracle Website for the tools
Code:

exp
and
Code:

imp
. The tools are used to export complete database, or specific user/table data. This export file can be imported in another oracle database using
Code:

imp
.


All times are GMT -5. The time now is 05:05 PM.