Cahn Replies to Reservations of Rights by Novell and Oracle, HP and US Trustee

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Cahn Replies to Reservations of Rights by Novell and Oracle, HP and US Trustee
# 1  
Old 08-20-2010
Cahn Replies to Reservations of Rights by Novell and Oracle, HP and US Trustee

SCO's Chapter 11 Trustee in the bankruptcy has replied to Oracle and Novell's reservation of rights filings regarding his desire to sell off SCO's assets, whatever that means to him. He does now provide more information about that. We learn from footnote 2 that he also got informal responses from the US Trustee's Office and from HP, although later in the document he says his lawyers have resolved some of the OUST's issues and will discuss the rest at the Sale hearing. HP had concerns about "a certain release agreement" between SCO and HP, dated August 15, 2003. Interesting. I don't recall any such document.
So this is Cahn's omnibus reply to them all, with some points regarding each objection. He still wants the sale to go forward, and the hearing on this will be Monday at 3 PM, so I hope some of you can go! The schedule for the day is filed as well, with all the details.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Solaris

Solaris ZFS and reservations question

I'm having trouble increasing my reservations on some ZFS filesystems, although there seems to be enough space in the zpool, and no constraints on the parent device. Note that I'm using refreservation instead of reservation, so I'm not constrained by the reservation on the parent device (or... (1 Reply)
Discussion started by: akbar
1 Replies
Login or Register to Ask a Question
DBIx::Class::Storage::DBI::Oracle::WhereJoins(3pm)	User Contributed Perl Documentation	DBIx::Class::Storage::DBI::Oracle::WhereJoins(3pm)

NAME
DBIx::Class::Storage::DBI::Oracle::WhereJoins - Oracle joins in WHERE syntax support (instead of ANSI). PURPOSE
This module is used with Oracle < 9.0 due to lack of support for standard ANSI join syntax. SYNOPSIS
DBIx::Class should automagically detect Oracle and use this module with no work from you. DESCRIPTION
This class implements Oracle's WhereJoin support. Instead of: SELECT x FROM y JOIN z ON y.id = z.id It will write: SELECT x FROM y, z WHERE y.id = z.id It should properly support left joins, and right joins. Full outer joins are not possible due to the fact that Oracle requires the entire query be written to union the results of a left and right join, and by the time this module is called to create the where query and table definition part of the SQL query, it's already too late. METHODS
See DBIx::Class::SQLMaker::OracleJoins for implementation details. BUGS
Does not support full outer joins. Probably lots more. SEE ALSO
DBIx::Class::SQLMaker DBIx::Class::SQLMaker::OracleJoins DBIx::Class::Storage::DBI::Oracle::Generic DBIx::Class AUTHOR
Justin Wheeler "<jwheeler@datademons.com>" CONTRIBUTORS
David Jack Olrik "<djo@cpan.org>" LICENSE
This module is licensed under the same terms as Perl itself. perl v5.14.2 2011-05-10 DBIx::Class::Storage::DBI::Oracle::WhereJoins(3pm)