Skip to Main Content

Data Science & Machine Learning

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Setting up DM repository fails in custom tablespace using SQL Developer Data Miner 4.1 EA2

jmartonApr 7 2015 — edited Apr 9 2015

When setting up the DM repository in 12cR1 PDB database (the whole CDB didn't contain any succesfully installed DM repositories previously), and I select a tablespace other than USERS as the default tablespace for the ODMRSYS user, install fails. I didn't select to install sample data.

The tablespace I was using was created using the code:

create smallfile tablespace data_mining_repository

  datafile '/opt/oracle/oradata/cdbname/pdbname/data_mining_repository01.dbf' size 2G autoextend off

  extent management local uniform size 64k

;

Install log for the failing scenario is attached as dm_repo_install_fails_custom_tablespace.txt

When I selected to use USERS as the default tablespace, install was successfull, though in the log there appears LINE_COMMAND_ERR twice which I don't kon if is a real error or just some debug message. Log for this scenario is also attached as dm_repo_install_successfull_in_users_tablespace.txt

Database version (as show in select * from v$version ):

Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production

PL/SQL Release 12.1.0.2.0 - Production

"CORE    12.1.0.2.0    Production"

TNS for Linux: Version 12.1.0.2.0 - Production

NLSRTL Version 12.1.0.2.0 - Production

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on May 7 2015
Added on Apr 7 2015
3 comments
1,399 views