impdp from dump from Primary show error ORA-39091 and ORA-44004
I need refresh schemma in Logical Standby, then:
1. In stbdby stop dataguard an stop apply.
2.Drop schemma in standby
3. Get rstart_scn number in standby for expdp
4.In Primary expdp like
expdp LECLWMPROD/LECLWMPROD DIRECTORY=RESPADP SCHEMAS=LECLWMPROD dumpfile=exp_ESQUEMA.dmp flashback_scn= 10052260582414 logfile=exp_ESQUEMA.log exclude=statistic
5. Then in Secondary Logical Standby
impdp system/ryhle01200 DIRECTORY=RESPADP DUMPFILE=exp_ESQUEMA.dmp SCHEMAS=LECLWMPRODand errors Import: Release 10.2.0.3.0 - 64bit Production on Saturday, 30 March, 2013 23:17:43Copyright (c) 2003, 2005, Oracle. All rights reserved.Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit ProductionWith the Partitioning, OLAP and Data Mining optionsORA-39002: Not valid ORA-39091: ORA-44004: Some hint about ??In advance thanks