Mungkin file sharingnya masih read only ??? coba aja copy file ke disk itu 2008/6/19 Doddi Priyambodo <[EMAIL PROTECTED]>:
> Dear All, > > Saya ingin menanyakan apakah memungkinkan jika kita membuat Tablespace > oracle yang letaknya berada di harddisk komputer lain (Mapping via > Network)... ? > Karena saya sempat coba tetapi gagal, berikut petikannya : > > C:\Documents and Settings\Administrator>sqlplus /nolog > > SQL*Plus: Release 10.2.0.1.0 - Production on Kam Jun 19 20:04:09 2008 > > Copyright (c) 1982, 2005, Oracle. All rights reserved. > > SQL> conn / as sysdba > Connected. > SQL> create tablespace testaja > 2 datafile 'Z:\TEMP\testaja.dbf' size 20m > 3 autoextend on > 4 next 10m > 5 maxsize 100m ; > create tablespace testaja > * > ERROR at line 1: > ORA-01119: error in creating database file 'Z:\TEMP\testaja.dbf' > ORA-27040: file create error, unable to create file > OSD-04002: unable to open file > O/S-Error: (OS 3) The system cannot find the path specified. > > Sekedar informasi, bahwa direktori Z:\TEMP\ sudah ada di komputer ini. > (mapping ke direktori d:\TEMP di komputer lain). > > Apakah memang Oracle tidak mengijinkan membuat Datafile di direktori hasil > mapping ke komputer lain? > > Regards, > Doddi.P > > [Non-text portions of this message have been removed] > > > [Non-text portions of this message have been removed]

