ouvrir fichier dmp avec sql developer
bonjour,
j'aimerai lire un fichier dmp, quel code doit-on faire pour ça?
j'ai essayé imp user/password file=fichier.dmp full=Y mais ça me donne comme erreur unknown command
et quand je fais la même chose sur la commande ms dos avec utilisateur scott
j'ai ceci:
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
| Microsoft Windows XP [version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\AVV>imp scott/tiger@orcl file=d:\temp\fichier1.dmp FULL=Y
Import: Release 11.1.0.6.0 - Production on Jeu. Sept. 16 16:59:49 2010
Copyright (c) 1982, 2007, Oracle. All rights reserved.
Connect : Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Product
ion
With the Partitioning, OLAP, Data Mining and Real Application Testing options
Fichier d'export cr par EXPORT:V10.02.01 via le chemin classique
IMP-00013: Seul un DBA peut importer un fichier export par un autre DBA
IMP-00000: Procdure d'import termine avec erreur |
avec system/manager j'ai "utilisateur n'existe pas"
le problème provient de l'utilisateur?
merci