Disabling Parallel DML for Oracle Autonomous Database on Oracle 19c
If you choose to use the HIGH or MEDIUM services for Oracle Autonomous Database on Oracle 19c, you must modify the orpm_admuser.sql script to disable Parallel Data Manipulation Language (Parallel DML) before you run dbsetup.bat. If Parallel DML is not disabled, dbsetup.bat will fail with an error code of either ORA-12838 or ORA-12839.
To disable Parallel DML in the orpm_admuser.sql script:
- Browse to the database directory where dbsetup resides, then open the
lib
directory. - Open DBS_PM_<release_level>.jar in an archive extraction utility.
- Within the archive extraction utility:
- Go to
\install\PM_
<release_level>. - Copy orpm_admuser.sql to a local drive.
- Go to
- Open the local copy of orpm_admuser.sql in a text editor.
- Add following lines to the top of the orpm_admuser.sql script:
alter session disable parallel dml
/
- Save your changes, then close the text editor.
- Add following lines to the top of the orpm_admuser.sql script:
- Copy the modified script back into the DBS_PM_<release_level>.jar file.
Related Topics
Installing a P6 EPPM Database with Oracle Autonomous Database
Last Published Friday, August 8, 2025