A system to delete a data volume may include storage of a plurality of data pages of the data volume of a data area into a cache, prevention of writing of data pages to the data volume, and designation of each of the plurality of data pages in the cache as modified. The system may also include writing of all data pages in the cache that are designated as modified to a respective location in one or more other data volumes of the data area, and updating, for each of the written data pages, a converter page of the cache to associate the written data page with its respective location in the one or more other data volumes.
|
25. A method for managing a data volume of a data area, the method comprising:
storing a plurality of data pages of the data volume into a cache;
preventing writing of data pages to the data volume;
designating each data page of the stored data pages as modified with respect to a respective data page of the data pages of the data volume regardless of whether the data page of the stored data pages is an identical version or a modified version of the respective data page of the data pages of the data volume;
writing each of the stored data pages that is designated as modified to a respective location in one or more other data volumes of the data area;
for each data page of the written data pages, updating a converter page of the cache to associate the written data page with its respective location in the one or more other data volumes;
for each of the updated converter pages, further updating the converter page to indicate a respective location in the one or more other data volumes of the cache;
writing each of the updated converter pages to its indicated respective location in the one or more other data volumes; and
designating locations of the plurality of data pages in the data volume as free.
11. An apparatus storing program code to manage a data volume of a data area, the program code comprising:
code to store a plurality of data pages into a cache, wherein each of the stored plurality of data pages is a copy of a respective one of a plurality of data pages of the data volume;
code to prevent writing of data pages to the data volume;
code to designate each of the plurality of data pages stored in the cache as modified with respect to a respective data page stored in the data volume, wherein each one of a plurality of the data pages stored in the cache is identical to the respective data page stored in the data volume when the designation of that one as modified with respect to the respective data page stored in the data volume is initiated;
code to write all data pages in the cache that are designated as modified to a respective location in one or more other data volumes of the data area;
code to update, for each of the written data pages, a converter page of the cache to associate the written data page with its respective location in the one or more other data volumes;
code to further update, for each of the updated converter pages, the converter page to indicate a respective location in the one or more other data volumes of the cache;
code to write each of the updated converter pages to its indicated respective location in the one or more other data volumes; and
code to designate locations of the plurality of data pages in the data volume as free.
1. A method for managing a data volume of a data area, the method comprising:
storing a plurality of data pages into a cache, wherein each of the stored plurality of data pages is a copy of a respective one of a plurality of data pages of the data volume;
preventing writing of data pages to the data volume;
designating each of the plurality of data pages stored in the cache as modified with respect to a respective data page stored in the data volume, wherein each one of a plurality of the data pages stored in the cache is identical to the respective data page stored in the data volume when the designating of that one as modified with respect to the respective data page stored in the data volume is initiated;
writing all data pages in the cache that are designated as modified to a respective location in one or more other data volumes of the data area;
for each of the written data pages, updating a converter page of the cache to associate the written data page with its respective location in the one or more other data volumes;
identifying a plurality of converter pages of the cache that are associated with respective converter pages of the data volume;
designating the plurality of converter pages as modified;
writing all converter pages in the cache that are designated as modified to a respective location in the one or more other data volumes of the data area; and
updating each of the written converter pages in the cache to indicate its respective location in the one or more other data volumes of the data area.
18. A system comprising:
a database comprising:
a data area;
a data volume of the data area, the data volume comprising a plurality of data pages; and
one or more other data volumes of the data area;
a cache to store data pages and converter pages; and
a database management system in communication with the database and the cache, the database management system to:
store the plurality of data pages into the cache, wherein each of the stored plurality of data pages is a copy of a respective one of a plurality of data pages of the data volume;
prevent writing of data pages to the data volume;
designate each of the plurality of data pages stored in the cache as modified with respect to a respective data page stored in the data volume, wherein each one of a plurality of the data pages is identical to the respective data page stored in the data volume when the designation of that one as modified with respect to the respective data page stored in the data volume is initiated;
write all data pages in the cache that are designated as modified to a respective location in the one or more other data volumes;
update, for each of the written data pages, a converter page of the cache to associate the written data page with its respective location in the one or more other data volumes;
identify a plurality of converter pages of the cache that are associated with respective converter pages of the data volume;
designate the plurality of converter pages as modified;
write all converter pages in the cache that are designated as modified to a respective location in the one or more other data volumes of the data area; and
update each of the written converter pages in the cache to indicate its respective location in the one or more other data volumes of the data area.
2. A method according to
identifying the plurality of data pages of the data volume based on a plurality of converter pages of the cache that associate each of the plurality of data pages with a respective location in the data volume; and
for each of the plurality of data pages, determining if the data page is stored in the cache, and, if the data page is not stored in cache, reading the data page from the data volume and storing the data page into the cache.
3. A method according to
for each of the written converter pages, updating a converter index page of the data area to associate the written converter page with its respective location in the one or more other data volumes.
4. A method according to
for each of the updated converter pages, further updating the converter page to indicate a respective location in the one or more other data volumes of the cache;
writing each of the updated converter pages to its indicated respective location in the one or more other data volumes; and
designating locations of the plurality of data pages in the data volume as free.
5. A method according to
for each of the written updated converter pages, updating a converter index page of the data area to associate the written updated converter page with its indicated respective location in the one or more other data volumes.
6. A method according to
determining that the data volume includes a restart page;
moving the restart page to a location in the one or more other data volumes; and
modifying a page of one of the one or more other data volumes to indicate the location to which the restart page was moved.
7. A method according to
designating, during the preventing writing of data pages to the data volume, each of the plurality of data pages stored in the cache as modified with respect to the respective data page stored in the data volume.
8. A method according to
designating the data volume as read only.
9. A method according to
not writing the data pages designated as modified to the respective data page stored in the data volume.
10. A method according to
12. An apparatus according to
code to identify the plurality of data pages of the data volume based on a plurality of converter pages of the cache that associate each of the plurality of data pages with a respective location in the data volume; and
code to determine, for each of the plurality of data pages, if the data page is stored in the cache, and, if the data page is not stored in cache, code to read the data page from the data volume and to store the data page into the cache.
13. An apparatus according to
code to identify a plurality of converter pages of the cache that are associated with respective converter pages of the data volume;
code to designate the plurality of converter pages as modified;
code to write all converter pages in the cache that are designated as modified to a respective location in the one or more other data volumes of the data area; and
code to update each of the written converter pages in the cache to indicate its respective location in the one or more other data volumes of the data area.
14. An apparatus according to
code to update, for each of the written converter pages, a converter index page of the data area to associate the written converter page with its respective location in the one or more other data volumes.
15. An apparatus according to
code to update, for each of the written updated converter pages, a converter index page of the data area to associate the written updated converter page with its indicated respective location in the one or more other data volumes.
16. An apparatus according to
code to determine that the data volume includes a restart page;
code to move the restart page to a location in the one or more other data volumes; and
code to modify a page of one of the one or more other data volumes to indicate the location to which the restart page was moved.
17. An apparatus according to
code to designate, during the prevention of writing of data pages to the data volume, each of the plurality of data pages stored in the cache as modified with respect to the respective data page stored in the data volume.
19. A system according to
identification of the plurality of data pages of the data volume based on a plurality of converter pages of the cache that associate each of the plurality of data pages with a respective location in the data volume; and
determination, for each of the plurality of data pages, of whether the data page is stored in the cache, and, if the data page is not stored in cache, reading of the data page from the data volume and storage of the data page into the cache.
20. A system according to
update, for each of the written converter pages, a converter index page of the data area to associate the written converter page with its respective location in the one or more other data volumes.
21. A system according to
update, for each of the updated converter pages, the converter page to indicate a respective location in the one or more other data volumes of the cache;
write each of the updated converter pages to its indicated respective location in the one or more other data volumes; and
designate locations of the plurality of data pages in the data volume as free.
22. A system according to
update, for each of the written updated converter pages, a converter index page of the data area to associate the written updated converter page with its indicated respective location in the one or more other data volumes.
23. A system according to
determine that the data volume includes a restart page;
move the restart page to a location in the one or more other data volumes; and
modify a page of one of the one or more other data volumes to indicate the location to which the restart page was moved.
24. A system according to
designation, during the prevention of writing of data pages to the data volume, of each of the plurality of data pages stored in the cache as modified with respect to a respective data page stored in the data volume.
26. A method according to
designating, during the preventing writing of data pages to the data volume, each data page of the stored data pages as modified with respect to a respective data page of the data pages of the data volume.
|
Some embodiments relate to managing data volumes of a database system. In particular, some embodiments concern releasing and deleting a data volume of a database system while the database system is online.
A database system may store data across several data volumes of a data area. During operation of the database system, it may occasionally become desirable to delete a data volume from the data area in order to reduce a size of the data area and/or to otherwise reconfigure the data area. Conventional techniques necessitate the database system to enter an offline mode prior to deleting a data volume. Since the database system cannot be read or written in an offline mode, conventional techniques for deleting a data volume are unsuitable for some applications.
Conventional techniques for deleting a data volume pose additional problems if the data volume stores a restart page for the database system. A restart page may include information used to start the database system and reconstruct its underlying structures. Upon start-up, the database system looks for the restart page at a particular location of a particular data volume. The database system will therefore fail to start properly if the data volume including the restart page has been previously deleted.
Systems are therefore desired for deleting a data volume of a database system while the database system remains in an online operational mode. Systems to perform such deletion and to efficiently move and access a restart page of the deleted data volume are further desired.
Server 110 may operate to receive, store, manage and provide data. Such data may be received from sources such as data sources 130 through 132 and/or generated by server 110. The data may be provided to client devices 120 through 123 in response to requests received therefrom. Server 110 of system 100 includes database application 111, database management system (DBMS) 112, database 113, input/output (I/O) buffer cache 114 and cache copy 115.
Database application 111 may provide business monitoring, inventory control, online shopping, and/or any other suitable functions via interactions with other elements of server 110. According to some embodiments, database application 111 communicates with DBMS 112 over one or more interfaces provided by DBMS 112. Database application 111 may, in turn, support client applications executed by client devices 120 through 123. Such a client application may simply comprise a Web browser to access and display reports generated by database application 111. In this regard, server 110 may comprise a Web server to manage interactions with client devices 120 through 123.
DBMS 112 may comprise any system for managing a database instance that is or becomes known. Generally, DBMS 112 may receive requests for data (e.g., Structured Query Language (SQL) requests from database application 111), may retrieve requested data from database 113, and may return the requested data to the requestor. DBMS 112 may also perform start-up, logging, recovery, management, optimization, monitoring and other database-related tasks. DBMS 112 may operate to delete a data volume from database 113 according to some embodiments described herein.
Database 113 may comprise one or more disparate systems for storing data, therefore DBMS 122 may comprise one or more systems for retrieving stored data. According to some embodiments, database 113 is implemented as any suitable collection of data that may be accessed by a computer program to select particular data from the collection.
The data of database 113 may include data records and associated index entries (i.e. application data), as well as configuration files, database parameters, paths, user information and any other suitable information. In some embodiments, database 113 is an element of an Online Transaction Processing (OLTP) database instance. An OLTP database instance may be suited for processing individual transactions quickly within an environment consisting of a large number of users and a large database.
During database execution, various elements of the database are stored in I/O buffer cache 114. These elements may include recently-accessed pages of application data, converter pages, database catalog objects and/or a log queue. Cache copy 115 comprises a copy of all or a portion of cache 114. Cache copy 115 may comprise a liveCache™ database instance that facilitates object-oriented manipulation of the copied cache data.
Server 110 may include other unshown elements that may be used during operation thereof, such as any suitable program code, scripts, or other functional data that is executable to interface with other elements of system 100, other applications, other data files, operating system files, and device drivers. These elements are known to those skilled in the art, and are therefore not described in detail herein.
Client devices 120, 121, 122 and 123 are illustrated as a laptop computer, a telephone, a desktop computer, and a personal digital assistant, respectively. Generally, each of client devices 120 through 123 may comprise any combination of hardware and/or software for communicating with server 110. This communication may comprise transmitting a request for information to server 110 and receiving a response that includes data stored in database 113. Each of client devices 120 through 123 may provide any suitable client application such as a Web browser or a Java applet. In this regard, client devices 120 through 123 may be connected to server 110 through the Internet or through an Intranet.
Data sources 130 through 132 may comprise any sources of any data that may provide data to server 110. The data may be pushed to server 100 and/or provided in response to queries received therefrom. One or more of data sources 130 through 132 may comprise a back-end data environment employed in a business or industrial context. Data sources 130 through 132 may therefore comprise many disparate hardware and software systems, some of which are not interoperational with one another.
Two or more of the elements of system 100 may be located remote from one another and may communicate with one another via a network and/or a dedicated connection. Moreover, each displayed element of system 100 may comprise any number of hardware and/or software elements, some of which are located remote from each other.
Elements described herein as communicating with one another are directly or indirectly capable of communicating over any number of different systems for transferring data, including but not limited to shared memory communication, a local area network, a wide area network, a telephone network; a cellular network, a fiber-optic network, a satellite network, an infrared network, a radio frequency network, and any other type of network that may be used to transmit information between devices. Moreover, communication between systems may proceed over any one or more transmission protocols that are or become known, such as Asynchronous Transfer Mode (ATM), Internet Protocol (IP), Hypertext Transfer Protocol (HTTP) and Wireless Application Protocol (WAP).
Data area 205 of database 113 includes data volumes 210 through 220. Each of data volumes 210 through 220 comprises a logical group of physical memory units. For example, a data volume may comprise a portion of a physical hard disk, an entire physical hard disk, or a storage system composed of several physical hard disks. Data area 205 may include more or fewer data volumes than illustrated in
Each of data volumes 210 through 220 is logically divided into storage areas known as blocks. According to some embodiments, a block holds eight kilobytes of data. Although twenty-four blocks are illustrated in conjunction with data volume 210, embodiments may define more or fewer blocks per data volume.
Database 113 and cache 114 may manage data in basic units (i.e. pages) having the same size as a block. Accordingly, a page may be accessed by referencing a volume and a block address in which the page is stored.
Data area 205 also includes a database catalog including metadata of objects that are stored within data volumes 210 through 220. These objects may include tables, indexes, views, users and user groups.
Database 113 may also store log volumes in a log area (not shown). Such log volumes store information indicating changes made to stored data. The information may be used for returning database 113 to a consistent state after a system crash.
Configuration files 235 of database 113 store parameters for defining properties of database 113. These parameters may specify a size and physical location of each data volume and log volume, and a maximum number data volumes in data area 205.
I/O buffer cache 114 is used to manage memory that is available for I/O operations. I/O buffer cache 114 includes data cache 250 and converter 255. I/O buffer cache 114 may reside in Random Access Memory of server 110.
Data cache 250 stores pages from data area 205 that have been recently read or write-accessed. If a transaction changes a page, the changed page is initially saved in data cache 250 while the previous version of the page remains in data area 205. At various intervals (e.g., if data cache 250 reaches a threshold fullness or if a savepoint is scheduled), the changed data page is written to a location of one of data volumes 210 through 220. The foregoing process will be described in more detail below.
Converter 255 associates logical page numbers with physical addresses. For a given page number, converter 255 indicates a block address (e.g., a data volume number and an offset) at which an associated page is stored in data area 205. In a case that DBMS 112 cannot find a page in data cache 250, converter 255 is accessed to determine a location of the page in data area 205 based on the page's number.
Converter 255 includes converter map table 265 and converter pages 270 according to some embodiments. Each of converter pages 270 includes a respective data volume and a block address for each of several logical page numbers. For each logical page number, converter map table 265 specifies a memory address of I/O buffer cache 114 at which an associated converter page 270 is located. Each of converter pages 270 also indicates a data volume and a block address where it is stored in data area 205. Converter map table 265 and converter pages 270 will be discussed in more detail with respect to
Data cache 250 and converter 255 are illustrated separately in
According to some embodiments, a size of I/O buffer cache 114 may be configured but data cache 250 and converter 255 are dimensioned dynamically. For example, if converter 255 grows and requires more pages, converter 255 is allocated more pages from I/O buffer cache 114. If I/O buffer cache 114 does not include any more pages, memory allocated to data cache 260 is decreased and made available to converter 255.
DBMS 112 is shown in communication with database 113 and I/O buffer cache 114. In some embodiments, DBMS 112 includes a kernel which in turn includes SQL manager 275 and data access manager 280. SQL manager 275 processes received SQL statements and data access manager 280 manages access to stored data.
Process 300 and all other processes mentioned herein may be embodied in processor-executable program code read from one or more of a computer-readable medium, such as a floppy disk, a CD-ROM, a DVD-ROM, a Zip™ disk, a magnetic tape, and a signal encoding the process, and then stored in a compressed, uncompiled and/or encrypted format. In some embodiments, hard-wired circuitry may be used in place of, or in combination with, program code for implementation of processes according to some embodiments. Embodiments are therefore not limited to any specific combination of hardware and software.
In some embodiments, an apparatus stores program code to manage a data volume.
Initially, at S301, a plurality of data pages of a data volume is stored into a cache. The data volume of interest is a data volume that is to be deleted. A data volume may be deleted in order to reduce the size of its data area, to free a physical memory unit, to reconfigure a data area, and for other reasons.
With reference to
Next, at S302, writing of data pages to the data volume is prevented. S302 may comprise designating the subject data volume as “read-only” or any other suitable action that suspends writing of data pages to the data volume.
Each of the plurality of data pages in the cache is designated as modified at S303. Continuing with the present example, each of the data pages of data volume 215 that are stored cache 114 is designated as modified at S303. Cache 114 provides for such a designation in order to support a “shadow memory” feature.
A brief description of the shadow memory feature follows. To modify a page in accordance with the feature, the page is read from a block address of a data volume, the page is modified, and a log entry is written. The modified page is stored in cache 114, the modified page is designated as modified, and the original “last known good” page remains at the block address of the data volume from which it was read. Once a number of modified pages in cache 114 reaches a threshold amount, or after passage of a designated time interval, all pages designated as modified are written to data area 205.
The modified pages are not written to the block addresses of the data volumes from which they were read. Rather, the original unmodified page remains designated a “last known good” page at its respective block address and its modified version is written to a new block address of data volumes 210 through 220. To recover from a system crash, the modified pages stored in data area 205 are ignored and data area 205 is reconstructed based on the “last known good”-designated pages and the log entries.
A savepoint is periodically initiated to convert the modified pages stored in data area 205 to “last known good” pages and to free the blocks used by the existing “last known good” pages for writing pages thereto. At a savepoint, all pages designated as modified in cache 114 are written to data area 205 as described above. Once all modified pages are written, the “last known good” pages associated with the modified pages are released so that their associated block addresses may be overwritten.
Returning to process 300, the data pages in the cache that are designated as modified are written at S304 to a respective location in one or more other data volumes of the data area. The writing of pages at S304 may be facilitated by the shadow memory feature. More particularly, the shadow memory feature automatically writes modified pages of cache 114 to new locations in data area 205. However, since writing of pages to data volume 215 was prevented in S302, the modified pages are written only to other data volumes 210 and 220.
For each of the data pages written at S304, a converter page is updated at S305. A converter page is updated at S305 to associate a written data page with its respective location in the one or more other data volumes. As described above, each of converter pages 270 is associated with several logical page numbers, and maps a data volume and a block address to each associated logical page number. The converter pages 270 that are associated with the data pages written at S304 are therefore updated at S305 to map the data pages to the locations in the one or more other data volumes to which the pages were written.
S304 and S305 occur at a savepoint according to some embodiments. Consequently, each data page of data volume 210 is designated a “last known good” data page and may be released after process 300. Moreover, data volume 210 may be deleted from data area 205 after process 300 by modifying configuration files 235 appropriately.
For example, converter page 271 indicates that a data page associated with logical page number 2111 is stored at block 300 of data volume 1. Converter pages 271 and 272 also indicate locations of data area 205 which store “last known good” versions of converter pages 271 and 272. For example, the “last known good” version of converter page 272 is stored at block 40 of data volume 2. The version number specified in converter page 272 represents a last savepoint at which the “last known good” version was written to block 40 of data volume 2.
A data volume to be deleted is designated as read-only at S601. DBMS 112 may include a free block management component for determining block addresses of data area 205 to which pages may be written. According to some embodiments of S601, the free block management component is configured so that no pages are written to block addresses of the data volume.
A plurality of converter pages of a cache is identified at S602. The identified pages consist of pages that are associated with converter pages of the data volume.
The identified plurality of converter pages are designated as modified at S603. This designation is illustrated in
Some of the converter pages identified at S602 may have been previously modified and not written to data area 205. Such converter pages would already be designated as modified prior to S603. These modified converter pages would differ from their associated converter pages stored in the data volume, while any of the identified converter pages that were not designated as modified prior to S603 would be identical to their associated converter pages stored in the data volume.
Next, at S604, each of the converter pages of the cache that is designated as modified is updated to indicate a respective location in one or more other data volumes. The respective location of an updated converter page indicates where the converter page is to be subsequently written. By virtue of S601, the free block management component may ensure that the converter pages are updated to indicate only locations in other data volumes 210 and 220 of data area 205. According to some embodiments, S604 occurs during execution of a savepoint.
The converter pages of the cache are written to their indicated locations in the one or more other data volumes at S605. The arrows of
For each of the converter pages written at S605, a converter index page is updated at S606. The converter index page is updated to associate the written converter page with its new location in the data area. For example, one or more of converter index pages 500 of
A plurality of data pages of the data volume to be deleted is identified at S607. The identification is based on converter pages of the cache that associate each of the data pages with the data volume. According to some embodiments, a location of each of converter pages 270 is determined and S607 based on converter map table 265. Each of converter pages 270 is examined to locate each logical page number that is associated with a block address of data volume 1.
At S608, it is determined whether each identified data page is stored in the cache. Each identified data page that is not stored in the cache is read from the data volume using its associated block address and stored in the cache. Accordingly, after completion of S608, the cache includes either an identical or a modified version of each data page of the data volume to be deleted. Each data page is then designated as modified at S609, regardless of whether the data page is an identical or modified version of its associated page in the data volume.
Each data page in the cache that is designated as modified is written at S610 to a respective location in one or more other data volumes of the data area. DBMS 112 may utilize the above-described shadow memory feature and free block management component at S610 to automatically write the modified pages of cache 114 to data volumes 2 or 3 of data area 205. A converter page is then updated at S611 for each of the data pages written at S610. Each of the updated converter pages associates one of the written data pages with the location to which it was written at S610.
Converter page 1276 is an updated version of converter page 976 of
At S612, each of the updated converter pages of the cache is updated to indicate a respective location in one or more other data volumes. The respective location of an updated converter page indicates where the converter page is to be subsequently written. Again, the free block management component of DBMS 112 may ensure that the converter pages are updated at S612 to indicate only locations in data volumes 2 and 3 of data area 205.
Converter pages 1376 and 1378 of
The updated converter pages of the cache are written to their indicated locations in the one or more other data volumes at S613.
A converter index page is updated at S614 for each of the converter pages written at S613. The converter index pages are updated to associate the written converter pages with their new locations in the data area. This updating may allow DBMS 112 to locate the converter pages in data area 205 at a next restart.
Next, at S615, it is determined that the data volume to be deleted includes a restart page. A restart page may store information that a database system requires to restart a database. The restart page may be updated at each savepoint.
According to some implementations, a restart page is located in a data area at block 1 of data volume 1.
The restart page is moved to a location in one of the other data volumes at S616.
A data volume linkage associated with the data area is modified at S618 according to some embodiments. Flow may proceed directly to S618 from S614 if the data volume to be deleted does not include a restart page. Again referring to
Next, at S619, a configuration file associated with the data area is modified. The modification reflects deletion of the subject data volume.
As shown, configuration file 1700 specifies a logical identifier DATA_VOLUME_NAME—001 for data volume 1 and associates the identifier with a physical location. After deletion of the data volume according to process 600, configuration file 1700 may be modified at S619 to create configuration file 1710. Configuration file 1710 is identical to file 1700 except for the deletion of information related to the deleted data volume.
The embodiments described herein are solely for the purpose of illustration. Those skilled in the art will recognize other embodiments may be practiced with modifications and alterations limited only by the claims.
Strahl, Torsten, Hempelmann, Henrik
Patent | Priority | Assignee | Title |
11237911, | Mar 20 2018 | SAP SE | Object store for database backups |
Patent | Priority | Assignee | Title |
5265227, | Nov 14 1989 | Intel Corporation | Parallel protection checking in an address translation look-aside buffer |
5341429, | Dec 04 1992 | BUYLINE, INC | Transformation of ephemeral material |
5742792, | Apr 23 1993 | EMC Corporation | Remote data mirroring |
6240527, | Mar 16 1998 | POWER MANAGEMENT ENTERPRISES, LLC | Method software and apparatus for saving using and recovering data |
6944711, | Mar 28 2003 | Hitachi, LTD | Cache management method for storage device |
7290108, | Mar 25 2005 | Hitachi, Ltd. | Information processing system having volume guard function |
20010011347, | |||
20030163655, | |||
20040210713, | |||
20040267835, | |||
20050055603, | |||
20060031634, | |||
20070101079, |
Executed on | Assignor | Assignee | Conveyance | Frame | Reel | Doc |
Jan 30 2006 | SAP AG | (assignment on the face of the patent) | / | |||
Jan 30 2006 | HEMPELMANN, HENRIK | SAP AG | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 017531 | /0682 | |
Jan 30 2006 | STRAHL, TORSTEN | SAP AG | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 017531 | /0682 | |
Jul 07 2014 | SAP AG | SAP SE | CHANGE OF NAME SEE DOCUMENT FOR DETAILS | 033625 | /0334 |
Date | Maintenance Fee Events |
Apr 19 2010 | ASPN: Payor Number Assigned. |
Apr 26 2010 | ASPN: Payor Number Assigned. |
Apr 26 2010 | RMPN: Payer Number De-assigned. |
Sep 24 2013 | M1551: Payment of Maintenance Fee, 4th Year, Large Entity. |
Sep 26 2017 | M1552: Payment of Maintenance Fee, 8th Year, Large Entity. |
Sep 27 2021 | M1553: Payment of Maintenance Fee, 12th Year, Large Entity. |
Date | Maintenance Schedule |
Apr 06 2013 | 4 years fee payment window open |
Oct 06 2013 | 6 months grace period start (w surcharge) |
Apr 06 2014 | patent expiry (for year 4) |
Apr 06 2016 | 2 years to revive unintentionally abandoned end. (for year 4) |
Apr 06 2017 | 8 years fee payment window open |
Oct 06 2017 | 6 months grace period start (w surcharge) |
Apr 06 2018 | patent expiry (for year 8) |
Apr 06 2020 | 2 years to revive unintentionally abandoned end. (for year 8) |
Apr 06 2021 | 12 years fee payment window open |
Oct 06 2021 | 6 months grace period start (w surcharge) |
Apr 06 2022 | patent expiry (for year 12) |
Apr 06 2024 | 2 years to revive unintentionally abandoned end. (for year 12) |