CN110633266B - Version generation method and system of business system - Google Patents

Version generation method and system of business system Download PDF

Info

Publication number
CN110633266B
CN110633266B CN201910916582.0A CN201910916582A CN110633266B CN 110633266 B CN110633266 B CN 110633266B CN 201910916582 A CN201910916582 A CN 201910916582A CN 110633266 B CN110633266 B CN 110633266B
Authority
CN
China
Prior art keywords
database
exported
version
object information
configuration table
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201910916582.0A
Other languages
Chinese (zh)
Other versions
CN110633266A (en
Inventor
杨晓旺
韩英
宁晶晶
李泽江
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Bank of China Ltd
Original Assignee
Bank of China Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN201910916582.0A priority Critical patent/CN110633266B/en
Publication of CN110633266A publication Critical patent/CN110633266A/en
Application granted granted Critical
Publication of CN110633266B publication Critical patent/CN110633266B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/21Design, administration or maintenance of databases
    • G06F16/219Managing data history or versioning
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems

Abstract

The invention discloses a method and a system for generating versions of business systems, which access object configuration tables of N target business systems and determine object information to be exported, wherein the object configuration tables comprise all object information for generating versions of the target business systems, and objects are exported from a database according to the object information; generating a calling file according to the object configuration table; and importing the object and the call file into preset version structures corresponding to the N target business systems. Therefore, the invention realizes batch export of the database objects and greatly reduces manual intervention at the same time, improves the efficiency of export work of the database objects, and can realize quick generation of the installation version of the service system so as to standardize the version management of the service system.

Description

Version generation method and system of business system
Technical Field
The invention relates to the technical field of data processing, in particular to a method and a system for generating a version of a business system.
Background
The development based on the database is widely applied to data analysis and data warehouse, but different from java, a plurality of solutions and tools for compiling and constructing exist, and a tool for uniformly managing and deploying versions is not available in the database development process. The banking system is an important application scene of database development, and as more and more business systems are used, the data processing amount is gradually increased, and the existing development tools cannot meet the generation requirement of business system versions.
The version method of the existing business system adopts a series of tools contained in the PL/SQL Developer to manage the business system version, and the PL/SQL Developer can realize the database object export and the user object comparison according to users. However, when the PL/SQL Developer needs to export the database object, manual intervention is required continuously, and the contents related in the parameter table cannot be exported in batch, so that the work efficiency of exporting the database object is low.
Disclosure of Invention
The invention provides a version generation method and a version generation system of a business system, which can solve the problem that in the prior art, when a database object needs to be exported, PL/SQL Developer needs to continuously perform manual intervention, and the contents related in a parameter table cannot be exported in batches, so that the work efficiency of exporting the database object is low.
In order to achieve the purpose, the invention provides the following technical scheme:
a version generation method of a business system comprises the following steps:
accessing object configuration tables of N target business systems, and determining object information needing to be exported, wherein the object configuration tables comprise all object information for generating versions of the target business systems, and N is a positive integer greater than or equal to 1;
deriving an object from a database according to the object information;
generating a calling file according to the object configuration table;
and importing the object and the calling file into preset version structures corresponding to the N target business systems.
Optionally, the deriving an object from a database according to the object information includes:
judging whether the object belongs to data in a derived parameter table of the database or not according to the object information;
if the object is judged to belong to data in a export parameter table of the database, accessing the database to obtain the export parameter table, and exporting the object according to an export method which is recorded in the export parameter table and corresponds to the object;
and if the object is judged not to belong to the data in the export parameter table of the database, directly exporting the object from the database through a command statement.
Optionally, before the deriving the object from the database according to the object information, the method further includes:
and determining a exporting mode according to the batch number in the object configuration table, wherein the exporting mode comprises exporting incremental data and exporting full data.
Optionally, the generating a call file according to the object configuration table includes:
and respectively generating calling files according to the object information in the object configuration table and the business system, the storage path, the object type and the user to which the object belongs.
Optionally, after the deriving the object from the database according to the object information, the method further includes:
judging whether all the objects are exported according to the object information in the object configuration table;
if the objects are judged to be completely exported, continuing to execute the step of generating the calling file according to the object configuration table;
and if the objects are not completely exported, returning to the step of executing the access to the object configuration table of the N target business systems and determining the object information needing to be exported.
Optionally, after generating the call file according to the object configuration table, the method further includes:
judging whether all calling files are generated according to the object information in the object configuration table;
if all the calling files are judged to be generated, the step of importing the object and the calling files into preset version structures corresponding to the N target business systems is continuously executed;
and if not, returning to execute the step of accessing the object configuration tables of the N target business systems and determining the object information needing to be exported.
A version generation system for a business system, comprising:
a first determining unit, configured to access object configuration tables of N target business systems, and determine object information that needs to be derived, where the object configuration tables include all object information for generating versions of the target business systems, and N is a positive integer greater than or equal to 1;
a derivation unit configured to derive an object from a database according to the object information;
the generating unit is used for generating a calling file according to the object configuration table;
and the importing unit is used for importing the object and the calling file into preset version structures corresponding to the N target business systems.
Optionally, the deriving unit includes:
the first judgment subunit is used for judging whether the object belongs to data in a derived parameter table of the database according to the object information;
the export subunit is used for accessing the database to obtain the export parameter table if the object is judged to belong to the data in the export parameter table of the database, and exporting the object according to the export method which is recorded in the export parameter table and corresponds to the object;
and if the object is judged not to belong to the data in the export parameter table of the database, directly exporting the object from the database through a command statement.
Optionally, the version generation system further includes:
and the second determining unit is used for determining a derivation mode according to the batch number in the object configuration table, wherein the derivation mode comprises derivation incremental data and derivation full-size data.
Optionally, the generating unit is configured to generate the call files according to the object information in the object configuration table and according to the service system, the storage path, the object type, and the user to which the object belongs.
Optionally, the version generation system further includes:
a second judgment unit, configured to judge whether all the objects are exported according to the object information in the object configuration table;
if the objects are judged to be completely exported, continuing to execute the step of generating the calling file according to the object configuration table;
and if the objects are not completely exported, returning to the step of executing the access to the object configuration table of the N target business systems and determining the object information needing to be exported.
Optionally, the version generation system further includes:
a third judging unit, configured to judge whether all the call files have been generated according to the object information in the object configuration table;
if all the calling files are judged to be generated, the step of importing the object and the calling files into preset version structures corresponding to the N target business systems is continuously executed;
and if not, returning to execute the step of accessing the object configuration tables of the N target business systems and determining the object information needing to be exported.
According to the technical scheme, in the method and the system for generating the version of the business system, object configuration tables of N target business systems are accessed, the object information needing to be exported is determined, wherein the object configuration tables comprise all object information for generating the versions of the target business systems, and the objects are exported from the database according to the object information; generating a calling file according to the object configuration table; and importing the object and the call file into preset version structures corresponding to the N target business systems. Therefore, the invention realizes batch export of the database objects and greatly reduces manual intervention at the same time, improves the efficiency of export work of the database objects, and can realize quick generation of the installation version of the service system so as to standardize the version management of the service system.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
Fig. 1 is a flowchart of a version generation method of a business system according to an embodiment of the present invention;
FIG. 2 is a diagram illustrating a version structure of a business system according to another embodiment of the present invention;
fig. 3 is a schematic diagram of a version generation system of a business system according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
As known from the background art, the version method of the existing business system adopts a series of tools contained in the PL/SQL Developer to manage the business system version, and the PL/SQL Developer can realize the database object export and the user object comparison according to users. However, when the PL/SQL Developer needs to export the database object, manual intervention is required continuously, and the contents related in the parameter table cannot be exported in batch, so that the work efficiency of exporting the database object is low.
In view of this, the present invention provides a version generation method and system for a business system, which can solve the problem in the prior art that the work efficiency of exporting database objects is low because the PL/SQL Developer needs continuous manual intervention when the database objects need to be exported, and the contents related to the parameter table cannot be exported in batches.
As shown in fig. 1, an embodiment of the present invention discloses a version generation method for a business system, including the following steps:
s101, accessing object configuration tables of N target business systems, determining object information needing to be exported,
in step S101, the object configuration table includes all object information for generating the target business system version, where N is a positive integer greater than or equal to 1.
It should be noted that the object configuration table configures a business system name, an object type, a belonging user, a batch identifier, a storage path, and the like, which are related to the version of the business system. When the business system version is exported, different exporting methods are adopted for different objects and object types, and the different exporting methods are stored in different file paths. For example, if a file with a suffix name of TAB is generated from an object, the file is saved in a folder with the name of TABLE.
And S102, exporting the object from the database according to the object information.
Optionally, the deriving an object from a database according to the object information includes:
and judging whether the object belongs to data in a derived parameter table of the database or not according to the object information.
And if the object is judged to belong to the data in the export parameter table of the database, accessing the database to obtain the export parameter table, and exporting the object according to the export method which is recorded in the export parameter table and corresponds to the object.
And if the object is judged not to belong to the data in the export parameter table of the database, directly exporting the object from the database through a command statement.
It should be noted that, when an object is exported from a database, different objects need to adopt different export methods, wherein the objects are mainly divided into two objects, one is recorded in an export parameter TABLE and can be exported by a recorded corresponding export method, and the other is a program type involved in the database development process and mainly comprises a TABLE structure of TABLE type, SYNONYM of synymm type, FUNCTION of FUNCTION type, program of program type, TRIGGER of TRIGGER type, SEQUENCE of SEQUENCE type, and the like, and the objects can be directly exported from the database by a command statement, specifically, the object export can be directly conducted by using DBMS _ metadata.
In addition, the process of accessing the database to obtain the derived parameter table may specifically access the user _ tab _ cols path in the database to obtain the derived parameter table.
Optionally, before the deriving the object from the database according to the object information, the method further includes:
and determining a exporting mode according to the batch number in the object configuration table, wherein the exporting mode comprises exporting incremental data and exporting full data.
It should be noted that, deriving incremental data refers to deriving partial data related to the version of the business system, and deriving full data refers to deriving all data related to the version of the business system.
Optionally, after the deriving the object from the database according to the object information, the method further includes:
and judging whether all the objects are exported or not according to the object information in the object configuration table.
And if the objects are judged to be completely exported, continuing to execute the step of generating the calling file according to the object configuration table.
And if the objects are not completely exported, returning to the step of executing the access to the object configuration table of the N target business systems and determining the object information needing to be exported.
It should be noted that, in order to determine that all objects required by the version of the target business system are successfully exported, verification needs to be performed on the exported objects to ensure that the finally generated business system version is complete and can be successfully run and installed and deployed.
And S103, generating a calling file according to the object configuration table.
Optionally, the generating a call file according to the object configuration table includes:
and respectively generating calling files according to the object information in the object configuration table and the business system, the storage path, the object type and the user to which the object belongs.
It should be noted that, because the object information in the object configuration table includes the information of the service system, the storage path, the object type, and the multiple categories of the object, the information needs to be stored in the specified path of the service system during installation to ensure the normal operation of the service system, and the call file plays a role in calling the object stored in the version of the service system to be correctly installed in the specified directory.
In addition, because the object configuration table may include object information of more than one service system, a plurality of finally generated call files are also provided, and the call files belonging to the same service system are imported into the corresponding service system version structure when the service system version structure is subsequently imported.
Optionally, after generating the call file according to the object configuration table, the method further includes:
and judging whether all the call files are generated according to the object information in the object configuration table.
And if all the call files are judged to be generated, continuously executing the step of importing the object and the call files into preset version structures corresponding to the N target business systems.
And if not, returning to execute the step of accessing the object configuration tables of the N target business systems and determining the object information needing to be exported.
It should be noted that, in order to ensure correct installation and deployment of all service systems, it is necessary to ensure that all call files required for installing a service system are completely generated, and therefore, verification is required to be performed, and the next step can be performed only after all call files required for verifying that a service system is completely generated.
S104, importing the object and the calling file into preset version structures corresponding to the N target business systems.
It should be noted that the design idea of the service system version structure is to establish different users on the database for different service needs and security scenarios, and to classify the users into different user groups, and to differentiate the functions of each service system in the user group mode. Each user group (i.e., each business system independent function) has a separate set version. And each version takes one INSTALL file as an entrance, and sequentially executes the calling files according to a predefined flow to finish installation and deployment.
Specifically, as shown in fig. 2, a schematic diagram of a service system version structure disclosed in another embodiment of the present invention is shown.
The method comprises the steps that a plurality of business system version structures can be designed and generated simultaneously, a root directory refers to a directory stored by versions, one INSTALL script is arranged under each business system, and a plurality of directories are arranged in parallel at the same time to store various types of objects. And under each object type file, setting a calling script and a folder for dividing the directory according to the user. And storing specific objects and calling files according to the user sub-directory files. Each list is explained as follows:
INSTALL is the total warehouse entry of the installation version, and the file can be installed by one key when being executed.
Specifically, a basic process for installing a business system version is planned in an INSTALL file, and the process is as follows:
setting environment variables- > establishing sequence- > creating a table structure- > creating a trigger- > initializing table data- > compiling a storage process- > establishing synonym authority- > giving execution authority to an executable program- > recompiling all programs and a function- > refreshing synonym authority- > checking installation condition- > ending.
The TABLE folder stores all TABLE structures and view statements by user. And storing files with TAB and SQL as suffixes.
The DDL folder stores all table data according to users, wherein files with CSV as suffix are concrete data, and files with CTL as suffix are configuration files for configuring separators, increment identifications, full identifications, table structures, field lengths and the like of the files with CSV as suffix. The incremental identification is carried out in a mode of exporting incremental data when the object is exported, and the full identification is carried out in a mode of exporting full data when the object is exported.
The PLSQL folder stores all programs and functions per user, files with suffix name of.prc and. fnc.
The MVIEW folder stores all materialized views by user with a suffix name of. mvw.
The SEQUENCE folder stores all SEQUENCEs by user, typically with seq as a suffix.
The GRANT folder stores the statement with authority, and mainly authorizes all or part of objects under the source user to the target user, and creates synonyms at the same time.
In the version generation method of the business system disclosed in this embodiment, object configuration tables of N target business systems are accessed, and object information to be exported is determined, where the object configuration tables include all object information for generating versions of the target business systems, and objects are exported from a database according to the object information; generating a calling file according to the object configuration table; and importing the object and the call file into preset version structures corresponding to the N target business systems. Therefore, the invention realizes batch export of the database objects and greatly reduces manual intervention at the same time, improves the efficiency of export work of the database objects, and can realize quick generation of the installation version of the service system so as to standardize the version management of the service system.
Based on the version generation method of the business system disclosed in the embodiment of the present invention, fig. 3 specifically discloses a version generation system of the business system to which the version generation method of the business system is applied.
As shown in fig. 3, another embodiment of the present invention discloses a version generation system of a business system, which includes:
a first determining unit 301, configured to access object configuration tables of N target business systems, and determine object information that needs to be derived, where the object configuration tables include all object information for generating versions of the target business systems, and N is a positive integer greater than or equal to 1;
an export unit 302 for exporting the object from the database according to the object information;
a generating unit 303, configured to generate a call file according to the object configuration table;
an importing unit 304, configured to import the object and the call file into preset version structures corresponding to the N target business systems.
Optionally, the deriving unit 302 includes:
the first judgment subunit is used for judging whether the object belongs to data in a derived parameter table of the database according to the object information;
the export subunit is used for accessing the database to obtain the export parameter table if the object is judged to belong to the data in the export parameter table of the database, and exporting the object according to the export method which is recorded in the export parameter table and corresponds to the object;
and if the object is judged not to belong to the data in the export parameter table of the database, directly exporting the object from the database through a command statement.
Optionally, the version generation system further includes:
and the second determining unit is used for determining a derivation mode according to the batch number in the object configuration table, wherein the derivation mode comprises derivation incremental data and derivation full-size data.
Optionally, the generating unit 303 is configured to generate the call files according to the service system, the storage path, the object type, and the user to which the object belongs, according to the object information in the object configuration table.
Optionally, the version generation system further includes:
a second judgment unit, configured to judge whether all the objects are exported according to the object information in the object configuration table;
if the objects are judged to be completely exported, continuing to execute the step of generating the calling file according to the object configuration table;
and if the objects are not completely exported, returning to the step of executing the access to the object configuration table of the N target business systems and determining the object information needing to be exported.
Optionally, the version generation system further includes:
a third judging unit, configured to judge whether all the call files have been generated according to the object information in the object configuration table;
if all the calling files are judged to be generated, the step of importing the object and the calling files into preset version structures corresponding to the N target business systems is continuously executed;
and if not, returning to execute the step of accessing the object configuration tables of the N target business systems and determining the object information needing to be exported.
For specific working processes of the first determining unit 301, the deriving unit 302, the generating unit 303, and the importing unit 304 in the version generating system of the business system disclosed in the above embodiment of the present invention, reference may be made to corresponding contents in the version generating method of the business system disclosed in the above embodiment of the present invention, and details are not described here.
In the version generation system of the business system disclosed in this embodiment, an object configuration table of N target business systems is accessed, and object information to be exported is determined, where the object configuration table includes all object information for generating versions of the target business systems, and objects are exported from a database according to the object information; generating a calling file according to the object configuration table; and importing the object and the call file into preset version structures corresponding to the N target business systems. Therefore, the invention realizes batch export of the database objects and greatly reduces manual intervention at the same time, improves the efficiency of export work of the database objects, and can realize quick generation of the installation version of the service system so as to standardize the version management of the service system.
It should also be noted that the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in the process, method, article, or apparatus that comprises the element.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The above are merely examples of the present application and are not intended to limit the present application. Various modifications and changes may occur to those skilled in the art. Any modification, equivalent replacement, improvement, etc. made within the spirit and principle of the present application should be included in the scope of the claims of the present application.

Claims (10)

1. A version generation method of a business system is characterized by comprising the following steps:
accessing object configuration tables of N target business systems, and determining object information needing to be exported, wherein the object configuration tables comprise all object information for generating versions of the target business systems, and N is a positive integer greater than or equal to 1;
judging whether the object belongs to data in a derived parameter table of a database or not according to the object information;
if the object is judged to belong to data in a export parameter table of the database, accessing the database to obtain the export parameter table, and exporting the object according to an export method which is recorded in the export parameter table and corresponds to the object;
if the object is judged not to belong to the data in the export parameter table of the database, the object is directly exported from the database through a DBMS _ METADATA. GET _ DDL command statement;
generating a calling file according to the object configuration table;
and importing the object and the calling file into preset version structures corresponding to the N target business systems.
2. The version generation method of claim 1, further comprising, prior to said exporting an object from a database according to said object information:
and determining a exporting mode according to the batch number in the object configuration table, wherein the exporting mode comprises exporting incremental data and exporting full data.
3. The version generation method according to claim 1, wherein the generating a call file according to the object configuration table includes:
and respectively generating calling files according to the object information in the object configuration table and the business system, the storage path, the object type and the user to which the object belongs.
4. The version generation method of claim 1, further comprising, after said deriving an object from a database in accordance with said object information:
judging whether all the objects are exported according to the object information in the object configuration table;
if the objects are judged to be completely exported, continuing to execute the step of generating the calling file according to the object configuration table;
and if the objects are not completely exported, returning to the step of executing the access to the object configuration table of the N target business systems and determining the object information needing to be exported.
5. The version generation method according to claim 1, further comprising, after the generating a call file according to the object configuration table:
judging whether all calling files are generated according to the object information in the object configuration table;
if all the calling files are judged to be generated, the step of importing the object and the calling files into preset version structures corresponding to the N target business systems is continuously executed;
and if not, returning to execute the step of accessing the object configuration tables of the N target business systems and determining the object information needing to be exported.
6. A version generation system for a business system, comprising:
a first determining unit, configured to access object configuration tables of N target business systems, and determine object information that needs to be derived, where the object configuration tables include all object information for generating versions of the target business systems, and N is a positive integer greater than or equal to 1;
a derivation unit comprising: a first judgment subunit and a derivation subunit;
the first judgment subunit is used for judging whether the object belongs to data in a derived parameter table of the database according to the object information;
the export subunit is used for accessing the database to obtain the export parameter table if the object is judged to belong to the data in the export parameter table of the database, and exporting the object according to the export method which is recorded in the export parameter table and corresponds to the object;
if the object is judged not to belong to the data in the export parameter table of the database, the object is directly exported from the database through a DBMS _ METADATA. GET _ DDL command statement;
the generating unit is used for generating a calling file according to the object configuration table;
and the importing unit is used for importing the object and the calling file into preset version structures corresponding to the N target business systems.
7. The version generation system of claim 6, further comprising:
and the second determining unit is used for determining a derivation mode according to the batch number in the object configuration table, wherein the derivation mode comprises derivation incremental data and derivation full-size data.
8. The version generation system according to claim 6, wherein the generation unit is configured to generate the call files according to the service system, the storage path, the object type and the user to which the object belongs, respectively, according to the object information in the object configuration table.
9. The version generation system of claim 6, further comprising:
a second judgment unit, configured to judge whether all the objects are exported according to the object information in the object configuration table;
if the objects are judged to be completely exported, continuing to execute the step of generating the calling file according to the object configuration table;
and if the objects are not completely exported, returning to the step of executing the access to the object configuration table of the N target business systems and determining the object information needing to be exported.
10. The version generation system of claim 6, further comprising:
a third judging unit, configured to judge whether all the call files have been generated according to the object information in the object configuration table;
if all the calling files are judged to be generated, the step of importing the object and the calling files into preset version structures corresponding to the N target business systems is continuously executed;
and if not, returning to execute the step of accessing the object configuration tables of the N target business systems and determining the object information needing to be exported.
CN201910916582.0A 2019-09-26 2019-09-26 Version generation method and system of business system Active CN110633266B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910916582.0A CN110633266B (en) 2019-09-26 2019-09-26 Version generation method and system of business system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910916582.0A CN110633266B (en) 2019-09-26 2019-09-26 Version generation method and system of business system

Publications (2)

Publication Number Publication Date
CN110633266A CN110633266A (en) 2019-12-31
CN110633266B true CN110633266B (en) 2022-03-29

Family

ID=68972890

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910916582.0A Active CN110633266B (en) 2019-09-26 2019-09-26 Version generation method and system of business system

Country Status (1)

Country Link
CN (1) CN110633266B (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5897642A (en) * 1997-07-14 1999-04-27 Microsoft Corporation Method and system for integrating an object-based application with a version control system
CN102236672A (en) * 2010-05-06 2011-11-09 深圳市腾讯计算机系统有限公司 Method and device for importing data
CN103455589A (en) * 2013-08-29 2013-12-18 中国农业银行股份有限公司 Product data migration method, device and system in product factory pattern
CN105701251A (en) * 2016-03-04 2016-06-22 浪潮通用软件有限公司 Data export and import method based on object definition
CN107357942A (en) * 2017-09-04 2017-11-17 山东达创网络科技股份有限公司 A kind of source code auxiliary Core Generator and its generation method
CN107656968A (en) * 2017-08-31 2018-02-02 武汉斗鱼网络科技有限公司 High-volume business datum deriving method and system
CN108319645A (en) * 2017-12-25 2018-07-24 中国科学院信息工程研究所 Multi version file view management method and device under a kind of isomery storage environment
CN110046149A (en) * 2013-07-09 2019-07-23 甲骨文国际公司 For generating the solution for being used for the set of scripts of automated data library migration

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8589450B2 (en) * 2011-12-28 2013-11-19 Business Objects Software Limited Mapping non-relational database objects into a relational database model
US8818949B2 (en) * 2011-12-30 2014-08-26 Bmc Software, Inc. Systems and methods for migrating database data
CN105426465A (en) * 2015-11-13 2016-03-23 中国建设银行股份有限公司 Method and device for online exporting statements
US11829337B2 (en) * 2016-11-16 2023-11-28 Sap Se Minimizing downtime in migrating content of databases systems
US10467202B2 (en) * 2017-07-21 2019-11-05 Bank Of America Corporation System for multi-release and parallel development of a database
CN107562705B (en) * 2017-07-25 2021-09-14 努比亚技术有限公司 Data export method, server and computer readable storage medium

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5897642A (en) * 1997-07-14 1999-04-27 Microsoft Corporation Method and system for integrating an object-based application with a version control system
CN102236672A (en) * 2010-05-06 2011-11-09 深圳市腾讯计算机系统有限公司 Method and device for importing data
CN110046149A (en) * 2013-07-09 2019-07-23 甲骨文国际公司 For generating the solution for being used for the set of scripts of automated data library migration
CN103455589A (en) * 2013-08-29 2013-12-18 中国农业银行股份有限公司 Product data migration method, device and system in product factory pattern
CN105701251A (en) * 2016-03-04 2016-06-22 浪潮通用软件有限公司 Data export and import method based on object definition
CN107656968A (en) * 2017-08-31 2018-02-02 武汉斗鱼网络科技有限公司 High-volume business datum deriving method and system
CN107357942A (en) * 2017-09-04 2017-11-17 山东达创网络科技股份有限公司 A kind of source code auxiliary Core Generator and its generation method
CN108319645A (en) * 2017-12-25 2018-07-24 中国科学院信息工程研究所 Multi version file view management method and device under a kind of isomery storage environment

Also Published As

Publication number Publication date
CN110633266A (en) 2019-12-31

Similar Documents

Publication Publication Date Title
CN110209650B (en) Data normalization and migration method and device, computer equipment and storage medium
US9971595B1 (en) Techniques for automated database deployment
CN105094851A (en) Method for momentarily issuing codes based on Git
CN104133772A (en) Automatic test data generation method
CN104102511A (en) SQL (structured query language) Server based automatic script upgrading system and method
CN109144978B (en) Authority management method and device
CN106502642A (en) A kind of evaluation method of eda tool and system
CN104133699A (en) Equipment system software updating method and equipment system software updating system
CN104461723A (en) Process control method, device and system
CN110059074A (en) A kind of data processing method and system for memory database
CN105678118A (en) Generation method and device for software versions with digital certificate
CN113220597B (en) Test method, test device, electronic equipment and storage medium
CN110633266B (en) Version generation method and system of business system
CN105550342A (en) Data processing method of completely-transparent distributed database
CN107644041B (en) Policy settlement processing method and device
CN111258595A (en) PyInstaler-based python source code packaging method
CN102682038A (en) Database change method and device
CN115757172A (en) Test execution method and device, storage medium and computer equipment
CN116028084A (en) Cross-version hot upgrading method, system and terminal based on OpenStack cloud platform
CN112817931B (en) Incremental version file generation method and device
US8326808B2 (en) Information processing apparatus, and information processing method, program, and recording medium
CN105354144A (en) Method and system for automatically testing consistency of business support system information models
CN110928798A (en) Code testing method, device and equipment
CN111400396A (en) Method and device for generating data synchronization script and computer readable storage medium
CN117130987B (en) Flight control management method for large-scale unmanned aerial vehicle cluster

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant