10g create tablespace command problem

Cisco

Member²
HI :-)

I used to issue the following command ( using a PL/SQL Dev command window ) in Oracle 8i
CREATE TABLESPACE CISCOBISCO DATAFILE 'HS_F0_CISCOBISCO ' SIZE 200 M REUSE
AUTOEXTEND ON NEXT 2 M MAXSIZE UNLIMITED
DEFAULT STORAGE(INITIAL 64K NEXT 64K PCTINCREASE 0 MAXEXTENTS UNLIMITED)

The data file used to be created at HORAHOME\DATABASE

I have upgraded to Oracle 10g ( and PL/SQL Dev 5.6 ) , when I issue the same command now the file gets created at C:\Windows\SYSTEM32\

What is going on ?

IS this a PL/SQL Dev or Oracle bug ?

Thanks in advance
 
What happens if you try the same statement in SQL*Plus? Does it also create the file at the wronf location?
 
Back
Top