Pular para o conteúdo
Visualizando 15 posts - 1 até 15 (de 18 do total)
  • Autor
    Posts
  • #103327
    wljtcc
    Participante

      Estou querendo importar uma Base com o nome do esquema Esquema001, essa base foi exportada, porém, preciso importar para um outro esquema, mas não estou conseguindo importar para o esquema que quero.

      Preciso criar um esquema.

      #103329
      filipedc
      Participante

        Cara se for o que estou pensando tenta assim

        imp esquema/senha touser=nomeusuario fromuser=nomeusuarioexportado log=event.log

        Qualquer coisa diz ai o resultado

        #103330
        rman
        Participante

          @wljtcc

          Se o dump foi feito com o DATAPUMP é possível utilizar o parâmetro REMAP_SCHEMA do IMPDP para fazer a troca, se foi utilizado o EXP para fazer o dump siga a dica do @filipedc

          #103331
          wljtcc
          Participante

            Quando importo pelo Impdp aparece um erro:

            Comando:impdp system/xxxxxxx REMAP_SCHEMA=DOCFLOW_HEAD:AME dumpfile=docflow.dmp log=imp.log

            Import: Release 11.2.0.1.0 – Production on Thu Apr 12 13:42:52 2012

            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 – 64bit Production
            With the Partitioning, OLAP, Data Mining and Real Application Testing options
            ORA-39001: invalid argument value
            ORA-39000: bad dump file specification
            ORA-31640: unable to open dump file “/u01/app/oracle/admin/dataeasy/dpdump/docflow.dmp” for read
            ORA-27037: unable to obtain file status
            Linux-x86_64 Error: 2: No such file or directory
            Additional information: 3

            #103332
            wljtcc
            Participante

              A exportação foi feita assim:
              system/******** schemas=DOCFLOW_HEAD directory=IMPDPAME dumpfile=docflow.dmp logfile=expdp_docflow.log

              #103333
              rman
              Participante

                @wljtcc

                Teste da seguinte forma:


                impdp system/xxxxxxx REMAP_SCHEMA=DOCFLOW_HEAD:AME dumpfile=docflow.dmp logfile=imp.log directory=IMPDPAME

                Garanta que o arquivo docflow.dmp esteja do diretório IMPDPAME, verifique para onde esse diretório logico aponta.

                #103334
                wljtcc
                Participante

                  Deu o mesmo erro…

                  Comando: impdp system/xxxxxxx REMAP_SCHEMA=DOCFLOW_HEAD:AME dumpfile=docflow.dmp logfile=imp.log directory=DATA_PUMP_AME

                  Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 – 64bit Production
                  With the Partitioning, OLAP, Data Mining and Real Application Testing options
                  ORA-39001: invalid argument value
                  ORA-39000: bad dump file specification
                  ORA-31640: unable to open dump file “/u01/app/oracle/admin/dataeasy/dpdump/docflow.dmp” for read
                  ORA-27037: unable to obtain file status
                  Linux-x86_64 Error: 2: No such file or directory
                  Additional information: 3

                  #103335
                  rman
                  Participante

                    @wljtcc

                    Verifique o PATH dos diretórios assim:


                    SELECT * FROM DBA_DIRECTORIES;

                    O parâmetro DIRECTORY do IMPDP deve receber um diretório lógico válido. Mova o arquivo dump para o diretório físico.

                    #103336
                    wljtcc
                    Participante

                      olha o retorno do slect:

                      SQL> SELECT * FROM DBA_DIRECTORIES;

                      OWNER DIRECTORY_NAME


                      DIRECTORY_PATH

                      SYS ORACLE_OCM_CONFIG_DIR
                      /u01/app/oracle/product/11.2.0/db_1/ccr/state

                      SYS DATA_PUMP_DIR
                      /u01/app/oracle/admin/dataeasy/dpdump/

                      SYS MEDIA_DIR
                      /u01/app/oracle/product/11.2.0/db_1/demo/schema/product_media/

                      OWNER DIRECTORY_NAME


                      DIRECTORY_PATH

                      SYS XMLDIR
                      /ade/b/2125410156/oracle/rdbms/xml

                      SYS DATA_FILE_DIR
                      /u01/app/oracle/product/11.2.0/db_1/demo/schema/sales_history/

                      SYS LOG_FILE_DIR
                      /u01/app/oracle/product/11.2.0/db_1/demo/schema/log/

                      OWNER DIRECTORY_NAME


                      DIRECTORY_PATH

                      SYS SS_OE_XMLDIR
                      /u01/app/oracle/product/11.2.0/db_1/demo/schema/order_entry/

                      SYS SUBDIR
                      /u01/app/oracle/product/11.2.0/db_1/demo/schema/order_entry//2002/Sep

                      #103337
                      wljtcc
                      Participante

                        Coloquei o DUMP dentro de

                        SYS DATA_PUMP_DIR
                        /u01/app/oracle/admin/dataeasy/dpdump/

                        #103347
                        rman
                        Participante

                          @wljtcc

                          Se você moveu o dump para /u01/app/oracle/admin/dataeasy/dpdump/ utilize o diretório DATA_PUMP_DIR:


                          impdp system/xxxxxxx REMAP_SCHEMA=DOCFLOW_HEAD:AME dumpfile=docflow.dmp logfile=imp.log directory=DATA_PUMP_DIR

                          #103348
                          wljtcc
                          Participante

                            @rman

                            Cara fiz o que você me disse e olha o erro aí novamente:

                            Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 – 64bit Production
                            With the Partitioning, OLAP, Data Mining and Real Application Testing options
                            ORA-39001: invalid argument value
                            ORA-39000: bad dump file specification
                            ORA-31640: unable to open dump file “/u01/app/oracle/admin/dataeasy/dpdump/docflow.dmp” for read
                            ORA-27037: unable to obtain file status
                            Linux-x86_64 Error: 2: No such file or directory
                            Additional information: 3

                            #103349
                            rman
                            Participante

                              @wljtcc

                              Tudo indica que é falta de permissão, poste o resultado:


                              ls -lh /u01/app/oracle/admin/dataeasy/dpdump/docflow.dmp

                              Você está usando o usuário Oracle pra executar o IMPDP ?

                              #103350
                              wljtcc
                              Participante

                                @rman

                                O arquivo estava no lugar errado, mas quando importei apareceu muitas mensagens:

                                ;;;
                                Import: Release 11.2.0.1.0 – Production on Fri Apr 13 08:16:10 2012

                                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 – 64bit Production
                                With the Partitioning, OLAP, Data Mining and Real Application Testing options
                                Master table “SYSTEM”.”SYS_IMPORT_FULL_01″ successfully loaded/unloaded
                                Starting “SYSTEM”.”SYS_IMPORT_FULL_01″: system/******** REMAP_SCHEMA=DOCFLOW_HEAD:AME dumpfile=docflow.dmp logfile=imp.log directory=DATA_PUMP_DIR
                                Processing object type SCHEMA_EXPORT/USER
                                ORA-39083: Object type USER failed to create with error:
                                ORA-02380: profile PROF_DOCFLOW does not exist
                                Failing sql is:
                                CREATE USER “AME” IDENTIFIED BY VALUES ‘S:5C774B75C2E4838E9E0A1B85E379965742700B672144CD300674AD24F799;1904C4CC7D9DF655’ DEFAULT TABLESPACE “MOVIMENTO_DATA_DOCFLOW” TEMPORARY TABLESPACE “TEMP_GRUPO” PROFILE “PROF_DOCFLOW”
                                Processing object type SCHEMA_EXPORT/SYSTEM_GRANT
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT FLASHBACK ARCHIVE ADMINISTER TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT ADMINISTER SQL MANAGEMENT OBJECT TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT UPDATE ANY CUBE DIMENSION TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT UPDATE ANY CUBE BUILD PROCESS TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT DROP ANY CUBE BUILD PROCESS TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE ANY CUBE BUILD PROCESS TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE CUBE BUILD PROCESS TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT INSERT ANY MEASURE FOLDER TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT DROP ANY MEASURE FOLDER TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT DELETE ANY MEASURE FOLDER TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE ANY MEASURE FOLDER TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE MEASURE FOLDER TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT UPDATE ANY CUBE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT SELECT ANY CUBE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT DROP ANY CUBE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE ANY CUBE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT ALTER ANY CUBE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE CUBE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT SELECT ANY CUBE DIMENSION TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT INSERT ANY CUBE DIMENSION TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT DROP ANY CUBE DIMENSION TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT DELETE ANY CUBE DIMENSION TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE ANY CUBE DIMENSION TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT ALTER ANY CUBE DIMENSION TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE CUBE DIMENSION TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT COMMENT ANY MINING MODEL TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT ALTER ANY MINING MODEL TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT SELECT ANY MINING MODEL TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT DROP ANY MINING MODEL TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE ANY MINING MODEL TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE MINING MODEL TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT EXECUTE ASSEMBLY TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT EXECUTE ANY ASSEMBLY TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT DROP ANY ASSEMBLY TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT ALTER ANY ASSEMBLY TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE ANY ASSEMBLY TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE ASSEMBLY TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT ALTER ANY EDITION TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT DROP ANY EDITION TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE ANY EDITION TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE EXTERNAL JOB TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CHANGE NOTIFICATION TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE ANY SQL PROFILE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT ADMINISTER ANY SQL TUNING SET TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT ADMINISTER SQL TUNING SET TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT ALTER ANY SQL PROFILE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT DROP ANY SQL PROFILE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT SELECT ANY TRANSACTION TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT MANAGE SCHEDULER TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT EXECUTE ANY CLASS TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT EXECUTE ANY PROGRAM TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE ANY JOB TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE JOB TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT ADVISOR TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT ANALYZE ANY DICTIONARY TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT IMPORT FULL DATABASE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT EXPORT FULL DATABASE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT GRANT ANY OBJECT PRIVILEGE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT FLASHBACK ANY TABLE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT DEBUG ANY PROCEDURE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT DEBUG CONNECT SESSION TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT SELECT ANY DICTIONARY TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT RESUMABLE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT ON COMMIT REFRESH TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT MERGE ANY VIEW TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT ADMINISTER DATABASE TRIGGER TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT DROP ANY OUTLINE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT ALTER ANY OUTLINE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE ANY OUTLINE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT DROP ANY CONTEXT TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE ANY CONTEXT TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT DROP ANY DIMENSION TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT ALTER ANY DIMENSION TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE ANY DIMENSION TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE DIMENSION TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT UNDER ANY TABLE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT EXECUTE ANY INDEXTYPE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT GLOBAL QUERY REWRITE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT QUERY REWRITE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT UNDER ANY VIEW TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT DROP ANY INDEXTYPE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT ALTER ANY INDEXTYPE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE ANY INDEXTYPE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE INDEXTYPE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT EXECUTE ANY OPERATOR TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT DROP ANY OPERATOR TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT ALTER ANY OPERATOR TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE ANY OPERATOR TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE OPERATOR TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT EXECUTE ANY LIBRARY TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT DROP ANY LIBRARY TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT ALTER ANY LIBRARY TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE ANY LIBRARY TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE LIBRARY TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT UNDER ANY TYPE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT EXECUTE ANY TYPE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT DROP ANY TYPE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT ALTER ANY TYPE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE ANY TYPE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE TYPE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT DROP ANY DIRECTORY TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE ANY DIRECTORY TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT DROP ANY MATERIALIZED VIEW TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT ALTER ANY MATERIALIZED VIEW TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE ANY MATERIALIZED VIEW TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE MATERIALIZED VIEW TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT GRANT ANY PRIVILEGE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT ANALYZE ANY TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT ALTER RESOURCE COST TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT DROP PROFILE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT ALTER PROFILE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE PROFILE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT DROP ANY TRIGGER TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT ALTER ANY TRIGGER TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE ANY TRIGGER TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE TRIGGER TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT EXECUTE ANY PROCEDURE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT DROP ANY PROCEDURE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT ALTER ANY PROCEDURE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE ANY PROCEDURE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE PROCEDURE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT FORCE ANY TRANSACTION TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT FORCE TRANSACTION TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT ALTER DATABASE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT AUDIT ANY TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT ALTER ANY ROLE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT GRANT ANY ROLE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT DROP ANY ROLE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE ROLE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT DROP PUBLIC DATABASE LINK TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE PUBLIC DATABASE LINK TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE DATABASE LINK TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT SELECT ANY SEQUENCE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT DROP ANY SEQUENCE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT ALTER ANY SEQUENCE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE ANY SEQUENCE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE SEQUENCE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT DROP ANY VIEW TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE ANY VIEW TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE VIEW TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT DROP PUBLIC SYNONYM TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE PUBLIC SYNONYM TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT DROP ANY SYNONYM TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE ANY SYNONYM TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE SYNONYM TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT DROP ANY INDEX TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT ALTER ANY INDEX TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE ANY INDEX TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT DROP ANY CLUSTER TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT ALTER ANY CLUSTER TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE ANY CLUSTER TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE CLUSTER TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT DELETE ANY TABLE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT UPDATE ANY TABLE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT INSERT ANY TABLE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT SELECT ANY TABLE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT COMMENT ANY TABLE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT LOCK ANY TABLE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT DROP ANY TABLE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT BACKUP ANY TABLE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT ALTER ANY TABLE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE ANY TABLE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE TABLE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT DROP ROLLBACK SEGMENT TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT ALTER ROLLBACK SEGMENT TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE ROLLBACK SEGMENT TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT DROP USER TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT ALTER USER TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT BECOME USER TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE USER TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT UNLIMITED TABLESPACE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT DROP TABLESPACE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT MANAGE TABLESPACE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT ALTER TABLESPACE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE TABLESPACE TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT RESTRICTED SESSION TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT ALTER SESSION TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT CREATE SESSION TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT AUDIT SYSTEM TO “AME”
                                ORA-39083: Object type SYSTEM_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT ALTER SYSTEM TO “AME”
                                Processing object type SCHEMA_EXPORT/ROLE_GRANT
                                ORA-39083: Object type ROLE_GRANT failed to create with error:
                                ORA-01917: user or role ‘AME’ does not exist
                                Failing sql is:
                                GRANT “CONNECT” TO “AME”
                                Processing object type SCHEMA_EXPORT/DEFAULT_ROLE
                                ORA-39083: Object type DEFAULT_ROLE failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                ALTER USER “AME” DEFAULT ROLE ALL
                                Processing object type SCHEMA_EXPORT/TABLESPACE_QUOTA
                                ORA-39083: Object type TABLESPACE_QUOTA failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                DECLARE TEMP_COUNT NUMBER; SQLSTR VARCHAR2(200); BEGIN SQLSTR := ‘ALTER USER “AME” QUOTA UNLIMITED ON “MOVIMENTO_DATA_DOCFLOW”‘; EXECUTE IMMEDIATE SQLSTR;EXCEPTION WHEN OTHERS THEN IF SQLCODE = -30041 THEN SQLSTR := ‘SELECT COUNT(*) FROM USER_TABLESPACES WHERE TABLESPACE_NAME = ”MOVIMENTO_DATA_DOCFLOW” AND CONTENTS = ”TEMPORARY”’; EXECUTE IMMEDI
                                Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
                                ORA-39083: Object type PROCACT_SCHEMA failed to create with error:
                                ORA-31625: Schema AME is needed to import this object, but is unaccessible
                                ORA-01435: user does not exist
                                Failing sql is:
                                BEGIN
                                sys.dbms_logrep_imp.instantiate_schema(schema_name=>SYS_CONTEXT(‘USERENV’,’CURRENT_SCHEMA’), export_db_name=>’PRODUCAO.AMAZONAS.GOV.BR’, inst_scn=>’29677483205′);COMMIT; END;

                                Processing object type SCHEMA_EXPORT/SEQUENCE/SEQUENCE
                                ORA-39083: Object type SEQUENCE failed to create with error:
                                ORA-01917: user or role ” does not exist
                                Failing sql is:
                                CREATE SEQUENCE “AME”.”HIBERNATE_SEQUENCE” MINVALUE 1 MAXVALUE 999999999999999999999999999 INCREMENT BY 1 START WITH 861255 CACHE 20 NOORDER NOCYCLE
                                Processing object type SCHEMA_EXPORT/TABLE/TABLE
                                ORA-39083: Object type TABLE:”AME”.”JBPM_OBJETO_CONTROLADO” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”JBPM_OBJETO_CONTROLADO” (“ID_OBJETO_CONTROLADO” NUMBER(19,0) NOT NULL ENABLE, “CLASSE” VARCHAR2(255 BYTE) NOT NULL ENABLE, “DATA” DATE NOT NULL ENABLE, “ID_OBJETO” VARCHAR2(255 BYTE), “PRAZO_NOTIFICACAO” DATE, “ID_VERSAO_FLUXO” NUMBER(19,0), “FINALIZADO” NUMBER(1,0), “ID_DEPARTAMENTO_INICIAL” NUMBER(19,0), “ID_ORGANIZACAO_INICIAL” NUMBER(19,0), ”
                                ORA-39083: Object type TABLE:”AME”.”JBPM_PAPEL” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”JBPM_PAPEL” (“ID_PAPEL” NUMBER(19,0) NOT NULL ENABLE, “DESCRICAO” VARCHAR2(1000 BYTE), “NOME” VARCHAR2(40 BYTE), “TIPO” NUMBER(10,0), “ID_ORGANIZACAO_INTERNA” NUMBER(19,0)) SEGMENT CREATION IMMEDIATE PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0 FREELISTS 1
                                ORA-39083: Object type TABLE:”AME”.”JBPM_VALOR_NODE” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”JBPM_VALOR_NODE” (“ID_VALOR_NODE” NUMBER(19,0) NOT NULL ENABLE, “ENTIDADE” VARCHAR2(255 BYTE), “ID_ENTIDADE” NUMBER(19,0), “LEFT_POSITION” VARCHAR2(255 BYTE), “NODE_TYPE” NUMBER(5,0), “NOME_NODE_BPM” VARCHAR2(255 BYTE) NOT NULL ENABLE, “TOP_POSITION” VARCHAR2(255 BYTE), “ID_VERSAO_FLUXO” NUMBER(19,0) NOT NULL ENABLE, “ID_DEP_INFO” VARCHAR2(255 BYTE), “I
                                ORA-39083: Object type TABLE:”AME”.”SGA_ACONDICIONAMENTO” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”SGA_ACONDICIONAMENTO” (“ID_ACONDICIONAMENTO” NUMBER(19,0) NOT NULL ENABLE, “ATIVO” NUMBER(1,0) NOT NULL ENABLE, “DATA_CRIACAO” DATE NOT NULL ENABLE, “IDENTIFICADOR” NUMBER(10,0) NOT NULL ENABLE, “NOME” VARCHAR2(50 BYTE) NOT NULL ENABLE, “ID_CLASSIFICACAO” NUMBER(19,0), “TIPO_ACONDICIONAMENTO” NUMBER(19,0), “ID_UNIDADE” NUMBER(19,0), “DESCRICAO” VAR
                                ORA-39083: Object type TABLE:”AME”.”SGA_AGENDA” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”SGA_AGENDA” (“ID_AGENDA” NUMBER(19,0) NOT NULL ENABLE, “ATIVO” NUMBER(1,0) NOT NULL ENABLE, “DATA_AGENDA” DATE NOT NULL ENABLE, “DESCRICAO” VARCHAR2(50 BYTE) NOT NULL ENABLE, “ID_ORGANIZACAO_INTERNA” NUMBER(19,0)) SEGMENT CREATION IMMEDIATE PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXT
                                ORA-39083: Object type TABLE:”AME”.”SGA_ARQUIVISTA” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”SGA_ARQUIVISTA” (“ID_ARQUIVISTA” NUMBER(19,0) NOT NULL ENABLE, “GESTOR” NUMBER(1,0) NOT NULL ENABLE, “PODEARQUIVAR” NUMBER(1,0) NOT NULL ENABLE, “ID_DEPARTAMENTO” NUMBER(19,0), “ID_USUARIO” NUMBER(19,0) NOT NULL ENABLE, “LOCAL_ARQUIVAMENTO_PADRAO” NUMBER(1,0)) SEGMENT CREATION IMMEDIATE PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING STO
                                ORA-39083: Object type TABLE:”AME”.”SGA_CLASSE” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”SGA_CLASSE” (“ID_CLASSE” NUMBER(19,0) NOT NULL ENABLE, “ASSUNTO” VARCHAR2(255 BYTE), “ATIVO” NUMBER(1,0) NOT NULL ENABLE, “CLASSIFICAR” NUMBER(1,0), “CODIGO_CLASSIFICACAO” VARCHAR2(50 BYTE), “DATA_CRIACAO” DATE, “DATA_TEMPO_GUARDA” NUMBER(3,0), “DESTINACAO_FINAL” NUMBER(3,0), “OBSERVACAO” VARCHAR2(255 BYTE), “TERMO_CLASSIFICACAO” VARCHAR2(50 BYTE), “ID_CLASS
                                ORA-39083: Object type TABLE:”AME”.”SGA_CLS_FS_CLF” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”SGA_CLS_FS_CLF” (“ID_CLS_FS_CLF” NUMBER(19,0) NOT NULL ENABLE, “ID_CLASSE” NUMBER(19,0), “ID_FASE_CLASSIFICACAO” NUMBER(19,0)) SEGMENT CREATION IMMEDIATE PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLA
                                ORA-39083: Object type TABLE:”AME”.”SGA_COMENTARIO” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”SGA_COMENTARIO” (“ID_COMENTARIO” NUMBER(19,0) NOT NULL ENABLE, “DATA” DATE NOT NULL ENABLE, “TEXTO_COMENTARIO” VARCHAR2(255 BYTE) NOT NULL ENABLE, “ID_ARQUIVISTA” NUMBER(19,0), “ID_PROTOCOLO” NUMBER(19,0) NOT NULL ENABLE) SEGMENT CREATION IMMEDIATE PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING STORAGE(INITIAL 65536 NEXT 1048576 MINEXTE
                                ORA-39083: Object type TABLE:”AME”.”SGA_CONFIGURACAO” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”SGA_CONFIGURACAO” (“ID_CONFIGURACAO_SGA_INTEGRACAO” NUMBER(19,0) NOT NULL ENABLE, “INTEGRACAO_ATIVO” NUMBER(1,0), “TAREFA_CALCULAR_TEMPORALIDADE” NUMBER(1,0), “ID_SISTEMA” NUMBER(19,0)) SEGMENT CREATION IMMEDIATE PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINC
                                ORA-39083: Object type TABLE:”AME”.”SGA_DESPACHO_PROTOCOLO” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”SGA_DESPACHO_PROTOCOLO” (“ID_DESPACHO_PROTOCOLO” NUMBER(19,0) NOT NULL ENABLE, “DATA_ENCAMINHAMENTO” DATE NOT NULL ENABLE, “DATA_RECEBIMENTO” DATE, “PENDENTE” NUMBER(1,0), “TEXTO_DESPACHO” VARCHAR2(255 BYTE) NOT NULL ENABLE, “ID_DEPARTAMENTO_DESTINO” NUMBER(19,0), “ID_DEPARTAMENTO_ORIGEM” NUMBER(19,0) NOT NULL ENABLE, “ID_PROTOCOLO” NUMBER(19,0)
                                ORA-39083: Object type TABLE:”AME”.”SGA_DIVISAO_MOBILIARIO” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”SGA_DIVISAO_MOBILIARIO” (“ID_DIVISAO_MOBILIARIO” NUMBER(19,0) NOT NULL ENABLE, “ATIVO” NUMBER(1,0) NOT NULL ENABLE, “NOME” VARCHAR2(50 BYTE) NOT NULL ENABLE, “NUMERO” NUMBER(10,0) NOT NULL ENABLE, “ID_MOBILIARIO” NUMBER(19,0) NOT NULL ENABLE) SEGMENT CREATION IMMEDIATE PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING STORAGE(INITI
                                ORA-39083: Object type TABLE:”AME”.”SGA_ENDERECO” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”SGA_ENDERECO” (“ID_ENDERECO” NUMBER(19,0) NOT NULL ENABLE, “DATA_CRIACAO” DATE NOT NULL ENABLE, “INTERESSADO” VARCHAR2(50 BYTE), “NUMERO_MOBILIARIO” VARCHAR2(50 BYTE), “ID_ACONDICIONAMENTO” NUMBER(19,0), “ID_CIDADE” NUMBER(19,0), “ID_CLASSE” NUMBER(19,0), “ID_ESTADO” NUMBER(19,0), “ID_LOCAL_ARQUIVAMENTO” NUMBER(19,0), “ID_METODO_ARQUIVAMENTO” NUMBER(19,0),
                                ORA-39083: Object type TABLE:”AME”.”SGA_END_DV_MOB” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”SGA_END_DV_MOB” (“ID_ENDERECO” NUMBER(19,0) NOT NULL ENABLE, “ID_DIVISAO_MOBILIARIO” NUMBER(19,0) NOT NULL ENABLE) SEGMENT CREATION IMMEDIATE PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CACHE DEF
                                ORA-39083: Object type TABLE:”AME”.”SGA_FASE_CLASSIFICACAO” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”SGA_FASE_CLASSIFICACAO” (“ID_FASE_CLASSIFICACAO” NUMBER(19,0) NOT NULL ENABLE, “ACAO_EXTERNA” NUMBER(1,0), “DESCRICAO” VARCHAR2(50 BYTE) NOT NULL ENABLE, “QUANTIDADE” NUMBER(10,0), “TIPO” NUMBER(10,0) NOT NULL ENABLE, “UNIDADE_MEDIDA” NUMBER(10,0)) SEGMENT CREATION IMMEDIATE PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING STORAGE
                                ORA-39083: Object type TABLE:”AME”.”SGA_GUIA_TRANSFERENCIA” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”SGA_GUIA_TRANSFERENCIA” (“ID_GUIA_TRANSFERENCIA” NUMBER(19,0) NOT NULL ENABLE, “DATACRIACAO” DATE NOT NULL ENABLE, “FINALIZADO” NUMBER(1,0) NOT NULL ENABLE, “ID_USUARIO” NUMBER(19,0) NOT NULL ENABLE, “ID_LOCAL_ARQUIVAMENTO” NUMBER(19,0) NOT NULL ENABLE, “ENVIADO_AO_SGA” NUMBER(1,0), “RECEBIDA_NO_SGA” NUMBER(1,0)) SEGMENT CREATION IMMEDIATE PCTFRE
                                ORA-39083: Object type TABLE:”AME”.”SGA_GUIA_TRANSF_OBJ_CTR” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”SGA_GUIA_TRANSF_OBJ_CTR” (“ID_GUIA_TRANSF_OBJ_CTR” NUMBER(19,0) NOT NULL ENABLE, “ID_GUIA_TRANSFERENCIA” NUMBER(19,0), “ID_OBJETO_CONTROLADO” NUMBER(19,0)) SEGMENT CREATION IMMEDIATE PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0 FREELISTS 1 FRE
                                ORA-39083: Object type TABLE:”AME”.”SGA_HISTORICO_ELIMINACAO” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”SGA_HISTORICO_ELIMINACAO” (“ID_HISTORICO_ELIMINACAO” NUMBER(19,0) NOT NULL ENABLE, “CLASSE” VARCHAR2(255 BYTE), “DATA_EXCLUSAO” DATE NOT NULL ENABLE, “INTERRESADO” VARCHAR2(255 BYTE), “JUSTIFICATIVA” VARCHAR2(255 BYTE), “NUMERO_IDENTIFICADOR” VARCHAR2(255 BYTE), “ID_USUARIO” NUMBER(19,0) NOT NULL ENABLE, “ID_DEPARTAMENTO” NUMBER(19,0)) SEGMENT
                                ORA-39083: Object type TABLE:”AME”.”SGA_HST_FASE_ARQ” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”SGA_HST_FASE_ARQ” (“ID_HST_FS_ARQUIVAMENTO” NUMBER(19,0) NOT NULL ENABLE, “DATA” DATE NOT NULL ENABLE, “FASE_ANTERIOR” NUMBER(10,0) NOT NULL ENABLE, “FASE_ATUAL” NUMBER(10,0) NOT NULL ENABLE, “JUSTIFICATIVA” VARCHAR2(255 BYTE), “ID_OBJETO_CONTROLADO” NUMBER(19,0), “ID_PROTOCOLO” NUMBER(19,0), “ID_USUARIO” NUMBER(19,0) NOT NULL ENABLE, “SOLICITANTE” VAR
                                ORA-39083: Object type TABLE:”AME”.”SGA_JUSTIFICATIVA” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”SGA_JUSTIFICATIVA” (“ID_JUSTIFICATIVA” NUMBER(19,0) NOT NULL ENABLE, “DATA” DATE NOT NULL ENABLE, “JUSTIFICATIVA” VARCHAR2(255 BYTE) NOT NULL ENABLE, “ID_USUARIO” NUMBER(19,0), “ID_OBJETO_CONTROLADO” NUMBER(19,0), “ID_PROTOCOLO” NUMBER(19,0), “CLASSE_ANTERIOR” NUMBER(19,0)) SEGMENT CREATION IMMEDIATE PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOM
                                ORA-39083: Object type TABLE:”AME”.”SGA_LCL_ARQ_DEPARTAMENTO” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”SGA_LCL_ARQ_DEPARTAMENTO” (“ID_LOCAL_ARQUIVAMENTO” NUMBER(19,0) NOT NULL ENABLE, “ID_DEPARTAMENTO” NUMBER(19,0) NOT NULL ENABLE) SEGMENT CREATION IMMEDIATE PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL
                                ORA-39083: Object type TABLE:”AME”.”SGA_LCL_ARQ_MTD_ARQUIVAMENTO” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”SGA_LCL_ARQ_MTD_ARQUIVAMENTO” (“ID_METODO_ARQUIVAMENTO” NUMBER(19,0) NOT NULL ENABLE, “ID_LOCAL_ARQUIVAMENTO” NUMBER(19,0) NOT NULL ENABLE) SEGMENT CREATION IMMEDIATE PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0 FREELISTS 1 FREELIST GROUP
                                ORA-39083: Object type TABLE:”AME”.”SGA_LOCAL_ARQUIVAMENTO” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”SGA_LOCAL_ARQUIVAMENTO” (“ID_LOCAL_ARQUIVAMENTO” NUMBER(19,0) NOT NULL ENABLE, “ATIVO” NUMBER(1,0) NOT NULL ENABLE, “FASE_CORRENTE” NUMBER(1,0) NOT NULL ENABLE, “FASE_INTERMEDIARIA” NUMBER(1,0) NOT NULL ENABLE, “FASE_PERMANENTE” NUMBER(1,0) NOT NULL ENABLE, “ID_DEPARTAMENTO” NUMBER(19,0) NOT NULL ENABLE) SEGMENT CREATION IMMEDIATE PCTFREE 10 PCTU
                                ORA-39083: Object type TABLE:”AME”.”SGA_METODO_ARQUIVAMENTO” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”SGA_METODO_ARQUIVAMENTO” (“ID_METODO_ARQUIVAMENTO” NUMBER(19,0) NOT NULL ENABLE, “ATIVO” NUMBER(1,0) NOT NULL ENABLE, “IDENTIFICADOR_METODO” NUMBER(10,0) NOT NULL ENABLE, “NOME” VARCHAR2(50 BYTE) NOT NULL ENABLE) SEGMENT CREATION IMMEDIATE PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING STORAGE(INITIAL 65536 NEXT 1048576 MINEXTE
                                ORA-39083: Object type TABLE:”AME”.”SGA_MOBILIARIO” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”SGA_MOBILIARIO” (“ID_MOBILIARIO” NUMBER(19,0) NOT NULL ENABLE, “ATIVO” NUMBER(1,0) NOT NULL ENABLE, “NOME” VARCHAR2(50 BYTE) NOT NULL ENABLE) SEGMENT CREATION IMMEDIATE PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_P
                                ORA-39083: Object type TABLE:”AME”.”SGA_OBJETO_CONTROLADO” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”SGA_OBJETO_CONTROLADO” (“ID_OBJETO_CONTROLADO” NUMBER(19,0) NOT NULL ENABLE, “CLASSE” VARCHAR2(255 BYTE) NOT NULL ENABLE, “DATA_ARQUIVAMENTO” DATE, “DATA_CRIACAO” DATE, “DATA_PRODUCAO” DATE, “DATA_TEMPO_GUARDA” NUMBER(3,0), “DT_TRANSF_TEMP” DATE, “ELIMINACAO” NUMBER(10,0), “ID_OBJETO” NUMBER(19,0) NOT NULL ENABLE, “NUMERO_OBJETO” VARCHAR2(255 BYTE
                                ORA-39083: Object type TABLE:”AME”.”SGA_PERMISSAO” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”SGA_PERMISSAO” (“ID_PERMISSAO” NUMBER(19,0) NOT NULL ENABLE, “DATA” DATE NOT NULL ENABLE, “STATUS” NUMBER(10,0) NOT NULL ENABLE, “ID_ARQUIVISTA” NUMBER(19,0), “ID_LOCALIZACAO” NUMBER(19,0), “ID_PROTOCOLO” NUMBER(19,0) NOT NULL ENABLE) SEGMENT CREATION IMMEDIATE PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING STORAGE(INITIAL 65536 NEXT 104
                                ORA-39083: Object type TABLE:”AME”.”SGA_PROTOCOLO” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”SGA_PROTOCOLO” (“ID_PROTOCOLO” NUMBER(19,0) NOT NULL ENABLE, “DATA_ARQUIVAMENTO” DATE, “DATA_CRIACAO” DATE NOT NULL ENABLE, “DATA_DOCUMENTO” DATE NOT NULL ENABLE, “DT_TRANSF_TEMP” DATE, “INTERESSADO” VARCHAR2(255 BYTE) NOT NULL ENABLE, “NUMERO_IDENTIFICADOR” VARCHAR2(50 BYTE), “RESUMO” VARCHAR2(800 BYTE), “STATUS_PROTOCOLO” NUMBER(10,0) NOT NULL ENABLE, ”
                                ORA-39083: Object type TABLE:”AME”.”ACS_SIGILO” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”ACS_SIGILO” (“ID_SIGILO” NUMBER(19,0) NOT NULL ENABLE, “DESCRICAO” VARCHAR2(50 BYTE) NOT NULL ENABLE, “TEMPO_MAXIMO_SIGILO” NUMBER(3,0), “GRAU_DO_SIGILO” NUMBER(3,0) NOT NULL ENABLE) SEGMENT CREATION IMMEDIATE PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0 F
                                ORA-39083: Object type TABLE:”AME”.”SGA_SOLC_OBJ_CTR” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”SGA_SOLC_OBJ_CTR” (“ID_SOLICITACAO” NUMBER(19,0) NOT NULL ENABLE, “ID_OBJETO_CONTROLADO” NUMBER(19,0) NOT NULL ENABLE) SEGMENT CREATION IMMEDIATE PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CAC
                                ORA-39083: Object type TABLE:”AME”.”SGA_SOLICITACAO” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”SGA_SOLICITACAO” (“ID_SOLICITACAO” NUMBER(19,0) NOT NULL ENABLE, “DATA_CRIACAO” DATE NOT NULL ENABLE, “DATA_DEVOLUCAO” DATE, “DATA_PREVISTA_DEVOLUCAO” DATE, “RESUMO” VARCHAR2(400 BYTE) NOT NULL ENABLE, “STATUS_SERVICO” NUMBER(10,0) NOT NULL ENABLE, “TIPO_SERVICO” NUMBER(10,0) NOT NULL ENABLE, “ID_AUTOR” NUMBER(19,0) NOT NULL ENABLE, “ID_DEPARTAMENTO_SOL
                                ORA-39083: Object type TABLE:”AME”.”SGA_SOLICITACAO_PROTOCOLO” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”SGA_SOLICITACAO_PROTOCOLO” (“ID_SOLICITACAO” NUMBER(19,0) NOT NULL ENABLE, “ID_PROTOCOLO” NUMBER(19,0) NOT NULL ENABLE) SEGMENT CREATION IMMEDIATE PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT
                                ORA-39083: Object type TABLE:”AME”.”SGA_STATUS” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”SGA_STATUS” (“ID_STATUS” NUMBER(19,0) NOT NULL ENABLE, “ATIVO” NUMBER(1,0) NOT NULL ENABLE, “NOME” VARCHAR2(50 BYTE) NOT NULL ENABLE) SEGMENT CREATION IMMEDIATE PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT
                                ORA-39083: Object type TABLE:”AME”.”SGA_TIPO_ACONDICIONAMENTO” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”SGA_TIPO_ACONDICIONAMENTO” (“ID_TIPO_ACONDICIONAMENTO” NUMBER(19,0) NOT NULL ENABLE, “ATIVO” NUMBER(1,0), “AUTOMATICO” NUMBER(1,0), “DESCRICAO” VARCHAR2(255 BYTE) NOT NULL ENABLE, “NUMERACAO_INICIAL” NUMBER(10,0)) SEGMENT CREATION IMMEDIATE PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING STORAGE(INITIAL 65536 NEXT 1048576 MINE
                                ORA-39083: Object type TABLE:”AME”.”SGA_TIPO_CLASSIFICACAO” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”SGA_TIPO_CLASSIFICACAO” (“ID_TIPO_CLASSIFICACAO” NUMBER(19,0) NOT NULL ENABLE, “ALTERAR_CLASSE” NUMBER(1,0), “ATIVO” NUMBER(1,0), “DESCRICAO” VARCHAR2(250 BYTE) NOT NULL ENABLE, “NOME” VARCHAR2(80 BYTE) NOT NULL ENABLE, “ATIVIDADE_MEIO” NUMBER(1,0), “ID_ORGANIZACAO_INTERNA” NUMBER(19,0)) SEGMENT CREATION IMMEDIATE PCTFREE 10 PCTUSED 40 INITRANS 1
                                ORA-39083: Object type TABLE:”AME”.”SGA_TIPO_PROTOCOLO” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”SGA_TIPO_PROTOCOLO” (“ID_TIPO_PROTOCOLO” NUMBER(19,0) NOT NULL ENABLE, “ATIVO” NUMBER(1,0) NOT NULL ENABLE, “NOME” VARCHAR2(50 BYTE) NOT NULL ENABLE) SEGMENT CREATION IMMEDIATE PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0 FREELISTS 1 FREELIST GROUP
                                ORA-39083: Object type TABLE:”AME”.”ACS_ACAO” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”ACS_ACAO” (“ID_ACAO” NUMBER(19,0) NOT NULL ENABLE, “AGRUPADOR” NUMBER(1,0) NOT NULL ENABLE, “DESCRICAO” VARCHAR2(2000 BYTE) NOT NULL ENABLE, “FASE_OBJETO” VARCHAR2(255 BYTE), “IMMEDIATEACAO” NUMBER(1,0) NOT NULL ENABLE, “MESSAGE_KEY” VARCHAR2(255 BYTE) NOT NULL ENABLE, “MESSAGE_KEY_ICONE” VARCHAR2(255 BYTE), “MESSAGE_KEY_ONCLICK” VARCHAR2(255 BYTE), “METODO_AL
                                ORA-39083: Object type TABLE:”AME”.”ACS_ACESSO” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”ACS_ACESSO” (“ID_ACESSO” NUMBER(19,0) NOT NULL ENABLE, “ATIVO” NUMBER(1,0), “AUTENTICADO_WEB_SERVICE” NUMBER(1,0), “DATA” DATE, “DESATIVADO_APLICACAO” NUMBER(1,0), “ID_COOKIE” VARCHAR2(255 BYTE), “IP” VARCHAR2(255 BYTE), “ID_LOCALE” NUMBER(19,0), “ID_SISTEMA” NUMBER(19,0) NOT NULL ENABLE, “ID_USUARIO” NUMBER(19,0) NOT NULL ENABLE, “ACESSO_VIA_EMAIL” NUMBER(1
                                ORA-39083: Object type TABLE:”AME”.”ACS_ATRIBUTO_CONTROLADO” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”ACS_ATRIBUTO_CONTROLADO” (“ID_ATRIBUTO_CONTROLADO” NUMBER(19,0) NOT NULL ENABLE, “DESCRICAO” VARCHAR2(100 BYTE), “ENTIDADE” VARCHAR2(255 BYTE) NOT NULL ENABLE, “ID_CONTROLE_ACESSO” VARCHAR2(255 BYTE) NOT NULL ENABLE, “PROPRIEDADE” VARCHAR2(255 BYTE) NOT NULL ENABLE, “ID_PAGINA” NUMBER(19,0) NOT NULL ENABLE) SEGMENT CREATION IMMEDIATE PCTFREE 10
                                ORA-39083: Object type TABLE:”AME”.”ACS_ATRIBUTO_LOG” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”ACS_ATRIBUTO_LOG” (“ID_ATRIBUTO_LOG” NUMBER(19,0) NOT NULL ENABLE, “CAMINHO” VARCHAR2(255 BYTE) NOT NULL ENABLE, “CLASSE” VARCHAR2(255 BYTE) NOT NULL ENABLE, “ROTULO” VARCHAR2(255 BYTE), “ID_SISTEMA” NUMBER(19,0) NOT NULL ENABLE) SEGMENT CREATION IMMEDIATE PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING STORAGE(INITIAL 65536 NEXT 10485
                                ORA-39083: Object type TABLE:”AME”.”ACS_AUSENCIA” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”ACS_AUSENCIA” (“ID_AUSENCIA” NUMBER(19,0) NOT NULL ENABLE, “ATIVO” NUMBER(1,0) NOT NULL ENABLE, “DATA_FIM” DATE, “DATA_INICIO” DATE NOT NULL ENABLE, “MOTIVO” VARCHAR2(255 BYTE) NOT NULL ENABLE, “ID_USUARIO_SUBSTITUIDO” NUMBER(19,0) NOT NULL ENABLE, “ID_USUARIO_SUBSTITUTO” NUMBER(19,0) NOT NULL ENABLE) SEGMENT CREATION IMMEDIATE PCTFREE 10 PCTUSED 40 INITRA
                                ORA-39083: Object type TABLE:”AME”.”ACS_CIDADE” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”ACS_CIDADE” (“ID_CIDADE” NUMBER(19,0) NOT NULL ENABLE, “ATIVO” NUMBER(1,0) NOT NULL ENABLE, “CAPITAL” NUMBER(1,0) NOT NULL ENABLE, “NOME” VARCHAR2(200 BYTE) NOT NULL ENABLE, “ID_ESTADO” NUMBER(19,0) NOT NULL ENABLE) SEGMENT CREATION IMMEDIATE PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXE
                                ORA-39083: Object type TABLE:”AME”.”ACS_CONFIGURACAO” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”ACS_CONFIGURACAO” (“ID_CONFIGURACAO” NUMBER(19,0) NOT NULL ENABLE, “CAMINHO_EXECUTAVEL_OO” VARCHAR2(255 BYTE) NOT NULL ENABLE, “CASTOR_PROPERTIES” VARCHAR2(255 BYTE), “DIRETORIO_TEMPORARIO” VARCHAR2(255 BYTE) NOT NULL ENABLE, “DOMINIO” VARCHAR2(255 BYTE) NOT NULL ENABLE, “HABILITAR_REGISTRO_LOG” NUMBER(1,0) NOT NULL ENABLE, “HOST_SERVICO_OPENOFFICE” VA
                                ORA-39083: Object type TABLE:”AME”.”ACS_DEPARTAMENTO” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”ACS_DEPARTAMENTO” (“ID_DEPARTAMENTO” NUMBER(19,0) NOT NULL ENABLE, “ATIVO” NUMBER(1,0) NOT NULL ENABLE, “CODIGO” VARCHAR2(255 BYTE), “ID_SICPD” VARCHAR2(255 BYTE), “NOME” VARCHAR2(255 BYTE) NOT NULL ENABLE, “NUMERACAO_SUPERIOR” NUMBER(1,0), “PROTOCOLO” NUMBER(1,0) NOT NULL ENABLE, “PUBLICO” NUMBER(1,0) NOT NULL ENABLE, “QTD_DOCS_CRIADOS_SICPD” NUMBER(1
                                ORA-39083: Object type TABLE:”AME”.”ACS_ESTADO” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”ACS_ESTADO” (“ID_ESTADO” NUMBER(19,0) NOT NULL ENABLE, “ATIVO” NUMBER(1,0) NOT NULL ENABLE, “NOME” VARCHAR2(50 BYTE) NOT NULL ENABLE, “SIGLA” VARCHAR2(2 BYTE) NOT NULL ENABLE, “ID_PAIS” NUMBER(19,0) NOT NULL ENABLE) SEGMENT CREATION IMMEDIATE PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXE
                                ORA-39083: Object type TABLE:”AME”.”ACS_FAIXA_HORARIO” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”ACS_FAIXA_HORARIO” (“ID_FAIXA_HORARIO” NUMBER(19,0) NOT NULL ENABLE, “DESCRICAO” VARCHAR2(100 BYTE) NOT NULL ENABLE, “DIA_SEMANA” NUMBER(5,0) NOT NULL ENABLE, “HORA_FIM1” DATE, “HORA_FIM2” DATE, “HORA_FIM3” DATE, “HORA_FIM4” DATE, “HORA_INICIO1” DATE, “HORA_INICIO2” DATE, “HORA_INICIO3” DATE, “HORA_INICIO4″ DATE) SEGMENT CREATION IMMEDIATE PCTFREE 10
                                ORA-39083: Object type TABLE:”AME”.”ACS_FORMATADOR” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”ACS_FORMATADOR” (“ID_FORMATADOR” NUMBER(19,0) NOT NULL ENABLE, “ATIVO” NUMBER(1,0) NOT NULL ENABLE, “DESCRICAO” VARCHAR2(800 BYTE) NOT NULL ENABLE, “STRING_FORMATACAO” VARCHAR2(255 BYTE) NOT NULL ENABLE, “TIPO_DADO” VARCHAR2(255 BYTE) NOT NULL ENABLE) SEGMENT CREATION IMMEDIATE PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING STORAGE(INIT
                                ORA-39083: Object type TABLE:”AME”.”ACS_LOCALE” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”ACS_LOCALE” (“ID_LOCALE” NUMBER(19,0) NOT NULL ENABLE, “COUNTRY” VARCHAR2(255 BYTE) NOT NULL ENABLE, “DESCRICAO” VARCHAR2(255 BYTE) NOT NULL ENABLE, “IDIOMA” VARCHAR2(255 BYTE) NOT NULL ENABLE, “PADRAO” NUMBER(1,0) NOT NULL ENABLE, “SISTEMA_MONETARIO” VARCHAR2(255 BYTE) NOT NULL ENABLE) SEGMENT CREATION IMMEDIATE PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255
                                ORA-39083: Object type TABLE:”AME”.”ACS_MENU” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”ACS_MENU” (“ID_MENU” NUMBER(19,0) NOT NULL ENABLE, “AGRUPADOR” NUMBER(1,0) NOT NULL ENABLE, “ATIVO” NUMBER(1,0) NOT NULL ENABLE, “DESCRICAO” VARCHAR2(120 BYTE) NOT NULL ENABLE, “IMMEDIATEMENU” NUMBER(1,0) NOT NULL ENABLE, “MESSAGE_KEY” VARCHAR2(120 BYTE) NOT NULL ENABLE, “MESSAGE_KEY_ICONE” VARCHAR2(255 BYTE), “MESSAGE_KEY_ONCLICK” VARCHAR2(120 BYTE), “METODO_
                                ORA-39083: Object type TABLE:”AME”.”ACS_ORGANIZACAO_EXTERNA” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”ACS_ORGANIZACAO_EXTERNA” (“ID_ORGANIZACAO_EXTERNA” NUMBER(19,0) NOT NULL ENABLE, “COMPLEMENTO” VARCHAR2(255 BYTE), “ENDERECO” VARCHAR2(355 BYTE), “NOME” VARCHAR2(255 BYTE) NOT NULL ENABLE, “NUMERO_FAX” VARCHAR2(255 BYTE), “SIGLA” VARCHAR2(255 BYTE) NOT NULL ENABLE, “ID_CIDADE” NUMBER(19,0), “ID_ESTADO” NUMBER(19,0), “ID_PAIS” NUMBER(19,0), “ATIV
                                ORA-39083: Object type TABLE:”AME”.”ACS_ORGANIZACAO_INTERNA” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”ACS_ORGANIZACAO_INTERNA” (“ID_ORGANIZACAO_INTERNA” NUMBER(19,0) NOT NULL ENABLE, “CENTRALIZADA” NUMBER(1,0), “CODIGO” VARCHAR2(255 BYTE), “COMPLEMENTO” VARCHAR2(255 BYTE), “ENDERECO” VARCHAR2(355 BYTE), “NOME” VARCHAR2(255 BYTE) NOT NULL ENABLE, “NUMERO_FAX” VARCHAR2(255 BYTE), “SEDE” NUMBER(1,0) NOT NULL ENABLE, “SIGLA” VARCHAR2(255 BYTE) NOT N
                                ORA-39083: Object type TABLE:”AME”.”ACS_PAGINA” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”ACS_PAGINA” (“ID_PAGINA” NUMBER(19,0) NOT NULL ENABLE, “DESCRICAO” VARCHAR2(1000 BYTE) NOT NULL ENABLE, “PAGINA” VARCHAR2(120 BYTE) NOT NULL ENABLE, “ID_SISTEMA” NUMBER(19,0) NOT NULL ENABLE) SEGMENT CREATION IMMEDIATE PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINC
                                ORA-39083: Object type TABLE:”AME”.”ACS_PAIS” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”ACS_PAIS” (“ID_PAIS” NUMBER(19,0) NOT NULL ENABLE, “ATIVO” NUMBER(1,0) NOT NULL ENABLE, “NOME” VARCHAR2(50 BYTE) NOT NULL ENABLE) SEGMENT CREATION IMMEDIATE PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_
                                ORA-39083: Object type TABLE:”AME”.”ACS_PARAMETRO_MENU” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”ACS_PARAMETRO_MENU” (“ID_PARAMETRO_MENU” NUMBER(19,0) NOT NULL ENABLE, “TARGET” VARCHAR2(120 BYTE) NOT NULL ENABLE, “TYPE” VARCHAR2(120 BYTE) NOT NULL ENABLE, “VALUE” VARCHAR2(120 BYTE) NOT NULL ENABLE, “ID_ACAO” NUMBER(19,0), “ID_MENU” NUMBER(19,0)) SEGMENT CREATION IMMEDIATE PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING STORAGE(I
                                ORA-39083: Object type TABLE:”AME”.”ACS_PERFIL_ACESSO” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”ACS_PERFIL_ACESSO” (“ID_PERFIL_ACESSO” NUMBER(19,0) NOT NULL ENABLE, “ADMINISTRADOR” NUMBER(1,0), “DESCRICAO” VARCHAR2(255 BYTE), “ID_FAIXA_HORARIO” NUMBER(19,0), “ACCESS_MODULO_DOC” NUMBER(1,0), “ACCESS_MODULO_PROC” NUMBER(1,0), “ACCESS_MODULO_PROT_DOC” NUMBER(1,0), “ACCESS_MODULO_PROT_PROC” NUMBER(1,0), “ADMINISTRADOR_LOCAL” NUMBER(1,0), “CRIA_DOC”
                                ORA-39083: Object type TABLE:”AME”.”ACS_PERFIL_ACESSO_ACAO” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”ACS_PERFIL_ACESSO_ACAO” (“ID_PERFIL_ACESSO” NUMBER(19,0) NOT NULL ENABLE, “ID_ACAO” NUMBER(19,0) NOT NULL ENABLE) SEGMENT CREATION IMMEDIATE PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CA
                                ORA-39083: Object type TABLE:”AME”.”ACS_PERFIL_ACESSO_MENU” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”ACS_PERFIL_ACESSO_MENU” (“ID_PERFIL_ACESSO” NUMBER(19,0) NOT NULL ENABLE, “ID_MENU” NUMBER(19,0) NOT NULL ENABLE) SEGMENT CREATION IMMEDIATE PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FLASH_CA
                                ORA-39083: Object type TABLE:”AME”.”ACS_PERFIL_ACESSO_PAGINA” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”ACS_PERFIL_ACESSO_PAGINA” (“ID_PERFIL_ACESSO” NUMBER(19,0) NOT NULL ENABLE, “ID_PAGINA” NUMBER(19,0) NOT NULL ENABLE) SEGMENT CREATION IMMEDIATE PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT FL
                                ORA-39083: Object type TABLE:”AME”.”ACS_PERFIL_ACESSO_SISTEMA” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”ACS_PERFIL_ACESSO_SISTEMA” (“ID_PERFIL_ACESSO” NUMBER(19,0) NOT NULL ENABLE, “ID_SISTEMA” NUMBER(19,0) NOT NULL ENABLE) SEGMENT CREATION IMMEDIATE PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT
                                ORA-39083: Object type TABLE:”AME”.”ACS_PRF_ACSS_ATRB_CTR” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”ACS_PRF_ACSS_ATRB_CTR” (“ID_PERFIL_ACESSO” NUMBER(19,0) NOT NULL ENABLE, “ID_ATRIBUTO_CONTROLADO” NUMBER(19,0) NOT NULL ENABLE) SEGMENT CREATION IMMEDIATE PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEF
                                ORA-39083: Object type TABLE:”AME”.”ACS_SISTEMA” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”ACS_SISTEMA” (“ID_SISTEMA” NUMBER(19,0) NOT NULL ENABLE, “ATIVO” NUMBER(1,0) NOT NULL ENABLE, “CAMINHO_CERT_REV” VARCHAR2(255 BYTE), “CAMINHO_CERT_VAL” VARCHAR2(255 BYTE), “CERTIFICACAO_DIGITAL” NUMBER(1,0) NOT NULL ENABLE, “CONTEXTO” VARCHAR2(255 BYTE) NOT NULL ENABLE, “DESCRICAO” VARCHAR2(255 BYTE) NOT NULL ENABLE, “DOMAIN” VARCHAR2(255 BYTE), “EMAIL_SIST
                                ORA-39083: Object type TABLE:”AME”.”ACS_TAREFA” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”ACS_TAREFA” (“ID_TAREFA” NUMBER(19,0) NOT NULL ENABLE, “ATIVO” NUMBER(1,0), “CLASSE” VARCHAR2(150 BYTE), “DATA_PROXIMA_EXECUCAO” DATE, “DATA_ULTIMA_EXECUCAO” DATE, “DESCRICAO” VARCHAR2(255 BYTE), “DOMINGO” NUMBER(1,0), “EXPRESSAO” VARCHAR2(255 BYTE), “HORA_FIM” NUMBER(10,0), “HORA_INICIO” NUMBER(10,0), “HORA_INTERVALO” NUMBER(10,0), “QUARTA” NUMBER(1,0), “QU
                                ORA-39083: Object type TABLE:”AME”.”ACS_TIPO_MENU” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”ACS_TIPO_MENU” (“ID_TIPO_MENU” NUMBER(19,0) NOT NULL ENABLE, “DESCRICAO” VARCHAR2(255 BYTE) NOT NULL ENABLE, “NOME” VARCHAR2(255 BYTE) NOT NULL ENABLE, “ID_SISTEMA” NUMBER(19,0) NOT NULL ENABLE) SEGMENT CREATION IMMEDIATE PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
                                ORA-39083: Object type TABLE:”AME”.”ACS_USUARIO” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREATE TABLE “AME”.”ACS_USUARIO” (“ID_USUARIO” NUMBER(19,0) NOT NULL ENABLE, “ALTERAR_SENHA” NUMBER(1,0) NOT NULL ENABLE, “ASSINATURA_DIGITAL” NUMBER(1,0) NOT NULL ENABLE, “ATIVO” NUMBER(1,0), “BLOQUEADO” NUMBER(1,0), “CPF” NUMBER(19,0), “EMAIL” VARCHAR2(255 BYTE), “ID_TECNICO_SICPD” NUMBER(10,0), “ID_USUARIO_SICPD” NUMBER(10,0), “ITENS_POR_PAGINA” NUMBER(10,0), “NOME” VARCHAR
                                ORA-39083: Object type TABLE:”AME”.”DCF_CONEXAO” failed to create with error:
                                ORA-01918: user ‘AME’ does not exist
                                Failing sql is:
                                CREAT

                                #103351
                                wljtcc
                                Participante

                                  Eu criei o usuário AME pelo EM, tem alguma diferença ou problema?

                                Visualizando 15 posts - 1 até 15 (de 18 do total)
                                • Você deve fazer login para responder a este tópico.