|
-
October 5th, 2001, 01:25 AM
#1
How to create an index in temporary tablespace
Hi,
In oracle,I created a new database and TEMP tablespace got automatically created.
Then, I created MYOWN tablespace and created a table in MYOWN tablespace.
I tried to create an index for this table in TEMP tablespace.
CREATE INDEX index1 ON table1(column1) TABLESPACE TEMP;
It gave me an error saying:
ORA-02195: Attempt to create PERMANENT object in a TEMPORARY tablespace.
Creating this index in TEMP tablespace is essential for me.
Could you please suggest me, how to solve this problem.
Thanks in advance,
Veerla.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|