Data Modeler 30EA : Oracle Designer Import Wizard

When I want to import an Oracle Designer Model, I've no entries in "Select Applications Systems".
But in the previous release (2.0.0), i could see all my "Aplication System".
My Oracle release is 9i.
What is the problem? Must I configure anything more?
Thanks, Cédric

Hi Cédric,
the problem was reported and is related to import from non versioned repository. Fix is included in EA2.
Philip

Similar Messages

  • Data Modeler 3.0 EA1: Import deferrable column constraints

    Importing from Data dictionary. Table has a deferrable initially deferred column constraints.
    create table didmn( m number check (mod(m,2)=1) deferrable initially deferred
                      , mn number constraint didmn_modmn_chk check (mod(mn,2)=1) deferrable initially deferred
                      , constraint didmn_mnn_chk check (mn/m=3) deferrable initially deferred
                      , check (mn>m) deferrable initially deferred
                    );Column level constraints are NOT DEFERRABLE in DDL Preview. Also after merge to a model they are in physical model not deferrable. As in my earlier foreign key thread Data Modeler 3.0 EA1: Import deferrable foreign key
    Table level constraints are imported deferrable.
    Edited by: Rafu on 19.10.2010 14:34

    Hi Rafu,
    EA2 is available and those DEFERRABLE problems are sorted out there.
    Philip

  • Import of ERwinR8 data models into Oracle SQL Developer Data Modeler

    Hi!  My site want to move off ERwin R8 and use Oracle SQL Developer Data Modeler.  When will Oracle SQL Developer Data Modeler support the import of ERwin R8data model xml?
    Thanks very much,  Patty

    Hi,
    You can add the classic SCOTT schema with EMP/DEPT tables to a 10g Express Edition DB by running this script as SYSTEM:
    C:\oraclexe\app\oracle\product\10.2.0\server\RDBMS\ADMIN\scott.sql
    Also, you may wish to upgrade to the current version of SQL Developer:
    http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html
    As for importing a .dmp file, you import it to the database, not SQL Developer. Please post that question to the appropriate forum.
    Regards,
    Gary Graham
    SQL Developer Team

  • Oracle Designer Import - Missing Application Systems

    Hi,
    I'm tryiing to import an Oracle Designer data model into SQL Developer Data Model 3.0, which I downloaded today. I seem to have my connection to the Designer repository set up OK and I can select the non-versioned Workarea. When I click Next none of my application systems are displayed. The Oracle Designer build is 9.0.4.6.19 and the the DMBS is version 10.2.0.4. Any suggestions as to what I'm missing, greatly appreciated.
    Ian

    Phil,
    Any idea on liikely timeframe for a fix? Our situation is basically that we are worried about potential issues with Designer as we upgrade to Windows 7 and Oracle 11gr2 some time next year. Other parts of the company use PowerDesigner and that is one alternative; we're hoping Oracle Designer will continue to work but we want to be proactive and we'd also like to look at the SQL Developer Data Modeler 3.0 as another option. I can show people here some of the features, but a clean import of the Designer data would be a huge plus as we have 3,000 + database objects. If this is something that is slated to be corrected reasonable short-term, I'll just wait to give any demonstrations and push the product further until that functionality is available. Alternatively, if this is not available any time soon, I can try to demonstrate some of the functionality with a "build from scratch" modeling exercise.
    Thanks,
    Ian

  • Unable to create a connection in data modeler with oracle 9i

    While creating a connection to my 9i db I am getting the following error
    Status : Failure -Test failed: oracle.i18n.text.converter.CharacterConverterOGS.getInstance(I)Loracle/i18n/text/converter/CharacterConverter;

    Hi,
    This problem when importing from Data Dictionary can occur intermittently if you have the Oracle 9i or 10g database software installed on your computer.
    Ivan provided a workaround in a previous message in this forum Re: Error when testing database connection :
    Try to create a batch file (datamodeler.bat) under Data Modeler installation folder and put the following two lines in it:
    set ORACLE_HOME=%CD%
    start datamodeler.exe
    Then double click on this file to start Data Modeler.
    Ivan

  • Creating a data model in BW by importing an .ER1 file

    Hi,
    We have a Data Model from an Oracle 9 data warehouse in the form of an Erwin File ( .ER1) . We would like to replicate this data model in SAP BW 7.0.
    Is it possible to create the same data model in SAP BW by importing this file and automatically generating  the data model in SAP BW ? . I understand this is possible in other datawarehouses but not sure if it is possible in BW .

    I'm not sure why you need to call a method once the ArrayCollection gets the data.  But what you can do is set the ArrayCollection's collectionChange event to an event handler, say
    public function collectionEventHandler(event:CollectionEvent):void {
    See Example: Modifying data in a DataGrid control @ http://livedocs.adobe.com/flex/3/html/help.html?content=about_dataproviders_5.html.

  • Do data modeler support ORACLE Secure Data Masking and Subsetting ?

    How to use the security(Contains PII, Masking Type, ...) in conjunction with ORACLE Secure Data Masking and Subsetting. Is it possible to generate masking definitions for ORACLE Data Masking ?

    Hi Philip,
    it's a XML-format an looks like:
    <?xml version="1.0"?>
    -<MASKING_DEFINITION PROD_VER="10.2.0.4.4" META_VER="1.0">
    <DEFINITION_NAME>MASKING_DEF_1</DEFINITION_NAME>
    <TARGET_NAME>orcl</TARGET_NAME>
    <TARGET_TYPE>oracle_database</TARGET_TYPE>
    <ADV_OPTION_DISABLE_LOGS>Y</ADV_OPTION_DISABLE_LOGS>
    <ADV_OPTION_REFRESH_STATS>Y</ADV_OPTION_REFRESH_STATS>
    <ADV_OPTION_DROP_TEMP_TABLES>Y</ADV_OPTION_DROP_TEMP_TABLES>
    <PARALLEL_DEGREE>DEFAULT</PARALLEL_DEGREE>
    <DM_FLAGS>15</DM_FLAGS>
    MASKING_COLUMN>
    <OWNER>OWNER</OWNER>
    <TABLE>TABLE</TABLE>
    <COLUMN>COLUMN</COLUMN>
    <COLUMN_GROUP/> <FORMATS> <FORMAT> <RULE_ORDER>1</RULE_ORDER> -<RULE_CONDITION>
    <![CDATA[ 1=1 ]]>
    </RULE_CONDITION> -<FORMAT_ENTRY> <ORDER>1</ORDER> <TYPE>RS</TYPE> <START>1</START> <END>40</END> </FORMAT_ENTRY> </FORMAT> </FORMATS>
    </MASKING_COLUMN>
    </MASKING_DEFINITION>
    This is a example from my local 11 g database control on our OEM 12 c it starts with:
    MASKING_DEFINITION PROD_VER="12.1.0.4.0" META_VER="1.0">
    Perfect would be if we can choose the type of masking "Redaction/Data Masking" in the preferences and the properties of "Masking Type" and "Mask Template" properties would match the choosed type of masking.(i assume they can be found somewhere in the SYSTEM data dictionary)
    Besides the present properties there exists many others for "Data Masking Pack" like Start/End, ...
    Complete support of Data Masking Pack over Data Modeler would be great, OEM is more a dba tool and on our site definition of security is a product-owner/designer responsibility.
    Regards Günter

  • Using Data Modeler in Oracle SQL Developer

    Hi,
    Can anyone help me to learn the DataModeler in Oracle SQL Developer?

    You should post your question in the SQL Developer Data Modeler forum. This is the Oracle Forms forum.
    Craig...

  • BI Publisher throwing error when creating data model from Oracle BI Answers

    I'm having issues creating BI Publisher Datamodel using BI EE as a source. When i select the answer and put the inforamtion needed and hit OK ....it's start doing soehting and then it get there ....
    In the logs:
    It is weird that the Logs is having a message saying that path was not found "/users/mpoler/Data Model without Title.xmd"/_datamodel.xmd
    Any clue on what is going on?
    Thanks!
    Matias

    Can you try using a different account to run this report, if possible use someone from a different Application role.
    The last Time I saw something similar was when the integration between BIP and Analysis was done incorrectly and a few roles were missed.
    Letus know what you find out..

  • Metadata from Erwin data model to BO Designer

    Hi,
    I have generated a CWM XML file from ErWin, that contains the physical table names of all tables in the model. I am using universe "metadata exchange" to convert this data model into a universe. The first time "create universe" is happening fine.
    The problem is while updating the model.
    There is a "owner" field specified in Erwin table. If thats left empty, the tables in the universe schema are generated as "unnamed_NNN.<TABLE_NAME>". (NNN is a number)
    Obviously I have to remove the unnamed_NNN from the tables so that it will recognise the default database for the connection.
    Say, the metadata has undergone some changes and we want to update the universe with new metadata. I used "metadata exchange" to update the universe from the model. At this time, it creates a new table and class with "unnamed_NNN.<TABLE_NAME>", instead of updating my TABLE_NAME class and object definition with the changed metadata.
    This basically means update doesn't function as expected. Can anyone suggest if this is a limitation of the metadata exchange or am I doing something wrong ?

    I am trying to do the same thing using ER/Studio and have the same problem.
    In addition, the joins from the model are not being reflected in the universe.
    Vikas

  • Data Modeler 3.0 EA1: Import deferrable foreign key

    Importing from Data dictionary. Table has a deferrable initially deferred foreign key constraint.
    Example:
    create table didf( id number constraint didf_pk primary key deferrable initially deferred
                    , didf_id constraint didf_didf_fk references didf deferrable initially deferred
                    );Only primary key constraint is imported as deferrable.
    didf_didf_fk is NOT DEFERRABLE in DDL Preview. Also after merge to a model the foreign key in physical model is not deferrable.

    bug logged
    Philip

  • Data Modeler 3.0 EA1: Importing domains and 2.0 model doesn't work

    If I import (or open) a relational model from Modeler 2.0 which refers to domains, Modeler 3.0EA will not recognize the domains. I end up with a model full of "UNKNOWN" column types. I tried importing the domains first then importing the model, opening (or importing) the model and then the domains, and even importing the domains into the default domains set before opening the model. Nothing works; the column types will always be marked as UNKNOWN.
    Is it me or a "known bug"?
    Bert Laverman

    Hi Bert,
    Version 3.0 doesn't know anything about your domains - just copy defaultdomains.xml file from 2.0 installation (it's in datamodeler\domains directory) into 3.0 directory datamodeler\datamodeler\types.
    Philip

  • Data modeling tool to design a dwh - SQL Server 2008 R2-2012

    Hi,
    I need to know if it exists a Microsoft tool to model the data structures of a data warehouse. I generally use the SQL Server diagrams but I'd like to know an enhanced tool. Visio?
    Thanks

    Hi,
    You could download a 60 day free trial of Visio; -
    http://office.microsoft.com/en-gb/visio/visio-professional-2013-free-trial-flowchart-software-FX103791368.aspx
    Have a look at a related link; -
    http://social.technet.microsoft.com/Forums/sqlserver/en-US/620009b1-9625-4e1f-8574-f4049718ffe2/shapestemplates-bi-for-visio
    Kind Regards,
    Kieran.
    Kieran Patrick Wood http://www.innovativebusinessintelligence.com http://uk.linkedin.com/in/kieranpatrickwood http://kieranwood.wordpress.com/

  • All Fusion Erwin data modeller to Oracle 10g connection.

    Hi,
    I have instaled Erwin Datamodeller Release 7 successfully .That is a trial version.When i try to connect to Oracle from Erwin,it gives an error that ora7nt.dll is not installed and contact the Oracle DBA. I could not find any ora7nt.dll in Oracle Homes.Did any of you face this problem and please help me.
    Regards,
    Selva

    Hi Selva,
    This is a forum for Designer, not CASE tools in general. I suggest you take a look at the http://www.infoadvisors.com/ site, as that has an Erwin Users Discussion Group (you'll need to register) or talk to your technical support contact at Erwin.
    rgds, Antony

  • How to connect data modeler to oracle cloud database DAAS

    using  Version 4.1.0.873
    i believe i read long ago that this was possible
    thanks for your help

    finally found it
    http://www.thatjeffsmith.com/archive/2015/01/uploading-data-to-oracle-schema-as-a-service-using-oracle-sql-developer/
    cheers

Maybe you are looking for

  • Download a file without opening new window

    Hi everybody, I need to save a file to local PC into a certain predefined file in such a way that user does not get any pop-ups or new windows - i.e. 'in background'. I have tried 'FileDownload' - this get file content displayed in new window and if

  • Kt6 Delta no longer boots

    My Kt6 Delta LSR no longer boots. The fans are whirring, the D-Bracket leds are frozen on 4 red lights indicating CPU damaged or installed improperly. I built the box and, after a few initial problems it ran fine for several days. Then one morning I

  • Can not view other exchange users calendars with Entourage

    I am using Entourage 2004 and Exchange 2000. When I go to the open other users folder and select calendar it lets me lookup users on exchange, I select the user and when I select continue. I get the error message "can not find server" I can check my

  • Dreamweaver Latest Version is what?

    Hi I am Joseph Letzelter, i Have small doubt in dreamweaver. my question is what is the latest version to be used in dreamweaver. I want to know the latest dreamweaver version. could any help in finding out the latest version. Regards JOSEPH LETZELTE

  • Playbook (no 3g) email set up thro another server help please

    Hi Have just bought the Playbook (no 3g) & am trying to set up the email. I have several email addresses (some bought & others eg BT) On the laptop I route them all thro BT server & am trying to do the same on the Playbook. It will find the purchased