Sponsored Content
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Oracle declines to press its motion to dismiss, so motion is dismissed Post 302472921 by Linux Bot on Thursday 18th of November 2010 12:30:05 PM
Old 11-18-2010
Oracle declines to press its motion to dismiss, so motion is dismissed

Oracle has filed a Reply Memorandum regarding its motion to dismiss or strike Google's invalidity counterclaim, some of Google's affirmative defenses, and some of Google's Answer, what Oracle called "impertinent matter", and it in essence said never mind. After Google's powerful filing the other day, I'm not surprised. But I'm also very glad to see Oracle take this step. If it has valid claims, it will be able to pursue them without nastiness. I'm really pleased to see what I would call progress.
So the judge has denied Oracle's motion, since it declines to press it, and the scheduled hearing on this motion, scheduled for December 2nd, is canceled.

More...
 
SQL::ReservedWords::Oracle(3pm) 			User Contributed Perl Documentation			   SQL::ReservedWords::Oracle(3pm)

NAME
SQL::ReservedWords::Oracle - Reserved SQL words by Oracle SYNOPSIS
if ( SQL::ReservedWords::Oracle->is_reserved( $word ) ) { print "$word is a reserved Oracle word!"; } DESCRIPTION
Determine if words are reserved by Oracle Database. METHODS
is_reserved( $word ) Returns a boolean indicating if $word is reserved by either Oracle7, Oracle8i, Oracle9i or Oracle10g. is_reserved_by_oracle7( $word ) Returns a boolean indicating if $word is reserved by Oracle7. is_reserved_by_oracle8( $word ) Returns a boolean indicating if $word is reserved by Oracle8i. is_reserved_by_oracle9( $word ) Returns a boolean indicating if $word is reserved by Oracle9i. is_reserved_by_oracle10( $word ) Returns a boolean indicating if $word is reserved by Oracle10g. reserved_by( $word ) Returns a list with Oracle versions that reserves $word. words Returns a list with all reserved words. EXPORTS
Nothing by default. Following subroutines can be exported: is_reserved is_reserved_by_oracle7 is_reserved_by_oracle8 is_reserved_by_oracle9 is_reserved_by_oracle10 reserved_by words SEE ALSO
SQL::ReservedWords <http://www.oracle.com/technology/documentation/> AUTHOR
Christian Hansen "chansen@cpan.org" COPYRIGHT
This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.8.8 2008-03-28 SQL::ReservedWords::Oracle(3pm)
All times are GMT -4. The time now is 02:05 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy