Bonjour,

j'ai créer une BD de test avec une seule table, et g tenter de l'exporter grace a la ligne de commande suivante:

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
C:\>exp test_user/test file=d:\test_red.dmp grants=N indexes=N compress=Y
 
qui m'a generer l'erreur suivante:
 
 
Export: Release 9.2.0.7.0 - Production on Sun Jan 13 18:37:08 2008
 
Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
 
 
Connected to: Oracle9i Enterprise Edition Release 9.2.0.7.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.7.0 - Production
Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
Note: grants on tables/views/sequences/roles will not be exported
Note: indexes on tables will not be exported
. exporting pre-schema procedural objects and actions
. exporting foreign function library names for user TEST_USER
. exporting PUBLIC type synonyms
. exporting private type synonyms
. exporting object type definitions for user TEST_USER
EXP-00008: ORACLE error 942 encountered
ORA-00942: table or view does not exist
EXP-00024: Export views not installed, please notify your DBA
EXP-00000: Export terminated unsuccessfully
Avez vous une idée de ce que cela peut etre ???

Merci