I've setup a test database in a local VM. Why does it say the tablespace was not found, I just created it??
sqlplus sys/orcldb as sysdba
SQL> CREATE TABLESPACE logminer_tbs DATAFILE '/u02/oradata/CDB1/logminer_tbs.dbf' SIZE 25M REUSE AUTOEXTEND ON MAXSIZE UNLIMITED;
Tablespace created.
SQL> CREATE USER c##dbzuser IDENTIFIED BY dbz DEFAULT TABLESPACE LOGMINER_TBS QUOTA UNLIMITED ON LOGMINER_TBS CONTAINER=ALL;
*
ERROR at line 1:
ORA-65048: error encountered when processing the current DDL statement in
pluggable database PDB1
ORA-00959: tablespace 'LOGMINER_TBS' does not exist