Skip to Main Content

Infrastructure Software

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.

Solaris 10 09/10 install does not start

878980Jul 29 2011 — edited Aug 5 2011
Hello experts,

I'm trying to install Sol 10 U9 on my x86_64 server. When I boot through the OS DVD, installation stops at
"SunOS Release 5.10 Version Generic_xxxx 64-bit
Copyright ...."
It doesnt go beyind this point.

I added -kdv to the kernel grub line.
[0]> moddebug/W 0x80000000
[0]> :c

Found that the installation stops at
"Load 'drv/i8042' id 87 loaded @ 0xffff.../0xfff... size 4784/496
installing i8042, module id 87"

There is no keyboard/mouse connected to this server.

I'm stuck here and can't proceed any further.Any help here is highly appreciated.

Thanks
Karthick

Comments

abhinivesh.jain

Hi Suresh,

Please find below the Oracle's answer to your question.

Postgresql to Oracle migration

Hope it helps.

Thanks,

Abhi

abhinivesh.jain

One more link that gives more details on how to approach this migration.

any migration tool for postgres to oracle? thanks!

2928666

Hi Abhi,

 

Thank you for your response.

Is Oracle SQL Developer tool suitable for this migration?

Please  suggest which tool is best one for this migration?

Regards,

Suresh.

Mkirtley-Oracle

Hi Suresh,

     If you look at the links provided by Abhi to previous threads you will see that SQL*Developer doesn't currently support Postgres migrations.  There are suggested alternatives in the referenced threads.


Regards,

Mike

abhinivesh.jain

As per earlier threads, Oracle SQL developer doesn't support Postgres to Oracle migration hence you need to go for some other tool/approach as listed in my second reply.

such cross RDBMS migrations are done in 2 phases.

Phase 1- Code migration

Phase 2- data migration

In phase 1, you work on DDL conversion for all objects like- tables, views, triggers, procedures, packages, Mviews, in-built function conversion etc. This becomes complex when there is lot of code present since in many cases, you have to re-write the code to make it work in target RDBMS.

in phase 2, it is about migration of table data from source to target. It can be done by simply dumping the table data in CSV format and then using SQL loader kind of tool to load it.

You can also use replication tools like- Oracle Golden Gate and other tools available in market.

Ispirer - Migrate PostgreSQL to Oracle

http://www.swissql.com/products/datamigration/data-migration.html

Thanks,

Abhi

2928666

Hi Mike,

Thank you for your reply.

Which one is the simplest and safest method for  Postgres to Oracle migration?

Regards,

Suresh.

2928666

Hi abhi,

Thank you so-much.

Can you please share more about  migration using Golden Gate.

Regards,

Suresh.

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

Post Details

Locked on Sep 2 2011
Added on Jul 29 2011
2 comments
513 views