Hi folks,

The following error i got while i created a temporary tablespace.

CREATE TEMPORARY TABLESPACE TEMP
DATAFILE 'D:\ERP\TEMP.DBF' SIZE 1000M REUSE AUTOEXTEND ON
DEFAULT STORAGE ( INITIAL 100K
NEXT 100K
MAXEXTENTS UNLIMITED
PCTINCREASE 0) ;

I got the error:
ORA-25139: invalid option for CREATE TEMPORARY TABLESPACE.

Can anyone point out whats wrong in this.

Thanx.