The patent badge is an abbreviated version of the USPTO patent document. The patent badge does contain a link to the full patent document.
The patent badge is an abbreviated version of the USPTO patent document. The patent badge covers the following: Patent number, Date patent was issued, Date patent was filed, Title of the patent, Applicant, Inventor, Assignee, Attorney firm, Primary examiner, Assistant examiner, CPCs, and Abstract. The patent badge does contain a link to the full patent document (in Adobe Acrobat format, aka pdf). To download or print any patent click here.
Patent No.:
Date of Patent:
Jun. 14, 2022
Filed:
Aug. 30, 2018
Oracle International Corporation, Redwood Shores, CA (US);
Matthias Brantner, Sunnyvale, CA (US);
Laurent Daynes, Saint Ismier, FR;
Pit Fender, Union City, CA (US);
Benjamin Schlegel, Merced, CA (US);
Anantha Kiran Kandukuri, Zürich, CH;
Hassan Chafi, San Mateo, CA (US);
Eric Sedlar, Pacific Palisades, CA (US);
Juergen Christ, Waldshut, DE;
Lucas Braun, Nuerensdorf, CH;
Bastian Hossbach, Thalwil, CH;
Alexander Ulrich, Freiburg, DE;
Harshad Kasture, Sunnyvale, CA (US);
Oracle International Corporation, Redwood Shores, CA (US);
Abstract
Herein are computerized techniques for deploying JavaScript and TypeScript stored procedures and user-defined functions into a database management system (DBMS). In an embodiment, a computer generates a SQL call specification for each subroutine of one or more subroutines encoded in a scripting language. The generating is based on a signature declaration of the subroutine. Each subroutine comprises a definition of a stored procedure or a user-defined function. The computer packages the definition and the SQL call specification of each subroutine into a single bundle file. The definition and the SQL call specification of each subroutine are deployed into a DBMS from the single bundle file. Eventually, the SQL call specification of at least one subroutine is invoked to execute the definition of the subroutine in the DBMS.