Stupid question about import/export

Hi All,
i'm banging my head against the wall :) :)
i have one database (oracle 10g) , the database is called ORAPD
in this database lives a user called WFAT
ORAPD -- WFAT
now i create 3 another users: WFATG , WFAUTOG, WFPATG
Now i want to import all data, objects, index,sequences etc from WFAT to each one of the other 3 users
ORAPD -- WFAT
-- WFATG (new user with objects from wfat)
-- WFAUTOG (new user with objects from wfat)
-- WFPATG (new user with objects from wfat)
this is want i've done.
export wfat objects, connected with user system with expdp
import wfaobjects to each one of the new 3 users with impdp , remapping schemas and tablespaces
f:\impdp system/passwordXXX schemas=wfat remap_schema=wfat:wfautog remap_ta
blespace=tbs_wfatg_tab:tbs_wfautog_tab remap_tablespace=tbs_wfatg_idx:tbs_wfauto
g_idx remap_tablespace=tbs_wfatg_xml:tbs_wfautog_xml status=60 dumpfile=exp_wfat
g_20100421.dmp parallel=2 directory=dumpdirdd
The problem:
i have WFAT tables with triggers that belong to WFATG , WFPATG and WFAUTOG users !!!
why ???
Best regards
Rui Madaleno

Hi Paul,
thanks for you reply
I have followed your suggestion and removed the shemas=wfat option from the impdp command.
Here are the steps:
1) create the user wfautog
Note that , before the import i've created the tablespaces and the wfautog user:
CREATE USER WFAUTOG
IDENTIFIED BY xxxxxx
DEFAULT TABLESPACE TBS_WFAUTOG_TAB
TEMPORARY TABLESPACE TEMP
PROFILE DEFAULT
ACCOUNT UNLOCK;
-- 2 Roles for WFAUTOG
GRANT CONNECT TO WFAUTOG;
GRANT RESOURCE TO WFAUTOG;
ALTER USER WFAUTOG DEFAULT ROLE ALL;
-- 1 System Privilege for WFAUTOG
GRANT UNLIMITED TABLESPACE TO WFAUTOG;
2) import data:
f:\impdp system/passwordXXX remap_schema=wfat:wfautog remap_ta
blespace=tbs_wfatg_tab:tbs_wfautog_tab remap_tablespace=tbs_wfatg_idx:tbs_wfauto
g_idx remap_tablespace=tbs_wfatg_xml:tbs_wfautog_xml status=60 dumpfile=exp_wfat
g_20100421.dmp parallel=2 directory=dumpdirdd
After that i detect the following problems :( :(
1) There are no sequences in the wfautog schema
2) There are triggers owned by wfautog "pointing" to wfat tables
Can you help me ?
This is the log file from impdp:
===================
Import: Release 10.1.0.2.0 - Production on Thursday, 22 April, 2010 8:27
Copyright (c) 2003, Oracle. All rights reserved.
Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
With the Partitioning, OLAP and Data Mining options
Master table "SYSTEM"."SYS_IMPORT_FULL_01" successfully loaded/unloaded
Starting "SYSTEM"."SYS_IMPORT_FULL_01": system/******** remap_schema=wfatg:wfautog remap_tablespace=tbs_wfatg_tab:tbs_wfautog_tab remap_tablespace=tbs_wfatg_idx:tbs_wfautog_idx remap_tablespace=tbs_wfatg_xml:tbs_wfautog_xml status=60 dumpfile=exp_wfatg_20100421.dmp parallel=2 directory=dumpdir
Processing object type SCHEMA_EXPORT/USER
ORA-31684: Object type USER:"WFAUTOG" already exists
Processing object type SCHEMA_EXPORT/SYSTEM_GRANT
Processing object type SCHEMA_EXPORT/ROLE_GRANT
Processing object type SCHEMA_EXPORT/DEFAULT_ROLE
Processing object type SCHEMA_EXPORT/PASSWORD_HISTORY
Processing object type SCHEMA_EXPORT/SE_PRE_SCHEMA_PROCOBJACT/PROCACT_SCHEMA
Processing object type SCHEMA_EXPORT/DB_LINK
Processing object type SCHEMA_EXPORT/TABLE/TABLE
Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
. . imported "WFAUTOG"."LOGSTRANSFERENCIAS" 46.60 MB 866193 rows
. . imported "WFAUTOG"."PASTAS" 35.89 MB 1273050 rows
. . imported "WFAUTOG"."PROCESSOS" 100.9 MB 422797 rows
. . imported "WFAUTOG"."DOCUMENTOSPROCESSOS" 24.59 MB 345854 rows
. . imported "WFAUTOG"."TRANSFERENCIA_AS400" 18.09 MB 569333 rows
. . imported "WFAUTOG"."CODIGOS_POSTAIS" 8.258 MB 195516 rows
. . imported "WFAUTOG"."ANOTACOESPROCESSOS" 6.840 MB 71609 rows
. . imported "WFAUTOG"."ALERTASPROCESSOS" 4.533 MB 58447 rows
. . imported "WFAUTOG"."PROCESSO_CLINICO" 1.740 MB 27211 rows
. . imported "WFAUTOG"."COMUNICACAO_PRESTADOR" 1.171 MB 11955 rows
. . imported "WFAUTOG"."TEXTOSAUTPROCESSOS" 1018. KB 6784 rows
. . imported "WFAUTOG"."PS_TXN" 310.5 KB 100 rows
. . imported "WFAUTOG"."TAREFA" 716.2 KB 15227 rows
. . imported "WFAUTOG"."MOTIVOS_COMUNICACAO" 205.7 KB 18455 rows
. . imported "WFAUTOG"."AUTORIZACOESPROCESSOS" 152.8 KB 1904 rows
. . imported "WFAUTOG"."AGENDA_UTILIZADOR" 96.92 KB 2647 rows
. . imported "WFAUTOG"."TRIBUNAL_TRABALHO" 104.2 KB 987 rows
. . imported "WFAUTOG"."AGENDA_DOCS" 65.59 KB 4422 rows
. . imported "WFAUTOG"."DOC_COM_PRESTADOR" 88.28 KB 6479 rows
. . imported "WFAUTOG"."PRESTADOR" 53.29 KB 354 rows
. . imported "WFAUTOG"."TRIBUNAL" 47.07 KB 304 rows
. . imported "WFAUTOG"."ACORDAO" 5.281 KB 3 rows
. . imported "WFAUTOG"."ADVOGADO" 6.453 KB 38 rows
. . imported "WFAUTOG"."AGENDA_ALERTAS" 10.50 KB 387 rows
. . imported "WFAUTOG"."AGENDA_AUTORIZACOES" 5.632 KB 31 rows
. . imported "WFAUTOG"."EVT_AGENDA" 28.15 MB 600474 rows
. . imported "WFAUTOG"."XML_PROC_AS400" 0 KB 0 rows
. . imported "WFAUTOG"."AGENDA_TAREFAS" 6.273 KB 77 rows
. . imported "WFAUTOG"."AREASGESTAO" 6.945 KB 19 rows
. . imported "WFAUTOG"."AREASGESTAOUTILIZADOR" 15.14 KB 919 rows
. . imported "WFAUTOG"."CONCELHOS" 12.00 KB 308 rows
. . imported "WFAUTOG"."CONFIGURACOES" 11.54 KB 117 rows
. . imported "WFAUTOG"."CONTACTOS_ESCRITORIO" 7.484 KB 57 rows
. . imported "WFAUTOG"."CORRESPONDENCIA_MODELOS" 6.789 KB 15 rows
. . imported "WFAUTOG"."DISTRITOS" 5.757 KB 29 rows
. . imported "WFAUTOG"."ESCRITORIOS" 11.67 KB 61 rows
. . imported "WFAUTOG"."ESCRITORIOS_UTILIZADOR" 7.609 KB 139 rows
. . imported "WFAUTOG"."ESTADOS_ALERTA" 5.281 KB 3 rows
. . imported "WFAUTOG"."ESTADOS_AUTORIZACAO" 5.328 KB 5 rows
. . imported "WFAUTOG"."ESTADO_CLINICO" 5.328 KB 8 rows
. . imported "WFAUTOG"."ESTADO_COMUNICACAO" 5.390 KB 8 rows
. . imported "WFAUTOG"."ESTADO_EXAME" 5.289 KB 3 rows
. . imported "WFAUTOG"."ESTADO_JUNTA_MEDICA" 5.289 KB 3 rows
. . imported "WFAUTOG"."ESTADO_PROCESSO" 5.312 KB 5 rows
. . imported "WFAUTOG"."ESTADO_PROC_CLINICO" 5.281 KB 3 rows
. . imported "WFAUTOG"."ESTADO_REEMBOLSO" 5.734 KB 6 rows
. . imported "WFAUTOG"."ESTADO_TAREFA" 5.312 KB 5 rows
. . imported "WFAUTOG"."ESTADO_TC" 5.281 KB 3 rows
. . imported "WFAUTOG"."ESTADO_TENT_CONC" 5.335 KB 4 rows
. . imported "WFAUTOG"."ESTADO_TT" 5.296 KB 4 rows
. . imported "WFAUTOG"."EVT_EVENTO" 5.906 KB 8 rows
. . imported "WFAUTOG"."EVT_GRUPO" 5.257 KB 1 rows
. . imported "WFAUTOG"."FAX_QUEUE" 8.976 KB 43 rows
. . imported "WFAUTOG"."FORMATOSDOCUMENTO" 5.398 KB 10 rows
. . imported "WFAUTOG"."FORMA_CAUCAO" 5.304 KB 3 rows
. . imported "WFAUTOG"."FUNCIONALIDADES" 6.140 KB 9 rows
. . imported "WFAUTOG"."FUNCIONALIDADES_PERFIS" 5.484 KB 24 rows
. . imported "WFAUTOG"."GENERIC_ERRORS" 9.328 KB 33 rows
. . imported "WFAUTOG"."GRUPOS_LOG" 5.476 KB 12 rows
. . imported "WFAUTOG"."HOSPITAL_CLINICA" 20.82 KB 124 rows
. . imported "WFAUTOG"."HOSP_CLIN_REDE_MED" 6.476 KB 124 rows
. . imported "WFAUTOG"."INDISPUTILIZADOR" 9.234 KB 58 rows
. . imported "WFAUTOG"."INSTANCIA" 5.281 KB 3 rows
. . imported "WFAUTOG"."IP_DEFINIDA" 5.265 KB 4 rows
. . imported "WFAUTOG"."IP_PRESUMIVEL" 5.273 KB 4 rows
. . imported "WFAUTOG"."MEDICO" 16.21 KB 236 rows
. . imported "WFAUTOG"."MED_HOSP_CLIN" 5.265 KB 4 rows
. . imported "WFAUTOG"."MOTIVOS_POR_TENT_CONC" 5.257 KB 2 rows
. . imported "WFAUTOG"."MOTIVOS_TIPO_PRESTADOR" 6.929 KB 26 rows
. . imported "WFAUTOG"."MOTIVO_TENT_CONC" 5.414 KB 6 rows
. . imported "WFAUTOG"."NOME_TAREFA" 7.125 KB 27 rows
. . imported "WFAUTOG"."ORIGEM_EXAME" 5.265 KB 2 rows
. . imported "WFAUTOG"."PERFIS" 5.375 KB 8 rows
. . imported "WFAUTOG"."PERFISUTILIZADOR" 11.10 KB 272 rows
. . imported "WFAUTOG"."PERITO_MEDICO" 19.53 KB 307 rows
. . imported "WFAUTOG"."PLAN_TABLE" 18.26 KB 10 rows
. . imported "WFAUTOG"."PROCESSOSABERTOS" 5.617 KB 20 rows
. . imported "WFAUTOG"."RAMOS" 6.085 KB 11 rows
. . imported "WFAUTOG"."REDE_MEDICA" 5.375 KB 6 rows
. . imported "WFAUTOG"."REGIME_ASSISTENCIA" 5.273 KB 2 rows
. . imported "WFAUTOG"."REPRESENTANTE" 9.929 KB 97 rows
. . imported "WFAUTOG"."REPRESENTANTE_TEMP" 10.07 KB 8 rows
. . imported "WFAUTOG"."RESULTADO_SENTENCA" 5.281 KB 2 rows
. . imported "WFAUTOG"."TENTATIVA_CONCILIACAO" 8.218 KB 3 rows
. . imported "WFAUTOG"."TIPOSDOCUMENTO" 7.859 KB 71 rows
. . imported "WFAUTOG"."TIPOS_PASTA" 6.304 KB 6 rows
. . imported "WFAUTOG"."TIPO_CAUCAO" 5.296 KB 3 rows
. . imported "WFAUTOG"."TIPO_EXAME" 5.312 KB 3 rows
. . imported "WFAUTOG"."TIPO_HOSPITALCLINICA" 5.312 KB 3 rows
. . imported "WFAUTOG"."TIPO_IP" 5.343 KB 7 rows
. . imported "WFAUTOG"."TIPO_PRESTADOR" 5.343 KB 5 rows
. . imported "WFAUTOG"."TIPO_TRIBUNAL" 5.289 KB 2 rows
. . imported "WFAUTOG"."TRANSPORTE_ESPECIAL" 5.312 KB 5 rows
. . imported "WFAUTOG"."TRIBUNAL_CIVEL" 25.10 KB 18 rows
. . imported "WFAUTOG"."UTILIZADORES" 22.97 KB 196 rows
. . imported "WFAUTOG"."ACTUALIZACAO_LOG" 0 KB 0 rows
. . imported "WFAUTOG"."ACTUALIZACOESAS400" 0 KB 0 rows
. . imported "WFAUTOG"."AGENCIASFAX" 0 KB 0 rows
. . imported "WFAUTOG"."AREASPERFIL" 0 KB 0 rows
. . imported "WFAUTOG"."EXAMES" 0 KB 0 rows
. . imported "WFAUTOG"."FERIADOS" 0 KB 0 rows
. . imported "WFAUTOG"."JUNTA_MEDICA" 0 KB 0 rows
. . imported "WFAUTOG"."LOGSLOGINS" 0 KB 0 rows
. . imported "WFAUTOG"."LOGSPROCESSOS" 0 KB 0 rows
. . imported "WFAUTOG"."PERFISAREA" 0 KB 0 rows
. . imported "WFAUTOG"."PERMISSOES" 0 KB 0 rows
. . imported "WFAUTOG"."PKGLOG_TAB" 0 KB 0 rows
. . imported "WFAUTOG"."SENTENCA" 0 KB 0 rows
. . imported "WFAUTOG"."TRANSF_DEFINITIVAS_ERRORS" 0 KB 0 rows
Processing object type SCHEMA_EXPORT/TABLE/GRANT/OBJECT_GRANT
Processing object type SCHEMA_EXPORT/TABLE/INDEX/INDEX
Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
Processing object type SCHEMA_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
Processing object type SCHEMA_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
Processing object type SCHEMA_EXPORT/TABLE/COMMENT
Processing object type SCHEMA_EXPORT/PACKAGE/PACKAGE_SPEC
Processing object type SCHEMA_EXPORT/PACKAGE/GRANT/OBJECT_GRANT
Processing object type SCHEMA_EXPORT/FUNCTION/FUNCTION
Processing object type SCHEMA_EXPORT/FUNCTION/GRANT/OBJECT_GRANT
Processing object type SCHEMA_EXPORT/PROCEDURE/PROCEDURE
Processing object type SCHEMA_EXPORT/PROCEDURE/GRANT/OBJECT_GRANT
Processing object type SCHEMA_EXPORT/PACKAGE/COMPILE_PACKAGE/PACKAGE_SPEC/ALTER_PACKAGE_SPEC
Processing object type SCHEMA_EXPORT/FUNCTION/ALTER_FUNCTION
ORA-39082: Object type ALTER_FUNCTION:"WFAUTOG"."DEVOLVE_1_PARTICIP_PROC" created with compilation warnings
ORA-39082: Object type ALTER_FUNCTION:"WFAUTOG"."DEVOLVE_NOME_PRESTADOR_PC" created with compilation warnings
ORA-39082: Object type ALTER_FUNCTION:"WFAUTOG"."DEVOLVE_ULTIMO_RELATMED_PROC" created with compilation warnings
ORA-39082: Object type ALTER_FUNCTION:"WFAUTOG"."SMS_FAX_HANDLER" created with compilation warnings
Processing object type SCHEMA_EXPORT/PROCEDURE/ALTER_PROCEDURE
ORA-39082: Object type ALTER_PROCEDURE:"WFAUTOG"."DAR_TOMAR_CONHECIMENTO_HANDLER" created with compilation warnings
ORA-39082: Object type ALTER_PROCEDURE:"WFAUTOG"."FAX_COMPROVATIVO_HANDLER" created with compilation warnings
ORA-39082: Object type ALTER_PROCEDURE:"WFAUTOG"."SEND_FAX_CORRESPONDENCIA" created with compilation warnings
ORA-39082: Object type ALTER_PROCEDURE:"WFAUTOG"."TROCA_GESTOR" created with compilation warnings
ORA-39082: Object type ALTER_PROCEDURE:"WFAUTOG"."WFAT_JOB_ENGINE_HANDLER" created with compilation warnings
Processing object type SCHEMA_EXPORT/VIEW/VIEW
Processing object type SCHEMA_EXPORT/PACKAGE/PACKAGE_BODY
ORA-39082: Object type PACKAGE_BODY:"WFAUTOG"."SINISTRO_WEBSERVICE_HANDLER" created with compilation warnings
ORA-39082: Object type PACKAGE_BODY:"WFAUTOG"."TRANSFERE_DEFINITIVO_PKG" created with compilation warnings
ORA-39082: Object type PACKAGE_BODY:"WFAUTOG"."VERIFICA_INDISPONIBILIDADES" created with compilation warnings
ORA-39082: Object type PACKAGE_BODY:"WFAUTOG"."ACTIVACAO_AGENDA_PKG" created with compilation warnings
ORA-39082: Object type PACKAGE_BODY:"WFAUTOG"."CLASSIFICACAO_PKG" created with compilation warnings
ORA-39082: Object type PACKAGE_BODY:"WFAUTOG"."PKG_UTILS" created with compilation warnings
Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/REF_CONSTRAINT
Processing object type SCHEMA_EXPORT/TABLE/TRIGGER
ORA-39082: Object type TRIGGER:"WFAUTOG"."AFT_INS_ALERTAS_TRG" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."AFT_INS_ALERTAS_TRG" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."AFT_UPDT_AUT_TRG" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."AFT_UPDT_AUT_TRG" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INSERT_AGENDA_UTIL_TRG" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INSERT_AGENDA_UTIL_TRG" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_ACOR" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_ACOR" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_ADV" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_ADV" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_ALRT" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_ALRT" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_ANOT" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_ANOT" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_AUT" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_AUT" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_CPR" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_CPR" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_DOCP" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_DOCP" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_EAL" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_EAL" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_EAUT" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_EAUT" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_ECL" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_ECL" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_ECOM" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_ECOM" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_EEX" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_EEX" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_EJM" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_EJM" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_EPROC" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_EPROC" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_ESTC" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_ESTC" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_ETC" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_ETC" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_ETF" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_ETF" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_ETT" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_ETT" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_EXM" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_EXM" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_FCAU" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_FCAU" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_FUNC" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_FUNC" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_GRPL" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_GRPL" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_HOSP" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_HOSP" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_INDISP" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_INDISP" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_INS" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_INS" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_IPD" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_IPD" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_IPP" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_IPP" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_JMED" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_JMED" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_LGP" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_LGP" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_LOGT" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_LOGT" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_MED" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_MED" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_MTC" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_MTC" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_MTP" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_MTP" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_NTF" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_NTF" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_OEX" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_OEX" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_PCL" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_PCL" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_PERF" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_PERF" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_PERFS_UTIL" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_PERFS_UTIL" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_PMED" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_PMED" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_PROC" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_PROC" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_PST" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_PST" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_PTR" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_PTR" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_RAS" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_RAS" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_REP" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_REP" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_RMED" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_RMED" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_RSEN" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_RSEN" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_SEN" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_SEN" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_TAR" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_TAR" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_TC" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_TC" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_TCONC" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_TCONC" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_TESP" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_TESP" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_TPA" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_TPA" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_TPC" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_TPC" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_TPE" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_TPE" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_TPIP" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_TPIP" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_TPR" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_TPR" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_TRANSF_AS400" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_TRANSF_AS400" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_TRIB" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_TRIB" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_TT" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_TT" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_TXT" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_INS_TXT" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_UPD_AGENDA_UTILIZADOR" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."BEF_UPD_AGENDA_UTILIZADOR" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."TRIG_BEF_INS_ESC" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."TRIG_BEF_INS_ESC" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."TRIG_EVT_AFT_INS_AGENDA_UTI" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."TRIG_EVT_AFT_INS_AGENDA_UTI" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."TRIG_EVT_BEF_DEL_AGENDA_UTI" created with compilation warnings
ORA-39082: Object type TRIGGER:"WFAUTOG"."TRIG_EVT_BEF_DEL_AGENDA_UTI" created with compilation warnings
Processing object type SCHEMA_EXPORT/TABLE/INDEX/SE_TBL_FBM_INDEX_INDEX/INDEX
Processing object type SCHEMA_EXPORT/TABLE/INDEX/STATISTICS/SE_TBL_FBM_IND_STATS/INDEX_STATISTICS
Job "SYSTEM"."SYS_IMPORT_FULL_01" completed with 150 error(s) at 08:35
Regards
Rui Madaleno

Similar Messages

  • Another question about import/export to excel file?

    Hi, I need to know urgently if it's possible to import/export excel files from/to JSP with unpredicted number of fields each row. For example, row 1 in the excel file can have 5 columns of data, row 2 has 3 columns of data, etc...
    Does reading from excel file in JSP require that we know beforehand how many columns there are and what each column represent?

    go read http://jakarta.apache.org/poi !!!!!!
    No it doesnt. the POI api provide method to determine the number of cells in a row.

  • Basic question about importing/exporting movies

    Hi all! I'm a complete novice with Flash (and moviemaking). I used it many years ago, but haven't used it in a long, long time. Flash may not even be the program I need... so let me know if that's the case.
    Basically, I shot a video with my camera. It is a .mov file. I imported it into iMovie and edited it. Then I exported it as a .mov file. I want to embed the video into a web page. As far as I can tell, in Dreamweaver it needs to be a .swf file. But I don't think I can export an swf file from iMovie. So I read online I could convert my file using Flash.
    I followed directions I found online, but though it seems to be working... it's not. Here's what I did:
    I opened a new file in Flash. I used the default type. I clicked on the timeline and went to File > Import > Import movie (using all the default choices).
    I broused to find the .mov file. I clicked Next.
    I chose a skin that was the default (Minimal Flat Custom Color Play Back See CounterV...). Clicked Next. Clicked Finish.
    A little movie player is now on my Flash screen.
    I started adding frames (F5). I see frames are added in the timeline.
    But... when I go to play the movie... it DOES play... but the screen is black.
    I see I CAN export it as a swf file... but since I can't see the movie when I play it, I'm guessing it's not working (the tutorial I was using said I should be able to see it at this point).
    So... am I going about this the completely wrong way? Why is it not working? Thanks for helping me out.
    julie
    PS I'm using Flash Professional CC v. 13.0.0.759 on an iMac

    open your mov file in adobe media encoder.  save to flv or f4v.
    open flash pro, add an flvplayback component to the stage and assign its source (using a relative, not absolute path) to be your flv or f4v.  test.
    when you have that working you can publish a swf and html.  use the html code to embed the swf in your web page.
    p.s. you'll need to upload the flv/f4v, the swf the html file that contains the embedding code AND, if you use an flvplayback skin, that skin.

  • Question about import database pk, fk

    Hi
    I want to ask a question about imported database. I imported database and I noticed tables doesnt have Primary key or foreign key. They havent relation between eachs. Why can this occured ?
    is it about import or another something?

    yeah ı am surprised none of tables have pk or fk ..
    but ı want to show you http://i51.tinypic.com/2hedc9d.jpg
    what is blue shapes in there ?
    can be foerign keys ?

  • Basic question about importing wma files

    Hi, I have a basic question about importing wma files. I ripped some cd's on a Mindows computer using Media Player, but now want to copy them to my Mac and use them in iTunes on my Mac. when I use Import in iTunes, nothing happens and I cant even seem to copy them one by one using the Music folder.
    Can someone help me?
    thanks
    eMac   Mac OS X (10.4.4)  

    iTunes for Mac doesn't support .wma files.
    If you can use a PC to convert them, you can use one of many freeware applications. Google for 'wma to mp3'.
    For the Mac there's the shareware program EasyWMA that can convert them.
    Hope this helps.
    M
    17' iMac fp 800 MHz 768 MB RAM   Mac OS X (10.3.9)   Several ext. HD (backup and data)

  • Question regd import/export feature of CUCM BAT

    Hi,
    We have a production CUCM cluster running 8.6.
    I have been asked to create 300-400 translation patterns.
    I see that I can not do that directly via BAT. But I see import/export option.
    We already have 1000s of existing translation patterns on our system.
    I have a quick question about the import feature.
    Does a new import replace the existing data in the database with the data in the import file or does the new data in the import file get added to the existing data.
    if the import file has only the new translation patterns, will it wipe out the existing translation patterns in the system?
    I don't have a lab cucm system to check this behaviour?
    Can you please help me on this query?
    Thanks,
    Pete

    I do this often and it is the only way to bulk add translation patterns. It will not remove any translation patterns it will only add/change the translation pattern. If all new patterns it will simply add your new entries.

  • Probably a stupid question about cropping a video..

    OK, so I shot an interview with a black background and once I went to edit it, I noticed a red object in the far right corner. Is there a way I can add black over this object or crop it out? I know this is a stupid question, but I'm new to video and editing in general so I thought it wouldn't hurt to ask.

    There are several ways to accomplish what you want.
    KGCW has talked about the Crop Effect.
    Depending on exactly where the object is, and whether the camera was locked down, it might be possible to duplicate your Clip, place it above your initial Clip, then offset it a bit (Motion>Position), with the Fixed Effect>Motion>Position, and then apply the Garbage Matte to that offset duplicate, effectively Cropping out everything, but a small "patch" from the existing background. Note: if the edges of that Garbage Matte are too hard for you, you could create a soft-edged Track Matte, and use that to hold out the rest of the offset duplicate.
    Another method, and depending on where, and how large the offending item is, would be to go to the Fixed Effect>Motion, and use Motion>Scale to increase the size of the Clip (do not do too much Scale, or quality will suffer). You might also need to do a bit of Motion>Position, to get that red object behind the Video's Frame Size. This will effectively Crop the object.
    Good luck,
    Hunt

  • Some questions about importing HTML files

    Hi, folks
    Let's suppose we want to import a pack of HTML files formatted in HTML5 wit's it's CSS into a double-oriented folio. A couple or three questions about that, please:
    1. Is there a limit for a reasonable quantity of HTML files I can import into a folio? I mean.. 100 would be way too much, for instance?
    2. These HTML files could be navigated and referenced from inside TOC-pages made in InDesign,right? (navto://..., I gues?)
    2. Will it be possible, by means of HTML adaptative design techniques, to treat both orientations (vertical and horizontal) as different viewports or screen sizes so that the design adapts for instance the column width with its CSS?
    3. That said, will the InDesign final app. respect that adaptative CSS rules?
    I am asking this because we are looking for a way to inject big quantities of content with a very similar design into our application in a really fast and automatizable way and I have the suspicion* that importing HTML5 preformated CSS files could be the a very good and simple alternative to importing XML into InDesign templates as we start out content as tagged almost-html files.
    Thanks a lot
    Gustavo Sánchez (Posting from Madrid)

    I assume you are asking about using HTML articles.
    1. There is no limit beyond simply keeping things reasonable.
    2. Yes. Just use navto://articlename
    3. Yes. I've used min-width of 768 and max width of 1024 to control it.
    4. InDesign does not enter into any of this with the exception of using the folio builder panel. Everything else is done in Dreamweaver or whatever program you decide to use for the article.
    If you want to restrict the HTML articles to one orientation or the other, use the _h and _v suffixes.
    Bob

  • Questions about PDF exporting with InDe CS5.5

    Hey all,
    A couple questions about exporting to PDF from the latest version of InDe.
    First, I have noticed that it seems to take a lot longer to get to a PDF. Any suggestions for how to speed up the process? It took 8 minutes or so to generate a low-res PDF (for print) of a 24pp document with a few placed images and vector graphics. Wow, that's a long time to wait, especially for a proof.
    Second, the background task... if I get it going on making that 8-minute PDF and then work some more on the document, what exactly is in the PDF? Usually I save before making a PDF or printing. So, is the last version saved what will be in the PDF?
    (As an aside, this ability to work on the doc while generating a PDF seems kind of weird. Generally one makes a PDF for proofing, or even for printing, when all the changes have been made and everything is "final". So, I see no benefit to being able to work on my document while it's making a PDF, as I'm probably finished making revisions for the time being. I have to say that I kind of like the progress bar you get when you make an interactive PDF, as you know you can't work on the document when that's on the screen... )
    Thanks as always.

    First, I have noticed that it seems to take a lot longer to get to a PDF. Any suggestions for how to speed up the process? It took 8 minutes or so to generate a low-res PDF (for print) of a 24pp document with a few placed images and vector graphics. Wow, that's a long time to wait, especially for a proof.
    Yes, this is abnormally long (and too long), something is wrong. What's the full version of InDesign you are running, as reported by holding down Cmd or Control and selecting About InDesign?
    Second, the background task... if I get it going on making that 8-minute PDF and then work some more on the document, what exactly is in the PDF? Usually I save before making a PDF or printing. So, is the last version saved what will be in the PDF?
    Saving is not related. InDesign makes a database snapshot of your document the moment you begin the PDF export, and makes the export relative to that snapshot, regardless of edits you continue to make during the export process, and regardless of saving. Of course saving first is a good idea, for several reasons, not the least of which it sounds like something's fairly seriously wrong with your document or your InDesign installation.
    We recommend you trash your preferences and export your document to IDML and see if either of those things changes this 8-minute behavior...err, assuming you're running 7.5.2.318.
    (As an aside, this ability to work on the doc while generating a PDF seems kind of weird. Generally one makes a PDF for proofing, or even for printing, when all the changes have been made and everything is "final". So, I see no benefit to being able to work on my document while it's making a PDF, as I'm probably finished making revisions for the time being. I have to say that I kind of like the progress bar you get when you make an interactive PDF, as you know you can't work on the document when that's on the screen... )
    Yeah, I think the primary benefit is if you are likely to work on 2 or more files in parallel, so you can finish A and export A and then switch to B. If you'd like a dialog box to pop up when export is done, check out my exportPop script from this post: ANN: automatic dialog after background export (exportPop.jsx.

  • Questions on import/export

    Hello Everybody,
    I am learing the import/export feature of the portal.
    I have couple questions
    1. Can I import the portal desktop and all the related framework page and theme. Will it be intact after the import?
    2.I have a folder in KM with various documents, How shuould I import this folder and after the  import are links going break withing the documents?
    Thank you
    -Suresh

    Hi Suresh,
    Yes you can do it using the following procedure.
    Go to System Administration > Portal Dispaly > Theme Archive and you can import new theme files.
    u will find the new theme listed Under My Themes.
    You can use the theme editor to customize the theme too.
    if you want to Create ur new theme or personalize the exsisting theme use the following link
    Demo Themes     http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/4a10edf9-0701-0010-a6bc-c63bc3db08d5
    How To….pdf -
    >     http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/6483a890-0201-0010-48a6-b6e595111efe
    Pleasse do not edit the std. themes if necessary copy it and then edit the copied version.
    hope it helps
    Javed.

  • A very stupid question about MDic application[SOLVED]

    I have tried StarDict in Arch which I think that is the best known dictionary application in Linux world. Since I had to use mouse to access StarDict, I decided to try MDic instead. My problems is that I do not know the default location of MDic dictionary files. After search topics for about two hours, I gave up.
    There must be a directory where MDic searches for dictionary files. Where is it? or What MDic configuration file has the information? So, I can install dictionary files int to the directory. I looked for this information in http://mdic.gnufolks.org/ and google.com. I believe this kind of very fundamental information should be in the wiki fo MDic. But I couldn't find one. Maybe, it is because I am so idiot. Would somebody help me how to install MDic dictionary in a appropriate location or the default location? Thank you so much for your helps.
    Last edited by since1992 (2010-11-06 11:28:30)

    Yes, it was a stupid question. I found that I can configure the location of the dictionary file. I also installed PyGlossary to convert dictionaries for MDic. Everything works fine now. Thank you.

  • General questions about imported video and audio clips

    Hey guys. I'm a new Apple convert so forgive me if I ask extremely stupid questions.
    1. If I import a video file that has audio in it, am I able to separate the audio from the video? I want to edit in pictures over some of the video but keep the audio playing over it. Is this possible in FCE?
    2. I've started a project on FCE and I can't hear the audio from an mp3 file I downloaded. I know I have to convert it to an AIFF file (which I thought I did, at 16bits), but I still can't hear it. Is there something I'm missing?
    Thanks for the help guys!

    Thanks for the reply. As to my first question, I assume then when I import a video clip with audio on it, FCE will automatically split the two?
    As to my second question, thanks for the link, but I already tried it and still no audio. Is there something I need to fix in the playback? I'm still not clear on what the RT tab does. Maybe it's something with that?

  • Probably a stupid question about upgrades...

    I originally bought Adobe CS3 Web Premium and upgraded to CS5.5 Design Premium last year.  I'm wondering if I upgrade, will my price be based on the CS3 license or the CS5.5 upgrade...?
    I'm guessing it will be based on CS5.5, but I want to make sure.
    -A. Ka

    There are no stupid questions!
    Regardless of whether you got to CS5.5 via upgrading to it or by originally licensing CS5.5 is irrelevant in terms of the upgrade price to CS6 as well as the media you use for the upgrade.
              - Dov

  • Questions on Import/Export Personalizations

    Hi,
    We are on 11.5.10 CU3. We have dozens of personalizations in Dev. I understand that Functional Administrator Import/Export tool can be used to transfer them from Dev to production. I am facing some issues when I try that.
    1. I exported a personalization in Dev to the same instance java/custom. It created the directory structure java/custom..../site/0/ReqSummaryPG.
    2. I imported it back. This was successful.
    3. I re-imported it. It failed without an explanation for the failure. What could be the reason? Doesn't it just overrite the previous import - like when importing substituions?
    4. I copied the custom/..../site/0 to another instance and imported it there. It was successful. However I could not see the personalizations.
    5. So I checked. I realized that the directory structure was wrong. It was java/custom/apps/..../site/0
    instead of java/custom/oracle/apps/..../site/0.
    6. So I corrected the directories and re-imported. Failure like 3 above. I thought it was because of duplicate records. So i did the query select * from jdr_paths where PATH_NAME like '%ReqSummaryPG%'. I got only one record which was the seeded record. So eventhough 4 was successful there is only one record. Why?
    Do I have to bounce Apache for each separate import of the same document?
    Is there documentation on this utility with best practices? I see in the forum that no-one could successfully make this utility work.
    Any help would be appreciated. I thought this was a simple utility ...
    Thanks
    Sandeep

    Well this worked the next day! I reimported ReqSummaryPG again and it worked. I believe a few Apache bounces took place inbetween.
    We were able to export/import quite a few personalizations. However, we got it right the first time this time around
    I am still interested in knowing why a second consecutive import of the same doc doesn't work? And how to make it work? This would help in resolving issues in case of mishaps. Appreciate it if someone can provide an explanation.
    Thanks
    Sandeep

  • Could someone help with question about PNG export from Illustrator?

    I am having issues with PNG exports from Illustrator not opening up once exported.

    ANd exactly sorry, this is useless. You have not provided any details about your export settings, version of AI, system info, how you are trying to view and so on. Just saying that it doesn't work is simply not good enough.
    Mylenium

Maybe you are looking for