Export/import compatibility between 2.0 and 2.2

If I upgrade my development environment to Apex 2.2 whenever it is released, can I export apps/pages from there and import into a Apex 2.0 environment?
Both export files have the following in them.
-- This date identifies the minimum HTML DB version required to import this file.
wwv_flow_api.set_version(p_version_yyyy_mm_dd=>'2005.05.01');So I guess the answer is yes, but I don't want to make any assumptions that would prevent me from deploying new/changed functionality into my existing 2.0 Production environment.
Can someone from Oracle comment on this?
Thanks

Vikas,
Yes, in most cases that will work just fine. There are two options on the application export page that would make it so you can't import your application in APEX 2.0, "Export Deployment Attributes" and "Export Comments". Selecting either of those will include metadata in the export which wasn't around in 2.0, so they affect the import compatibility.
Otherwise, apps and pages should be compatible with 2.0.
- Marco

Similar Messages

  • Page Export / Import in between two workspaces in the same instance

    Hi All,
    I am trying to import a page from one application to another application in a different work space in the same instance.
    In the export file i have changed the target application id and workspace id. I am facing below error while importing the specific page.
    ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-00001: unique constraint (FLOWS_030100.WWV_FLOW_PAGE_PLUGS_PK) violated <pre>declare s varchar2(32767) := null; l_clob clob; l_length number := 1; begin s := null; wwv_flow_api.create_page_plug ( p_id=> 190100618443233983 + wwv_flow_api.g_id_offset, p_flow_id=> wwv_flow.g_flow_id, p_page_id=> 31, p_plug_name=> 'Upload Scripts', p_region_name=>'', p_plug_templa
    Error installing page.
    Return to application.
    Any help for this.

    I got the solution for the page export/import in between 2 workspaces.
    Only thing is we need to do some template related changes in the page, item, region attributes .
    Ref: http://www.dba-oracle.com/htmldb/t_exporting_copyin_pages_screens_workspaces.

  • Is it possible to export/import subclips between 2 different computers?

    hi,
    i am collaborating on a project with someone, we need to export/import subclips between 2 different computers. is thisa possible, and how?

    Hi there,
    I'm the other collaborator on a project with Jelly Belly. As I am coming from using abode premier pro to final cut, the concept of sub clips is new to me.
    We are planning on capturing close to 50 mini dv tapes, in as far as possible complete master clips for each tape. Once this is complete we will have all master clips copied to two identical 1T external hard drives.
    Then the plan is to break the master clips down into sub clips in order to thin out and better organize the footage. To speed this process up we plan to do this concurrently on two separate computers, at this stage both running Final Cut Express 4. Once this is done is it possible to import those sub clips into a new project? At this point we will most likely running Final Cut Studio 3.
    If so then how would one go about doing it?
    Thanks for any further advise on this.

  • Compatibility between Java crypto and open ssl

    Hello
    I have some question about compatibility between java crypto and openssl library.
    This is my case:
    1.I created DESede key and stored it to file:
    SecretKey key = KeyGenerator.getInstance("TripleDES").generateKey();
    File f = new File("c:\\key.dat");
    DataOutputStream dos =new DataOutputStream(new FileOutputStream(f));
    dos.write(key.getEncoded());
    dos3.close();2.I encrypt some file "c:\\normal.dat" through:
    ecipher.init(Cipher.ENCRYPT_MODE, key2);
      byte[] enc = ecipher.doFinal(normalData);
      File f2 = new File("c:\\enc.dat");
      DataOutputStream dos =new DataOutputStream(new FileOutputStream(f2));
      dos.write(enc);
      dos.close();

    You have carefully left out some critical java code, namely the Cipher.getInstance() method. You'll notice in the documentation for this method that there 3 components to the "transform" argument of this method, the algorithm, the mode, and the padding. All of these must match exactly with the what openssl is using. Furthermore, if you are using one of the modes which require an IV, like CBC mode, then this must match exactly too. If you don't explicitly specify some of these parameters, you might get default values supplied. It is up to you to find out what these are.

  • I like ti known about compatibility between Windows 8 and iTunes

    I like ti known about compatibility between Windows 8 and iTunes

    It works for some and not for others.
    At this time, there is no publicly available version of iTunes that is supported on Windows 8.
    Only Apple knows when that will change.

  • Compatibility between 32 bit and 64 bit of TimesTen

    Hi All,
    Please tell me is there any document avialable to see compatibility between 32 bit and 64 bit of TimesTen ?
    Regards
    Pratheej

    Hi Pratheej,
    1. You cannot replicate between 32 and 64 bit TimesTen.
    2. For direct mode connections, the application must be the same 'bittedness' as TimesTen 932-bit app -> 32-bit TT, 64-bit app to 64-bit TT).
    3. For client/server connections a 32-bit app can work with both 32 and 64 bit TT. A 64-bit app can only use 64-bit TT.
    If you want to deploy a 32-bit app using 64-bit TT on the same machine we have an optimised shared memory client/server connection (shmipc) mode. This is much faster than TCP or Unix sockets but is still much slower than direct mode.
    HTH,
    Chris

  • Note: 132904.1  export/import compatibility matrix

    Can someone please look at the following note to tell me if I can export / import a 9.2.x database into a new 11.1 database?
    Re: "See Note 132904.1 Compatibility Matrix for Export & Import Between Different Oracle Versions"
    Thanks. I do not currently have Metalink to look up this note myself.
    -Ji Li

    +*<Moderator Edit - deleted MOS Doc contents - pl do NOT posts such content - it is a violation of your Support agreement>*+                                                                                                                                                                                                                                                       

  • Important differences between oracle 10g and 11g

    Hi friends, can anyone tell me (pointwise) what are the major (and minor) differences between Oracle 10g and 11g.
    Please point me to some documents if possible.
    Thanks in advance

    The name of the link says it all: "top_features."
    In short it is Oracle's list of what they have for marketing and sales reasons designated "top features."
    It is not intended to be, and is not, a complete list of features. Often the features Oracle does not
    talk about are the most important.
    Let me give you some examples. I have never seen Oracle announce DBMS_XPLAN as a new feature
    yet you should not run an explain plan without it. Neither have I ever seen Oracle announce the new
    NO_DATA_NEEDED predefined exception. I have listed literally hundreds of new features you will not
    find in Oracle's new features docs.
    I did a presentation at OpenWorld this year as part of the unconference titled "New Features in
    Database 11gR2 that Oracle will not announce." It was easy to prepare a one hour presentation with
    little fear of being proved incorrect. As I turned out only one of the features I presented was mentioned
    by Oracle.
    You can find the presentation slides here:
    http://www.morganslibrary.org/pres/oow09_ucnf.pdf

  • Database Migration 10g, difference in export/import from 8.1.6 and DBUA

    i would like to know if there is any difference in migrating using export/import methods from 8.1.6 and migration using dbua from 8.1.6 -> 8.1.7 -> 10g. In terms of tablespaces, datafiles performance .
    Will the DBUA convert the tablespaces automatically to take advantage of 10g ?
    Thanks .

    Hi,
    If we refer to the Oracle doc, it's depend of your 10g release.<br>
    Into Upgrade Paths 10.2, you need to upgrade your 8i firstly in 8.1.7.4.<br>
    Into Upgrade Paths 10.1, you you can directly migrate.<br>
    Anyway, you need to use 8iexp utility, and 10g imp utility : Using Different Releases of Export and Import 10.1 or Using Different Releases of Export and Import 10.2.<br>
    <br>
    Nicolas.

  • Full Export/Import Errors with Queue tables and ApEx

    I'm trying to take a full export of an existing database in order to build an identical copy in another database instance, but the import is failing each time and causing problems with queue tables and Apex tables.
    I have used both the export utility and Data Pump (both with partial and full exports) and the same problems are occurring.
    After import, queue tables in my schema are unstable. They cannot be dropped using the queue admin packages as they throw ORA-24002: QUEUE_TABLE <table> does not exist exceptions. Trying to drop the tables causes the ORA-24005: must use DBMS_AQADM.DROP_QUEUE_TABLE to drop queue tables error
    As a result, the schema cannot be dropped at all unless manual data dictionary clean up steps (as per metalink) are done.
    The Apex import fails when creating foreign keys to WWV_FLOW_FILE_OBJECTS$PART. It creates the table ok, but for some reason the characters after the $ are missing so the referencing tables try to refer to WWV_FLOW_FILE_OBJECTS$ only.
    I am exporting from Enterprise Edition 10.2.0.1 and importing into Standard edition 10.2.0.1, but we are not using any of the features not available in standard, and I doubt this would cause the issues I'm getting.
    Can anyone offer any advice on how I can resolve these problems so a full import will work reliably?

    Thanks for the lead!
    After digging around MetaLink some more, it sounds like I'm running into Bug 5875568 (MetaLink Note:5875568.8) which is in fact related to the multibyte character set. The bug is fixed in the server patch set 10.2.0.4 or release 11.1.0.6.

  • Export/import of mappings using OMBPLUS and Collections?

    Hi,
    We've got some good TCL code to export (and import) mappings for our projects along the lines of:
    OMBEXPORT MDL_FILE '$projname.mdl' \
    PROJECT '$projname' \
    CONTROL_FILE '$controlfile.txt' \
    OUTPUT LOG '$projname.log'
    and now we're moving to organizing mappings by OWB COLLECTION and need to export/import by collection instead. Thought it might be as simple as this:
    OMBEXPORT MDL_FILE '$collname.mdl' \
    FROM COMPONENTS ( COLLECTION '$collname')
    CONTROL_FILE '$controlfile.txt' \
    but that's not working (saying "Project $collname does not exist.", so it seems to still be treating what I thought was a collection name as a project name . Can someone point out the right syntax to use COLLECTIONs in OMBEXPORT/OMBIMPORT?
    All thoughts/tips appreciated...
    Thanks,
    Jim C.

    Hi,
    If we use the below tcl script for the entire project export , does it also export the locaitons,control center,configurations along???
    If yes then can you gimme the script for altering the locations , control center/configuration connection details??
    OMBEXPORT MDL_FILE '$projname.mdl' \
    PROJECT '$projname' \
    CONTROL_FILE '$controlfile.txt' \
    OUTPUT LOG '$projname.log'
    Can you also provide me the tcl for project import??
    Thanks

  • Connection key compatibility between Contribute 3 and 4

    Does anyone know whether Contribute connection keys are
    compatible between versions 3 and 4?
    Can I create a connection key in Contribute 3 for a version 4
    client or vice versa?
    At the moment, I have several customers who may be on
    different versions of Contribute and want me to handle the
    connection key side of things, so I need to ensure that the keys I
    create will work in either version.

    For windows users can you create a connection key in Windows machine and send the same.

  • Compatibility between version 8 and 9

    We have a new Windows 7 Professional 64bit machine arriving soon, on which we want to install Framemaker and Creative Suite Design Standard 4.
    Design Standard looks fine - it will be the same version so I assume there will be no issues, Framemaker on the other hand looks like it could potentially cause some issues.
    We have 3 people using Framemaker 8 on Windows Vista Business, I'm assuming that for full Windows 7 support we should purchase Framemaker 9, however, having had a combination of CS3 and CS4 working together before I know that different versions can cause major headaches for our design team - in the case of CS it involved importing and exporting files and caused all sorts of problems. We've all on CS4 now.
    So, are there any compatibility issues between 8 and 9, and is 9 the version to go for if using Windows 7?
    I searched the site for quite a while (and other random Google hits) but I couldn't find anything conclusive.
    Thanks in advance!

    I have had no problems moving from 8 on Windows XP Pro to 9 on Windows 7
    64 Professional nor in interoperating
    with CS4. But my files may be much smaller than yours.
    Ed

  • Export/import table with XMLTYPE data_type and fine_grained policy

    Hi friends!
    I'm trying to export a table with XMLTYPE and faine-grained policy.
    Source: HP-UX - Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    Target: Linux 2.6.18-238.el5 - Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    I do it thru exp/imp old utilities as mention in metalink ID 1318012.1.
    One of the things that surprised me after exp/imp is that the number of objects increased:
    Objects at Source:
    exp \"/ as sysdba\" owner=xml log=xml file=xml.dmp
    Type
    Number of Objects
    TYPE
    431
    TRIGGER
    6
    TABLE
    17
    PROCEDURE
    2
    LOB
    120
    INDEX
    17
    FUNCTION
    1
    On Target:
    imp \"/ as sysdba\" file=xml.dmp fromuser=xml touser=xml log=xml.log
    Type
    Number of Objects
    TYPE
    431
    TABLE
    32
    PROCEDURE
    2
    LOB
    429
    INDEX
    478
    FUNCTION
    1
    Why is this happening? Is it normal?
    Other problem that I found is triggers are not imported, why!?!?
    Thank you very much for your help!
    José

    Hi!
    The new squema was created empty. If I run the following query:
    select '10g', TABLE_NAME,COUNT(*)
    from  DBA_LOBS@DSN_HP
    where OWNER='XML'
    group by TABLE_NAME
    union
    select '11g', table_name,count(*)
    from  DBA_LOBS
    where OWNER='XML'
    group by TABLE_NAME
    order by 2,1
    As a result:
    Version
    Table_name
    Total
    10g
    ACTION_TABLE
    1
    11g
    ACTION_TABLE
    1
    10g
    Document1767_TAB
    14
    11g
    Document1767_TAB
    13
    10g
    Document1852_TAB
    14
    11g
    Document1852_TAB
    13
    10g
    Document1941_TAB
    16
    11g
    Document1941_TAB
    15
    10g
    Document2016_TAB
    14
    11g
    Document2016_TAB
    13
    10g
    Document2087_TAB
    13
    11g
    Document2087_TAB
    12
    10g
    IBT_XML_RECIBIDOS
    1
    11g
    IBT_XML_RECIBIDOS
    1
    10g
    LINEITEM_TABLE
    2
    11g
    LINEITEM_TABLE
    2
    10g
    PURCHASEORDER
    7
    11g
    PURCHASEORDER
    7
    10g
    PurchaseOrder1145_TAB
    9
    11g
    PurchaseOrder1145_TAB
    7
    10g
    RICARDO
    13
    10g
    RICARDO2
    1
    11g
    RICARDO2
    1
    10g
    RITNTFER
    1
    11g
    RITNTFER
    1
    10g
    RITNTFRE_08
    13
    11g
    SYS_NT3+LEU6vbfGLgQ18DLgrURw==
    69
    11g
    SYS_NT3+LEU6vffGLgQ18DLgrURw==
    76
    11g
    SYS_NT3+LEU6vjfGLgQ18DLgrURw==
    63
    11g
    SYS_NT3+LEU6vpfGLgQ18DLgrURw==
    1
    11g
    SYS_NT3+LEU6vqfGLgQ18DLgrURw==
    2
    11g
    SYS_NT3+LEU6vTfGLgQ18DLgrURw==
    65
    11g
    SYS_NT3+LEU6vXfGLgQ18DLgrURw==
    66
    10g
    TESTCLOB
    1
    11g
    TESTCLOB
    1
    There are many new tables created...I suppose because the differences between versions...
    Any ideas?
    Thanks a lot!
    José

  • Export - Import In ABAP ( for variables and internal table)

    how can we pass value for the variable and internal table using Export and Import?
    data: var type sy-uzeit.
    var = sy-uzeit.
    EXPORT var TO MEMORY ID 'TIME'.
    data: var type sy-uzeit.
    IMPORT var FROM MEMORY ID 'TIME'.
    write:/ var,sy-subrc,sy-uzeit.
    i found var value 0 while importing. 
    what is the right syntax for passing value of variable and internaltable.
    regards,
    dushyant.

    Hi,
    There are two possible solutions.
    Solution1:
    Program1.Should be run before atleast once so that TIME should be filled.
    data: var type sy-uzeit.
    var = sy-uzeit.
    EXPORT var TO MEMORY ID 'TIME'.
    Program2.IF the TIME is filled,then only it will produce the result.
    data: var type sy-uzeit.
    clear var.
    IMPORT var FROM MEMORY ID 'TIME'.
    write:/ var, sy-subrc, sy-uzeit.
    Solution2:
    Single program:
    data: var type sy-uzeit.
    var = sy-uzeit.
    EXPORT var TO MEMORY ID 'TIME'.
    clear var.
    IMPORT var FROM MEMORY ID 'TIME'.
    write:/ var, sy-subrc, sy-uzeit.
    Kindly reward points by clikcing the star on the left of reply,if it helps.

Maybe you are looking for

  • Printers Go To Sleep and will not wake up by a print job on the wireless or wired network

    I have an OfficeJet 4620, and a PhotoSmart3210.  The 4620 is wireless, the 3210 is plugged into the router and both are shared on the network.  We are running Win 7 Home Premium 64 bit SP1, the Router is a Linksys EA6500.  The problem only occurs AFT

  • Poor Performance over Converged Networks using LBFO Team

    Hi, I have  built a Hyper-v 2012 R2 cluster with converged networking and correct logical networks.  However, I notice that I am not able to utilise more than apprx 1gb over the converged network for live migration, cluster, management etc even thoug

  • New Macbook not working properly?

    Well I recentely recieved my new Mac Book about 3 weeks back now and I recentely have came to find that my z key does not work when I'm on Mac OS X. But if I run bootcamp and go on windows the "Z" key on the keyboard works, the thing is aswell when I

  • SRM - BADI debug

    Hi gurus, how can I debug a SRM BADI setting an external break-point? It seems impossible! I'am not an expert ... - I have set the parameter in SICF sap\bc\gui\sap\its ... ~GENERATEDYNPRO 1 ... - I have set in utilities, settings, debugging, external

  • Trouble running shockwave on intel based mac

    Please help- i have downloaded shockwave /authorware several months ago and ran safari and firefox in the rosetta mode without a problem. A few days ago i was looking at a website for my daughter and it said i couldn't view it because I didn't have t