Import DB2 DDL

Can Oracle 9i import DB2 DDL or DB2 data file?
Thank in advances.

DB2 DDL may or may not be compatible with Oracle. There is a SQL standard which both databases conform to which specifies SQL syntax, but each database is likely to implement functionality beyond the base standard. If the DB2 DDL uses any but the most basic DDL, it's likely to need some minor modifications at least to run on Oracle.
Oracle provides the Migration Workbench which should be able to convert a DB2 database to Oracle.
Justin

Similar Messages

  • Import of DDL with data modeler

    Hello,
    I begin to use the data modeler of sql developer. I create un relational model with constraints about range and values list. Then I generate the corresponding DDL :
    -- Generated by Oracle SQL Developer Data Modeler Version: 2.0.0 Build: 584
    -- at: 2010-03-08 19:26:07
    -- site: Oracle Database 10g
    -- type: Oracle Database 10g
    CREATE TABLE ACTLIST
    TIME_ACT INTEGER NOT NULL ,
    NON_CTL_AREA_NAME VARCHAR2 (12) NOT NULL ,
    AIRSPACE_ENV_NAME VARCHAR2 (20) NOT NULL
    ) LOGGING
    ALTER TABLE ACTLIST
    ADD CONSTRAINT TIME_ACT_CHCK
    CHECK ( TIME_ACT BETWEEN 1 AND 2000)
    CREATE TABLE AIRCR_MO
    AIRCRAFT_NAME VARCHAR2 (4) NOT NULL ,
    WAKE_TURBULENCE_CAT VARCHAR2 (1) NOT NULL ,
    TAS INTEGER NOT NULL
    ) LOGGING
    ALTER TABLE AIRCR_MO
    ADD CONSTRAINT WAKE_TURBULENCE_CAT_CHCK
    CHECK ( DESCRIPTION IN ( 'L', 'M', 'H' ))
    ALTER TABLE AIRCR_MO
    ADD CONSTRAINT TAS_CHCK
    CHECK ( TAS BETWEEN 0 AND 999)
    Now, I import this DDL and constraints about range and values list are lost. Is it normal ? How Can I do to preserve these data ? Domains on each columns are effectively created but raneg and values list are empty !
    Thank you

    Hello,
    these definitions are generated as check constraint:
    ALTER TABLE AIRCR_MO
    ADD CONSTRAINT WAKE_TURBULENCE_CAT_CHCK
    CHECK ( DESCRIPTION IN ( 'L', 'M', 'H' )) and they are imported as check constraint in current implementation. We have ER logged for that - to import them as list of ranges or/and list of values.
    Philip

  • ABAP Import Phase DDL Statement Error

    Hi Experts!
    I am installing SAP Netweaver PI 7.3 EHP1 and encountered an error in the ABAP import phase.
    I checked the import monitor logs and found a clue about SAPVIEW.log.
    I have checked the SAPVIEW.log and found out the following:
    ERROR: DDL statement failed
    ( DROP VIEW "APPL_MODS" )
    dsql_exec_immediate returned DS_DBOBJECTUNKNOWN
    (IMP) INFO: a failed DROP attempt is not necessarily a problem
    (DB) ERROR: DDL statement failed
    ( CREATE VIEW "APPL_MODS" ( "NAME", "TYP", "MEMBER", "DEVCLASS" ) AS SELECT T0001."NAME", T0001."TYP", T0001."MEMBER", T0002."DEVCLASS" FROM "MODSAP" T0001, "MODSAPA" T0002 WHERE T0001."NAME" = T0002."NAME" AND T0002."MIGRATED" <> 'X' )
    dsql_exec_immediate returned DS_DBOBJECTUNKNOWN
    (DB) INFO: disconnected from DB
    /usr/sap/PID/SYS/exe/uc/rs6000_64/R3load: job finished with 1 error(s)
    /usr/sap/PID/SYS/exe/uc/rs6000_64/R3load: END OF LOG:
    Please help!
    Also please let me know if any further detail is required.
    Regards,
    Ayan

    Gaurav,
    Please find the below pasted trace from SAPVIEW.log
    /usr/sap/PID/SYS/exe/uc/rs6000_64/R3load: START OF LOG: 20140823014048
    /usr/sap/PID/SYS/exe/uc/rs6000_64/R3load: sccsid @(#) $Id: //bas/721_REL/src/R3ld/R3load/R3ldmain.c#8 $ SAP
    /usr/sap/PID/SYS/exe/uc/rs6000_64/R3load: version R7.20/V1.6 [UNICODE]
    Compiled Dec  4 2013 12:54:08
    /usr/sap/PID/SYS/exe/uc/rs6000_64/R3load -ctf I /backup/NW7.3_EHP1/ABAP_Inst_EXP/51043228/DATA_UNITS/EXP3/DATA/SAPVIEW.STR /tmp/sapinst_instdir/NW731/DB6/INSTALL/STD/AS/DDLDB6.TPL SAPVIEW.TSK DB6 -l SAPVIEW.log
    /usr/sap/PID/SYS/exe/uc/rs6000_64/R3load: job completed
    /usr/sap/PID/SYS/exe/uc/rs6000_64/R3load: END OF LOG: 20140823014048
    /usr/sap/PID/SYS/exe/uc/rs6000_64/R3load: START OF LOG: 20140823014048
    /usr/sap/PID/SYS/exe/uc/rs6000_64/R3load: sccsid @(#) $Id: //bas/721_REL/src/R3ld/R3load/R3ldmain.c#8 $ SAP
    /usr/sap/PID/SYS/exe/uc/rs6000_64/R3load: version R7.20/V1.6 [UNICODE]
    Compiled Dec  4 2013 12:54:08
    /usr/sap/PID/SYS/exe/uc/rs6000_64/R3load -i SAPVIEW.cmd -dbcodepage 4102 -l SAPVIEW.log -stop_on_error -loadprocedure fast LOAD:DEF_CRT
    (DB) INFO: connected to DB
    (SQL) INFO: Searching for SQL file SQLFiles.LST
    (SQL) INFO: SQLFiles.LST not found
    (SQL) INFO: Searching for SQL file /backup/NW7.3_EHP1/ABAP_Inst_EXP/51043228/DATA_UNITS/EXP3/DB/SQLFiles.LST
    (SQL) INFO: /backup/NW7.3_EHP1/ABAP_Inst_EXP/51043228/DATA_UNITS/EXP3/DB/SQLFiles.LST not found
    (SQL) INFO: Searching for SQL file .SQL
    (SQL) INFO: .SQL not found
    (SQL) INFO: Searching for SQL file /backup/NW7.3_EHP1/ABAP_Inst_EXP/51043228/DATA_UNITS/EXP3/DB/DB6/.SQL
    (SQL) INFO: /backup/NW7.3_EHP1/ABAP_Inst_EXP/51043228/DATA_UNITS/EXP3/DB/DB6/.SQL not found
    (DB) INFO: /BI0/MHIER_VERS created #20140823014054
    (DB) INFO: /BI0/RALEAFNODCH created #20140823014054
    (DB) INFO: /BI0/RALEAFNODSP created #20140823014054
    (DB) INFO: /BI0/RBUCKET created #20140823014054
    (DB) INFO: /BI0/RCALMONTH created #20140823014054
    (DB) INFO: /BI0/RCALMONTH2 created #20140823014054
    (DB) INFO: /BI0/RCALQUART1 created #20140823014054
    (DB) INFO: /BI0/RCALQUARTER created #20140823014054
    (DB) INFO: /BI0/RCALWEEK created #20140823014054
    (DB) INFO: /BI0/RCALYEAR created #20140823014054
    (DB) INFO: /BI0/RCHNGID created #20140823014054
    (DB) INFO: /BI0/RCURRENCY created #20140823014054
    (DB) INFO: /BI0/RDATE created #20140823014054
    (DB) INFO: /BI0/RFISCPER created #20140823014054
    (DB) INFO: /BI0/RFISCPER3 created #20140823014054
    (DB) INFO: /BI0/RFISCVARNT created #20140823014054
    (DB) INFO: /BI0/RFISCYEAR created #20140823014054
    (DB) INFO: /BI0/RHALFYEAR1 created #20140823014054
    (DB) INFO: /BI0/RHIENM created #20140823014054
    (DB) INFO: /BI0/RHIER_HIEID created #20140823014054
    (DB) INFO: /BI0/RHIER_NODE created #20140823014054
    (DB) INFO: /BI0/RHIER_VERS created #20140823014054
    (DB) INFO: /BI0/RINFOPROV created #20140823014054
    (DB) INFO: /BI0/RIOBJNM created #20140823014054
    (DB) INFO: /BI0/RLANGU created #20140823014054
    (DB) INFO: /BI0/RLOGSYS created #20140823014054
    (DB) INFO: /BI0/RNODEPOSIT created #20140823014054
    (DB) INFO: /BI0/RNORESTNODE created #20140823014054
    (DB) INFO: /BI0/RRATE_TYPE created #20140823014054
    (DB) INFO: /BI0/RRECORDMODE created #20140823014054
    (DB) INFO: /BI0/RRECORDTP created #20140823014054
    (DB) INFO: /BI0/RREQUID created #20140823014054
    (DB) INFO: /BI0/RSIGNCH created #20140823014054
    (DB) INFO: /BI0/RSOURSYSTEM created #20140823014054
    (DB) INFO: /BI0/RTIME created #20140823014054
    (DB) INFO: /BI0/RTXTLG created #20140823014054
    (DB) INFO: /BI0/RTXTMD created #20140823014054
    (DB) INFO: /BI0/RTXTSH created #20140823014054
    (DB) INFO: /BI0/RUNIT created #20140823014054
    (DB) INFO: /BI0/RWEEKDAY1 created #20140823014054
    (DB) INFO: /BI0/ZBUCKET created #20140823014054
    (DB) INFO: /BI0/ZCALMONTH created #20140823014054
    (DB) INFO: /BI0/ZCALMONTH2 created #20140823014054
    (DB) INFO: /BI0/ZDATE created #20140823014054
    (DB) INFO: /BI0/ZFISCPER created #20140823014055
    (DB) INFO: /BI0/ZHALFYEAR1 created #20140823014055
    (DB) INFO: /BI0/ZINFOPROV created #20140823014055
    (DB) INFO: /BI0/ZIOBJNM created #20140823014055
    (DB) INFO: /GC1/VXXX created #20140823014055
    (DB) INFO: /OSP/V_RAUI_CHRD created #20140823014055
    (DB) INFO: /OSP/V_RAUI_CMVD created #20140823014055
    (DB) INFO: /OSP/V_RAUI_CPVD created #20140823014055
    (DB) INFO: /OSP/V_RAUI_CSED created #20140823014055
    (DB) INFO: /OSP/V_RAUI_DCDB created #20140823014055
    (DB) INFO: /OSP/V_RAUI_GRPD created #20140823014055
    (DB) INFO: /OSP/V_RAUI_MTD created #20140823014055
    (DB) INFO: /OSP/V_RAUI_MVDB created #20140823014055
    (DB) INFO: /OSP/V_RAUI_PBDB created #20140823014055
    (DB) INFO: /OSP/V_RAUI_RDDB created #20140823014055
    (DB) INFO: /OSP/V_RAUI_RFCD created #20140823014055
    (DB) INFO: /OSP/V_RAUI_RMTD created #20140823014055
    (DB) INFO: /OSP/V_RAUI_RTDB created #20140823014055
    (DB) INFO: /OSP/V_RAUI_SCD created #20140823014055
    (DB) INFO: /OSP/V_RAUI_SCHD created #20140823014055
    (DB) INFO: /OSP/V_RAUI_SELD created #20140823014055
    (DB) INFO: /OSP/V_RAUI_TMVD created #20140823014055
    (DB) INFO: /OSP/V_RAUI_TPBD created #20140823014055
    (DB) INFO: /OSP/V_RAUI_TPDB created #20140823014055
    (DB) INFO: /OSP/V_RAUI_TPRD created #20140823014055
    (DB) INFO: /OSP/V_RAUI_TRGD created #20140823014055
    (DB) INFO: /OSP/V_RAUI_VARD created #20140823014055
    (DB) INFO: /SAPAPO/GEWICHT created #20140823014055
    (DB) INFO: /SAPAPO/TRENDAM created #20140823014055
    (DB) INFO: /SAPAPO/VWALPROF created #20140823014055
    (DB) INFO: /SAPPO/FULL_HINT created #20140823014055
    (DB) INFO: /SAPPO/V_PPOCMPL created #20140823014055
    (DB) INFO: /SAPPO/V_PPO_UPD created #20140823014055
    (DB) INFO: /SAPTRX/A_CONDF4 created #20140823014055
    (DB) INFO: /SAPTRX/EE_FLDS created #20140823014055
    (DB) INFO: /SAPTRX/MSG_PARA created #20140823014055
    (DB) INFO: /SAPTRX/MSG_PTAB created #20140823014055
    (DB) INFO: /SAPTRX/STR_FLDS created #20140823014055
    (DB) INFO: /SAPTRX/VDASFEV created #20140823014055
    (DB) INFO: /SAPTRX/VDASFPAR created #20140823014055
    (DB) INFO: /SAPTRX/VD_AOMIL created #20140823014055
    (DB) INFO: /SAPTRX/VD_AOPAC created #20140823014055
    (DB) INFO: /SAPTRX/VD_AOPAE created #20140823014055
    (DB) INFO: /SAPTRX/VD_AOPAI created #20140823014055
    (DB) INFO: /SAPTRX/VD_AOPAR created #20140823014055
    (DB) INFO: /SAPTRX/VD_AOTD1 created #20140823014055
    (DB) INFO: /SAPTRX/VD_AOTD2 created #20140823014055
    (DB) INFO: /SAPTRX/VD_AOTDD created #20140823014055
    (DB) INFO: /SAPTRX/VD_AOTYP created #20140823014055
    (DB) INFO: /SAPTRX/VD_ASPAR created #20140823014055
    (DB) INFO: /SAPTRX/VD_CONDL created #20140823014055
    (DB) INFO: /SAPTRX/VD_EVTD1 created #20140823014055
    (DB) INFO: /SAPTRX/VD_EVTD2 created #20140823014055
    (DB) INFO: /SAPTRX/VD_EVTD3 created #20140823014055
    (DB) INFO: /SAPTRX/VD_EVTD4 created #20140823014055
    (DB) INFO: /SAPTRX/V_AODD02 created #20140823014055
    (DB) INFO: /SAPTRX/V_DD03 created #20140823014055
    (DB) INFO: /SAPTRX/V_DD03X created #20140823014055
    (DB) INFO: /SDF/CMO_OBJ_TR created #20140823014055
    (DB) INFO: /SDF/CMO_SMDCMP created #20140823014056
    (DB) INFO: /SDF/CMO_SMDDVC created #20140823014056
    (DB) INFO: /SDF/CMO_UMDCMP created #20140823014056
    (DB) INFO: /SDF/SMODICOMP created #20140823014056
    (DB) INFO: /SDF/SMODIDEVC created #20140823014056
    (DB) INFO: /SDF/UMOD_COMP created #20140823014056
    (DB) INFO: AKB_TRHD_DETAIL created #20140823014056
    (DB) INFO: ALTEXTHIST created #20140823014056
    (DB) INFO: APPL_DEVC created #20140823014056
    (DB) INFO: APPL_DIAL created #20140823014056
    (DB) INFO: APPL_DOMA created #20140823014056
    (DB) INFO: APPL_DTEL created #20140823014056
    (DB) INFO: APPL_ENQU created #20140823014056
    (DB) INFO: APPL_FUGR created #20140823014056
    (DB) INFO: APPL_FUGRG created #20140823014056
    (DB) INFO: APPL_FUNC created #20140823014056
    (DB) INFO: APPL_INDX created #20140823014056
    (DB) INFO: APPL_MCOB created #20140823014056
    (DB) INFO: APPL_MENU created #20140823014056
    (DB) ERROR: DDL statement failed
    ( CREATE VIEW "APPL_MODS" ( "NAME", "TYP", "MEMBER", "DEVCLASS" ) AS SELECT T0001."NAME", T0001."TYP", T0001."MEMBER", T0002."DEVCLASS" FROM "MODSAP" T0001, "MODSAPA" T0002 WHERE T0001."NAME" = T0002."NAME" AND T0002."MIGRATED" <> 'X' )
    dsql_exec_immediate returned DS_DBOBJECTUNKNOWN
    (DB) INFO: disconnected from DB
    /usr/sap/PID/SYS/exe/uc/rs6000_64/R3load: job finished with 1 error(s)
    /usr/sap/PID/SYS/exe/uc/rs6000_64/R3load: END OF LOG: 20140823014056
    /usr/sap/PID/SYS/exe/uc/rs6000_64/R3load: START OF LOG: 20140823014312
    /usr/sap/PID/SYS/exe/uc/rs6000_64/R3load: sccsid @(#) $Id: //bas/721_REL/src/R3ld/R3load/R3ldmain.c#8 $ SAP
    /usr/sap/PID/SYS/exe/uc/rs6000_64/R3load: version R7.20/V1.6 [UNICODE]
    Compiled Dec  4 2013 12:54:08
    /usr/sap/PID/SYS/exe/uc/rs6000_64/R3load -i SAPVIEW.cmd -dbcodepage 4102 -l SAPVIEW.log -stop_on_error -loadprocedure fast LOAD:DEF_CRT
    (DB) INFO: connected to DB
    (SQL) INFO: Searching for SQL file SQLFiles.LST
    (SQL) INFO: SQLFiles.LST not found
    (SQL) INFO: Searching for SQL file /backup/NW7.3_EHP1/ABAP_Inst_EXP/51043228/DATA_UNITS/EXP3/DB/SQLFiles.LST
    (SQL) INFO: /backup/NW7.3_EHP1/ABAP_Inst_EXP/51043228/DATA_UNITS/EXP3/DB/SQLFiles.LST not found
    (SQL) INFO: Searching for SQL file .SQL
    (SQL) INFO: .SQL not found
    (SQL) INFO: Searching for SQL file /backup/NW7.3_EHP1/ABAP_Inst_EXP/51043228/DATA_UNITS/EXP3/DB/DB6/.SQL
    (SQL) INFO: /backup/NW7.3_EHP1/ABAP_Inst_EXP/51043228/DATA_UNITS/EXP3/DB/DB6/.SQL not found
    (DB) ERROR: DDL statement failed
    ( DROP VIEW "APPL_MODS" )
    dsql_exec_immediate returned DS_DBOBJECTUNKNOWN
    (IMP) INFO: a failed DROP attempt is not necessarily a problem
    (DB) ERROR: DDL statement failed
    ( CREATE VIEW "APPL_MODS" ( "NAME", "TYP", "MEMBER", "DEVCLASS" ) AS SELECT T0001."NAME", T0001."TYP", T0001."MEMBER", T0002."DEVCLASS" FROM "MODSAP" T0001, "MODSAPA" T0002 WHERE T0001."NAME" = T0002."NAME" AND T0002."MIGRATED" <> 'X' )
    dsql_exec_immediate returned DS_DBOBJECTUNKNOWN
    (DB) INFO: disconnected from DB
    /usr/sap/PID/SYS/exe/uc/rs6000_64/R3load: job finished with 1 error(s)
    /usr/sap/PID/SYS/exe/uc/rs6000_64/R3load: END OF LOG: 20140823014318
    /usr/sap/PID/SYS/exe/uc/rs6000_64/R3load: START OF LOG: 20140823015246
    /usr/sap/PID/SYS/exe/uc/rs6000_64/R3load: sccsid @(#) $Id: //bas/721_REL/src/R3ld/R3load/R3ldmain.c#8 $ SAP
    /usr/sap/PID/SYS/exe/uc/rs6000_64/R3load: version R7.20/V1.6 [UNICODE]
    Compiled Dec  4 2013 12:54:08
    /usr/sap/PID/SYS/exe/uc/rs6000_64/R3load -i SAPVIEW.cmd -dbcodepage 4102 -l SAPVIEW.log -stop_on_error -loadprocedure fast LOAD:DEF_CRT
    (DB) INFO: connected to DB
    (SQL) INFO: Searching for SQL file SQLFiles.LST
    (SQL) INFO: SQLFiles.LST not found
    (SQL) INFO: Searching for SQL file /backup/NW7.3_EHP1/ABAP_Inst_EXP/51043228/DATA_UNITS/EXP3/DB/SQLFiles.LST
    (SQL) INFO: /backup/NW7.3_EHP1/ABAP_Inst_EXP/51043228/DATA_UNITS/EXP3/DB/SQLFiles.LST not found
    (SQL) INFO: Searching for SQL file .SQL
    (SQL) INFO: .SQL not found
    (SQL) INFO: Searching for SQL file /backup/NW7.3_EHP1/ABAP_Inst_EXP/51043228/DATA_UNITS/EXP3/DB/DB6/.SQL
    (SQL) INFO: /backup/NW7.3_EHP1/ABAP_Inst_EXP/51043228/DATA_UNITS/EXP3/DB/DB6/.SQL not found
    (DB) ERROR: DDL statement failed
    ( DROP VIEW "APPL_MODS" )
    dsql_exec_immediate returned DS_DBOBJECTUNKNOWN
    (IMP) INFO: a failed DROP attempt is not necessarily a problem
    (DB) ERROR: DDL statement failed
    ( CREATE VIEW "APPL_MODS" ( "NAME", "TYP", "MEMBER", "DEVCLASS" ) AS SELECT T0001."NAME", T0001."TYP", T0001."MEMBER", T0002."DEVCLASS" FROM "MODSAP" T0001, "MODSAPA" T0002 WHERE T0001."NAME" = T0002."NAME" AND T0002."MIGRATED" <> 'X' )
    dsql_exec_immediate returned DS_DBOBJECTUNKNOWN
    (DB) INFO: disconnected from DB
    /usr/sap/PID/SYS/exe/uc/rs6000_64/R3load: job finished with 1 error(s)
    /usr/sap/PID/SYS/exe/uc/rs6000_64/R3load: END OF LOG: 20140823015250
    /usr/sap/PID/SYS/exe/uc/rs6000_64/R3load: START OF LOG: 20140825011924
    /usr/sap/PID/SYS/exe/uc/rs6000_64/R3load: sccsid @(#) $Id: //bas/721_REL/src/R3ld/R3load/R3ldmain.c#8 $ SAP
    /usr/sap/PID/SYS/exe/uc/rs6000_64/R3load: version R7.20/V1.6 [UNICODE]
    Compiled Dec  4 2013 12:54:08
    /usr/sap/PID/SYS/exe/uc/rs6000_64/R3load -i SAPVIEW.cmd -dbcodepage 4102 -l SAPVIEW.log -stop_on_error -loadprocedure fast LOAD:DEF_CRT
    (DB) INFO: connected to DB
    (SQL) INFO: Searching for SQL file SQLFiles.LST
    (SQL) INFO: SQLFiles.LST not found
    (SQL) INFO: Searching for SQL file /backup/NW7.3_EHP1/ABAP_Inst_EXP/51043228/DATA_UNITS/EXP3/DB/SQLFiles.LST
    (SQL) INFO: /backup/NW7.3_EHP1/ABAP_Inst_EXP/51043228/DATA_UNITS/EXP3/DB/SQLFiles.LST not found
    (SQL) INFO: Searching for SQL file .SQL
    (SQL) INFO: .SQL not found
    (SQL) INFO: Searching for SQL file /backup/NW7.3_EHP1/ABAP_Inst_EXP/51043228/DATA_UNITS/EXP3/DB/DB6/.SQL
    (SQL) INFO: /backup/NW7.3_EHP1/ABAP_Inst_EXP/51043228/DATA_UNITS/EXP3/DB/DB6/.SQL not found
    (DB) ERROR: DDL statement failed
    ( DROP VIEW "APPL_MODS" )
    dsql_exec_immediate returned DS_DBOBJECTUNKNOWN
    (IMP) INFO: a failed DROP attempt is not necessarily a problem
    (DB) ERROR: DDL statement failed
    ( CREATE VIEW "APPL_MODS" ( "NAME", "TYP", "MEMBER", "DEVCLASS" ) AS SELECT T0001."NAME", T0001."TYP", T0001."MEMBER", T0002."DEVCLASS" FROM "MODSAP" T0001, "MODSAPA" T0002 WHERE T0001."NAME" = T0002."NAME" AND T0002."MIGRATED" <> 'X' )
    dsql_exec_immediate returned DS_DBOBJECTUNKNOWN
    (DB) INFO: disconnected from DB
    /usr/sap/PID/SYS/exe/uc/rs6000_64/R3load: job finished with 1 error(s)
    /usr/sap/PID/SYS/exe/uc/rs6000_64/R3load: END OF LOG: 20140825011937
    Please look into this..
    Regards,
    Ayan

  • Error When trying to import a DDL Script

    Hi all
    I want to move my table definitions in one schema to another. So I used
    Home>SQL Workshop>SQL Scripts>Utilities-> Generate DDL and saved teh schma I want to copy as a script.
    Now I am trying to import the script into the required workspace.
    At this time I am getting this error
    ORA-20001: GET_BLOCK Error. ORA-20001: GET_STMT error. ORA-20001: Execution of the statement was unsuccessful. ORA-01403: no data found &lt;pre&gt;-------------------------------&amp;lt;br&amp;gt;--&amp;lt;br&amp;gt;begin&amp;lt;br&amp;gt; wwv_flow_api.g_varchar2_table := wwv_flow_api.empty_varchar2_table;&amp;lt;br&amp;gt; wwv_flow_api.g_varchar2_table(1) := '435245415445205441424C4520202244454D4F5F435553544F4D45525322200A202020280922435553544F4D45525F494422
    Unable to list script names.
    Can anyone Pls help me?
    Thanks
    Ravi Kumar

    Hi Scott
    I am using the navigation
    Home>SQL Workshop>SQL Scripts>Import Scripts to import the sql file, that I created using Generate DDL.
    Regarding APEX version, I am using the online service
    http://htmldb.oracle.com/pls/otn/
    Please let me know if you ned anymore info.
    Thanks
    Ravi Kumar

  • Import from DDL script - Why do I get domains for every column type?

    I've only been using Data Modeler for a day and my first task was to import a database definition from a DDL script.
    I noticed that every column definition resulted in the creation of a domain for the column type, with names like "VARCHAR_0_0_30" for a varchar2(30) type.
    Is there some way of avoiding the creation of domains in this way? I'd prefer to use domains only when they serve a more useful purpose such as validation by check constraints.

    Go to Preferences - > Data Modeler - > DDL and uncheck "Create Domains During Import" option.
    Ivan

  • Converting DB2 DDL

    We have a DDL script generated from DB2 on a mainframe. I know OMWB doesn't support DB2 390 directly, but can it convert the generated DDL into Oracle format?
    If not is there some tool that can do this?

    Is there some application tied to this DDL? If there is a migration vendor who is remediating that code then the should have some tool to also address the DDL.

  • Can't import DDL file that has alter table rename constraint

    Hi:
    Version 3.1.0.691 on Windows 7 Enterprise 64-bit SP1
    I'm trying to import a DDL file with syntax similar to what's below. The <name> notes that I've replaced the actual names for obfuscation purposes.; the real names are in the script.
    ALTER TABLE <name>
    RENAME CONSTRAINT SYS_C0041150
    TO <name2>_CK;
    ALTER TABLE <name>
    RENAME CONSTRAINT AVCON_1281559518_ACTIV_022
    TO <name2>_CK;
    I get the following error:
    Oracle SQL Developer Data Modeler 3.1.0.691
    Oracle SQL Developer Data Modeler Import Log
    Date and Time: 2012-01-13 16:29:05 PST
    Design Name: <name>
    RDBMS : Oracle Database 11g
              All Statements:           819
              Imported Statements:      0
              Failed Statements:           0
              Not Recognized Statements:      819
    <<<<< Not Recognized >>>>>
    ALTER TABLE <name>
    RENAME CONSTRAINT SYS_<name>
    TO <name2>_CK
    ALTER TABLE <name>
    RENAME CONSTRAINT AVCON_1281559518_QVI_A_000
    TO <name2>_CK
    Thanks for any help you can provide.
    Doc

    Hi:
    The file was indeed comprised of just alter statements. As a test, I trimmed the file down to just one alter statement:
    ALTER TABLE <name> RENAME CONSTRAINT SYS_C0041413 TO <name2>_CK;
    The output file contained exactly the following, where the <<BEGIN OF FILE>> and <<END OF FILE>> were simply added here for clarity. There was no section called
    <<<<< ERRORS >>>>> and the ddl file contained no create table statements.
    <<BEGIN OF FILE>>
    Oracle SQL Developer Data Modeler 3.1.0.691
    Oracle SQL Developer Data Modeler Import Log
    Date and Time: 2012-01-16 10:16:42 PST
    Design Name: <name>
    RDBMS : Oracle Database 11g
              All Statements:           1
              Imported Statements:      0
              Failed Statements:           0
              Not Recognized Statements:      1
    <<<<< Not Recognized >>>>>
    ALTER TABLE <name> RENAME CONSTRAINT SYS_C0041413 TO <name2>_CK
    <<END OF FILE>>
    Other info.
    When I do an model import, none of the existing check constraint names get captured. Also, if I add names afterwards to two separates models via DM and then compare them. The output DDL shows a drop of the target constraint referencing its name, but the recreation of the not null constraint doesnt reference the source constraint name set for it manually in DM. Here's the example I did and the output ddl.
    ALTER TABLE <name>
    DROP CONSTRAINT SYS_C0041413
    ALTER TABLE <name>
    MODIFY ( <column_name> NOT NULL )
    That last line should have read as follows due to the constraint_name I added for it in DM.
    ALTER TABLE <name>
    MODIFY (<column_name> CONSTRAINT <name2>_CK NOT NULL);
    In the example directly above, <name2>_CK is the name I explicity set via DM and would have expected the compare to have used to recreated the constraint since it referenced the target constraint name when it constructed the drop constraint syntax.
    I believe at least one bug is involved here, most likely two.
    The first bug is that model imports are not capturing not null check constraint names.
    The second bug is that the source constraint name is not being used when generating the ddl necessary to change the not null constraint name in the target model.
    All of this is assuming that I haven't just goofed and forgotten to check a box somewhere telling it to do what I've been talking about here. :-)
    Doc

  • Import DDL from clipboard

    Hi,
    I would like to see an option in SQL Data Modeler to generate table from Clipboard.
    Scenario:
    I copy DDL code in some webpage or IDE. I then would go in Data Modeler: File->Import->Clipboard
    After this action table model is generated in Data Modeler the same way as importing from DDL file or other source.

    the database I generated the DDL from is 2008 R2, but my question is more about the DDL formatting supported...different tools format generated DDL differently sometimes and I would like to know what limitations DM has when importing DDL - I can't find any detailed info on this.

  • Transact DDL import issues

    When I import transact ddl (as in the example below), the primary key constraint isn't captured. Also, an index is created for PK_Person, but it doesn't contain any columns. Has anyone a suggestion?
    CREATE TABLE test
    num INT NOT NULL ,
    firstname VARCHAR(20) NULL ,
    lastname VARCHAR(30) NULL ,
    gender_code VARCHAR(1) NULL ,
    birth_dttm DATETIME NULL ,
    inactive_date DATETIME NULL ,
    CONSTRAINT PK_Person PRIMARY KEY CLUSTERED (num ASC)
    ON [PRIMARY]
    GO

    Hi Dawn,
    The problem appears to be the keyword ASC in the column list. It should work if you edit the DDL to remove the keyword ASC.
    I have logged a bug on this.
    David

  • Migration (import) of simple Access table+screen to Apex is failing

    Hi,
    I have tried Exporting and then migrating an Access application - but have had repeated failures on the import step. These attempts are on the Oracle Application Express environment for evaluating Apex - I have a Workspace allocation (wsmihail1) on the Oracle database ( my schema is DBS1). User id is [email protected]
    Now, I have tried creating a Real simple Access application - 1 simple table & 1 form & 1 comand button !!
    Still crash::
    In APEX Create Migration Project screen / step :::::
    - try to Import db2.sql ....
    KEEP getting ::
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ERR-1021 Unable to run "function body returning boolean" validation.
    FYI::::
    THE db2.sql file is copied to here:::
    REM This SQL script was generated by the Oracle Migration Workbench
    REM Exporter for Microsoft Access on 19/10/2007 17:02:59
    REM Release: 10.2.0.2.0
    REM Version: Microsoft Access 2002
    REM Do not modify this file as any modification will invalidate the export
    REM and subsequent migration of your Microsoft Access database
    set define off
    set verify off
    set serveroutput on size 1000000
    set feedback off
    WHENEVER SQLERROR EXIT SQL.SQLCODE ROLLBACK
    begin
    WWV_MIG_ACC_LOAD.INS_WWV_MIG_ACCESS (
         p_dbid => 1,
         p_dbname => 'db2',
         p_dbsize => '176KB',
         p_dbpathname => 'C:\db2.mdb',
         p_dbuser => 'db2',
         p_dbpassword => ' ',
         p_isappdb => 1,
         p_isattacheddb => 0,
         p_convertdb => 1,
         p_jetversion => 4.0,
         p_accessversion => 'MS Access 2000',
         p_build => 501,
         p_collatingorder => 1033,
         p_querytimeout => 60,
         p_startupform => NULL,
         p_startupshowstatusbar => 1
    end;
    begin
    WWV_MIG_ACC_LOAD.INS_WWV_MIG_ACC_TABLES (
         p_dbid => 1,
         p_tblid => 1,
         p_tblname => 'Table1',
         p_primarykey => 1,
         p_cnvtablestruct => 1,
         p_cnvmovedata => 1,
         p_cnvri => 1,
         p_cnvvalidation => 1,
         p_cnvdefault => 1,
         p_cnvaddtimestamp => 1,
         p_attachtablebacktoaccess => 1,
         p_savepassword => 0,
         p_cnvmakeupdateable => 1,
         p_retainlocalcopy => 0,
         p_syncwithserver => 1,
         p_ownerid => 1,
         p_validationtext => ' ',
         p_validationrule => ' ',
         p_numberofrows => 4,
         p_cachingtable => 0,
         p_description => ' ',
         p_attributes => 0,
         p_conflicttable => NULL,
         p_datecreated => '20071019164930',
         p_lastupdated => '20071019164934',
         p_recordcount => 4,
         p_orderbyon => 1,
         p_replicafilter => NULL,
         p_sourcetablename => ' ',
         p_updatable => 0
    end;
    begin
    WWV_MIG_ACC_LOAD.INS_WWV_MIG_ACC_COLUMNS (
         p_dbid => 1,
         p_colid => 1,
         p_tblid => 1,
         p_colname => 'ID',
         p_coltype => 4,
         p_coltypedesc => 'Long',
         p_colautoincr => 0,
         p_nextcountervalue => 0,
         p_maxlengthsource => 0,
         p_avglengthsource => 0,
         p_coltextsize => 4,
         p_allowzerolength => 0,
         p_defaultvalue => '0',
         p_colrequired => 1,
         p_colcollatingorder => 1033,
         p_colordposition => 1,
         p_validationrule => ' ',
         p_validationtext => ' ',
         p_columndescription => ' ',
         p_columnhidden => 1,
         p_columnorder => 0,
         p_columnwidth => '-1',
         p_decimalplaces => 255,
         p_foreignname => ' ',
         p_validateonset => 1
    end;
    begin
    WWV_MIG_ACC_LOAD.INS_WWV_MIG_ACC_COLUMNS (
         p_dbid => 1,
         p_colid => 2,
         p_tblid => 1,
         p_colname => 'Desc',
         p_coltype => 10,
         p_coltypedesc => 'Text',
         p_colautoincr => 0,
         p_nextcountervalue => 0,
         p_maxlengthsource => 0,
         p_avglengthsource => 0,
         p_coltextsize => 50,
         p_allowzerolength => -1,
         p_defaultvalue => ' ',
         p_colrequired => 1,
         p_colcollatingorder => 1033,
         p_colordposition => 2,
         p_validationrule => ' ',
         p_validationtext => ' ',
         p_columndescription => ' ',
         p_columnhidden => 1,
         p_columnorder => 0,
         p_columnwidth => '-1',
         p_decimalplaces => 0,
         p_foreignname => ' ',
         p_validateonset => 1
    end;
    begin
    WWV_MIG_ACC_LOAD.INS_WWV_MIG_ACC_INDEXES (
         p_dbid => 1,
         p_indid => 1,
         p_tblid => 1,
         p_indname => 'ID',
         p_cnvindex => 1,
         p_isprimary => 0,
         p_isunique => 0,
         p_isforeign => 0,
         p_ignorenulls => 0,
         p_isrequired => 0,
         p_distinctcount => 4,
         p_isclustered => 0
    end;
    begin
    WWV_MIG_ACC_LOAD.INS_WWV_MIG_ACC_IDX_COLS (
         p_dbid => 1,
         p_indcolid => 1,
         p_indid => 1,
         p_colid => 1,
         p_colorder => 1,
         p_tblid => 1,
         p_colname => 'ID'
    end;
    begin
    WWV_MIG_ACC_LOAD.INS_WWV_MIG_ACC_INDEXES (
         p_dbid => 1,
         p_indid => 2,
         p_tblid => 1,
         p_indname => 'PK_Table1',
         p_cnvindex => 1,
         p_isprimary => 1,
         p_isunique => 1,
         p_isforeign => 0,
         p_ignorenulls => 0,
         p_isrequired => 1,
         p_distinctcount => 4,
         p_isclustered => 0
    end;
    begin
    WWV_MIG_ACC_LOAD.INS_WWV_MIG_ACC_IDX_COLS (
         p_dbid => 1,
         p_indcolid => 2,
         p_indid => 2,
         p_colid => 1,
         p_colorder => 1,
         p_tblid => 1,
         p_colname => 'ID'
    end;
    begin
    WWV_MIG_ACC_LOAD.INS_WWV_MIG_ACC_TAB_PERM (
         p_dbid => 1,
         p_tblid => 1,
         p_userid => 1,
         p_permissionid => 1,
         p_permission => 1048319,
         p_permission_desc => ' DB_SEC_CREATE DB_SEC_FULLACCESS DB_SEC_DELETE DB_SEC_READSEC DB_SEC_WRITESEC DB_SEC_WRITEOWNER DB_SEC_FRMRPT_READDEF DB_SEC_FRMRPT_WRITEDEF DB_SEC_MAC_READDEF DB_SEC_MAC_WRITEDEF DB_SEC_MAC_EXECUTE DB_SEC_MOD_READDEF DB_SEC_MOD_WRITEDEF '
    end;
    begin
    WWV_MIG_ACC_LOAD.INS_WWV_MIG_ACC_FORMS (
         p_dbid => 1,
         p_formid => 1,
         p_formname => 'MyForm',
         p_afterdelconfirm => ' ',
         p_afterinsert => ' ',
         p_afterupdate => ' ',
         p_allowadditions => 0,
         p_allowdeletions => 0,
         p_allowedits => 0,
         p_allowediting => 0,
         p_allowfilters => 0,
         p_allowupdating => 1,
         p_autocenter => 0,
         p_autoresize => 0,
         p_backcolor => -2147483633,
         p_beforedelconfirm => ' ',
         p_beforeinsert => ' ',
         p_beforeupdate => ' ',
         p_borderstyle => 2,
         p_formcaption => 'MyForm',
         p_closebutton => 0,
         p_controlbox => 0,
         p_count => 5,
         p_currentview => 0,
         p_cycle => 0,
         p_dataentry => 1,
         p_datasheetbackcolor => 16777215,
         p_datasheetcellseffect => 0,
         p_datasheetfontheight => 10,
         p_datasheetfontitalic => 1,
         p_datasheetfontname => 'Arial',
         p_datasheetfontunderline => 1,
         p_datasheetfontweight => 400,
         p_datasheetforecolor => 0,
         p_datasheetgridlinesbehavior => 3,
         p_datasheetgridlinescolor => 12632256,
         p_defaultediting => 2,
         p_defaultview => 0,
         p_dividinglines => 0,
         p_fastlaserprinting => 0,
         p_filter => ' ',
         p_filteron => 1,
         p_frozencolumns => 1,
         p_gridX => 10,
         p_gridY => 10,
         p_hasmodule => 0,
         p_helpcontextid => 0,
         p_helpfile => ' ',
         p_hwnd => 590738,
         p_insideheight => 2265,
         p_insidewidth => 5490,
         p_keypreview => 1,
         p_layoutforprint => 1,
         p_logicalpagewidth => 9012,
         p_maxbutton => 0,
         p_menubar => ' ',
         p_minbutton => 0,
         p_minmaxbuttons => 3,
         p_modal => 1,
         p_navigationbuttons => 0,
         p_onactivate => ' ',
         p_onapplyfilter => ' ',
         p_onclick => ' ',
         p_onclose => ' ',
         p_oncurrent => ' ',
         p_ondblclick => ' ',
         p_ondeactivate => ' ',
         p_ondelete => ' ',
         p_onerror => ' ',
         p_onfilter => ' ',
         p_ongotfocus => ' ',
         p_onkeydown => ' ',
         p_onkeypress => ' ',
         p_onkeyup => ' ',
         p_onload => ' ',
         p_onlostfocus => ' ',
         p_onmousedown => ' ',
         p_onmousemove => ' ',
         p_onmouseup => ' ',
         p_onopen => ' ',
         p_onresize => ' ',
         p_ontimer => ' ',
         p_onunload => ' ',
         p_openargs => 'True',
         p_orderby => ' ',
         p_orderbyon => 1,
         p_painting => 0,
         p_palettesource => '(Default)',
         p_picture => '(NONE)',
         p_picturealignment => 2,
         p_picturesizemode => 0,
         p_picturetiling => 1,
         p_picturetype => 0,
         p_popup => 1,
         p_recordlocks => 0,
         p_recordselectors => 0,
         p_recordsettype => 0,
         p_recordsource => 'Table1',
         p_rowheight => -1,
         p_scrollbars => 3,
         p_shortcutmenu => 0,
         p_shortcutmenubar => ' ',
         p_showgrid => 0,
         p_tag => ' ',
         p_timerinterval => 0,
         p_toolbar => ' ',
         p_viewsallowed => 0,
         p_visible => 0,
         p_whatsthisbutton => 1,
         p_width => 4044,
         p_windowheight => 2970,
         p_windowwidth => 5910
    end;
    begin
    WWV_MIG_ACC_LOAD.INS_WWV_MIG_ACC_FORMS_CONTROLS (
         p_dbid => 1,
         p_formid => 1,
         p_controlid => 1,
         p_controlname => 'ID',
         p_controltype => 109,
         p_eventprocprefix => 'ID',
         p_inselection => 1,
         p_left => 1677,
         p_parent => 'MyForm',
         p_section => 0,
         p_tag => ' ',
         p_top => 114,
         p_visible => 0,
         p_backcolor => -2147483643,
         p_backstyle => 1,
         p_boundcolumn => NULL,
         p_ctrlcaption => ' ',
         p_columncount => NULL,
         p_columnheads => ' ',
         p_columnwidths => ' ',
         p_controlsource => 'ID',
         p_controltiptext => ' ',
         p_defaultvalue => ' ',
         p_displaywhen => 0,
         p_enabled => 0,
         p_fontbold => 1,
         p_fontitalic => 1,
         p_fontname => 'MS Sans Serif',
         p_fontsize => 8,
         p_fontunderline => 1,
         p_fontwheight => NULL,
         p_forecolor => -2147483640,
         p_format => ' ',
         p_height => 255,
         p_helpcontextid => 0,
         p_limittolist => 1,
         p_linkchildfields => ' ',
         p_linkmasterfields => ' ',
         p_listrows => NULL,
         p_multirow => 1,
         p_onchange => ' ',
         p_onclick => ' ',
         p_ondblclick => ' ',
         p_onkeydown => ' ',
         p_onkeypress => ' ',
         p_onkeyup => ' ',
         p_onmousedown => ' ',
         p_onmousemove => ' ',
         p_onmouseup => ' ',
         p_optionvalue => NULL,
         p_pageindex => NULL,
         p_picture => ' ',
         p_picturealignment => NULL,
         p_pictureresizemode => NULL,
         p_picturetiling => 1,
         p_picturetype => NULL,
         p_rowsource => ' ',
         p_rowsourcetype => ' ',
         p_shortcutmenubar => ' ',
         p_sourceobject => ' ',
         p_statusbartext => ' ',
         p_style => NULL,
         p_tabfixedheight => NULL,
         p_tabfixedwidth => NULL,
         p_tabindex => 0,
         p_tabstop => 0,
         p_textalign => 0,
         p_textfontcharset => 0,
         p_width => 900
    end;
    begin
    WWV_MIG_ACC_LOAD.INS_WWV_MIG_ACC_FORMS_CONTROLS (
         p_dbid => 1,
         p_formid => 1,
         p_controlid => 2,
         p_controlname => 'ID_Label',
         p_controltype => 100,
         p_eventprocprefix => 'ID_Label',
         p_inselection => 1,
         p_left => 57,
         p_parent => 'ID',
         p_section => 0,
         p_tag => ' ',
         p_top => 114,
         p_visible => 0,
         p_backcolor => -2147483633,
         p_backstyle => 0,
         p_boundcolumn => NULL,
         p_ctrlcaption => 'ID',
         p_columncount => NULL,
         p_columnheads => ' ',
         p_columnwidths => ' ',
         p_controlsource => ' ',
         p_controltiptext => ' ',
         p_defaultvalue => ' ',
         p_displaywhen => 0,
         p_enabled => 1,
         p_fontbold => 1,
         p_fontitalic => 1,
         p_fontname => 'MS Sans Serif',
         p_fontsize => 8,
         p_fontunderline => 1,
         p_fontwheight => NULL,
         p_forecolor => -2147483630,
         p_format => ' ',
         p_height => 255,
         p_helpcontextid => 0,
         p_limittolist => 1,
         p_linkchildfields => ' ',
         p_linkmasterfields => ' ',
         p_listrows => NULL,
         p_multirow => 1,
         p_onchange => ' ',
         p_onclick => ' ',
         p_ondblclick => ' ',
         p_onkeydown => ' ',
         p_onkeypress => ' ',
         p_onkeyup => ' ',
         p_onmousedown => ' ',
         p_onmousemove => ' ',
         p_onmouseup => ' ',
         p_optionvalue => NULL,
         p_pageindex => NULL,
         p_picture => ' ',
         p_picturealignment => NULL,
         p_pictureresizemode => NULL,
         p_picturetiling => 1,
         p_picturetype => NULL,
         p_rowsource => ' ',
         p_rowsourcetype => ' ',
         p_shortcutmenubar => ' ',
         p_sourceobject => ' ',
         p_statusbartext => ' ',
         p_style => NULL,
         p_tabfixedheight => NULL,
         p_tabfixedwidth => NULL,
         p_tabindex => NULL,
         p_tabstop => 1,
         p_textalign => 0,
         p_textfontcharset => 0,
         p_width => 1560
    end;
    begin
    WWV_MIG_ACC_LOAD.INS_WWV_MIG_ACC_FORMS_CONTROLS (
         p_dbid => 1,
         p_formid => 1,
         p_controlid => 3,
         p_controlname => 'Desc',
         p_controltype => 109,
         p_eventprocprefix => 'Desc',
         p_inselection => 1,
         p_left => 1677,
         p_parent => 'MyForm',
         p_section => 0,
         p_tag => ' ',
         p_top => 456,
         p_visible => 0,
         p_backcolor => -2147483643,
         p_backstyle => 1,
         p_boundcolumn => NULL,
         p_ctrlcaption => ' ',
         p_columncount => NULL,
         p_columnheads => ' ',
         p_columnwidths => ' ',
         p_controlsource => 'Desc',
         p_controltiptext => ' ',
         p_defaultvalue => ' ',
         p_displaywhen => 0,
         p_enabled => 0,
         p_fontbold => 1,
         p_fontitalic => 1,
         p_fontname => 'MS Sans Serif',
         p_fontsize => 8,
         p_fontunderline => 1,
         p_fontwheight => NULL,
         p_forecolor => -2147483640,
         p_format => ' ',
         p_height => 255,
         p_helpcontextid => 0,
         p_limittolist => 1,
         p_linkchildfields => ' ',
         p_linkmasterfields => ' ',
         p_listrows => NULL,
         p_multirow => 1,
         p_onchange => ' ',
         p_onclick => ' ',
         p_ondblclick => ' ',
         p_onkeydown => ' ',
         p_onkeypress => ' ',
         p_onkeyup => ' ',
         p_onmousedown => ' ',
         p_onmousemove => ' ',
         p_onmouseup => ' ',
         p_optionvalue => NULL,
         p_pageindex => NULL,
         p_picture => ' ',
         p_picturealignment => NULL,
         p_pictureresizemode => NULL,
         p_picturetiling => 1,
         p_picturetype => NULL,
         p_rowsource => ' ',
         p_rowsourcetype => ' ',
         p_shortcutmenubar => ' ',
         p_sourceobject => ' ',
         p_statusbartext => ' ',
         p_style => NULL,
         p_tabfixedheight => NULL,
         p_tabfixedwidth => NULL,
         p_tabindex => 1,
         p_tabstop => 0,
         p_textalign => 0,
         p_textfontcharset => 0,
         p_width => 2310
    end;
    begin
    WWV_MIG_ACC_LOAD.INS_WWV_MIG_ACC_FORMS_CONTROLS (
         p_dbid => 1,
         p_formid => 1,
         p_controlid => 4,
         p_controlname => 'Desc_Label',
         p_controltype => 100,
         p_eventprocprefix => 'Desc_Label',
         p_inselection => 1,
         p_left => 57,
         p_parent => 'Desc',
         p_section => 0,
         p_tag => ' ',
         p_top => 456,
         p_visible => 0,
         p_backcolor => -2147483633,
         p_backstyle => 0,
         p_boundcolumn => NULL,
         p_ctrlcaption => 'Desc',
         p_columncount => NULL,
         p_columnheads => ' ',
         p_columnwidths => ' ',
         p_controlsource => ' ',
         p_controltiptext => ' ',
         p_defaultvalue => ' ',
         p_displaywhen => 0,
         p_enabled => 1,
         p_fontbold => 1,
         p_fontitalic => 1,
         p_fontname => 'MS Sans Serif',
         p_fontsize => 8,
         p_fontunderline => 1,
         p_fontwheight => NULL,
         p_forecolor => -2147483630,
         p_format => ' ',
         p_height => 255,
         p_helpcontextid => 0,
         p_limittolist => 1,
         p_linkchildfields => ' ',
         p_linkmasterfields => ' ',
         p_listrows => NULL,
         p_multirow => 1,
         p_onchange => ' ',
         p_onclick => ' ',
         p_ondblclick => ' ',
         p_onkeydown => ' ',
         p_onkeypress => ' ',
         p_onkeyup => ' ',
         p_onmousedown => ' ',
         p_onmousemove => ' ',
         p_onmouseup => ' ',
         p_optionvalue => NULL,
         p_pageindex => NULL,
         p_picture => ' ',
         p_picturealignment => NULL,
         p_pictureresizemode => NULL,
         p_picturetiling => 1,
         p_picturetype => NULL,
         p_rowsource => ' ',
         p_rowsourcetype => ' ',
         p_shortcutmenubar => ' ',
         p_sourceobject => ' ',
         p_statusbartext => ' ',
         p_style => NULL,
         p_tabfixedheight => NULL,
         p_tabfixedwidth => NULL,
         p_tabindex => NULL,
         p_tabstop => 1,
         p_textalign => 0,
         p_textfontcharset => 0,
         p_width => 1560
    end;
    begin
    WWV_MIG_ACC_LOAD.INS_WWV_MIG_ACC_FORMS_CONTROLS (
         p_dbid => 1,
         p_formid => 1,
         p_controlid => 5,
         p_controlname => 'Command4',
         p_controltype => 104,
         p_eventprocprefix => 'Command4',
         p_inselection => 1,
         p_left => 2891,
         p_parent => 'MyForm',
         p_section => 0,
         p_tag => ' ',
         p_top => 56,
         p_visible => 0,
         p_backcolor => NULL,
         p_backstyle => NULL,
         p_boundcolumn => NULL,
         p_ctrlcaption => 'Command4',
         p_columncount => NULL,
         p_columnheads => ' ',
         p_columnwidths => ' ',
         p_controlsource => ' ',
         p_controltiptext => ' ',
         p_defaultvalue => ' ',
         p_displaywhen => 0,
         p_enabled => 0,
         p_fontbold => 1,
         p_fontitalic => 1,
         p_fontname => 'MS Sans Serif',
         p_fontsize => 8,
         p_fontunderline => 1,
         p_fontwheight => NULL,
         p_forecolor => 0,
         p_format => ' ',
         p_height => 340,
         p_helpcontextid => 0,
         p_limittolist => 1,
         p_linkchildfields => ' ',
         p_linkmasterfields => ' ',
         p_listrows => NULL,
         p_multirow => 1,
         p_onchange => ' ',
         p_onclick => '[Event Procedure]',
         p_ondblclick => ' ',
         p_onkeydown => ' ',
         p_onkeypress => ' ',
         p_onkeyup => ' ',
         p_onmousedown => ' ',
         p_onmousemove => ' ',
         p_onmouseup => ' ',
         p_optionvalue => NULL,
         p_pageindex => NULL,
         p_picture => '(NONE)',
         p_picturealignment => NULL,
         p_pictureresizemode => NULL,
         p_picturetiling => 1,
         p_picturetype => 0,
         p_rowsource => ' ',
         p_rowsourcetype => ' ',
         p_shortcutmenubar => ' ',
         p_sourceobject => ' ',
         p_statusbartext => ' ',
         p_style => NULL,
         p_tabfixedheight => NULL,
         p_tabfixedwidth => NULL,
         p_tabindex => 2,
         p_tabstop => 0,
         p_textalign => NULL,
         p_textfontcharset => 0,
         p_width => 964
    end;
    begin
    WWV_MIG_ACC_LOAD.INS_WWV_MIG_ACC_FORMS_MODULES (
         p_dbid => 1,
         p_moduleid => 1,
         p_formid => 1,
         p_modulename => 'Form_MyForm',
         p_countofdeclarationlines => 1,
         p_countoflines => 21,
         p_lines => 'Option Compare Database
    NULL
    Private Sub Command4_Click()
    NULL
    Dim varX As Variant
    varX = MsgBox(Chr(34)Click [OK] to quit app or [Cancel] to stay.Chr(34), vbYesNo)
    If varX = vbYes Then
    MsgBox Chr(34)Exit appChr(34)
    Application.Quit
    Else
    NULL
    MsgBox Chr(34)StayChr(33)Chr(34)
    NULL
    End If
    NULL
    End Sub
         p_moduletype => 1
    end;
    begin
    WWV_MIG_ACC_LOAD.INS_WWV_MIG_ACC_FORMS_PERM (
         p_dbid => 1,
         p_formid => 1,
         p_userid => 1,
         p_permissionid => 1,
         p_permission => 1048575,
         p_permission_desc => ' DB_SEC_CREATE DB_SEC_FULLACCESS DB_SEC_DELETE DB_SEC_READSEC DB_SEC_WRITESEC DB_SEC_WRITEOWNER DB_SEC_FRMRPT_EXECUTE DB_SEC_FRMRPT_READDEF DB_SEC_FRMRPT_WRITEDEF DB_SEC_FRMRPT_EXECUTE DB_SEC_MAC_READDEF DB_SEC_MAC_WRITEDEF DB_SEC_MAC_EXECUTE DB_SEC_MOD_READDEF DB_SEC_MOD_WRITEDEF '
    end;
    begin
    WWV_MIG_ACC_LOAD.INS_WWV_MIG_ACC_GROUPS (
         p_dbid => 1,
         p_groupid => 1,
         p_grpname => 'Admins'
    end;
    begin
    WWV_MIG_ACC_LOAD.INS_WWV_MIG_ACC_GROUPS (
         p_dbid => 1,
         p_groupid => 2,
         p_grpname => 'Users'
    end;
    begin
    WWV_MIG_ACC_LOAD.INS_WWV_MIG_ACC_USERS (
         p_dbid => 1,
         p_userid => 1,
         p_username => 'admin'
    end;
    begin
    WWV_MIG_ACC_LOAD.INS_WWV_MIG_ACC_GRPSMEMBERS (
         p_dbid => 1,
         p_grpmbrid => 1,
         p_userid => 1,
         p_groupid => 1
    end;
    begin
    WWV_MIG_ACC_LOAD.INS_WWV_MIG_ACC_GRPSMEMBERS (
         p_dbid => 1,
         p_grpmbrid => 2,
         p_userid => 1,
         p_groupid => 2
    end;
    +++++++++++++++++++++++++++++++++++++++++++
    The associated .xml file is :::
    <?xml version="1.0" encoding="UTF-8" ?>
    - <!-- this file was generated by the Oracle Migration Workbench Exporter for Microsoft Access 10.2.0.2.0 on 19/10/2007 17:02:59
    -->
    - <!-- Do not modify this file as any modification will invalidate the export and subsequent migration of your Microsoft Access database
    -->
    - <DATABASES>
    - <DATABASE>
    <DBID>1</DBID>
    <DBNAME>db2</DBNAME>
    <DBSIZE>1</DBSIZE>
    <DBPATHNAME>C:\db2.mdb</DBPATHNAME>
    <DBUSER>db2</DBUSER>
    <DBPASSWORD>oracle</DBPASSWORD>
    <ISAPPDB>1</ISAPPDB>
    <ISATTACHEDDB>0</ISATTACHEDDB>
    <CONVERTDB>1</CONVERTDB>
    <VERSION>4.0</VERSION>
    <ACCESSVERSION>MS Access 2000</ACCESSVERSION>
    <BUILD>501</BUILD>
    <COLLATINGORDER>1033</COLLATINGORDER>
    <QUERYTIMEOUT>60</QUERYTIMEOUT>
    <STARTUPFORM />
    <STARTUPSHOWSTATUSBAR>1</STARTUPSHOWSTATUSBAR>
    - <TABLES>
    - <TABLE PRIMARY_KEY="1">
    <TBLID>1</TBLID>
    <DBID>1</DBID>
    <TBLNAME>Table1</TBLNAME>
    <CNVTABLESTRUCT>1</CNVTABLESTRUCT>
    <CNVMOVEDATA>1</CNVMOVEDATA>
    <CNVRI>1</CNVRI>
    <CNVVALIDATION>1</CNVVALIDATION>
    <CNVDEFAULT>1</CNVDEFAULT>
    <CNVADDTIMESTAMP>1</CNVADDTIMESTAMP>
    <ATTACHTABLEBACKTOACCESS>1</ATTACHTABLEBACKTOACCESS>
    <SAVEPASSWORD>0</SAVEPASSWORD>
    <CNVMAKEUPDATEABLE>1</CNVMAKEUPDATEABLE>
    <RETAINLOCALCOPY>0</RETAINLOCALCOPY>
    <SYNCWITHSERVER>1</SYNCWITHSERVER>
    <OWNERID>1</OWNERID>
    <VALIDATIONTEXT />
    <VALIDATIONRULE />
    <NUMBEROFROWS>4</NUMBEROFROWS>
    <CACHINGTABLE>0</CACHINGTABLE>
    <DESCRIPTION />
    <ATTRIBUTES>0</ATTRIBUTES>
    <CONFLICTTABLE />
    <DATECREATED>19/10/2007 16:49:30</DATECREATED>
    <LASTUPDATED>19/10/2007 16:49:34</LASTUPDATED>
    <RECORDCOUNT>4</RECORDCOUNT>
    <ORDERBYON>1</ORDERBYON>
    <REPLICAFILTER />
    <SOURCETABLENAME />
    <UPDATABLE>0</UPDATABLE>
    - <COLUMNS>
    - <COLUMN>
    <COLID>1</COLID>
    <TBLID>1</TBLID>
    <DBID>1</DBID>
    <COLNAME>ID</COLNAME>
    <COLTYPE>4</COLTYPE>
    <COLTYPEDESC>Long</COLTYPEDESC>
    <COLAUTOINCR>0</COLAUTOINCR>
    <NEXTCOUNTERVALUE>0</NEXTCOUNTERVALUE>
    <MAXLENGTHSOURCE>0</MAXLENGTHSOURCE>
    <AVGLENGTHSOURCE>0</AVGLENGTHSOURCE>
    <COLTEXTSIZE>4</COLTEXTSIZE>
    <ALLOWZEROLENGTH>0</ALLOWZEROLENGTH>
    <DEFAULTVALUE>0</DEFAULTVALUE>
    <COLREQUIRED>1</COLREQUIRED>
    <COLCOLLATINGORDER>1033</COLCOLLATINGORDER>
    <COLORDPOSITION>1</COLORDPOSITION>
    <VALIDATIONRULE />
    <VALIDATIONTEXT />
    <COLUMNDESCRIPTION />
    <COLUMNHIDDEN>1</COLUMNHIDDEN>
    <COLUMNORDER>0</COLUMNORDER>
    <COLUMNWIDTH>-1</COLUMNWIDTH>
    <DECIMALPLACES>255</DECIMALPLACES>
    <FOREIGNNAME />
    <VALIDATEONSET>1</VALIDATEONSET>
    </COLUMN>
    - <COLUMN>
    <COLID>2</COLID>
    <TBLID>1</TBLID>
    <DBID>1</DBID>
    <COLNAME>Desc</COLNAME>
    <COLTYPE>10</COLTYPE>
    <COLTYPEDESC>Text</COLTYPEDESC>
    <COLAUTOINCR>0</COLAUTOINCR>
    <NEXTCOUNTERVALUE>0</NEXTCOUNTERVALUE>
    <MAXLENGTHSOURCE>0</MAXLENGTHSOURCE>
    <AVGLENGTHSOURCE>0</AVGLENGTHSOURCE>
    <COLTEXTSIZE>50</COLTEXTSIZE>
    <ALLOWZEROLENGTH>-1</ALLOWZEROLENGTH>
    <DEFAULTVALUE />
    <COLREQUIRED>1</COLREQUIRED>
    <COLCOLLATINGORDER>1033</COLCOLLATINGORDER>
    <COLORDPOSITION>2</COLORDPOSITION>
    <VALIDATIONRULE />
    <VALIDATIONTEXT />
    <COLUMNDESCRIPTION />
    <COLUMNHIDDEN>1</COLUMNHIDDEN>
    <COLUMNORDER>0</COLUMNORDER>
    <COLUMNWIDTH>-1</COLUMNWIDTH>
    <DECIMALPLACES>0</DECIMALPLACES>
    <FOREIGNNAME />
    <VALIDATEONSET>1</VALIDATEONSET>
    </COLUMN>
    </COLUMNS>
    - <INDEXES>
    - <INDEX>
    <INDID>1</INDID>
    <TBLID>1</TBLID>
    <DBID>1</DBID>
    <INDNAME>ID</INDNAME>
    <CNVINDEX>1</CNVINDEX>
    <ISPRIMARY>0</ISPRIMARY>
    <ISUNIQUE>0</ISUNIQUE>
    <ISFOREIGN>0</ISFOREIGN>
    <IGNORENULLS>0</IGNORENULLS>
    <ISREQUIRED>0</ISREQUIRED>
    <DISTINCTCOUNT>4</DISTINCTCOUNT>
    <ISCLUSTERED>0</ISCLUSTERED>
    - <INDEX_COLUMNS>
    - <INDEX_COLUMN>
    <INDCOLID>1</INDCOLID>
    <INDID>1</INDID>
    <COLID>1</COLID>
    <DBID>1</DBID>
    <COLORDER>1</COLORDER>
    <TBLID>1</TBLID>
    <COLNAME>ID</COLNAME>
    </INDEX_COLUMN>
    </INDEX_COLUMNS>
    </INDEX>
    - <INDEX>
    <INDID>2</INDID>
    <TBLID>1</TBLID>
    <DBID>1</DBID>
    <INDNAME>PK_Table1</INDNAME>
    <CNVINDEX>1</CNVINDEX>
    <ISPRIMARY>1</ISPRIMARY>
    <ISUNIQUE>1</ISUNIQUE>
    <ISFOREIGN>0</ISFOREIGN>
    <IGNORENULLS>0</IGNORENULLS>
    <ISREQUIRED>1</ISREQUIRED>
    <DISTINCTCOUNT>4</DISTINCTCOUNT>
    <ISCLUSTERED>0</ISCLUSTERED>
    - <INDEX_COLUMNS>
    - <INDEX_COLUMN>
    <INDCOLID>2</INDCOLID>
    <INDID>2</INDID>
    <COLID>1</COLID>
    <DBID>1</DBID>
    <COLORDER>1</COLORDER>
    <TBLID>1</TBLID>
    <COLNAME>ID</COLNAME>
    </INDEX_COLUMN>
    </INDEX_COLUMNS>
    </INDEX>
    </INDEXES>
    - <PERMISSIONS>
    - <USRS>
    - <USR>
    <USRNAME>admin</USRNAME>
    <PERMISSION>1048319</PERMISSION>
    </USR>
    </USRS>
    - <GRPS>
    - <GRP>
    <USRNAME>Admins</USRNAME>
    <PERMISSION>1048319</PERMISSION>
    </GRP>
    - <GRP>
    <USRNAME>Users</USRNAME>
    <PERMISSION>1048319</PERMISSION>
    </GRP>
    </GRPS>
    </PERMISSIONS>
    </TABLE>
    </TABLES>
    <QUERIES />
    <RELATIONS />
    <MODULES />
    - <GROUPS>
    - <GROUP>
    <GROUPID>1</GROUPID>
    <GRPNAME>Admins</GRPNAME>
    - <GROUPUSERS>
    <GROUPUSER>admin</GROUPUSER>
    </GROUPUSERS>
    </GROUP>
    - <GROUP>
    <GROUPID>2</GROUPID>
    <GRPNAME>Users</GRPNAME>
    - <GROUPUSERS>
    <GROUPUSER>admin</GROUPUSER>
    </GROUPUSERS>
    </GROUP>
    </GROUPS>
    - <USERS>
    - <USER>
    <USERID>1</USERID>
    <USERNAME>admin</USERNAME>
    </USER>
    </USERS>
    </DATABASE>
    <ATTACHED_TABLES />
    </DATABASES>

    Hi Mike,
    Hopefully I can help to clarify a few things for you. An MS Access application migration essentially involves 3 steps, to be completed in the following order:
    1. Export the database and application information from your MS Access MDB file using the Exporter tool for MS Access. This tool generates two files: an XML file containing the database schema information, and a SQL script containing the application metadata. You've already completed this step.
    2. Migrate the database schema to Oracle. Using Oracle SQL Developer Migration Workbench, load the XML file generated in step 1, to capture & convert the MS Access database objects to Oracle.
    3. Migrate the application to Oracle Application Express. Using Oracle Application Express Application Migrations, create a Migration Project to retrieve the application metadata from the SQL script generated in step 1. The Migration Project should be associated with the Oracle schema containing the migrated database objects (from step 2).
    It sounds like you have carried out steps 1 and 3, but skipped step 2. I would recommend that you do the following:
    * Download the latest release of Oracle SQL Developer, version 1.2.1, from OTN - http://www.oracle.com/technology/software/products/sql/index.html. It incorporates the Migration Workbench. Review the accompanying documentation from the Help > Table of Contents menu item, specifically the chapter "Migrating Third Party Databases".
    * Create a Migration Repository, which is used by the Migration Workbench during the migration process. In order to do so, you need to create a database user for the Migration Repository. I would recommend reviewing the documentation for further information on this. The section titled "Before You Start Migrating: General Information" will assist you.
    * From the menu bar go to Migration > Capture Microsoft Access Exported XML, where you should browse to the location of the XML file generated by the Exporter tool in step 1. This captures the MS Access database schema information, and create a Captured Model of the information.
    * Right-click on the captured model, and select "Convert to Oracle Model" from its context menu. This creates a converted model, which is a representation of the structure of the destination Oracle database.
    * From the menu bar go to Tools > Preferences, to launch the Preferences dialog. On the Preferences dialog go to Migration > Generation Options, and select the "Least Privilege Schema Migration" and click OK.
    * Right-click on the Converted Model & select "Generate" from its context menu. This will generate the DDL statements to create the migrated database objects. I would recommend that you save the statements as a SQL script.
    * Create a new Oracle connection in Oracle SQL Developer, providing the connection details to the schema associated with your Oracle APEX workspace. Then run the SQL script containing the output from the "Generate" step. This will create the objects in the schema associated with your Oracle APEX workspace.
    * Log in to the Oracle APEX workspace, and I would recommend creating a new Migration Project. You should then be in a position to review the information retrieved from your MS Access application forms & reports.
    I hope this helps. Apologies for the length of the posting, but hopefully the points I've outlined will make the process a little clearer for you.
    Regards,
    Hilary

  • Error when IMPORT using INDEXFILE  IMP-00009: abnormal end of export file

    Hi,
    I met the following error while I am doing IMPORT (creating ddl using INDEXFILE option) as.
    imp system/oracle@hpfw9i file='F:\C2Prop\ProdDump20051109.dmp' fromuser=FWORKSADM touser=FWORKSADM indexfile=ddlfile.sql log=st-imp.log
    . . skipping table "FWDEFECTCOMPONENT_PN21"
    . . skipping table "FWDEFECTCOMPONENT_PN22"
    . . skipping table "FWDEFECTCOMPONENT_PN23"
    . . skipping table "FWDEFECTCOMPONENT_PN24"
    . . skipping table "FWDEFECTCOMPONENT_PN25"
    . . skipping table "FWDEFECTCOMPONENT_PN26"
    . . skipping table "FWEQPATTRIBUTE"
    . . skipping table "FWEQPATTRIBUTEHISTORY"
    IMP-00009: abnormal end of export file
    Import terminated successfully with warnings.
    Have you ever experienced the following error message when you imported the db..?
    Also I could see the import was not done successfully when I compared my ddlfileold.sql which is already done using this same dump file
    My actions to make ddlfile
    - I have tried three times to make ddlfile but I failed all and met the same error message.
    try 1 : using 9210 version
    try 2 : using 9206 version
    try 3 : using 9206 version at other machine.
    I need your advice and help.
    Thanks,
    Riaz.

    This means the export dump file is corrupted.
    In UNIX see this command to see whether the dump file is complete
    $ tail expdat.dmp
    It should have EXIT in the last line.

  • Data Modeler: Problems with importin from DDL and Designer

    I have a few problems with importing models from Designer and DDL:
    1. Can I import spatial indexes from Designer or DDL file? An index does appear in the model but it doesn’t seem to be a spatial index. When trying to import from database, the index doesn’t appear in the model at all.
    2. Is it possible to import sdo_geometry data types from DDL file? I haven’t succeeded with it, instead the column's data type appears unknown.
    3. Sometimes import from DDL files (that are generated with DM) failed with nothing appearing to the model. I haven’t figured out why that happens. I didn’t receive any error message, the model just opened empty.
    4. DM doesn’t seem to recognize public synonym creation from DDL. View log gives the following message:
    <<<<< Not Recognized >>>>>
    CREATE PUBLIC SYNONYM TABLE1
    FOR TABLE1
    5. Sequences lose their properties when importing from Designer. They only have a name but but start with, increment by and min/max values are empty in DM. Importin from DDL works fine.
    I’m using data modeler version 2.0.0 build 584

    Hi Alex,
    There is newer version of Data Modeler (3.0 EA2) and it is free
    You can download it from here
    http://www.oracle.com/technetwork/developer-tools/datamodeler/ea2-downloads-185792.html
    Regards
    Edited by: Dimitar Slavov on Dec 9, 2010 2:15 AM

  • Use of Oracle Designer for DB2 platforms

    Hi! Is there sombody who can answer these questions?
    I use Oracle Designer v 6.0.3 and I wonder if
    the DB2 ddl scripts that Oracle Designer generates
    can be use for IBM maifraims platform OS/390 ?
    I also wonder if there is any other development tool that
    generates modify or alter scripts?

    Hi,
    my Ora-Trigger-Solution works well on R/3 development system.
    On quality assurance system it dumps with ORA-04098.
    It looks like, that required object privileges have been never granted.
    Do someone know, what priviliges or authorisations have to be maintained and where to maintain this?
    Thanks and regards,
    Wolfgang

  • SQL Datamodeling: importing sql

    Hello,
    I'm importing a ddl file to sql datamodeler. Columns, pks and uks are imported ok but the foreign keys are not imported allthough they are in the script.
    The script was created from sql developer.
    fragment:
    CREATE TABLE "DARWIN"."DUS_ALLOCATIES"
    (     "ID" NUMBER NOT NULL ENABLE,
         "PSN_ID" NUMBER,
         "ODT_ID" NUMBER NOT NULL ENABLE,
         "STARTDATUM" DATE NOT NULL ENABLE,
         "EINDDATUM" DATE,
         "UURTARIEF" NUMBER(6,2) NOT NULL ENABLE,
         "AFSPRAKEN" VARCHAR2(4000 BYTE),
         "OPMERKINGEN" VARCHAR2(100 BYTE),
         "INZET_PERCENTAGE" NUMBER(5,2) DEFAULT 100,
         CONSTRAINT "ALC_PK" PRIMARY KEY ("ID"))
         CONSTRAINT "ALC_PSN_FK1" FOREIGN KEY ("PSN_ID")
         REFERENCES "DARWIN"."DUS_PERSONEN" ("ID") ENABLE,
         CONSTRAINT "ALC_ODT_FK1" FOREIGN KEY ("ODT_ID")
         REFERENCES "DARWIN"."DUS_OPDRACHTEN" ("ID") ENABLE
    Regards Erik

    ArnoldH wrote:
    Hi Philip,
    Could you expand a bit on your reply? Do you mean the import will work in the current release if the quotes are stripped off? Do you mean that the next release will work with the quotes? (What about without the quotes too? As the normal output for DBMS_METADATA.GET_DDL is quoted ("owner"."object"), will the next release work with either? I hope so.)
    Thanks,Hi Arnold,
    on your questions - yes, yes (yes,yes).
    In current published release - it should work without quotes. With quotes, obviously it doesn't work when definition of foreign keys are embedded in "create table" statement. It's fixed and should work in next published release. I use should because parsing of scripts always can be surprising.
    Philip

  • DB2 parameters for SAP Unicode system

    Hi,
    Can anybody guide us on specific and important DB2 9.7 parameters for our UNICODE SAP system.
    The parameters on the note: 1329179 has been already taken into consideration.
    But if anybody has the experience to set particular parameters please let us know the same.
    Best Regards,
    DVRK

    Hi,
    All the parameters has already been mentioned in the note. There are no other parameters that need to consider.
    Thanks
    Sunny

Maybe you are looking for

  • What to look for when buying used

    I'm planning on replacing my oooollddd G4 desktop, likely with a used MacBook if I get my way. I figure there are some things I know I can do to make sure it's in good, working condition. (And yeah, I realize there'll be some wear from having had an

  • XI Challenging scenario !!

    The scenario is like I am reading data from the attachment of an email using mail sender adapter and creating a file at unix server. The mail attachment looks like this : Lead code:12929 Order ref: sp/jaksd/1212 order type: S Item code               

  • Trying to get DVI to HDMI to work - help?

    I bought a DVI to HDMI cable & hooked it up to my MBA & flat-screen HDTV - all I get is the Apple "galaxy" background.  What settings do I need to change to get this to work?

  • Itunes can't talk to ipod - PC Format

    I recently purchased a used iPod (it was bought new in 4/05). My son also has an ipod. We wanted to have separate content on each ipod so I set up different accounts on our PC. My son's ipod has never had problems connecting to iTunes. When I connect

  • Oracle web tier install+config: opmn does not start after install

    Centos 5 box. After a silent install of web tier 11.1.1.2 opmn will not start. The installation was "complete" but I found some errors in the various log files. When I try to start a process (for example) using opmn this error occurs in the log file: