Search notes:

ORA-12913: Cannot create dictionary managed tablespace

Dictionary managed tablespaces can only be created if the SYSTEM tablespace is also dictionary managed.
create tablespace tq84_dict_mgmt_ts
   …
   EXTENT MANAGEMENT DICTIONARY
;

See also

Other Oracle error messages

Index