Differences between application export files

Hello
Background: I want to check if an application in DEV environment is exactly the same as the one in TEST environment. Both envs have Apex version 3.0.0.00.20, on Oracle EE 10g. To do this, I exported the application from both environments and I am doing a DIFF between the export files.
Problem: The DIFF tool is finding lots of differences like the one below:
'   "PR_QUOTES"."HDU_NIGHT_CHARGE" "HDU_NIGHT_CHA';
s:=s||'RGE", '||chr(10)||
'   "PR_QUOTES"."INPATIENT_NIGHTS_ADJ" "INPATIENT_NIGHTS_ADJ", '||chr(10)||
'   "PR_QUOTES"."HDU_NIGHT_CHARGE" "HDU_NI';
s:=s||'GHT_CHARGE", '||chr(10)||
'   "PR_QUOTES"."INPATIENT_NIGHTS_ADJ" "INPATIENT_NIGHTS_ADJ", '||chr(10)||As you can see, the only difference is at which point the SELECT statement was broken in the attribution statement.
This makes the DIFF tool a bit pointless. Why does this happen? Any way to fix it?
Thanks,
Luis

Hi Paul
I am well, hope you too!
Thanks for the reply; that comparison report works well when both applications are in the same workspace, which is not my case.
Of course, I could import one of the applications in the other workspace and compare them there. I will do it as the last resort, but I am still curious about why the difference between the exports! :-)
Cheers,
Luis

Similar Messages

  • Difference between MLD exports

    Hello,
    what are the exact differences between an export (1) taken directly from an object in the navigation tree, and an export taken from an snapshot (2) of that same object...
    (1) object > export (MDL)
    (2) object > snapshot > export (MDL)
    Are the two MDL files equivalent?
    Thanks!
    Greetings,
    Philip

    Hi Philip,
    Do you mean that you take a snapshot first and then MDL export? Essentially snapshots are versions of the object, however stored within the OWB repository.
    MDL export and Snapshot can serve as equivalent. The MDL exports can be stored in a PVCS or other file check-in system.
    Did this answer the question?
    JP

  • Difference between Application .cfc and .cfm?

    Title says it all. I'm a bit confused about the difference
    between Application.cfc and .cfm.
    I understand a bit more about the .cfc, where you define
    methods onRequestStart, etc.
    Yet in an example I'm following, they use .cfm and the
    <cfapplication> tag. Both seem to get called, but should I
    only be using one file? Or?
    Also since both can be used what is the calling order by
    ColdFusion or is one ignored if the other is present?

    if you have both files in the same location, only .cfc is
    processed.
    .cfm is ignored if .cfc is found.
    Azadi Saryev
    Sabai-dee.com
    http://www.sabai-dee.com

  • Difference between vmx swap file and vswp file

    Hi Guys,
    Just want to know the difference between vmx swap file and vswp file. are these same files or different.
    regards
    VINAY

    The confusion is caused because of the name VMX which we take for granted as the .vmx file which stores the configuration file. First of all the VMX here stands for VM eXecutable and not the same as  the .vmx file in the virtual machine directory .
    when we are running a virtual machine , there comes some basic overheads , ie the processes required to boot the virtual machine , keep it up and running and the agents consume some amount of memory and processing power in addition to the actual load  created by the OS application running on the VM.
    the VM swap file is there to enable the VM's guest OS to consume less physical memory than the configured memory
    the VMX swap file is there to reduce the memory reserved for the VMX process , ie the overhead which we discussed right now .
    ie the VM swap is the internal matter of a VM where as the VMX swap file is the responsibility of our VMkernel
    hope it helps , correct me if I am wrong or confusing

  • Differences between various source files in mdm import manager

    Hi,
    Can anyone tell me the differences between the source files(access,xml,xml schema,excel) available in mdm import manager?
    Thanks and regards,
    Rithesh
    Edited by: rithesh_shet on Mar 30, 2010 1:04 PM

    Hi Ritesh,
    MDM Import Manager provides flexibility to Import Data from different types of Sources into MDM.
    You can import data into MDM from below mentioned sources using Import Manager:
    1. From Files (Access, Delimited Text, Excel, Fixed Text, XML and XML Schema)
    2. Directly from Data base source (SQL server and oracle)
    As mentioned by Mandeep, XML Schema is something which you define in MDM console in advance. and then later select the Data source XML file and XML schema from drop down list (it will show all schema defined in console ) to validate XML source file against the XML schema.
    For automated Import, Ports are used. Ports are nothing but a logical point of contact with other systems i.e. other systems or middleware will drop file on the port for authomatic import and MDM import server will scan the port directory and if file is present then will import data automatically from file into MDM using a predefine Import Map. (this map needs to be defined manually in import manager and then assigned to port using console).
    Please check page no 45 of import manager reference guide for more details about various source properties of Import Manager.  (*link for import manager reference guide is already provided on the earlier post)
    Also check, page no 53 to 64 for how to import process. Kindly revert if you have any query.
    Regards,
    Shiv

  • What are the differences between application server and webserver

    pls give the differences between application server and web server with examples

    Google.
    Example
    http://www.google.ca/search?hl=en&q=Do+your+own+damn+searching&meta=

  • Color differences between these two files?

    Could someone please tell me the color differences between these two files? What are the differences in general of these two files and how do I make a file identical to the blue cancel button?
    I am working with signature pads and the BLUE CANCEL image works, but the other GREEN image does not. Both are 8-bit .bmp files... HELP!

    #1, obviously, would be to connect a mic that doesn't require phantom power.
    And #2 comes with a 6 ft. USB cable, so you may not need a bunch more cables. Maybe just one standard XLR to connect a mic to it.
    Message was edited by: p o'flynn

  • Difference between application.cfm and application.cfc

    Hi,
    Can anybody explain the difference between Application.cfm
    and application.cfc?
    For example:
    I have Application.cfm and Application.cfc in the same
    folder.
    /folder/application.cfm
    /folder/application.cfc
    /folder /test.cfm
    …. And I run the test.cfm.
    Which one is executed first?
    Thanks,
    Krishna

    Your last question - Which one is executed first?
    The application.cfc will be executed first if you call the
    test.cfm. The application.cfm will not get executed.
    and, about ur first question... cfm and cfc are entirely
    different. You have onRequestStart, onRequestEnd and other events
    on cfc. cfc is powerful than cfm.

  • Difference between Application.CurrentCulture and Thread.CurrentCulture

    Can someone tell me the difference between Application.CurrentCulture and Thread.CurrentCulture.
    Thread has CurrentCulture and CurrentUICulture. But Application has only CurrentCulture. Why?
    (https://msdn.microsoft.com/en-us/library/system.windows.forms.application.currentculture(v=vs.110).aspx)
    (https://msdn.microsoft.com/en-us/library/system.threading.thread.currentculture(v=vs.110).aspx)

    1)
    Application.CurrentCulture delegates to Thread.CurrentThread.CurrentCulture("Gets or sets the culture information for the current thread") so it only sets it for the main thread of the
    application.
    2) They are both properties of a Thread object, which you can access via Thread.CurrentThread.
    CurrentCulture – Tells you the user’s current locale, as set in the Region
    applet.  I.e.: Where is the user located?
    CurrentUICulture – Tells you the native language of the version of Windows
    that is installed.  I.e.: What language does the user speak?
    The user can change CurrentCulture using the Region applet.  It’s used to determine formatting for numeric and date/time
    strings.
    Rachit
    Please mark as answer or vote as helpful if my reply does

  • Difference between application server and central instance

    Hi everyone,
    whats the difference between application server and central instance and message server. where it will be installed. and how?
    Regards
    Basis Fresher

    Hi,
    just want to clarify that is is not correct that only one enqueue process can be configured on the CI.
    Please see the documentation within transaction RZ11 for the parameter Parameter : rdisp/wp_no_enq
    Short description : number of enqueue work processes
    Parameter description :
    You can use this parameter to define the number of enqueue work processes for the instance.
    Ensure that a value >0 is only set on the central instance that provides the enqueue server (instance rdisp/enqname ). One enqueue work process on the central instance is normally sufficient (rdisp/wp_no_enq = 1); only in very large systems can a higher value be useful.
    Kind Regards
    Thomas Alt

  • RE:difference between application server and web application server

    hi,
         i am a fresher to SAP.please tell me the difference between application server and web application server so that my doubt will be clarified.

    Hi,
    the SAP Web Application Server is the reliable, open standard-based application server from SAP. It supports both J2EE and ABAP, and serves as the underlying infrastructure for all new and upcoming SAP solutions, like SAP R/3 Enterprise, SAP Portal, SAP Exchange Infrastructure, and all other SAP components.
    The SAP Web Application Server is not a new product, it is the natural evolution of proven SAP application server technology formerly known as SAP Basis. It provides the platform to develop, execute, and operate Web applications and Web services as well as traditional SAP GUI based applications
    if it helpful rewards points are appreciated

  • Difference between Application log and Application server

    Hello Friends,
            Could you plz explain difference between  Application log and Application server?
    Regards
    Kanth

    Application log is details about the business transaction,  ie status / error messages
    Application server is the system <hardware> on which application is running.
    Regards,
    Mahesh

  • Difference between DB Export and Offline Database Backup

    Hi all,
           This is a conceptual Question.
    I want more information on what is the difference between DB Export and Database Backup? Also, it would be helpful if you can provide me with some links to them where I can increase my knowledge regarding DB Export, why it is done and tell me some scenarios.
    Thanks.
    Anil

    Hi Anil,
    I have no link for DB export for you, because you don't ask for a specific database. But if you like, you can read the export part of the System copy guide you can download from http://service.sap.com/instguides.
    But may be a short description is enough:
    DB Export:
    A DB export exports only the structure and data from the database, but no index pages. Therefore you have to build the indexes during the import. This could be very CPU intensive if your tables are big.
    DB Backup:
    A backup is a copy of all used blocks/pages inside a database (in Oracle also unused blocks). This includes structures, data and indexes. When you restore it, only the blocks/pages were moved, no additional operations are necessary.
    If you want to keep a small copy which is less release dependent than a backup, you should use a DB export (if you  use R3load, you are also DB independent). If you want to have a copy of your database which could be restored quickly , you should use a DB backup.
    Regards
    Ralph Ganszky

  • Difference between InDesign Defaults file and InDesign SavedData file

    Hi,
    I would like to know (as written in the topic title) the difference between these 2 files. I know that preferences are stored in these files, but I need more accurate informations. I opened each in TextWrangler but, even if I understand some infos, I can't understand the function of each of these 2 files.
    Thanks!

    I can't provide all of the answers to this, but I do know that the open recent list is in SavedData, and all of the doc and print resets are in InDesign Defaults, along with your customized preference settings. Does that help?

  • Difference Between Application Express and XE

    Hello
    I am new and would like to know what is the difference between Application Express(Apex) and XE?
    Is XE a standalone version and Apex is more like an enterprise editiion?
    Thanks

    read on http://www.oracle.com/technology/products/database/application_express/html/apex_and_xe.html
    Oracle Database 10g Express Edition (Oracle Database XE) includes Oracle Application Express (Oracle APEX) release 2.1, a declarative, graphical development environment for creating database-centric Web applications. Oracle APEX is installed in Oracle Database XE as the primary tool for managing the database and building Web-based applications. The majority of the administration tasks of Oracle Database 10g Express Edition can be performed using the administrative features of Oracle APEX, such as monitor database activity and manage database users, storage, memory and database objects. The simple Web-based interface enables users with minimum Oracle experience to easily manage the database. Application Express is pre-installed and fully configured, and it is immediately available after installation of Oracle Database 10g Express Edition.
    Is XE a standalone version and Apex is more like an enterprise editiion?XE is oracle database (free) it for test or using on limit (to 4GB of user data, use up to 1GB of memory, and use one CPU on the host machine)
    APEX is application (Web) can integrate on Oracle Database Enterprise, Standard and .... RAC
    Edited by: Surachart (HunterX) on Jun 15, 2009 6:03 PM

Maybe you are looking for