Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> OWB : how to share directories between production and test.
Hi
OWB 9.2.0.8
database 9207
windows environment
production :
We want g: refer to a local drive
test :
g: refers to the same data as g: on production.
But we are getting
>>
SQL> select * from dba_directories where DIRECTORY_NAME = 'STB_S_PERS';
OWNER DIRECTORY_NAME ------------------------------ ------------------------------DIRECTORY_PATH
SYS STB_S_PERSO:\data\pers\dimension\
ORA-29913: error in executing ODCIEXTTABLEOPEN callout ORA-29400: data cartridge error KUP-04040: file omkost_d.csv in STB_S_PERS not found ORA-06512: at "SYS.ORACLE_LOADER", line 14 ORA-06512: at line 1
126
SQL> select * from dba_directories where DIRECTORY_NAME = 'STB_S_PERS';
OWNER DIRECTORY_NAME ------------------------------ ------------------------------DIRECTORY_PATH
SYS STB_S_PERSw:\dmimport\data\pers\dimension\
14-10-2005 09:38 10.902 omkost_d.csv 1 File(s) 10.902 bytes 0 Dir(s) 26.503.692.288 bytes freeO:\>dir w:\dmimport\data\pers\dimension\omkost_d.csv Volume in drive W is scripts
14-10-2005 09:38 10.902 omkost_d.csv 1 File(s) 10.902 bytes 0 Dir(s) 26.503.651.328 bytes freeO:\>
-- http://www.freelists.org/webpage/oracle-lReceived on Wed Dec 14 2005 - 04:29:48 CST
![]() |
![]() |