A Parallel Migration Method of Anonymized Data in Transparent Online Database
An anonymization and database technology, applied in structured data retrieval, database design/maintenance, etc.
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment
[0021] This embodiment includes the following steps:
[0022] (1) Install and build an oracle database, create a business data table, and fill in about 100,000 business data. The data structure is as follows (the data fields that need to be anonymized are: C_XM, C_LXFS, C_ADDR, C_SFZID);
[0023] Table name: T_LIS_HZSFXX
[0024] column name Chinese name type of data length N_ID serial number integer 8 C_XM Name character 40 C_LXFS contact details character 20 C_ADDR address character 100 C_SFZID ID number character 18
[0025] (2) Change the table structure into the following table through the PL / SQL operation of the oracle database, and change the table name to T_LIS_HZSFXX_GAFF at the same time;
[0026]
[0027] Specifically execute the sql statement:
[0028] ALTER TABLE T_LIS_HZSFXX ADD C_XM_GAFF VARCHAR2(100);
[0029] ALTER TABLE T_LIS_HZSFXX ADD C_LXFS_GAFF VARCHAR2(100);
[0030] ...
PUM
Login to View More Abstract
Description
Claims
Application Information
Login to View More 


