Bonjour Chers Amis, suis sur ce site pour demander de l'aider. J'ai un système d'exploitation Centos 6.3 sur lequel j'ai installer Oracle 11gR2
Et le problème, que j'ai c'est l'import/export
Je veux exporter ma base et/ou un certains tablespaces et/ou schema
--Pour exporter ma base, voici les commandes que j'ai tapées:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7 sqlplus / as sysdba CREATE DIRECTORY exp_schema AS '/OrassPool'; GRANT read,write ON DIRECTORY exp_schema TO orassadmin; GRANT datapump_exp_full_database TO orassadmin; GÉRANT datapump_imp_full_database TO orassadmin; exitOU
Code : Sélectionner tout - Visualiser dans une fenêtre à part $ expdp orassadmin/orassadmin DIRECTORY=exp_schema FULL=Y DUMPFILE=exp_schm.dmp LOGFILE=schm_lg.log
Et voici le message d'erreur que j'ai:
Code : Sélectionner tout - Visualiser dans une fenêtre à part # expdp orassadmin/orassadmin DIRECTORY=exp_schema FULL=Y DUMPFILE=exp_schm.dmp LOGFILE=schm_lg.log
Export: Release 11.2.0.1.0 - Production on Sun Oct 11 20:20:36 2015
Copyright (c) 1982, 2009, Oracle and/or its affiliates. All rights reserved.
Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
ORA-39002: invalid operation
ORA-39070: Unable to open the log file.
ORA-29283: invalid file operation
ORA-06512: at "SYS.UTL_FILE", line 536
ORA-29283: invalid file operation
NB:
Je n'arrive ni à exporter ni à importer.
Mais par contre sous Windows, toutes mes commandes marchent.
Veuillez m'aider car suis en train de préparer ma certif et j'aimerai maîtriser l'environnement Linux.
Merci
Cordialement SHAYN






Répondre avec citation


Partager