Category: DB(Database)

Oracle Character Set Conversion (3): 3. Client Environment Configuration (2)

Continuing from the previous article, we look at the configuration of the Oracle Character Set conversion client environment. Oracle Server Character Set and Client NLS_LANG recommended four configurations can be checked. 3.2. Summary of test case execution results Previous article Oracle Character Set conversion (2): 3. Client environment configuration (1) of...

Oracle Character Set Conversion (2): 3. Configuring the Client Environment (1)

Examine Oracle Character Set conversion client environment configuration. Server Character Set and Client NLS_LANG settings can be divided into 9 test cases and the results of each test can be checked. This is a continuation of the previous article. Oracle Character Set Conversion(1): 1. Need, correct Oracle Character Set...

Oracle Character Set Conversion(1): 1. Necessity, Correct Oracle Character Set Setup Guide

Let's look at the need for Oracle Character Set conversion and the correct Character Set setting guide. One of the troublesome problems related to data migration (data conversion, data migration, data migration) in many next-generation projects is Oracle's Character Set conversion. In most cases, incorrect Character Sets (e.g. US7ASCII) are converted to correct...

DBMS_PARALLEL_EXECUTE Description Table of Contents

The table of contents of the DBMS_PARALLEL_EXECUTE description that can be used from Oracle 11g R2 is compiled and uploaded. Clicking on each table of contents will take you to that article. 1. Overview of Parallel Processing of DML Tasks 1.1. DML Parallel Processing Method 1.2. DBMS_PARALLEL_EXECUTE concept 1.3. Create table and data for DBMS_PARALLEL_EXECUTE test 2. ROWID Partitioning Method Parallel Processing Example 2.1. ROWID Partitioning Parallel Processing...

4. User-defined SQL partitioning method parallel processing case (DBMS_PARALLEL_EXECUTE)

Let's take a look at the case of user-defined SQL partitioning parallelism using Oracle DBMS_PARALLEL_EXECUTE. It covers writing user-defined SQL, test environment, job creation, job division, job execution, job completion confirmation and deletion. This is a continuation of the previous article. 3. NUMBER...

3. NUMBER Column Split Method Parallel Processing Case (DBMS_PARALLEL_EXECUTE)

Let's take a look at the case of NUMBER Column partitioning parallel processing using Oracle DBMS_PARALLEL_EXECUTE. It covers job creation, job unit division, job execution, job completion confirmation, and deletion. This is a continuation of the previous article. 2.5. Check the details of work unit division (DBMS_PARALLEL_EXECUTE) 3. Parallel processing example of NUMBER column division method Let's look at an example of division method by NUMBER column. ROWID method and almost...

2.5. Detailed check of unit of work partitioning (DBMS_PARALLEL_EXECUTE)

This is related to checking the details of work unit division. Examine the degree to which the result of dividing work units (chunks) by ROWID is evenly divided, whether the sum of work units is the same as the whole, and whether there are no omissions, and the correlation between the number of work units and the number of jobs. This is a continuation of the previous article. 2. Parallel processing case of ROWID division method 2.5. Split work unit...

2. ROWID partitioning parallel processing case (DBMS_PARALLEL_EXECUTE)

Let's take a look at the case of ROWID partitioning method parallel processing using Oracle DBMS_PARALLEL_EXECUTE. This is a continuation of the previous article. 1. Overview of Parallel Processing of DML Tasks (DBMS_PARALLEL_EXECUTE) 2. Example of ROWID Partitioning Parallel Processing 2.1. Create a ROWID partitioning parallel processing task CREATE_TASK( ) to create the task. The result of the job creation can be checked as follows. From the above result, it can be confirmed that the Task has been created and the STATUS is CREATED. Note that,...

1. Overview of parallel processing of DML jobs (DBMS_PARALLEL_EXECUTE)

Introduces DBMS_PARALLEL_EXECUTE, which can be used from Oracle 11g R2, and examines use cases. Image source: https://blogs.oracle.com/warehousebuilder/parallel-processing-with-dbmsparallelexecute 1. Overview of Parallel Processing of DML Tasks 1.1. DML Parallel Processing Method Parallel Processing is used when you want to quickly process one DML (INSERT, UPDATE, DELETE) job in the database by using as many resources as possible. There are two main methods of parallel processing. first...

en_USEnglish