Skip to Main Content

Database Software

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!

ORA-13199 error--> Tablespace does not exist

3434325Apr 18 2017 — edited Apr 27 2017

Hi all,

[ This is my first newbie question regarding the creation of my first RDF model in Oracle 12.2.0.1.0. ]

I've been trying to follow the steps in quick start section  1.14 [1] for using semantic data.

So after creating my tablespace and the corresponding semantic network (steps 1-2). I created a user to be able to perform steps 4-5 by doing

CREATE USER rdfuser IDENTIFIED BY <pwd-rdfuser> DEFAULT TABLESPACE <my_tablespace>;

GRANT connect, resource TO rdfuser;

However, when I connect to the newly created user, to perform the creation of the associated model (step 5) , I get an error saying

ORA-13199: Tablespace <my_tablespace> does not exist

What can I do to finish this basic steps for creating an RDF model to be able to load my 727 Mio NQUADS triples?

Thanks in advance for any input or pointer.

Best,

Ghislain

[1] RDF Semantic Graph Overview

This post has been answered by 3434325 on Apr 24 2017
Jump to Answer

Comments

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

Post Details

Locked on May 22 2017
Added on Apr 18 2017
7 comments
1,423 views