EA1: Diff Wizard Issues

The schema difference tool now seems to work reliably, but I find it very limited. The main limitations are
1 it is 'one-way'.
It doesn't show you objects in the target schema which aren't in the source schema. I think this is by design - the aim seems to be to provide a tool for converting adding one schema to another. I had hoped for more of a 'schema merge' tool (see below).
2 You can't see the actual differences.
For tables you can see the ddl to change the table, but you can't see what was there in the first place.
For PL/SQL objects, the 'create or replace syntax' means you can't see what the differences were at all.
This is what I would like to see.
As I said above, I would like a schema merge tool, just like the code merge tool in JDeveloper and many other development tools.
1) The ability to view the two schemas side by side with differences highlighted.
2) The ability to create a merged schema by selecting differences from either side
3) Generate DDL to go from either schema to the merged schema.
I used to use something similar years ago with ERwin http://www.ca.com/us/products/product.aspx?id=260
BTW. How do you post proper hyper links in the forum?

An example of an empty line? If you insist... ;-)
Delimiting the code blocks with *.
Here's the contents of an SQL tab in the base schema:
*  CREATE OR REPLACE FORCE VIEW "VW_AFI_CNO" ("AFICNO_ID", "AFICNO_CODIGO", "GENTRADUC_TRADUCCION", "GENIDIOMA_ID") AS
  SELECT AFI_CNO.AFICNO_ID, AFI_CNO.AFICNO_CODIGO, GEN_TRADUCCIONES.GENTRADUC_TRADUCCION, GEN_TRADUCCIONES.GENIDIOMA_ID
FROM   AFI_CNO, GEN_TRADUCCIONES
WHERE  GEN_TRADUCCIONES.GENEXPRES_ID(+) = AFI_CNO.GENEXPRES_ID
Here's the contents in the destination schema:
*  CREATE OR REPLACE FORCE VIEW "VW_AFI_CNO" ("AFICNO_ID", "AFICNO_CODIGO", "GENTRADUC_TRADUCCION", "GENIDIOMA_ID") AS
  SELECT AFI_CNO.AFICNO_ID, AFI_CNO.AFICNO_CODIGO, GEN_TRADUCCIONES.GENTRADUC_TRADUCCION, GEN_TRADUCCIONES.GENIDIOMA_ID
FROM   AFI_CNO, GEN_TRADUCCIONES
WHERE  GEN_TRADUCCIONES.GENEXPRES_ID(+) = AFI_CNO.GENEXPRES_ID
Here's the comparison result:
--  DDL for View VW_AFI_CNO
  CREATE OR REPLACE VIEW "VW_AFI_CNO" ("AFICNO_ID", "AFICNO_CODIGO", "GENTRADUC_TRADUCCION", "GENIDIOMA_ID") AS
  SELECT AFI_CNO.AFICNO_ID, AFI_CNO.AFICNO_CODIGO, GEN_TRADUCCIONES.GENTRADUC_TRADUCCION, GEN_TRADUCCIONES.GENIDIOMA_ID
FROM   AFI_CNO, GEN_TRADUCCIONES
WHERE  GEN_TRADUCCIONES.GENEXPRES_ID(+) = AFI_CNO.GENEXPRES_ID
Thanks,
K.
PS: Jim, we did a complete backup/restore with EXP/IMP between 2 Redhats 64 bit.
Message was edited by: K

Similar Messages

  • EA1 Connection errors in Diff Wizard not reported.

    If you select a connection in the diff wizard which fails for some reason (eg 1017), the error is not reported and the connection drop down selection is reset.

    This is also true for the Copy Dialog connection. I have updated the bug.
    Sue

  • Diff Wizard

    I am using the Diff Wizard to differentiate detween Production database with Development database.
    SQL Developer
    Version 1.5.0.52
    Build MAIN-52.03
    I am geeting below issue whether it is problem with tool or not
    We have added a new column to a table say WC_PART with CCN Char(3) in development database
    In Diff report the alter script is like delow
    alter table WC_PART add ( CCN CHAR );
    actual it should be like
    alter table WC_PART add ( CCN CHAR (3) );
    Thanks
    Suri

    Hi all,
    I have a similar issue with the "Database Diff" wizard: for columns with data type NVARCHAR2, the length specification is missing.
    I added in table ACTIVITY_DEF the column "CLIENT" as
         CLIENT NVarchar2(5) Constraint ACTDEF_CLNT_FK_NN NOT NULL ,The wizard created the following line:
    alter table ACTIVITY_DEF add ( CLIENT NVARCHAR2  NOT NULL );This results in:
    alter table ACTIVITY_DEF add ( CLIENT NVARCHAR2  NOT NULL )
    FEHLER in Zeile 1:
    ORA-00906: Linke Klammer fehlt For other columns of datatype CHAR or VARCHAR2, the syntax is correct.
    I used the following version:
    Oracle SQL Developer 1.5.1
    Version 1.5.1
    Build MAIN-5440
    IDE Version: 11.1.1.0.22.49.42
    Product Version: 11.1.1.54.40
    Is this a bug in the wizard?
    Best regards,
    Christian.
    Edited by: Christian Brunner on 25.02.2009 05:05
    Edited by: Christian Brunner on 25.02.2009 05:06 - reason: text formatting issues
    Edited by: Christian Brunner on 25.02.2009 05:07
    Edited by: Christian Brunner on 25.02.2009 05:08 - still fighting with formatting

  • E72 Wlan Wizard Issue: Icon/Selection disappeared ...

    Crossposted from here: http://discussions.nokia.com/t5/Eseries-and-Communicators/E72-Wlan-Wizard-Issue-Memory-Full-and-icon... 
    After my mobile phone automatically switched off while I was trying to check my SMS because of low battery, I plugged it to charger and switch it on again. Upon turning on however, the Wlan Wizard icon/selection has disappeared from start up screen/desktop. When I try to access Wlan Wizard by going Menu > Ctrl Panel > Connect > WLAN wiz., it gave me Memory Full error instead.
    I've tried various method available that I can get from here: Turn off and on (it worked when the same issue happened a long time ago but not this time), deleting licenserserv.log to free up space in phone memory (still no Wlan Wiz and still Memory Full error after restart), going back to factory setting and restart but all to no avail.
    Following the advice in the thread I posted before, I installed Nokia Suite and updated my E-72 with the latest software. I even try reinstalling for good measure. Still the same thing: no Wlan Wizard icon on desktop/home screen and Memory Full upon Menu > Ctrl Panel > Connect > WLAN wiz.
    What else can I do to solve this issue? The attached picture is my phone info using Nokia Suite. Note the red highlight box. Is it supposed to be so?
    Attachments:
    nokia e72.jpg ‏155 KB

    You need to try the *#7370# reset. It should not touch anything on the memory card but you can remove it as a precaution. Do 2 backups, one with everything and the oter with only your data. Sometimes when you restore all the settings as well it brings bck the problem. 
    After the reset, try the phone to make sure everything is working fine before restoring your backup. If the problem comes back after the restore then reset again but this time use restore using the data only backup. 

  • Database Diff Wizard Tool problem

    Using Oracle SQL Developer 1.5.1 Build 5440.
    Third Party Extension jtds-1.1.2.jar
    I'm trying to determine if the Database Diff Wizard Tool contains functionality to allow/support diff compares between objects found in an Oracle Db instance and objects found in a MSSQL 2005 Db instance? I've established successful connections to each of the Db instances and can open/browse each one via the Connections browser. If compares between Oracle and MSSQL Db objects (vs. Oracle-to-Oracle only) are supported I must not have something configured correctly. Upon opening the Diff Wizard, (Tools --> Database Diff) and clicking on either the Source Connection or Destination Connection drop-downs only my Oracle Db connected instances are listed for selection. Could someone with experience using the Diff Wizard Tool offer assistance? (Provided SQL Developer supports this function).
    Thanks!

    Folks,
    I'm trying to compare two tables using Oracle SQL Developer, but I'm not being successful. :-(
    The tables are the same, but they are placed in two differente environments: development and production.
    Every time we need to make changes, we do it firstly at development environment. And I need to know which differences don't exist yet in production environment.
    Everytime I try to compare tables, I always receive a diff report with just one difference, like below:
    Type | Owner | Name | Change | Diff Count
    Table SINFA Artesao CREATE 1
    And in the the details window, there's the DDL of the table (source connection).
    Does someone have any idea of what's the problem?
    Thanks,
    Auler.

  • EA2- Diff Wizard

    I downloaded and installed EA2 this morning. I created 2 new database connections to 2 different Oracle 10gR2 databases, one test and the other is prod. I then ran the DIFF Wizard on one of the schemas that resides on these database to test the tool. It showed there was a difference on every single object (all tables, indexes, sequences, etc). Is there a trick to getting this tool to work properly?

    I ran the tool again this time changing the database connections to connect to the user being compared on both databases - this worked. It would be nice to be able to compare any schema from the source db to any schema in the destination db without having to have a separate db connection for each user/schema (I usually connect via some user account with DBA role). Does anyone else agree this would be a useful enhancement request?

  • Report and Layout Import Wizard issue

    Running SAP B1 v8.82 PL04. RDC into the client server.
    I'm getting an issue when importing a report.  I get all the way to clicking the "Finish" button and it never loads to the next screen (telling me if the import was successful or not).  When I go to the location I specified for the report, it appears there but with a different icon and when I click it shows me an error: "No matching records found 'Queries' (OUQR) (ODBC -2028) [Message 131-183]".
    Narrowed down the issue a little:
    - Happens for any report I try to import
    - Happens for both file types (.rpt / .b1p)
    - The wizard works in the other databases on the server
    - Same issue when I try on different computers with different log ins
    There didn't seem to be any major event that triggered the issue.  I was in the middle of importing a few reports, and imported a couple successfully, when all of the sudden the issue occurred.
    You can also refer to the video link I've attached below which is a complete walk-through of the issue.  Any help on this is greatly appreciated, this is really holding me up. Thanks in advance!
    -Andrew
    http://screencast.com/t/g88C39K78Zgs

    Verifique a SAP Note 1532509.
    Solution
    Please run the below query and if it returns results please Go to the PEQ page mentioned below or log a support message via SAP Service
    Marketplace, and attach the results of the query.
    select * from CDPM where ObjectType = 232 and ObjectKey not in (select doccode from rdoc) order by permid
    Select * from USR3 where PermId
    not in (Select distinct Absid from OUPT union Select distinct cast(PermId as nvarchar(50) )from CDPM)
    the solution to this note can be found at:
    http://wiki.sdn.sap.com/wiki/display/PEQ/Can%27t+import+CR+template+into+B1
    By using

  • Database adapter wizard issue

    Hi,
    I recently created a bpel flow containing a database adapter where I completed all the steps through to completion. Since then, when I attempt to review the adapter by double-clicking on it and then click on "Define Adapter Service", then when I step through to the "Adapter Config. Wizard - Select Table" I am told :
    'No Tables Imported'.
    I cannot figure out what I have done to have caused this. As far as I can see everything related to the database adapter from its initial creation still exists:
    * under "Application Sources" I see the adapter, and within this are 3 javaclasses that relate to the tables in the join
    * under "Application Sources->TopLink" again I see a reference to the adapter
    * under "Integration Content", there is another reference to the adapter, which contains :
    - wsdl, xsd & toplink mappings xml
    I have two further database adapters that do not have any issues - I can use the wizard to review their configuration. The entire flow compiles without issues...
    Is there anyway I can "fix" the 1st adapter so that the wizard correctly shows the imported tables?
    Thanks in advance.
    Anit

    Hi,
    No it is not a bug, I think. If you created your query by choosing from imported tables/views and related those using the wizard, the only way to change them is to re-import the tables and basically redefine your database adapter.
    It's a pity, but that's how it is (also in 10.1.2 I saw recently).
    Regards,
    Martien

  • Anywhere access wizard issues

    Hi,
    I have set up anywhere access (specifically remote web access) on a 2012 R2 Essentials server.
    When I ran the wizard, it found the following issues:
    "Anywhere Access to your server is blocked. Some routers may not work properly with your server...Some Internet service providers (ISP) block TCP ports 80 and 443 to prevent customers from remotely accessing services hosted on their networks..."
    and
    "There may be more than one router on your network. Windows Server Essentials is not able to setup the networking correctly."
    We have a SonicWall router sitting behind an AT&T U-verse modem. The router's WAN IP is a static public IP from AT&T, and the Windows Server has a static LAN IP.
    Since the SonicWall doesn't support UPNP, I manually configured NAT policies so that https 443 traffic is forwarded to the server. 
    The strange thing is that remote web access works just fine for the most part. Are the following issues safe to ignore?
    Thanks.

    Hi Jason,
    à
    Since the SonicWall doesn't support UPNP, I manually configured NAT policies so that https 443 traffic is forwarded to the server.
    When run
    Set up Anywhere Access wizard, the Windows Server 2012 R2 Essentials will attempt to configure your router. If UPnP is supported in router, Windows 2012 Server R2 Essentials may be able to automatically configure the router. Since your SonicWall router
    does not support UPnP, those red warnings will be shown as you see in the Set up Anywhere Access wizard and you need to
    manually configure your router. Meanwhile, since you have manually configured the router to forward TCP 443 port, the RWA will run as normal.
    So, I agree with Robert. If RWA works fine, those red warning message in
    Set up Anywhere Access wizard can be safely ignored.
    Hope this helps.
    Best regards,
    Justin Gu

  • Management Reporter wizard issue

    I prepare the migration for Microsoft FRx to Microsoft Management Reporter and I have an issue for Management Reporter wizard when I wrote the server name cannot connect for step 2 specify connection management reporter database server and have long time
    and show me error message “can’t retrieve database ensure server and login credential are correct”, although at the same time I connected by server for Report Design and I proceed all instructions required for Migration guide documentation. please help me
    and solve this problem

    I'd try them over here.
    https://community.dynamics.com/default.aspx
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • Specify Objects in Diff Wizard

    Hi
    SQL Developer 1.5.1 Build 5440
    I want to make a Database Diff between some tables in two databases. In the wizard should it be possible to specify specific objects that I want to compare. When I try to populate the list with objects I get the error 'ORA-00942: Table or view does not exist' when I press 'GO'. This error also comes if I try to change schema.
    I have tried this on several different computers with the same result.
    Regards
    Marika

    Hi... again...
    I have noticed that this problem occurs on other places with the same type of wizards (like Export DDL).
    I do not have this problem in 1.2 version of SQL Developer.
    Regards
    Marika

  • Glossary Wizard Issues

    Here's an interesting issue.
    When using the Glossary Hotspot Wizard, my template.css font
    changes as soon as a term is selected and the "next" button is
    pressed. My coworker has found this same situation is happening to
    him. Any idea why this is occurring? Better yet, any idea how to
    make this stop recurring?

    Welcome to our community, Implicit_D
    Can you be more specific about exactly what changes?
    The Glossary Hotspot Wizard inserts certain styling
    characteristics for its own hotspots. You may change them if you
    like, but it has its own formatting until you do.
    Cheers... Rick

  • Customization Wizard Issues

    We have an issue with Adobe Reader when we use the Customization Wizard 9 to create our transforms for deployment. After creating the transforms and install Reader none of the MS Office Application embedding works. We cannot insert an Adobe PDF nor can we open a PDF in any MS Office 2007 Application.  It gives me an error telling me that the application is not installed.
    If I install without using the Customization Wizard these features work just fine. I have done a registry comparison between the two installs and the differences are significant after weeding out my customs. I inserted the missing registry keys into the transform (primarily AcroExch entries) and the issue is still there. I suspect that there are also files missing from this install as well.
    I can work around the need of the Customization Wizard but have several changes such as disabling updates that I would like to incorporate into the install package.
    Please help!
    Thanks in advance  
    Corey Owen

    Hi,
    You need to provide more deployment details such: ]
    Versions
    Any chaining you might be using.
    Deployment method (AIP?)
    Installing over other products?
    etc.
    There was a bug in 9.3.4 that was about linking to Office docs, but I don't think that's your problem. See the release notes.
    You can of course customize the install via registry keys or installer tables (not recommended) manually. For a Preference Reference (db of registry keys), get AIM from www.adobe.com/go/acrobatitinfo. See also the admin guide.
    Ben

  • Flex PHP Wizard Issues (Is Flex/PHP ready for prime time)

    I have been designing a website using Flex. I thought of using Flex form many reasons, but one was to reduce the number of languages used in the development process. I am going to be hosting at Godaddy so I thought  I would try PHP. I normally would use Java, but Flex seems to want Enterprise Beans and Java Remote Objects which cost to much and would probably not work on Godaddy. I started out with MAMP on a Apple computer and have design 60% of my application, when I started noticing as the database go larger, I started getting communication errors with the MAMP version of mysql. So I installed MySQL and and started using Apache and PHP that comes with OSX. The communication errors are increased.
    Any suggestions? I am at the point, if I can find a proven programmer, with GoDaddy/Flex/MySQL/PHP and Java experience to help answer some question, I think I can come up with contract dollars.
    First question is Flex ready? or is this an issue with PHP?

    have moved this thread from the ADDT forums to the Flex Data Services forums

  • SQL Server Import and Export Wizard Issue

    i am trying to export SQL data into excel to send out weekly reports.  I have created a view and a SQL account has access to this view; however, I am unable to successfully export the data.  In preview I see all of the data yet it fails on the
    Pre-execute with the below.  It creates the excel file with just the header.  I am using SQL 2014 and loaded the 64 bit AccessDatabaseengine.  I am selecting excel 2007.  Any ideas welcome.
    Messages
    Error 0xc0202009: Data Flow Task 1: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80040E37.
     (SQL Server Import and Export Wizard)
    Error 0xc02020e8: Data Flow Task 1: Opening a rowset for "WeeklyList" failed. Check that the object exists in the database.
     (SQL Server Import and Export Wizard)
    Error 0xc004701a: Data Flow Task 1: Destination - WeeklyList failed the pre-execute phase and returned error code 0xC02020E8.
     (SQL Server Import and Export Wizard)

    Hi astro,
    Please ensure that you haven’t renamed or moved the destination excel file during the exporting process. Also make sure that “Create destination table” option is checked as below screenshot and the SQL statement is correct.
    For more details about using SQL Server Import/Export Wizard to export data from a SQL Server database to an Excel spreadsheet, please review the below blog.
    http://www.mssqltips.com/sqlservertutorial/202/simple-way-to-export-data-from-sql-server/
    Thanks,
    Lydia Zhang
    If you have any feedback on our support, please click
    here.
    Lydia Zhang
    TechNet Community Support

Maybe you are looking for