Another question about import/export to excel file?

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

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

Similar Messages

  • Basic question about importing/exporting movies

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

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

  • Stupid question about import/export

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

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

  • Basic question about importing wma files

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

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

  • Import data from excel file

    Hello.
    Is anybody can help how to import data from excel file to the form created with designer 7.0. Originally there is a script inside the form to populate drop down list and depending from data selected in the ID number drop down list, there will be filled out the description and the prices text fields. But now I have to modify this form with data from excel file, which has more than 30000 lines and put all this data to script is too much.
    So, can somebody know how can I after filling the ID number field , populate the description and price text fields with data from excel file corresponding to this ID number ?
    This form is used in Adobe reader.
    Any comments are welcome.
    Regards,
    Aivar

    Hi
    That's what i said in my prev. Post to clear cache... :)
    disable your cache from nqsconfig.ini
    In cache section of NQSConfig file,
    you find
    ENABLE     =     YES;
    set to NO
    OR
    if you are using data ware house as the source for OBIEE,
    you know that when ETL is done, so just create iBot to purge cache automatically at that particular intervals,
    So that report runs freshly at that time
    And what happened to your View Selector question?
    Edited by: Kishore Guggilla on Jul 3, 2009 3:52 PM

  • Import data from excel file - best practice in the CQ?

    Hi,
    I have question related to importing data from excel file and creates from those data a table in the CQ page. Is inside CQ some OOTB component which provides this kind of functionalities? Maybe somebody implement this kind of functionality or there is best practice to do this kind of functionalities?
    Thanks in advance for any answer,
    Regards
    kasq

    You can check a working example package [1] (use your Adobe ID to log in)
    After installing it, go to [2] for immediate example.
    Unfortunately it only supports the old OLE-2 Excel format (.xls and not .xlsx)
    [1] - http://dev.day.com/content/packageshare/packages/public/day/cq540/demo/xlstable.html
    [2] - http://localhost:4502/cf#/content/geometrixx/en/company/news/pressreleases/my_personal_bes ts.html

  • Question about import database pk, fk

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

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

  • How to import Word or Excel files in Project 2013.

    I am facing a problem in Microsoft Project 2013. I am trying to insert a word or an excel file into Project 2013. But for each file,
    an import wizard appears and after trying all the possibilities, I am unable to finish it. Please help me out and tell me how to import Word or Excel file in Project 2013.

    Parulg --
    From your description, it sounds like you are trying to attach a Word or Excel document to a project, or to insert the Word or Excel document into the project.  If that is the case, you actually need to attach the Word or Excel document to a task in
    the project.  There are several ways to do this, but in either case you first need to open the project to which you want to attach the Word or Excel document.  You can then use one of several methods, which are:
    Click the View tab to display the View ribbon.  In the Data section of the View ribbon, click the Tables pick list button and select the More Tables option.  In the More Tables dialog, select the Hyperlink table and then click the Apply button.
     For any task in the project, enter the hyperlink to the Word or Excel document in the Hyperlink column for that task.
    Double-click a task and then click the Notes tab.  On the Notes page of the Task Information dialog, click the Insert Object button.  In the Insert Object dialog, select the Create from File option and then use the Browse button to navigate to
    the folder containing the Word or Excel document.  In the Browse dialog, select the Word or Excel document and click the Insert button. In the Insert Object dialog, select the Display As Icon checkbox.  You can also select the Link checkbox if you
    want to create a shortcut to the document rather than embedding the document in your Project file.  Click the OK button when finished.
    Just a couple of ideas based on my assumption about what you are trying to do.  Please let us know if my assumption is wrong.  Hope this helps.
    Dale A. Howard [MVP]

  • ICloud Number exports as Excel files looses formulas? What am I doing wrong?

    As soon as I download a Numbers file (created or edited on my iPhone) as XLS and open it in Excel 2007 the formulas are gone. Formula fields contain the numeric outcome of what used to be a formula in Numbers? This makes the App quite useless for me ... anyone with a solution?

    Thanks for your reply.
    The form is fine and no error messages are evident until I attempt to import an xml file into Excel.  The schema is very, very basic and no validation has been applied.
    I've looked at the form today to investigate what the problem may be and have discovered three issues.
    I tried with two different versions of the form to try and work out why one version worked and the other did not.  The only obvious difference between them was that one had been Reader Enabled and it was this form that did not work.
    The non-enabled form produced this output:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <MySite>
    - <general>
    <FullName>th</FullName>
    </general>
    </MySite>
    The enabled form produced something different.
    <?xml version="1.0" encoding="UTF-8" ?>
    - <xfa:data xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/">
    - <MySite>
    - <general>
    <FullName>gt</FullName>
    </general>
    </MySite>
    <MySite />
    </xfa:data>
    Files with this extra line of code would fail to be imported into the Excel file.
    Another issue was that the Reader Enabled form had a completely different file path for the embedded schema.  In the non-enabled version the path pointed to the correct location on my personal drive.  The Reader Enabled version could not find the schema as the path was incorrect and was pointing to a folder on the temporary drive.  At no point had I manually amended this path to point to there!
    The non-enabled form allowed me to import an xml file whereas the enabled form gave me an error message stating that:
    "The document restricts some Acrobat features to allow for extended features in Adobe Reader.  To create a copy of the document that is not restricted (and has no extended features in Adobe Reader), click Save a Copy."
    Are these expected behaviours or is there something wrong?

  • How to format the font in Cell when export to Excel file?

    Dear all,
    I am using the CRJ SDK 12 to export to Excel file, but i i want to format the font of Cells in Excel when exporting them.
    Can you help me to solve this issue?
    Thanks,
    Nha

    There's no control over per-cell formatting for Excel exports.
    Sincerely,
    Ted Ueda

  • Search whole table (imported from an excel file) for those matching substring (this is an input from user) in project siena

    Im trying to search my entire table (data is imported using an excel file - containing 2 cols, description and image url) for those that match the substring entered by the user into an inputText within project siena. I have 2 screens within the project,
    the first screen shows all the data in a gallery, the second screen will allow the user to search for those that match the word he/she has enter. The entered word is only a sub string, and I want to search all rows which match that sub string.. Help would
    be appreciated as im a newbie to making windows apps!!

    Lest say you have 'Gallery1' in screen1 and 'Gallery2' in screen2. your Excel input table is called 'table1' and your input text box is called 'inputText1'.
    If you have bound 'table1' to your 'Gallery1', then you can accomplish what you are trying to do by using this rule on Items property of Gallery2: "Filter(Gallery1!AllItems, InputText1!Text in Description)"
    The above formula will filter out rows that have description containing the input text.

  • Import of  big Excel files

    Hi,
    Lookkin for help with import of big Excel file (40,000 records) into a 10g database.
    Each time I'm trying to import big file SQL developer turns non responsive. I have to use Task maneger to end the program.
    Thanks
    Dov

    How long did you wait? Unresponsive usually is just busy.
    Can you verify activity e.g. in the Enterprise Manager?
    K.

  • Bitmap is not exporting to excel file

    Any kind help appreciated.
    I have added a bitmap image in my workbook but when i am exporting it into excel or html ,only text part of the title is exporting into excel file .
    The bitmap is only visible in discoverer workbook ,after exporting to excel or html, it disappears,
    i am using oracle 9i discoverer version 9.0.2.0
    thanks,

    Hi,
    Bitmaps in the workbook titles are not exported. I guess it was just too difficult to do when they added bitmaps into the titles.
    Rod West

  • ANOTHER Question about my iMac G3. Mac OS X and RAM

    Hey, I have ANOTHER question about my iMac G3.
    I know that I'm supposed to have the latest firmware updates for my iMac G3 running OS 8.1, which I do, but I read some where these firmware updates could only be updated if you're running OS 9.2. Yet when I run the firmware updater, it says my firmware is up to date. I just wanted to make sure this was correct because I just ordered an OS X 10.2 CD today, and I don't want my mac to be "dead" when I install it.
    My next question is how much RAM can my mac hold. It's an iMac G3 with a 233 mhz processor, if that makes a differemce.
    Again, thanks to the people who have helped me with my first Mac.

    hi there--
    unfortunately you require system 9.1 or 9.2 for the required firmware update 1.2 for your computer http://docs.info.apple.com/article.html?artnum=86117. so you'll have to install that if you want to install 10.2. it may work for you for a little while, but then you could possibly lose all your information. so i wouldn't advise attempting installing 10.2 without the correct firmware. [ : ) ]

  • Yet another question about super raid - GS70

    Yes, another question about Super Raid...I recently picked up the cheapest model of the GS70 on newegg which comes with 1 mSata SSD...just a mediocre one if I remember reading correctly.  I'm interested in using MSI's Super Raid once my warranty is over with and have been reading a couple posts here:
    1. Walk through of how to reinstall OS
    --> https://forum-en.msi.com/index.php?topic=167198.msg1224063#msg1224063
    2. I'll need a Super Raid card with links to get some, for about $100 each
    --> https://forum-en.msi.com/index.php?topic=171722.msg1252847#msg1252847
    3. I can't get Super Raid unless it originally came with it?
    --> https://forum-en.msi.com/index.php?topic=171185.msg1249640#msg1249640
    So what's the bottom line? Would I still be able to enable super raid in the future or am I SOL since it didn't come with it originally?
    thanks!

    The GT70 CAN come with an adapter that has 2 (on the older, GT70 0NX models) or 3 (on newer GT70 20X models) sockets for mSATA drives. It's an optional part, that takes place of the primary SATA drive in the notebook, and physically has a different part that connects to the motherboard. If it doesn't come with the SuperRaid adapter, then it just has support for a single 2.5" SATA drive.
    The GS70 on the otherhand, has this built into the motherboard and there is no swapping it out for a normal 2.5" SATA drive. You can only use mSATA drives (on those ports). The GS70 is meant to be an ultrabook, and therefore does not have the same ability as the GT70 to house up to 2 full size 2.5" SATA drives.
    That's really the main difference here. Without physically seeing a GT70 to see how the SuperRaid adapter works, it's slightly difficult to explain.
    But in the end, I wouldn't worry about the SuperRaid....The GS70 should have support for Intel Raid Management Engine, in which case that's all you really need.

Maybe you are looking for