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.

Need query

user508399Feb 21 2007 — edited Feb 21 2007
table1:
eno ename
1 madhan
2 kumar
3 wills
4 kou

table2:
eno1 eno2
1 2
3 4

Output:
eno1 ename eno2 ename
1 madhan 2 kumar
3 wills 4 kou

I need a query for getting this output. I tried with using one more instance of table1. It works fine. But i want to know is there any other way.

Comments

Flávio Soares
I gues that is only possible using the ksplice.
Dude!
The oracleasm-support package, as far as I know installs oracleasm tools like scandisk, listdisks, querydisk, renamedisk, configure, etc. It does not install any kernel driver. I don't see a reason why a reboot was required. Changes of course won't affect the live system, until you reuse the tools.
Renjith Madhavan
Ofcourse no-reboot of the server is required for updating ASM rpm .
However a db outage will be required as you will have to shutdown and disable ASM before installing the update .

It might be possible to update with the database and ASM live , however this is not recommended .


Thanks
Renjith Madhavan
LaserSoft
Hi friend,

Upgrading the oracleasm-support RPM package with the system live not recommended. Suggestion is do it in any test system before updating in LIVE system.

Thanks
LaserSoft
1 - 4
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Mar 21 2007
Added on Feb 21 2007
5 comments
1,613 views