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