Did you run ckqa.sql before ckcreate ?
ckqa is an interactive script : you define the location of the datafiles associated with the repository, then you can run ckcreate silently.
Main Topics
Browse All TopicsWe are trying to create a repository using the scripts that come with oracle designer and get the following error.
Everything is ok up to this point, have opened and looked at the sql and everything seems as it should be so are
stumped as to why this is happening
using oracle 10g database with oarcle 9i development suite
Free space(in MB) available in system tablespace ...
**************************
TABLESPACE_NAME SUM(BYTES/1024/1024)
-------------------- --------------------
SYSTEM 149.5625
Creating Repository User : REPOS_OWNER having Password : MANAGER
create user REPOS_OWNER identified by MANAGER
*
ERROR at line 1:
ORA-00959: tablespace 'TEMPORARY_TABLES' does not exist
Granting privilege on database objects to REPOS_OWNER
**************************
Granting EXECUTE on dbms_lock to REPOS_OWNER ....
grant execute on dbms_lock to REPOS_OWNER
*
ERROR at line 1:
ORA-01917: user or role 'REPOS_OWNER' does not exist
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: RCorfmanPosted on 2006-03-13 at 21:57:13ID: 16181072
Create a tablespace name TEMPORARY_TABLES and grant access to the user running the repository.