How to migrate 10gR1 repository to OWB 11gR2?

We are trying to migrate OWB 10gR1 repository to OWB 11gR2?
But are being faced with version compatibility issues.
Is there any work-around for the same?

This is a bit before my time, so I'm not very familiar with how the repository worked in 10gR1, but you might have a look at this... assuming you at least have the database credentials for the repository owner, it looks like you can perform user management tasks through this helper package that might get you an OWB user that can access everything, and let you move your design into 10.2 (from which you can migrate on to 11.2).
http://download.oracle.com/docs/cd/E10926_01/doc/owb.101/b12146/extending.htm#i1088387
Maintaining Repository Users
Multiple identifiable Warehouse Builder users can access the same central repository schema when they are registered by the repository owner.
Warehouse Builder includes utility procedures for the following maintenance tasks:
* Update the role protecting password
Although the repository owner does not explicitly use the protecting password for the role, it is recommended that the repository owner change the password often.
The repository owner must connect to the repository schema using SQL Plus and issue the following statement:
Call WBSecurityHelper.updateRolePwd('newpwd');
where'newpwd' is the new password used to protect the role chosen by repository owner. The changed password encryption appears in the table called OWB_ROLE_INFO table.
* Register repository users
Warehouse Builder users must be database users located in the same database instance as the repository. The database user's default role should not be ALL. Use 'After user xxx DEFAULT Role x' to set the default role property.
To register a repository user, execute the following statement in SQL Plus:
call WBSecurityHelper.registerOWBUser ('username')
* Unregister repository users
To unregister a user from a repository, execute the following statement in SQL Plus:
Call WBSecurityHelper.unregisterOWBUser('username');
* List all repository users
The repository owner must connect to the database containing the repository and issue the following statement:
Set serveroutput on;
Call WBSecurityHelper.listOWBUser( );
Set serveroutput on is required since listOWBUser() uses the DBMS_OUTPUT.put_line for the output to dump the data to the user interface. Otherwise, DBMS_OUTPUT.put_line only dumps the output into an intermediate data structure.
The preceding user maintenance tasks should be performed in the repository by the repository owner.

Similar Messages

  • I want to Migrate Runtime Metadata in OWB 11gR2

    i created a new repository and migrated metadata from old repository.
    i migrated metadata by follow link: http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/10g/r2/owb/owb_migrate/lesson2/lesson2.htm
    now i want to deploy it. i read and do follow link: http://www.oracle.com/webfolder/technetwork/tutorials/obe/db/10g/r2/owb/owb_migrate/lesson3/lesson3.htm
    but owb11g hasn't cc_migrate.bat file.
    how to Migrate Runtime Metadata in OWB 11gR2? i want to deploy their objects.

    Hello,
    this forum is dedicated from migrations from non-Oracle databases to Oracle, using the SQL Developer Migration Workbench.
    I suggest that you ask your questions again in the following forum:
    Oracle Discussion Forums » Data Warehousing » Warehouse Builder
    Warehouse Builder
    Regards
    Wolfgang

  • How to implement checkpoint restart in OWB 11gR2?

    How to implement checkpoint restart in OWB 11gR2?
    Which will enable us to restart the OWB mapping from the last successfully inserted checkpoint onwards.
    Edited by: user4593813 on Jul 6, 2010 10:23 AM

    Hi Borkur,
    Thanks for reply.
    Actually I want to implement it in OWB. But after I got the answer from you, I decided to do in some othere way.
    The way you mentioned is right when we are performing the operations directly on a table.
    But in my scenario, an intermediate data is generating. I want to perform lag over operation on those records. Its possible by view.
    So for performing operations for intermediate result, Oracle is providing Table Function concept. I can pass the result to it.
    But the problem again is, how to implement the lag over operation there.
    Any idea.?
    Thanks and regards
    Gowtham sen.

  • How to migrate the security repository

    Hi ,
    i am using BO 5.X
    i am planning to migrate just the security repository from the current database to another database ( a horizontal migration not an upgrade)
    1- how can i do that ?
    2 - do i need to repost all the existing reports again ?
    3 - do i need to copy the existing universes created to that new database ?
    please advise

    Hi,
    Below are the proper steps on how to migrate your repository.
    Migrating Your Repository from One Server to Another:
    This is a relatively simple process with only a few updates. It assumes that you are only copying your repository database to a new location, and all your business data will remain in the same place(s). In short, you move the database, and then make a few connection updates to reflect that change in location.
    1. Use your favorite database utility to make a copy of the entire repository schema in your target database. If the database user "Bob" owns the repository, export the entire "Bob" schema to a file, transfer the file to the target machine, and import the "Bob" schema into the target database.
    2. Run a Safe Recovery process to generate a new *.key file to point to this new location. Before you can login to the new repository, you must have a *.key, file that knows where it is.
    3. Log into the new repository using the new *.key file as a General Supervisor user type.
    4. Go to Tools--->Repository and update each document and universe domain connection ("Modify..." button) to reflect this change in the connection string to the new repository database. Keep in mind that you may have multiple document and/or universe domains that existed outside of the original "Bob" schema. Only one of each kind of domain can exist in a given schema, as they are made of database tables, and you cannot have two of the same name in the same place.
    5. Distribute your new *.key file. Place it in the ShData directory if using it, or send it to your users to place in their LocData folders. For your Webi server, search for the bomain.key and rename it to *.old before replacing with the newly created bomain.key.
    6. Test your newly migrated repository by running or publishing reports completely before bringing the old repository down.
    Now you have a new repository, and all the necessary pointers have been updated to the new location.
    Regards,
    Sarbhjeet Kaur

  • Help! how to create a repository correctly of owb?

    I have installed oracle11 in the directory c:\app\***\product\11.1.0\db_1 and installed owb in the directory c:\app\***\product\11.1.0\owb11gr1. When i tried to Create a Repository Using the Repository Assistant, the system gives out an error message:OWBSYS is not granted access to owb home/owb/bin/admin/rtrepos.properties:Please run UnifiedRepos/reset_owbcc_home.sql specifiying the path of the Oracle Home from which the Control Center Service is being run.
    Then I run the script reset_owbcc_home.sql and put in "C:/app/***/product/11.1.0/owb11gr1" according to the prompt.
    But it still can not work, it gives out another error,"there is no table or views"
    Can anyone tell me how to create a repository correctly?
    Thanks!

    With your database 11g install OWB is already installed under the ORACLE_HOME's owb directory. You should/could have just used it.
    I'd suggest a cleanout and start again, here are the steps:
    1. Close any open OWB
    2. from db home,
    Stop runtime service - cd owb/rtp/sql sqlplus OWBSYS/OWBSYS @stop_service
    3. drop your target user, design user
    4. cleanout OWBSYS, recreate:
    cd owb/UnifiedRepos
    sqlplus using your sysdba
    @clean_owbsys
    @cat_owb <tablespace_of_your_choice)
    Now run reposinst.bat from your database Oracle home
    Cheers
    David

  • How to migrate DB from single node 10gR2 to RAC 11gR2 on diff platform?

    How to migrate DB from single node 10gR2 to RAC 11gR2 on different platform with possible minimum downtime? We have a situation of upgrade/migrate oracle 10gR2 single instance DB to 2-node RAC 11gR. The source OS is Solaris 10 on SPARC and the target OS is Linux (the target servers could be changed to Solaris 11 x86 if needed). What is the best solution on that?
    Thanks,

    Technically, can do the following for upgrading and migration?
    1. Create 11gR2 oracle home on the same server and upgrade the database from 10gR2 to 11gR2 by running conversion (2 hour down time?)
    2. Set up Heterogeneous Primary and Physical Standbys by RMAN. The standby is the RAC with ASM. No need down time. (from Solaris Space to Linux - this may be a problem)
    3. At the cutoff time, activate the standby DB from the RAC ASM.
    If feasible, do we have some detail guild line for each step?

  • How to run an OWB 11gR2 process flow using OEMS Jobs?

    How to run an OWB 11gR2 process flow using OEMS 11g Jobs?
    In other words iam trying to create an Oracle Enterprise manager job for scheduling and running an OWB Process flow.
    Can any one of you please route me to a documentation for the same,or enlist the steps involved?

    Hi,
    look at OWB API Reference (it is of 11gR1 OWB release but you can apply this procedure to OWB11gR2 as well)
    http://download.oracle.com/docs/cd/B28359_01/owb.111/b31279/api_4sqlforjobs.htm#BABEBGHA
    Regards,
    oleg

  • OWB 11gR2 - Internal ERROR: Can not find the ACL containter

    OWB 11gR2 - Internal ERROR: Can not find the ACL containter
    =======================================
    I am using OWB 11gR2 (11.2.0.1) on Win XP 32 bit. I have 3.23 GB RAM. OWB design center is ver slow on my desktop. We have our OWB repository is on Unix server.
    We applied the patch 10270220.
    We are getting
    Internal ERROR: Can not find the ACL containter for object:CMPPhysicalMap@19654/id=104020/owningFCO=104020/proxyFor=(CMPPhysicalMapGen@19f99ae/id=104020/stname=null/pname=MAPPING_1/lname=MAPPING_1/status=POSTED/committed=true/persistent=true/propsLoaded=true)
    What is happening here?
    Thanks in helping.

    We have a map with 3 sources and 1 target. The 3 sources pass through Joiner then Expression then Target.
    We are getting this error, during deployment. It shows compling for awhile, then through this error.
    Here is the piece from detail window:
    ===========
    at oracle.wh.repos.pdl.security.SecurityPolicyManager.getAccessCharMapOfPrivilegeOwner(SecurityPolicyManager.java:174)
         at oracle.wh.repos.impl.foundation.CMPElement.getAccessCharMapOfPrivilegeOwner(CMPElement.java:2806)
         at oracle.wh.repos.pdl.security.OWBSecurityImpl.hasPrivilege(OWBSecurityImpl.java:914)
         at oracle.wh.repos.pdl.security.OWBSecurityImpl.internalSecurityCheck(OWBSecurityImpl.java:1542)
         at oracle.wh.repos.pdl.security.OWBSecurityImpl.securityCheck(OWBSecurityImpl.java:694)
         at oracle.wh.repos.pdl.security.SecurityModuleImpl.securityCheck(SecurityModuleImpl.java:959)
         at oracle.wh.repos.pdl.security.SecurityModuleImpl.securityCheck(SecurityModuleImpl.java:924)
         at oracle.wh.repos.pdl.dispatcher.EventDispatcherImpl.beforeReadObject(EventDispatcherImpl.java:824)
         at oracle.wh.repos.pdl.foundation.OWBRoot.beforeRead(OWBRoot.java:1785)
         at oracle.wh.repos.owbGen.CMPStringPropertyValueGen.getValue(CMPStringPropertyValueGen.java:217)
         at oracle.wh.repos.impl.properties.CMPStringPropertyValue.getValue(CMPStringPropertyValue.java:117)
         at oracle.wh.repos.impl.extended.PropertyFactory.getStringValue(PropertyFactory.java:440)
         at oracle.wh.repos.impl.extended.CMPWBPrimitiveProperty.rawStringValue(CMPWBPrimitiveProperty.java:260)
         at oracle.wh.repos.sdk.mapping.WBMapHelper.getStringProperty(WBMapHelper.java:716)
         at oracle.wh.repos.sdk.mapping.WBMapHelper.getStringProperty(WBMapHelper.java:733)
         at oracle.wh.repos.sdk.mapping.WBMapHelper.getReferencedLocations(WBMapHelper.java:1361)
         at oracle.wh.service.impl.runtime.EnvironmentUtils.getReferencedLocations(EnvironmentUtils.java:284)
         at oracle.wh.service.impl.runtime.EnvironmentUtils.getReferencedLocations(EnvironmentUtils.java:141)
         at oracle.wh.service.impl.runtime.EnvironmentUtils.getReferencedLocations(EnvironmentUtils.java:135)
         at oracle.wh.service.impl.runtime.RuntimePlatformServiceImpl.getReferencedLocations(RuntimePlatformServiceImpl.java:1238)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandUtil.addConnectorLocations(WHRuntimeCommandUtil.java:477)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.getSingleDeployLocations(WHRuntimeCommandGenerateDeploy.java:3408)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.getLocationsAndNewConnectors(WHRuntimeCommandGenerateDeploy.java:3517)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.doPreDeploymentActions(WHRuntimeCommandGenerateDeploy.java:3224)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy._internalDeploy(WHRuntimeCommandGenerateDeploy.java:2420)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandGenerateDeploy.doDeploymentAsynch(WHRuntimeCommandGenerateDeploy.java:2117)
         at oracle.wh.ui.runtime.application.WHRuntimeCommandHandler$1.construct(WHRuntimeCommandHandler.java:1005)
         at oracle.wh.ui.runtime.SwingWorker$2.run(SwingWorker.java:124)
         at java.lang.Thread.run(Thread.java:595)
    ===========
    Did anyone receive such errors?

  • OIM11gR2 - How to migrate an Application Instance Form

    Hello,
    I'm trying to migrate an Application Instance Form from my Dev env to my QA env.
    My target system is SAP
    I performed the following steps in Dev:
    1. Installed and configured the SAP Connector (no problem here)
    2. Created a sandbox
    3. Created an Application Instance
    4. Created the Application Instance Form
    5. Ran a target reconciliation to confirm everything is working properly
    6. Exported the sandbox
    7. Published the sandbox
    8. Via Deployment Manager I exported all objects related to SAP (Resource object, Process Forms, Lookups etc.)
    In QA I did:
    9. Installed and configured the SAP Connector (no problem here)
    10. Via Deployment Manager I imported the objects related to SAP
    11. Imported the sandbox
    Problem:
    To my surprise, the Application Instance does not have a Form in the QA env.
    I had to create it manually by performing the following:
    12. Create a sandbox
    13. Open the Application Instance definition
    14. Click on create (to create a form)
    15. Entered the same name I used in my Dev environment
    16. Received an error message saying that the form already exists
    17. Entered a different name for the Form
    18. Saved
    19. Exported the sandbox (to import in Prd)
    20. Published the sandbox
    21. Ran a target reconciliation to confirm everything is working properly
    I tried to reproduce the problem with another (test) destination environment because I don't want to have the same problem when migrating to Prd.
    I repeated the steps 9,10,11 except that I imported the sandbox exported from QA (step 19) instead.
    The same problem: Application Instance definition has no Form attached to it in my test destination environment.
    If I try to create the form with the same name, it gives an error message saying it is already there.
    Is my procedure wrong?
    Is there an official procedure explaining how to migrate only Application Instance Form from one env to another?
    My env:
    OS: Windows 2008 R2 SP1
    OIM: 11gR2 BP7
    SAP connector: 9.1.2.2.0
    Thanks,
    Adr

    This is a bug: Bug:16027176
    Check the [Article ID 1515225.1] which proposes a workaround that might be useful in your case (it was not in mine).
    In short the workaround is:
    The following order should be observed to export :
    - IT Resource & Application instance in one xml
    - Request DataSet in another xml
    - SysAdmin Sandbox (the one defined while creating the Application Instance and the Form)
    - Identity URL Sandbox (defined while customizing the fields on the Form, in the Catalogue page)
    Adr

  • Error when deploying a mapping to Staging in OWB 11gr2

    Hi,
    I recieve the following error when I try to deploy a simple Source to Stage mapping:
    RPE-01012: Cannot deploy PL/SQL maps to this target schema. The target schema must be in the same instance as the Control Center and have the OWB_USER role granted.
    I have spent few hours researching it, but have not yet found a solution.
    My environment:
    DB 11gr2 on Red Hat Linux. (OWB Server is on linux and the same machine as its Repository and the 11gr2 db).
    Source is on an Oracle 10.2 DB server in Texas;
    Target (Staging env) is in California, also on Oracle 10.2.
    I can validate the mapping and the Staging table was deployed sucessfully to the Staging DB.
    Do I need to create a repository and workspace on the Target DB (Oracle 10.2) using Repository Assistant? (If that's the case, then would one also need to create OWBSYS?)
    Please help.

    This is an urgent request. Would appreciate it if someone could point out what I may be doing wrong.
    To summarize, my target DB is on Oracle 10.2 in a remote location, so I ran the 3 scripts that OWB Install documents require: Section: Configuring OWB Installed as a Standalone Instance.
    Cat_web.sql, reset_owbcc_home.sql, and remote_owb_install.sql.
    But, when I run the Repository assistant, I get the error above (asking me to install compatible OWB version.)
    Here are the detailed steps:
    1. Ran clean_owbsys.sql
    2. Ran cat_owb.sql (Against USERS Tablespace)
    3. reset_owbcc_home.sql (?? Ora home for Target???)
    4. Ran remote_owb_install.sql (??Ora Home for Target???) -- I have tried different combinations, but no difference.
    For Repository Assistant, here are the detailed steps:
    1. Provide connect info for the remote db (host:Port:Service)
    2. Selected "Managed Warehouse Build Workspaces"
    3. Selected "Create a new Warehouse Builder Workspace"
    4. Select "Create a workspace with an existing user as workspace owner" (Since we have user already defined for this role. Should I create a new one??)
    5. Entered Workspace Owner's User Name, Password and created WKS1 as the Workspace.
    6. Entered System / and Password to logon
    7. Provided Owbsys user id and Password and clicked on Next
    8. As soon as I hit Next on the OWBSYS Information screen, I get the error:
    "OWB software with the compatible version must be installed locally on the database server machine". If it is installed, acquire the DBA user credentials,
    and run the remote_owb_install.sql script on the Oracle Database server machine..."
    (I have tried with different paths for the reset_owbcc_home and remote_owb_install scripts)

  • OWB 11gR2 - ORA-01017/ RPE-01008

    OWB 11gR2 - ORA-01017/ RPE-01008
    =======================================
    I am using OWB 11gR2 (11.2.0.1) on Win XP 32 bit. We applied the suggested patches for our earlier issues.
    We changed our database passwords. We tested our locations via location navigators/Control center. We did not get any errors. We are able to see the data for tables defined under modules on OWB design center.
    We tested the defined DB LINKS via SQL Developer. Testing was OK .
    We tried to deploy the mappings, we are getting
    *•     ORA-01017: invalid username/password; logon denied*
    *•     RPE-01008: Recovery of this request is in progress.*
    I reviewed earlier posting, where some suggested to re-register the locations. Is it the right approach?
    We have number of mappings worked OK before changing passwords.
    What are the steps to resolve this issues?
    We know that locations are linked via DB LINKS defined in database. How does changing passwords impact DB LINKS in database?
    What is the recommended approach to change database passwords, when we work with OWB?
    What is happening here?
    Thanks in helping.
    Edited by: qwe16235 on Jul 8, 2011 4:07 PM

    Thanks in for your reply. Is it a issue with in OWB?
    This issue was raised in earlier versions as well. Are there any plan to fix this issue?
    Do we have any standard script to work with in this situation?
    I did not find any impact of DB LINK access in database level. I am able to simulate the situation using SQL, but it is working.
    I am curious to know, what does OWB do differently with DB Link to cause this issue.
    Is it a difficult issue to fix?
    Thanks in helping.

  • OWB 11gR2 in ORACLE DB 11gR1

    Hi,
    I have a 11gR1 DB in a server. I want to work with cliente OWB 11gR2 so I have installed it in my PC. I have prepared the DB executing several scripts from my local installation (like clean_owbsys.sql, cat_owb.sql, reset_owbcc_home.sql and unlock the OWBSYS and OWBSYS_AUDIT accounts). When I try to create a new propietary of repository, OWB send me a message that say that I have to install 11gR2 in server. My problem is that I don't have access to de DB server. It is really necesary to install OWB 11gR2 in DB server?.
    Thanks.

    Go to the location for the schema and make sure it has the correct version (10.2). By default 11g will set this to 11.1, and than you get the version check mismatch.
    We check this because we generate different code between versions. So for example in 10.1 we did not support DML Error logging, but in 10.2 we do. So that is why we check.
    JP

  • OWB 11gR2 - Version Control ?

    OWB 11gR2 - Version Control ?
    =======================================
    I am using OWB 11gR2 (11.2.0.1) on Win XP 32 bit. We have our OWB repository is on Unix server.
    I am thinking of implementing version control of OWB artifacts.
    I searched the past posting of this forum/Google. I find some hits, which were posted awhile ago.
    What is your solution for OWB 11gR2 version control ? I need to find that kind of solution too.
    Any best practices suggestions are welcome.
    Thanks in helping this thread alive.

    We are using Subversion where folder structure copys OWB tree structure. Every object is exported to separate mdl file. Also we store all DML scripts in separate forlder. After developers have finished their changes they manually gather affected objects to collection. We have written build/export/import tool (OMB+, ActiveTcl, ANT, SQLPlus) that they use next to export OWB objects aumatically from OWB structure to Subversion structure. Changelist with links to exported objects is aumatically maintained. Based on that release package is created at buildtime containig mdl files from Subversion. Release package is also stored in Subversion. When installing release to another environment (TEST, PROD) package is aumatically downloaded from Subversion, mdl files imported to OWB and deployed, DMLs executed in database.

  • OWB 11gr2 - MYSQL data issue

    Hi,
    We are using MYSQL 5.1.28 and OWB 11gr2.
    JDBC Driver - mysql-connector-java-5.1.12-bin.jar
    We created the platform and were able to successfully import all the objects. But when we try to view the data in owb ( right clicking on object and then selecting data) we get the following error -
    You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near "table_name") S' at line 1
    com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '"disk_drive") S' at line 1
         at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:936)
         at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2985)
         at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1631)
         at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1723)
         at com.mysql.jdbc.Connection.execSQL(Connection.java:3277)
         at com.mysql.jdbc.Connection.execSQL(Connection.java:3206)
         at com.mysql.jdbc.Statement.executeQuery(Statement.java:1232)
         at oracle.wh.ui.owbcommon.QueryResult.<init>(QueryResult.java:23)
         at oracle.wh.ui.owbcommon.dataviewer.relational.GenericQueryResult.<init>(GenericDVTableModel.java:44)
         at oracle.wh.ui.owbcommon.dataviewer.relational.GenericDVTableModel.doFetch(GenericDVTableModel.java:20)
         at oracle.wh.ui.owbcommon.dataviewer.RDVTableModel.fetch(RDVTableModel.java:53)
         at oracle.wh.ui.owbcommon.dataviewer.BaseDataViewerPanel$1.actionPerformed(BaseDataViewerPanel.java:221)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:282)
         at oracle.wh.ui.owbcommon.dataviewer.BaseDataViewerPanel.executeQuery(BaseDataViewerPanel.java:536)
         at oracle.wh.ui.owbcommon.dataviewer.BaseDataViewerEditor.init(BaseDataViewerEditor.java:113)
         at oracle.wh.ui.owbcommon.dataviewer.BaseDataViewerEditor.<init>(BaseDataViewerEditor.java:55)
         at oracle.wh.ui.owbcommon.dataviewer.relational.DataViewerEditor.<init>(DataViewerEditor.java:17)
         at oracle.owbimpl.console.dataviewer.DataViewerIdeEditor.openImpl(DataViewerIdeEditor.java:154)
         at oracle.owbimpl.ide.editor.BaseFCOEditor.openImpl(BaseFCOEditor.java:151)
         at oracle.owbimpl.ide.editor.BaseEditor.open(BaseEditor.java:39)
         at oracle.ideimpl.editor.EditorState.openEditor(EditorState.java:276)
         at oracle.ideimpl.editor.EditorState.createEditor(EditorState.java:181)
         at oracle.ideimpl.editor.EditorState.getOrCreateEditor(EditorState.java:94)
         at oracle.ideimpl.editor.SplitPaneState.canSetEditorStatePos(SplitPaneState.java:231)
         at oracle.ideimpl.editor.SplitPaneState.setCurrentEditorStatePos(SplitPaneState.java:194)
         at oracle.ideimpl.editor.TabGroupState.createSplitPaneState(TabGroupState.java:103)
         at oracle.ideimpl.editor.TabGroup.addTabGroupState(TabGroup.java:375)
         at oracle.ideimpl.editor.EditorManagerImpl.createEditor(EditorManagerImpl.java:1400)
         at oracle.ideimpl.editor.EditorManagerImpl.createEditor(EditorManagerImpl.java:1334)
         at oracle.ideimpl.editor.EditorManagerImpl.openEditor(EditorManagerImpl.java:1260)
         at oracle.owbimpl.console.commands.DataViewerFCPCmd.performAction(DataViewerFCPCmd.java:61)
         at oracle.owbimpl.ide.menu.TreeMenuHandlerAdapter.handleEvent(TreeMenuHandlerAdapter.java:46)
         at oracle.owbimpl.ide.menu.OWBEditorActionController.handleEvent(OWBEditorActionController.java:214)
         at oracle.ide.controller.IdeAction.performAction(IdeAction.java:524)
         at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:866)
         at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:496)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
         at java.awt.Component.processMouseEvent(Component.java:5501)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
         at java.awt.Component.processEvent(Component.java:5266)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3968)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1778)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    Even tried running a CT's with MYSQL objects. CT throws invalid identifier on column name.
    How can i find what syntax owb is generating to pull data from MYSQL ? Is there any log ?
    Platform script is --
    OMBCREATE PLATFORM 'MYSQL_TEST' SET PROPERTIES (BUSINESS_NAME) VALUES ('MYSQL_TEST')
    OMBALTER PLATFORM 'MYSQL_TEST' SET PROPERTIES (DRIVER_CLASS,URI_TEMPLATE) VALUES ('com.mysql.jdbc.Driver','jdbc:mysql://<host>\[:<port>\]/\[<database>\]\[?<property>=<value>\[&<property>=<value>...\]\]')
    OMBALTER PLATFORM 'MYSQL_TEST' SET PROPERTIES (COL_ALIAS_WORD,TAB_ALIAS_WORD) VALUES ('AS', 'AS')
    OMBALTER PLATFORM 'MYSQL_TEST' SET PROPERTIES (DATE_MASK) VALUES ('DATETIME')
    OMBALTER PLATFORM 'MYSQL_TEST' SET PROPERTIES (DATE_FCT) VALUES ('CURRENT_DATE()')
    OMBALTER PLATFORM 'MYSQL_TEST' SET PROPERTIES (DDLNULL) VALUES ('')
    OMBALTER PLATFORM 'MYSQL_TEST' SET PROPERTIES (NUMERIC_MASK) VALUES ('DECIMAL(%L,%P)')
    OMBALTER PLATFORM 'MYSQL_TEST' SET PROPERTIES (VARCHAR_MASK) VALUES ('VARCHAR(%L)')
    OMBALTER PLATFORM 'MYSQL_TEST' SET PROPERTIES (LOCAL_OBJECT_MASK) VALUES ('%CATALOG.%OBJECT')
    OMBALTER PLATFORM 'MYSQL_TEST' SET PROPERTIES (DEFAULT_MAX_NAME_LEN) VALUES ('128')
    OMBALTER PLATFORM 'MYSQL_TEST' SET PROPERTIES (REMOTE_OBJECT_MASK) VALUES ('')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD PLATFORM_TYPE 'TINYINT'
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'TINYINT' SET PROPERTIES(SYNTAX) VALUES ('TINYINT')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD FROM_PLATFORM_TYPEMAP 'TINYINT_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('TINYINT', 'TINYINT')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD TO_PLATFORM_TYPEMAP 'TINYINT_FROMG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('TINYINT', 'TINYINT')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD PLATFORM_TYPE 'BIGINT'
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'BIGINT' SET PROPERTIES(SYNTAX) VALUES ('BIGINT')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD FROM_PLATFORM_TYPEMAP 'BIGINT_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('BIGINT', 'BIGINT')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD TO_PLATFORM_TYPEMAP 'BIGINT_FROMG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('BIGINT', 'BIGINT')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD PLATFORM_TYPE 'MEDIUMBLOB'
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'MEDIUMBLOB' SET PROPERTIES(SYNTAX) VALUES ('MEDIUMBLOB')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD FROM_PLATFORM_TYPEMAP 'MEDIUMBLOB_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('MEDIUMBLOB', 'VARCHAR')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD PLATFORM_TYPE 'LONGBLOB'
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'LONGBLOB' SET PROPERTIES(SYNTAX) VALUES ('LONGBLOB')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD FROM_PLATFORM_TYPEMAP 'LONGBLOB_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('LONGBLOB', 'VARCHAR')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD PLATFORM_TYPE 'BLOB'
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'BLOB' SET PROPERTIES(SYNTAX) VALUES ('BLOB')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD FROM_PLATFORM_TYPEMAP 'BLOB_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('BLOB', 'BLOB')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD TO_PLATFORM_TYPEMAP 'BLOB_FROMG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('BLOB', 'BLOB')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD PLATFORM_TYPE 'TINYBLOB'
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'TINYBLOB' SET PROPERTIES(SYNTAX) VALUES ('TINYBLOB')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD FROM_PLATFORM_TYPEMAP 'TINYBLOB_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('TINYBLOB', 'VARCHAR')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD PLATFORM_TYPE 'CHAR'
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'CHAR' SET PROPERTIES(P1,P1MAX,P1DEFAULT,P1TYPE) VALUES ('SIZE','255', '1','RANGE')
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'CHAR' SET PROPERTIES(SYNTAX) VALUES ('CHAR(%SIZE)')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD FROM_PLATFORM_TYPEMAP 'CHAR_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('CHAR', 'CHAR')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD TO_PLATFORM_TYPEMAP 'CHAR_FROMG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('CHAR', 'CHAR')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD PLATFORM_TYPE 'ENUM'
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'ENUM' SET PROPERTIES(P1,P1MAX,P1DEFAULT,P1TYPE) VALUES ('SIZE','255', '1','RANGE')
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'ENUM' SET PROPERTIES(SYNTAX) VALUES ('ENUM')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD FROM_PLATFORM_TYPEMAP 'ENUM_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('ENUM', 'CHAR')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD PLATFORM_TYPE 'NUMERIC'
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'NUMERIC' SET PROPERTIES(P1,P1MIN, P1MAX,P1DEFAULT,P1TYPE) VALUES ('PRECISION','1', '1000', '1','RANGE')
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'NUMERIC' SET PROPERTIES(P2,P2MIN, P2MAX,P2DEFAULT,P2TYPE) VALUES ('SCALE','0', '18', '0','RANGE')
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'NUMERIC' SET PROPERTIES(SYNTAX) VALUES ('NUMERIC(%PRECISION,%SCALE)')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD FROM_PLATFORM_TYPEMAP 'NUMERIC_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('NUMERIC', 'NUMERIC')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD TO_PLATFORM_TYPEMAP 'NUMERIC_FROMG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('NUMERIC', 'NUMERIC')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD PLATFORM_TYPE 'DECIMAL'
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'DECIMAL' SET PROPERTIES(P1,P1MIN, P1MAX,P1DEFAULT,P1TYPE) VALUES ('PRECISION','1', '1000', '1','RANGE')
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'DECIMAL' SET PROPERTIES(P2,P2MIN, P2MAX,P2DEFAULT,P2TYPE) VALUES ('SCALE','0', '18', '0','RANGE')
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'DECIMAL' SET PROPERTIES(SYNTAX) VALUES ('DECIMAL(%PRECISION,%SCALE)')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD FROM_PLATFORM_TYPEMAP 'DECIMAL_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('DECIMAL', 'DECIMAL')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD TO_PLATFORM_TYPEMAP 'DECIMAL_FROMG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('DECIMAL', 'DECIMAL')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD PLATFORM_TYPE 'INT'
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'INT' SET PROPERTIES(SYNTAX) VALUES ('INT')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD FROM_PLATFORM_TYPEMAP 'INT_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('INT', 'INTEGER')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD TO_PLATFORM_TYPEMAP 'INT_FROMG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('INTEGER', 'INT')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD PLATFORM_TYPE 'INT UNSIGNED'
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'INT UNSIGNED' SET PROPERTIES(SYNTAX) VALUES ('INT UNSIGNED')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD FROM_PLATFORM_TYPEMAP 'INTU_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('INT UNSIGNED', 'INTEGER')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD PLATFORM_TYPE 'MEDIUMINT'
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'MEDIUMINT' SET PROPERTIES(SYNTAX) VALUES ('MEDIUMINT')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD FROM_PLATFORM_TYPEMAP 'MEDIUMINT_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('MEDIUMINT', 'NUMERIC')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD PLATFORM_TYPE 'SMALLINT'
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'SMALLINT' SET PROPERTIES(SYNTAX) VALUES ('SMALLINT')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD FROM_PLATFORM_TYPEMAP 'SMALLINT_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('SMALLINT', 'SMALLINT')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD TO_PLATFORM_TYPEMAP 'SMALLINT_FROMG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('SMALLINT', 'SMALLINT')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD PLATFORM_TYPE 'FLOAT'
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'FLOAT' SET PROPERTIES(P1,P1MAX,P1DEFAULT,P1TYPE) VALUES ('PRECISION','53', '1','RANGE')
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'FLOAT' SET PROPERTIES(SYNTAX) VALUES ('FLOAT')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD FROM_PLATFORM_TYPEMAP 'FLOAT_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('FLOAT', 'FLOAT')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD TO_PLATFORM_TYPEMAP 'FLOAT_FROMG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('FLOAT', 'FLOAT')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD PLATFORM_TYPE 'DOUBLE'
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'DOUBLE' SET PROPERTIES(SYNTAX) VALUES ('DOUBLE')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD FROM_PLATFORM_TYPEMAP 'DOUBLE_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('DOUBLE', 'DOUBLE')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD TO_PLATFORM_TYPEMAP 'DOUBLE_FROMG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('DOUBLE', 'DOUBLE')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD PLATFORM_TYPE 'DOUBLE PRECISION'
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'DOUBLE PRECISION' SET PROPERTIES(SYNTAX) VALUES ('DOUBLE PRECISION')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD FROM_PLATFORM_TYPEMAP 'DOUBLE PRECISION_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('DOUBLE PRECISION', 'NUMERIC')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD PLATFORM_TYPE 'REAL'
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'REAL' SET PROPERTIES(SYNTAX) VALUES ('REAL')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD FROM_PLATFORM_TYPEMAP 'REAL_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('REAL', 'REAL')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD TO_PLATFORM_TYPEMAP 'REAL_FROMG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('REAL', 'REAL')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD PLATFORM_TYPE 'VARCHAR'
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'VARCHAR' SET PROPERTIES(P1,P1MAX,P1DEFAULT,P1TYPE) VALUES ('SIZE','65536', '1','RANGE')
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'VARCHAR' SET PROPERTIES(SYNTAX) VALUES ('VARCHAR(%SIZE)')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD FROM_PLATFORM_TYPEMAP 'VARCHAR_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('VARCHAR', 'VARCHAR')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD TO_PLATFORM_TYPEMAP 'VARCHAR_FROMG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('VARCHAR', 'VARCHAR')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD PLATFORM_TYPE 'DATE'
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'DATE' SET PROPERTIES(SYNTAX) VALUES ('DATE')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD FROM_PLATFORM_TYPEMAP 'DATE_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('DATE', 'DATE')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD TO_PLATFORM_TYPEMAP 'DATE_FROMG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('DATE', 'DATE')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD PLATFORM_TYPE 'TIME'
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'TIME' SET PROPERTIES(SYNTAX) VALUES ('TIME')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD FROM_PLATFORM_TYPEMAP 'TIME_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('TIME', 'TIME')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD TO_PLATFORM_TYPEMAP 'TIME_FROMG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('TIME', 'TIME')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD PLATFORM_TYPE 'DATETIME'
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'DATETIME' SET PROPERTIES(SYNTAX) VALUES ('DATETIME')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD FROM_PLATFORM_TYPEMAP 'DATETIME_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('DATETIME', 'DATETIME')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD TO_PLATFORM_TYPEMAP 'DATETIME_FROMG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('DATETIME', 'DATETIME')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD PLATFORM_TYPE 'TIMESTAMP'
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'TIMESTAMP' SET PROPERTIES(SYNTAX) VALUES ('TIMESTAMP')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD FROM_PLATFORM_TYPEMAP 'TIMESTAMP_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('TIMESTAMP', 'TIMESTAMP')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD TO_PLATFORM_TYPEMAP 'TIMESTAMP_FROMG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('TIMESTAMP', 'TIMESTAMP')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD PLATFORM_TYPE 'TEXT'
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'TEXT' SET PROPERTIES(SYNTAX) VALUES ('TEXT')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD FROM_PLATFORM_TYPEMAP 'TEXT_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('TEXT', 'VARCHAR(MAX)')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD TO_PLATFORM_TYPEMAP 'TEXT_FROMG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('VARCHAR(MAX)', 'TEXT')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD PLATFORM_TYPE 'BIT'
    OMBALTER PLATFORM 'MYSQL_TEST' MODIFY PLATFORM_TYPE 'BIT' SET PROPERTIES(SYNTAX) VALUES ('BIT')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD FROM_PLATFORM_TYPEMAP 'BIT_TOG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('BIT', 'BOOLEAN')
    OMBALTER PLATFORM 'MYSQL_TEST' ADD TO_PLATFORM_TYPEMAP 'BIT_FROMG' SET PROPERTIES (FROM_DATATYPE, TO_DATATYPE) VALUES ('BOOLEAN', 'BIT')
    Regards,
    Samurai.
    Edited by: Samurai on Mar 8, 2010 7:34 AM
    Edited by: Samurai on Mar 8, 2010 7:55 AM

    Hi David,
    Is there any patch for it ? I checked on metalink but did not found anything related to bug.
    We have one more issue with importing objects in MYSQL. Most of the tables have primary constraints with name PRIMARY in MYSQL.
    When we select multiple tables for import, only the first table gets imported succesfully and on the other tables the constrainsts section blow up with error -
    creation failed (name already exists)
    On pressing ok, OWB throws an error - API2216: Cannot drop database link. Please contact oracle support with the stack trace and the details on how to reproduce it.
    This is corrupting the flatform. We get this error everytime we import an object. But the object gets imported.
    On the table which gets imported successfully , when i look at keys (constraints) there i dont see any columns under the constraint PRIMARY.
    Error Details -
    API2216: Cannot drop database link. Please contact Oracle Support with the stack trace and the details on how to reproduce it.
    API2216: Cannot drop database link. Please contact Oracle Support with the stack trace and the details on how to reproduce it.
    Persistent Layer Error:SQL Exception..
    Class Name: oracle.wh.service.sdk.integrator.RepositoryUtils.
    Method Name: dropDBLink(String).
    Method Name: -1.
    Persistent Layer Error Message: java.sql.SQLException: ORA-01729: database link name expected
    .     at oracle.wh.service.sdk.integrator.RepositoryUtils.dropDBLink(RepositoryUtils.java:331)
         at oracle.wh.service.sdk.integrator.RepositoryUtils.dropDBLink(RepositoryUtils.java:304)
         at oracle.wh.ui.integrator.common.wizards.ImportWizardDefinition.onFinish(ImportWizardDefinition.java:361)
         at oracle.wh.ui.owbcommon.OWBWizard.wizardFinished(OWBWizard.java:975)
         at oracle.bali.ewt.wizard.BaseWizard.processWizardEvent(Unknown Source)
         at oracle.bali.ewt.wizard.BaseWizard.processEventImpl(Unknown Source)
         at oracle.bali.ewt.LWComponent.processEvent(Unknown Source)
         at oracle.bali.ewt.wizard.BaseWizard.doFinish(Unknown Source)
         at oracle.bali.ewt.wizard.BaseWizard$Action.actionPerformed(Unknown Source)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
         at java.awt.Component.processMouseEvent(Component.java:5501)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
         at java.awt.Component.processEvent(Component.java:5266)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3968)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1778)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
         at java.awt.Dialog$1.run(Dialog.java:525)
         at java.awt.Dialog$2.run(Dialog.java:553)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Dialog.show(Dialog.java:551)
         at java.awt.Component.show(Component.java:1300)
         at java.awt.Component.setVisible(Component.java:1253)
         at oracle.bali.ewt.wizard.WizardDialog.runDialog(Unknown Source)
         at oracle.bali.ewt.wizard.WizardDialog.runDialog(Unknown Source)
         at oracle.wh.ui.owbcommon.OWBWizard.initialize(OWBWizard.java:834)
         at oracle.wh.ui.owbcommon.OWBWizard.<init>(OWBWizard.java:202)
         at oracle.wh.ui.owbcommon.OWBWizard.<init>(OWBWizard.java:184)
         at oracle.wh.ui.owbcommon.IdeUtils._doShowWizardDefinition(IdeUtils.java:1247)
         at oracle.wh.ui.owbcommon.IdeUtils.showWizard(IdeUtils.java:487)
         at oracle.wh.ui.integrator.common.CommonController$1ImportDialogListener.actionPerformed(CommonController.java:127)
         at oracle.wh.service.sdk.OWBConsumer.dataItemAvailable(OWBInfoBus.java:381)
         at javax.infobus.DefaultController.fireItemAvailable(DefaultController.java:90)
         at javax.infobus.InfoBus.fireItemAvailable(InfoBus.java:989)
         at oracle.wh.service.sdk.OWBInfoBus.produce(OWBInfoBus.java:160)
         at oracle.wh.service.sdk.OWBInfoBus.produce(OWBInfoBus.java:76)
         at oracle.wh.ui.console.commands.TreeMenuHandler.notify(TreeMenuHandler.java:104)
         at oracle.wh.ui.console.commands.ModuleImportCmd.performAction(ModuleImportCmd.java:189)
         at oracle.owbimpl.ide.menu.TreeMenuHandlerAdapter.handleEvent(TreeMenuHandlerAdapter.java:46)
         at oracle.ide.controller.IdeAction.performAction(IdeAction.java:524)
         at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:866)
         at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:496)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
         at java.awt.Component.processMouseEvent(Component.java:5501)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
         at java.awt.Component.processEvent(Component.java:5266)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3968)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1778)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    Thanks,
    Samurai.

  • Dropped Design Repository from OWB

    I accidentally dropped the design repository from OWB. A backup copy has been restored to the DB, but still it's missing. Please help.

    What OWB release you used and how did you create backup?
    If OWB release is 9.2 and backup has been created with Oracle exp utility then you can try to use script Restore_repos.txt from OWB Sample code page (this is the sequence of actions for restoring design repository). Find this script at
    http://www.oracle.com/technology/sample_code/products/warehouse/index.html
    Maybe this document will work and for OWB10gR1 but I don't sure.
    Regards,
    Oleg

Maybe you are looking for

  • Loosing modem connection WRT54GS v6

    I have recently purchased the WRT54GS ver6 and continuously loose the connection from the modem to the router.  I have one wired, one wireless and both will work fine for 1-2 hrs, then lose the connection from the modem.  I run the Easy Link advisor,

  • How do I change a font for a specific widget and not my whole site?

    I recently added an affiliate link to my site, and the widget they provided is referencing my CSS text style sheet. type="text/javascript" The problem is that the text on my site is white, and the search box in the affiliate box is white, so you don'

  • Which is first event triggred in interactive report

    pls let me know

  • Updating Podcasts Only?

    i have about 30GB of music in iTunes so I made a small playlist for my nano, but now i can't get my podcasts to update onto the nano. i've played around with the settings and preferences, but i keep getting the "there is not enough space on this nano

  • What is statement has been closed, no further internal information availabl

    some times my search function get the following error, but ususally reflash the page, and the function work again ) Apr 6, 2009 4:10:05 PM Deferment.showResult doPost SEVERE: null java.lang.NullPointerException at Deferment.showResult.doPost(showResu