Is any difference in oracle 11i and oracle 12 interfaces tables

Dear All,
Can someone tells me .. Is any difference in oracle 11i and oracle R12 interface tables?? My company want to upgrade Oracle 11i to EBS R12
PS
Edited by: PS on Jul 13, 2012 3:07 PM

Please also see:
Identifying Data Model Changes Between EBS 12.1.3 and Prior EBS Releases
https://blogs.oracle.com/stevenChan/entry/ebs_data_model_1213
EBS File Comparison Report Now Available
https://blogs.oracle.com/stevenChan/entry/ebs_file_comparison_report_now
EBS Seed Data Comparison Reports Now Available
https://blogs.oracle.com/stevenChan/entry/ebs_seed_data_comparison_reports
Thanks,
Hussein

Similar Messages

  • What is Difference between ANSI SQL and ORACLE SQL

    Hi,
    I am going to take the assesment test for ANSI SQL Programming before that i want to know any difference between ANSI SQL and ORACLE SQL?
    I am studying for SQL but the test will be ANSI SQL please let me give an idea about the both.
    Thanks
    Merina Roslin

    Basically there is syntax difference between both of them.
    Lets say i want to join two table EMP and DEPT based on DEPTNO.
    With Oracle SQL format its like this.
    select e.*
      from emp e, dept d
    where e.deptno = d.deptnoHere the joining condition goes in the WHERE clause.
    With ANSI SQL format its like this.
    select e.*
      from emp e
      join dept d
        on e.deptno = d.deptnoHere the join condition is mentioned separately and not in WHERE clause.
    Oracle supports ANSI SQL starting from 9i version.
    You can read more about the syntax difference Here

  • What is Oracle Apps and Oracle Financials and Oracle 11i.

    Hi All,
    right now I am working on Oracle PL/SQL stored procedures (Version 8) wants to learn/shift to Oracle Apps. Dont know actually what is what and what are the Differences between Oracle Apps and Oracle Financials and Oracle 11i
    Can any one brief me about those.
    Thanks in Advance
    [email protected]

    What exactly are you intending to do to Oracle Apps ? You suggest you are a developer, but Oracle Apps are already developed, by Oracle. Do you want to develop peripheral applications, or become an administrator, or what ?

  • Select query differences between oracle 9 and oracle 8.

    Hi,
    I have a problem using the select query between oracle 7 and oracle 9i I don't have the same result :
    ex:
    With oracle7
    SQL> select 'champ1','champ2' from DUAL;
    'CHAMP 'CHAMP
    champ1 champ2
    With Oracle 9
    SQL> select 'champ1','champ2' from DUAL;
    'CHAMP1' 'CHAMP2'
    champ1 champ2
    So Can someone tell me how to solve this problem ? Is there a parameter in oracle 9 to set?
    Thanx.

    Whenever you are posting anything over internet forums like this - you should be very careful about not just posting the details which requires to solve the problem - also should be sensible about your question.
    This is not at all desired when you are posting such question. It may be because - you may not well aware of the fact.
    My suggestion is -> First Go through the basics Of SQL in general.
    Then go for any specific product like Oracle/ SQL Server/ Sybase etc.
    And, finally learn the advanced commands of that DB.
    You asked it - may be you thought the difference in output in terms of lines. But, that is not your actual output. That is the graphical display part only.
    Anyway,
    You can get the quite familier output by first type the following command ->
    set lin 310Regards.
    Satyaki De.

  • What are the major differences between oracle 10g and oracle express 10g

    Hi
    Can anyone tell, What are the major differences between[b] oracle 10g and oracle express 10g.
    Or if you know any URL, then please do let me know.
    Advance Thanks
    JC

    Dear sir,
    here it is.
    http://www.oracle.com/database/product_editions.html

  • Differences in NLS_LANGWE8ISO8859 between Oracle 8i and Oracle 9i or higher

    Are there any differences in NLS_LANG WE8ISO8859P1between Oracle 8i and Oracle 9i or higher?
    please, there is a document that explains what.
    thank you very much.

    Ok,      
    I want to know whether there was any difference when using this NLS_LANG between 8 and oracle 9.
    I read many documet about unicode, but i want to know this question.
    If NLS_LANG is a standard there isn´t changes between the to versions.

  • What is the difference between Open-Script and Oracle functional testing

    Hi All,
    Please help me in spotting out the difference between the Openscript and Oracle Functional Testing for Web Application.
    Does Oracle Functional Testing for Web Application have any special features when compared with Open-Script.
    Please help me out.
    Thanks in Advance,
    Nishanth Soundararajan.

    Nishanth
    OFT is the old version of OpenScript, which will no longer be part of ATS as per the next major realize 9.20.
    I would recommend to to spend any time looking at it.
    Regards
    Alex

  • Difference between oracle client and oracle server?

    Hi,
    could any one please tell me the difference between these things?
    1.)oracle client and oracle server
    2.) installtion of oracle client and oracle server
    Thanks in advance.

    Take a look at the general client - server computing model, described e.g. in this wiki.
    edit:
    corrected bad link
    Message was edited by:
    orafad

  • Differences between Oracle BAM and Oracle BI and Question BAM  Data Objects

    Hi,
    I have two questions.
    1. Can someone tell me differences between Oracle BAM and Oracle BI?
    My understanding about Oracle BAM is, we use BAM to build Dashboards or Reports.
    We can also build DashBoards or reports using Oracle BI.
    I am not able to understand why Oracle has two tools for same purpose?
    Which tool is more powerful and user friendly(Oracle BI or Oracle BAM)?
    2. Every time we plan to develop Dashboard or report in BAM, we need to create BAM ADC Data Object to store Data (i.e first step is to get data from external database or application and second step is to store data in BAM ADC data object).
    My understanding is we have an extra step(i.e creating Data Object) in Oracle BAM to develop a report or DashBoard
    I am wrong pl correct me?
    Regards,
    Shanti Nagulapalli.

    Oracle 11g has many advanced features in PL/SQL over Oracle 9i.
    refer here,
    http://www.oracle.com/technetwork/database/features/manageability/9i-to-11g-real-world-customer-exper-133754.pdf
    http://www.oracle.com/global/de/upgradecommunity/artikel/upgrade11gr2_workshop2.pdf
    http://www.compuworks.com/events/view/233.pdf
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getCourseDesc?dc=D52601GC10&p_org_id=15942&lang=US
    Thanks

  • Architectural Difference between Oracle 8i and Oracle 9i

    hello there
    anybody can tell me precisely what is the architecture difference in Oracle 8i and Oracle 9i.
    or provide me the link where i can get it.
    waiting for reply

    What do you mean by "architectural differences"? Fundamentally, Oracle architecture hasn't changed a whole lot in a couple of decades. Certain implementations within the overall Oracle architecture will change over time, normally to support some new feature.
    Locally managed tablespaces, for example, automatic segment space management, and automatic extent allocation are pretty important new features, but they don't fundamentally change the architecture of allocating space for objects to store data.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Difference between oracle 8i and oracle 10g

    Hi,
    i need to know the difference between oracle 8i and oracle 10g. Also, to know the depreciated and delimited features in oracle 10g, as compared to oracle 8i.
    Earlier response is appreciated.

    Differences between 9i and 10g are detailed here: http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14214/toc.htm
    Differences between 9i and 8i are detailed here:
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96531/toc.htm

  • Oracle 11i, Oracle 8i, Oracle 9i, and Oracle 10g

    Is Oracle 11i based on Oracle 9i or 8i backend engine? Would it be possible to upgrade Oracle 11i with Oracle 10g backend engine? When is the next release of Oracle 11i that is based on Oracle 10g?

    Hi,
    Oracle 11i is Oracle Applications 11i only which is holding applications modules hope you got it.
    Oracle 9i enterprise database has new features got utilized in Apps 11i.
    The Oracle 10g production will be launched in the month of december 2003 only.
    Thanks and Regards
    A.Riyas
    email : [email protected]
    Kuwait

  • What are major differences between SAP BI and Oracle BI?

    Hi Experts,
    I am new to Oracle BI. But I want to know about major differences between SAP BI and Oracle BI?.
    Please help me....
    Thanks & Regards,
    A. kavya kumari.

    There are at least five major differences :
    S P O r c l e
    but important to also be aware of the minor difference:
    A/a

  • Difference between oracle reports and oracle report writer

    I would like to know the diffrence between oracle reports and oracle report writer.I would appreciate if i get more details of oracle report writer.
    Thanks
    Rajesh

    Hi;
    May I know the difference between Oracle reports and Oracle discovererDiscoverer vs. Oracle Reports
    http://businessintelligence.ittoolbox.com/documents/discoverer-vs-oracle-reports-17819
    http://www.oraclechamps.com/index.php?option=com_content&view=article&id=316:oracle-reports-vs-discoverer-difference-between-oracle-reports-6i-and-oracle-discoverer&catid=62:oracle-technical-documents&Itemid=104
    Discoverer Vs. Oracle Reports
    PS: Be notice here is oracle database related forum side. For your future issue please use Forum Home » E-Business Suite* forum side*
    Regard
    Helios

  • Need help -- Oracle Financial 11i vs r12 (Oracle Payable and Oracl Payment)

    Dear all
    I'm newbie in Oracle Application and request for your help to answer my questions.
    Background:
    Three years ago, my company was planning to implement ERP Oracle Financials.
    To facilitate the plan, an open bidding was established to find the best implementing company with affordable price.
    The bidding document was created when Oracle Financials was 11i.
    When the contract was signed 2 years ago, by my company and the winning company, it is mentioned that the version installed must be the latest one.
    At the response to requirements, the winning company stated that the payment activity will be facilitated by Oracle Payable.
    Now, the project is going on and the Oracle has the r.12 version.
    Problem:
    At 11i, there was only one module related to payment activities, i.e. Oracle Payable.
    At r.12, Oracle has a new modul, i.e. Oracle Payment, which was subdomain of Oracle Payable.
    Question:
    1. Is my opinion about the relationship between Oracle Payable and Oracle Payment above correct?
    2. Does my company has its right to ask for Oracle Payment in the installation?
    3. If the answer to number 2 is yes, what is the base for it?
    Thank you for explanation.
    Sorry if I raise a too-simple question.
    Regards,
    Dodydh
    Edited by: 840286 on 28-Feb-2011 03:28

    Hi Dodydh,
    I am afraid, your statement 'At r.12, Oracle has a new modul, i.e. Oracle Payment, which was subdomain of Oracle Payable.' is not correct.
    Oracle Payments is an upgrade version of Oracle iPayments of 11i and this module is expected to serve Self service modules. But Payment Batches which is part of Oracle Payables has been moved to Oracle Payments.
    You can very well ask them to implement Payment Batches (Processes relating to Funds Disbursement) but not the entire module.
    Please let me know if you require further info.
    Regards,
    Sridhar

Maybe you are looking for