1 2 3 4 5 6 7 8 9 10 11 12 13 14
| SQL*Plus: Release 10.2.0.1.0 - Production on Jeu. Janv. 24 09:39:05 2008
Copyright (c) 1982, 2005, Oracle. All rights reserved.
ConnectÚ Ó :
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
With the Partitioning, OLAP and Data Mining options
SQL> execute extraction_table('pays','pays.txt','/tmp/bsa/');
BEGIN extraction_table('pays','pays.txt','/tmp/bsa/'); END;
*
ERREUR Ó la ligne 1 :
ORA-20070: /tmp/bsa/pays.txt : File location is invalid.
ORA-06512: Ó "BERNARD.EXTRACTION_TABLE", ligne 71
ORA-06512: Ó "BERNARD.EXTRACTION_TABLE", ligne 128
ORA-06512: Ó ligne 1 |
Partager