Exporting/Importing applications

I'm having issues importing the applications I build from one Schema to another. It sees that only the forms are exported but not the table? Does anyone know why that is?
Thanks,
Micah

Hi Michah,
>
I'm having issues importing the applications I build from one Schema to another. It sees that only the forms are exported but not the table? Does anyone know why that is?
>
Bot just the Forms, it will also include Reports, Shared Objects , et al.
You only export the application from application builder and hence only the application gets imported. That is by design.
You have to use Generate DDL in SQLWorkshop > Utilities and use that script , or any other means, to move the database objects from one schema to other. If you want to transfer data then you need to export/import the data as well.
To put together the installation and de-installation package use Supporting Objects.
Regards,

Similar Messages

  • Error while exporting - importing application

    Hi All
    I was trying to export my apex.oracle.com app and was importing it to my local db installation environment. Encountered with an error:
    *1 error has occurred*
         *NOT COMPATIBLE (Your export may contain calls not supported by your application version.)*I found that in my local environment, some features were missing like page of Type "Master-Detail" was not there while creating a page in my local instance. (My app is not using any mater-detail page, but it may be using some features which are missing in my local version). Want to know about the following:
    1. The APEX 3.2 (apex.oracle.com) DB version so that I can upgrade my DB instance version.
    2. Is the error telling about the incompatible application version or the DB version? How can it be addressed?
    Thanks
    Bhavesh

    Hello Bhavesh,
    >> That means my env is the newer one, still it is not compatible with the app created on an earlier version. Not sure why?
    The compatibility issue you encountered is about the APEX version and NOT the database version. The same APEX version can be installed on different database versions, starting with 9.2.0.3 or later.
    As each new APEX version adds new features, which manifest in the metadata table structure (among others), you can’t install an application from an advanced APEX version on an earlier APEX version.
    The version on apex.oracle.com is 3.2, while the default APEX installation on a new 11g database is 3.0.1. As such, if no specific upgrade were done to your local APEX instance, you won’t be able to import applications from apex.oracle.com.
    As was suggested, the only feasible solution is to upgrade the local APEX instance to the version on apex.oracle.com.
    Regards,
    Arie.
    Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.

  • Exporting/Importing Application Problems

    When importing an exported application, I am having problems with the application performing the same. For example, the imported application Report Region Sort Sequence doesn't work except when I'm logged in developer mode. The sort works in the original application from which it was exported. I have compared all the page rendering, page processing and components and everything appears the same. Any ideas? Any help greatly appreciated.

    I am not sure I understand your problem definition. Can you please try to explain in some more detail what your question is?
    "Doesn't work" almost always conveys no useful information. Explain what the desired/expected behaviour is and what the actual behaviour is.

  • Export / Import Applications

    We have an application developed on 10g XE which is being developed simultaneously on 2 PC's. For this we wish to export/import the total applications along with the data table, constraints etc. between these machines.
    How can it be done ?

    We have an application developed on 10g XE which is
    being developed simultaneously on 2 PC's.Aren't those 2 PCs connected or what else is the technical/organisational reason behind such a configuration?
    For this we
    wish to export/import the total applications along
    with the data table, constraints etc. between these
    machines.
    How can it be done ?exp/imp, setup scripts, database links ... Question is: how are you going to merge differences on the same area (table structures, packages, etc.)?
    C.

  • Exporting/importing applications affecting template subscriptions

    If this topic has been talked about, I'm afraid I could not find a good enough answer for me, so here goes.
    I have workspace, production and development. I have a "common" application in our development workspace where I keep our master version of the theme we want to use and then all the other applications subscribe to certain templates in that common application.
    When I export/import our applications from the development to production workspaces, I am telling it to use different application IDs. I then go into the production workspace and see that my applications are no longer subscribed to the templates in the master application (which was also exported/imported over to production).
    I can see why this is happening -- because the application IDs are different. So, here are my questions.
    1) Is this fixable? I'm torn between whether to call this a bug or not.
    2) Am I making a big deal over nothing? Practically speaking, I will be making changes to the templates/themes in the development workspace and then re-importing them from development into production, so should I even care that the production applications are not subscribed to the common application in production?

    1) Is this fixable? I'm torn between whether to call this a bug or not.The attribute in a "subscribing entity" that indicates that it is subsribed to a master version of the entity is called the reference ID. This is the physical (numeric) ID of an entity in another application in the same workspace. So for template T in application A that is subsribed to template T in application B with reference ID 555, the only indication that the subscription exists is that the reference ID for template T in application A is set to 555. The purpose of the reference ID is so that in a development environment if the developer of application A decides to refresh the template from the master the operation knows where to get the master copy from -- by using ID 555. It does not know that it should go to application B and look for template T. Similarly, if the developer of application B decides to publish template T to any/all subscribers, the operation simply copies the template to all applications in the workspace having templates with reference ID=555.
    When you import an application and change the application ID, all reference IDs are reset to null because there is no way to "relocate" them.
    2) Am I making a big deal over nothing? Practically speaking, I will be making changes to the templates/themes in the development workspace and then re-importing them from development into production, so should I even care that the production applications are not subscribed to the common application in production?
    Publish/subscribe mechanisms are for the development environment.
    Scott

  • APEX Application Export/Import

    Hi,
    I have my application build in APEX on 10.2.0.4 database which now i want to migrate to 11.2. Name of schema on the back of my application is DBADMIN. What i have done is, i just exported the application from my current apex on 10.2.0.4 and tried to import on my 11.2 but it gives me following error message
    ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 80, column 32: PLS-00103: Encountered the symbol "!" when expecting one of the following: ( - + case mod new not null <an identifier> <a double-quoted delimited-identifier> <a bind variable> continue avg count current exists max min prior sql stddev sum variance execute forall merge time timestamp interval date <a string litThis is first time i am migrating my application so please help to find out what is the issue and how to resolve it. Following is the detail how i performed the operation
    Source APEX
    Workspace name = Monitoring
    User of application which loged in to this workspace and created application = SALMAN
    Application name = Monitoring
    Database schema name behind application = DBADMIN
    I exported application in UNIX and also DOS format
    Destination APEX
    Workspace name = Monitoring
    User of application which loged in to import the application = UTACADMIN
    Database schema name behind application = DBADMIN and i have already exported the schema from my source database have imported all the objects with data
    Tried importing application from UNIX as well as DOS script but same error message as above.
    Please guide me how can i successfully migrate my application from my source APEX to this new APEX
    Thanks

    Now i exported the workspace from my source APEX and imported in destination and everything is fine and now apparently everything is same but still same error during import of the application, please help to resolve.
    I tried to execute the application export script on sqlplus, but following error was returned
    EMREP.UTAC.COM.SG$APEX_030200> @d:\f100.sql
    APPLICATION 100 - Monitoring
    Set Credentials...
    Check Compatibility...
    API Last Extended:20090112
    Your Current Version:20090112
    This import is compatible with version: 20090112
    COMPATIBLE (You should be able to run this import without issues.)
    Set Application ID...
    begin
    ERROR at line 1:
    ORA-02291: integrity constraint (APEX_030200.WWV_FLOWS_FK) violated - parent
    key not found
    ORA-06512: at "APEX_030200.WWV_FLOW_API", line 555
    ORA-06512: at line 3Thanks
    Salman

  • Export - Import in Oracle Application Database

    The export in Oracle Applications Database works fine.
    But the import always show some issue and sometimes never completes.
    Even if it completes it complete with error , how to ensure an error free export/import ?
    How to handle a table movement if the table consists of a LONG column ?

    The errors are cannot import this tables..
    Also mostly are of Long tables..Any IMP-XXXXX or ORA-XXXXX messages?
    Can you explain how long objects are exported and imported ?What type of objects?
    What is the database version?
    Are you doing a full database import?
    Also sometimes import hangs for 2/3 days?Does it hang when importing a specific object?
    Did you follow the steps outlined in the following notes when you did the Export/Import?
    Note: 362205.1 - 10g Release 2 Export/Import Process for Oracle Applications Release 11i
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=362205.1
    Note: 230627.1 - 9i Export/Import Process for Oracle Applications Release 11i
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=230627.1

  • Export and Import Application

    Greetings,
    I have created a Portal30 application that includes several forms, reports, and charts. Now I want to duplicate for another schema in the same database. I export the application in Navigator under applications.
    Then I use Sqlplus 8.1.7. to import. There doesn't seem to be any documentation for the import step, so I have questions for anyone that has successfully done this:
    1. Who do I logon as for the import? Portal30 or the new application owner.
    2. I get prompted for login user name and password. Is this Portal30, Portal30_SSO, the user I logged on as to do the import, the new application owner, or the old application owner?
    3. I have taken several guesses and run the CHECK mode, which returns the following message:
    ...Checking component: ID = 1143586401 Name = LOC_RPT Owner = NEW_APP Type = REPORT
    *** WARNING ***
    ID 1143586401 already exists: owner = OLD_APP, name = LOC_RPT, type = REPORT
    ==> Import will fail
    4. CHECK is correct, when I try to run in CREATE mode I get:
    ERROR at line 1:
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "PORTAL30.WWPRO_API_PROVIDER_REGISTRY", line 255
    ORA-00001: unique constraint (PORTAL30.WWPRO_PROVIDERS_UK1) violated
    Thus, the import isn't clever enough to assign a new component id.
    Thanks in advance for any ideas.
    Trenton

    Dear Balaji!
    Is there a way to export forms and reports with PL/SQL? The manually export is very slow with 100 forms to copy (to another location, another database).
    Thanx,
    Gyorgy
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by balaji kashyap ([email protected]):
    Trenton,
    You cannot export/import an application in th e same portal instance. As Import does not create a new component Id, it will give you error if you try to import a component in the same portal instance.
    If you want to duplicate the application, I suggest you to create another application based on different schema and copy the components (one at a time) into this application.
    For copying click on the Manage tab of the component and click on the copy link. Specify the target application and component name.
    In general while importing an application/component you need to specify the following parameters:
    1 : import mode CHECK or CREATE
    2 : portal schema (Portal Instance Name)
    3 : login user name
    4 : login user password
    (Portal User name and password who has sufficient privilege to import the application);
    5 : application schema (Name of the schema on which the application will be created)
    6 : application name (New name of the application/component)
    7 : log file
    Hope this helps
    Balaji<HR></BLOCKQUOTE>
    null

  • Best way to Export/Import Workspace/Applications

    Hello Gurus,
    I am moving servers and wanted to know the best way to Move Workspaces/applications.
    I am on 10G R2 and Application Express 3.0.1.
    I have created a database on the new server.
    Installed http server. Installed Application Express.
    I can get into application express using the admin password.
    On the database side I have 3 tablespaces and 3 Oracle schemas.
    On the Application Express side I have 3 workspaces that are linked to
    the 3 Oracle Schemas.
    I imported (Oracles Import) one of the Schemas.
    If I get into Application Express and try to import the Workspace it gives
    me an error'Workspace will not be created because it already exists.'
    Will importing a workspace import all the applications in the workspace.
    Dhiren

    Did you export the workspace to a file and then try to import it when you got that message? What is the name of the workspace? I don't know why you would get that error in a newly installed Application Express unless you tried to manually create a workspace with that name somehow before you tried the import.
    Anyway, you might want to re-install and start over by (1) exporting each workspace to a file, (2) importing each workspace from those files into the new instance, and (3) do the same export/import cycle for each application from old to new instances, for each workspace. Workspace export/import does not include applications or anything except the workspace name, the schema list, and the user accounts. You may want to export/import css, static files, images, UI defaults, and themes too, if you want to carry those over.
    Scott

  • Exporting/Importing a *Bunch* of Applications

    I know this has been posted many times before but, I couldn't find any good answers.
    I have over 60 applications now and it will take hours (of very tedious effort) to export/import them one at a time.
    Isn't the SOME way to export all of the applications in a work space for import into another? Can I use a regular DB export import of the FLOWS user? Is there any way to batch them? Any ideas at all, supported or non, would be very appreciated.
    Thanks,
    -Joe

    Joe,
    Where you unzipped the Application Express 2.2.1 distribution, there should be a utilities directory.
    If you navigate to this directory, you should be able to run this utility. I unzipped this distribution into my /tmp/oracle_temp directory in this example:
    [oracle@commander utilities]$ pwd
    /tmp/oracle_temp/apex/utilities
    [oracle@commander utilities]$ java oracle.apex.APEXExport
    Usage APEXExport -db  -user  -password  -applicationid  -workspaceid -instance -skipExportDate -debug 
        -db:              Database connect url in JDBC format
        -user:            Database username
        -password :       Database password
        -applicationid :  ID for application to be exported
        -workspaceid :    Workspace ID for which all applications to be exported
        -instance :       Export all applications
        -skipExportDate : Exclude export date from application export files
        Application Example:
           APEXExport -db candy.us.oracle.com:1521:ORCL -user scott -password tiger -applicationid 31500
        Workspace  Example:
           APEXExport -db candy.us.oracle.com:1521:ORCL -user scott -password tiger -workspaceid 9999
        Instance Example:
           APEXExport -db candy.us.oracle.com:1521:ORCL -user flows_020200 -password apex -instance Joel

  • Using set/get parameters or export/import in BSP.

    Hi All,
    Is it possible to use set/get or export/import in BSP?
    We need to set/export some variables from a BADI and get/ import them in the BSP application.
    Code snippet will be of great help..
    Thanks,
    Anubhav

    Hi Anubhav,
    You can use the Export / Import statements for your requirement,
    from the BADI use EXPORT to send the variable data to a unique memory location
    with IDs
    e.g.
    *data declaration required for background processing
          DATA: WA_INDX TYPE INDX.
    **here CNAME is the variable you want to export
    EXPORT PNAME = CNAME TO DATABASE INDX(XY) FROM WA_INDX CLIENT
                SY-MANDT ID 'ZVAR1'.
    and in the BSP application use the IMPORT statement to fetch back the values
    set with the IDs above.
    IMPORT PNAME = LV_CNAME
      FROM DATABASE INDX(XY) TO WA_INDX CLIENT
      SY-MANDT ID 'ZVAR1'.
    deletes the data to save wastage of memory
      DELETE FROM DATABASE INDX(XY)
        CLIENT SY-MANDT
        ID 'ZVAR1'.
    Regards,
    Samson Rodrigues

  • ORA-00942 on import application

    I created an application in one database (Oracle 10) with Apex 4.1.1.
    I exported this application, and tried to import it using the Apex 'Application Builder' page into another database (Oracle 10) with Apex 4.1.1.
    But I encounter an ORA-942 (complete error message as shown in my browser).
    Workflow:
    - Open page Home - Application Builder - Import (page nr 460)
    - Browse for import file
    File type 'Database Application, Page or Component Export'
    - Click next. For 2 sec's I see 'Importing file', then below error appears.
    Has anybody seen this?
    PS Sofar only the default 'Sample Database Application' existed in the destination database, and that app is working normally.
    Thu, 26 Apr 2012 09:51:38 GMT
    ORA-00942: table or view does not exist
    DAD name: ANTPETX
    PROCEDURE : wwv_flow.accept
    URL : http://by-spieu.abc-ag.com:4443/pls/ANTPETX/wwv_flow.accept
    PARAMETERS :
    ===========
    ENVIRONMENT:
    ============
    PLSQL_GATEWAY=WebDb
    GATEWAY_IVERSION=3
    SERVER_SOFTWARE=Oracle-Application-Server-10g/10.1.2.0.0 Oracle-HTTP-Server
    GATEWAY_INTERFACE=CGI/1.1
    SERVER_PORT=4443
    SERVER_NAME=by-spieu.abc-ag.com
    REQUEST_METHOD=POST
    QUERY_STRING=
    PATH_INFO=/wwv_flow.accept
    SCRIPT_NAME=/pls/ANTPETX
    REMOTE_HOST=
    REMOTE_ADDR=10.23.68.37
    SERVER_PROTOCOL=HTTP/1.1
    REQUEST_PROTOCOL=HTTPS
    REMOTE_USER=BY_ANTPETX
    ORACLE_SSO_USER=
    OSSO_IDLE_TIMEOUT_EXCEEDED=
    OSSO_USER_GUID=
    HTTP_CONTENT_LENGTH=3201862
    HTTP_CONTENT_TYPE=multipart/form-data; boundary=---------------------------7dcc12320df6
    HTTP_USER_AGENT=Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3; Tablet PC 2.0)
    HTTP_HOST=by-spieu.abc-ag.com:4443
    HTTP_ACCEPT=image/jpeg, application/x-ms-application, image/gif, application/xaml+xml, image/pjpeg, application/x-ms-xbap, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */*
    HTTP_ACCEPT_ENCODING=gzip, deflate
    HTTP_ACCEPT_LANGUAGE=en-GB
    HTTP_ACCEPT_CHARSET=
    HTTP_COOKIE=ORA_WWV_REMEMBER_UN=ADMIN:BY_APEX_SHARED; ORA_WWV_USER_71422666970717=752E94EBCB3EB577992FF26CE5EFC2D7
    HTTP_IF_MODIFIED_SINCE=
    HTTP_REFERER=https://by-spieu.abc-ag.com:4443/pls/ANTPETX/f?p=4000:460:435134425064001::NO:460:F4000_P56_CREATE_OPTION,P460_FILE_TYPE:IMP,FLOW_EXPORT
    HTTP_SOAPACTION=
    HTTP_ORACLE_ECID=1335433895:10.190.175.119:22376:0:690,0
    HTTP_ORACLE_CACHE_VERSION=
    HTTP_AUTHORIZATION=
    WEB_AUTHENT_PREFIX=
    DAD_NAME=ANTPETX
    DOC_ACCESS_PATH=docs
    DOCUMENT_TABLE=wpg_document
    PATH_ALIAS=
    REQUEST_CHARSET=AL32UTF8
    REQUEST_IANA_CHARSET=UTF-8
    SCRIPT_PREFIX=/pls
    HTTP_IF_MATCH=
    HTTP_CACHE_CONTROL=
    SOAP_BODY=
    HTTP_X_ORACLE_DEVICE_CLASS=
    HTTP_X_ORACLE_DEVICE_ORIENTATION=
    HTTP_X_ORACLE_DEVICE_MAXDOCSIZE=
    HTTP_X_ORACLE_DEVICE=
    HTTP_X_ORACLE_ORIG_ACCEPT=
    HTTP_X_ORACLE_ORIG_USER_AGENT=
    HTTP_X_ORACLE_USER_LOCALE=
    HTTP_X_ORACLE_USER_NAME=
    HTTP_X_ORACLE_USER_DISPLAYNAME=
    HTTP_X_ORACLE_USER_USERKIND=
    HTTP_X_ORACLE_USER_AUTHKIND=
    HTTP_X_ORACLE_USER_DEVICEID=
    HTTP_X_ORACLE_USER_LOCATION_ADDRESSLINE1=
    HTTP_X_ORACLE_USER_LOCATION_ADDRESSLINE2=
    HTTP_X_ORACLE_USER_LOCATION_ADDRESSLASTLINE=
    HTTP_X_ORACLE_USER_LOCATION_BLOCK=
    HTTP_X_ORACLE_USER_LOCATION_CITY=
    HTTP_X_ORACLE_USER_LOCATION_COMPANYNAME=
    HTTP_X_ORACLE_USER_LOCATION_COUNTY=
    HTTP_X_ORACLE_USER_LOCATION_STATE=
    HTTP_X_ORACLE_USER_LOCATION_POSTALCODE=
    HTTP_X_ORACLE_USER_LOCATION_POSTALCODEEXT=
    HTTP_X_ORACLE_USER_LOCATION_COUNTRY=
    HTTP_X_ORACLE_USER_LOCATION_TYPE=
    HTTP_X_ORACLE_USER_LOCATION_X=
    HTTP_X_ORACLE_USER_LOCATION_Y=
    HTTP_X_ORACLE_SERVICE_HOME_URL=
    HTTP_X_ORACLE_SERVICE_PARENT_URL=
    HTTP_X_ORACLE_HOME_URL=
    HTTP_X_ORACLE_MODULE_CALLBACK_URL=
    HTTP_X_ORACLE_MODULE_CALLBACK_LABEL=
    HTTP_X_ORACLE_CACHE_USER=
    HTTP_X_ORACLE_CACHE_SUBID=
    HTTP_X_ORACLE_CACHE_AUTH=
    HTTP_X_ORACLE_CACHE_DEVICE=
    HTTP_X_ORACLE_CACHE_LANG=
    HTTP_X_ORACLE_CACHE_ENCRYPT=
    HTTP_X_ORACLE_ASSERT_USER=

    All objects were valid.
    Now I noted a big difference between my development setup on my laptop, and the production setup (by our dba).
    In my laptop, the http client connects to APEX_PUBLIC_USER.
    In production, the http client connects to the oracle user where we will setup our application tables.

  • Problem with EXPORT IMPORT PROCESS in ApEx 3.1

    Hi all:
    I'm having a problem with the EXPORT IMPORT PROCESS in ApEx 3.1
    When I export an application, and try to import it again. I get this error message
    ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 16, column 28: PLS-00103: Encountered the symbol &amp;quot;牃慥整㈰㈯⼴〲㐰〠㨷㐵㈺′䵐&amp;quot; when expecting one of the following: ( - + case mod new not null &amp;lt;an identifier&amp;gt; &amp;lt;a double-quoted delimited-identifier&amp;gt; &amp;lt;a bind variable&amp;gt; avg count current exists max min prior sql stddev sum variance execute forall merge time timestamp in
    As a workaround, I check the exported file and found this
    wwv_flow_api.create_flow
    p_documentation_banner=> '牃慥整⠤㈰㈯⼴〲㠰〠㨷㠵㈺′äµ
    And when I replace with this
    p_documentation_banner=> ' ',
    I can import the application without the error.
    somebody knows why I have to do this??
    Thank you all.
    Nicolas.

    Hi,
    This issue seems to have been around for a while:
    Re: Error importing file
    I've had similar issues and made manual changes to the file to get it to install correctly. In my case, I got:
    ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful.<br>ORA-02047: cannot join the distributed transaction in progress<br>begin execute immediate 'alter session set nls_numeric_characters='''||wwv_flow_api.g_nls_numeric_chars||'''';end;There are several suggestions, if you follow that thread, about character sets or reviewing some of the line breaks within pl/sql code within your processes etc. Not sure what would work for you.

  • Help needed in importing application -  Urgent

    Hi,
    I am new fairly new to apex and would be grateful for any help....
    I have an application that i would like to import and install... but i am obtaining an error...
    Situation is as follows:
    Application in machine A with oracle 10g standard and apex 3.0. Workspace is portal, schema is status_portal...
    export is working fine.
    Need to import it to machine B with oracle 10g and apex 3.0 Workspace is
    online_portal, schema is portal
    Import also works fine...
    But when i try to install the imported application, i get following error:
    ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful. ORA-02291: integrity constraint (FLOWS_030000.WWV_FLOWS_FK) violated - parent key not found <pre>begin wwv_flow_api.create_flow( p_id =&gt;134, p_display_id=&gt;134, p_owner =&gt; 'STATUS_PORTAL', p_name =&gt; 'Status Portal', p_alias =&gt; 'F114', p_page_view_logging =&gt; 'YES', p_default_page_template=&gt; 3865804637029456 + wwv_flow_api.g_id_offset, p_printer_fri
    Please guide me as to what to do....
    History:
    I have tried exporting from machine A to apex online workspace and installing there.... and vice versa...It is working fine...
    the problem arises only when i try import & install on machine B....
    Please help me.... i need to do this urgently
    Thanks,
    Sumana

    Hi Scott,
    I will not be able to show the actual application, as it has our customer's information. But i have created a sample application and done the export and import. The details are as follows:
    Machine A Details:
    Workspace name = portal
    worskspace ID = 3727029916111535
    schema = status_portal
    Exported Application Name = Status Portal
    Exported Application ID = 117
    When importing application from machine A to online workspace:
    Online Workspace Details: (when importing application 117)
    Workspace Name = sumana
    Workspace iD = 3033192431425185475
    schema = sumanadb
    Imported Application Name = Status Portal
    Imported Application IS = 42146
    You can access the workspace using: http://apex.oracle.com/pls/otn/f?p=4550:1:
    the password is sumi123
    When importing application from machine A:
    Machine B Details:
    1 ) Workspace1 Name = auditws
    workspace ID = 7048503433678645
    schema = audit_schema
    When installing imported application no 117 I get:
    ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful.
    ORA-02291: integrity constraint (FLOWS_030000.WWV_FLOWS_FK) violated - parent key not
    found <pre>begin wwv_flow_api.create_flow( p_id =>129, p_display_id=>129, p_owner =>
    'STATUS_PORTAL', p_name => 'Status Portal', p_alias => 'F114117', p_page_view_logging =>
    'YES', p_default_page_template=> 10898936714426385 + wwv_flow_api.g_id_offset, p_printer
    Error installing application.
    Return to application.
    2) Workspace2 name = online_portal
    workspace ID = 9302626026712423
    schema = portal
    When installing imported application no 117 I get:
    ORA-20001: GET_BLOCK Error. ORA-20001: Execution of the statement was unsuccessful.
    ORA-02291: integrity constraint (FLOWS_030000.WWV_FLOWS_FK) violated - parent key not found
    <pre>begin wwv_flow_api.create_flow( p_id =>159, p_display_id=>159, p_owner => 'STATUS_PORTAL',
    p_name => 'Status Portal', p_alias => 'F114117', p_page_view_logging => 'YES',
    p_default_page_template=> 10898936714426385 + wwv_flow_api.g_id_offset, p_printer
    Error installing application.
    Return to application.
    3) When importing application no 130 from machine B to machine B
    (from workspace auditws and schema audit_schema to workspace online_portal and schema portal)
    I get the error as said before
    "Access Denied by application security check" Also, i observed that,
    the application gets installed in auditws and audit_schema itself...
    Screenshots are here:
    4) when importing application no 130 from auditws back to auditws, it works fine.

  • Regarding Distribution Monitor for export/import

    Hi,
    We are planning to migrate the 1.2TB of database from Oracle 10.2g to MaxDB7.7 . We are currently testing the database migration on test system for 1.2TB of data. First we tried with just simple export/import i.e. without distribution monitor we were able to export the database in 16hrs but import was running for more than 88hrs so we aborted the import process. And later we found that we can use distribution monitor and distribute the export/import load on multiple systems so that import will get complete within resonable time. We used 2 application server for export /import but export completed within 14hrs but here again import was running more than 80hrs so we aborted the import process. We also done table splitting for big tables but no luck. And 8 parallel process was running on each servers i.e. one CI and 2 App servers. We followed the document DistributionMonitorUserGuide from SAP. I observerd that  on central system CPU and Memory was utilizing above 94%. But on 2 application server which we added on that servers the  CPU and Memory utilization was very low i.e. 10%. Please find the system configuration as below,
    Central Instance - 8CPU (550Mhz) 32GB RAM
    App Server1 - 8CPU (550Mhz) 16GB RAM
    App Server2 - 8CPU (550Mhz) 16GB RAM
    And also when i used top unix command on APP servers i was able to see only one R3load process to be in run state and all other 7 R3load  process was in sleep state. But on central instance all 8 R3load process was in run state. I think as on APP servers all the 8 R3load process was not running add a time that could be the reason for very slow import.
    Please can someone let me know how to improve the import time. And also if someone has done the database migration from Oracle 10.2g to MaxDB if they can tell how they had done the database migration will be helpful. And also if any specific document availble for database migration from Oracle to MaxDB will be helpful.
    Thanks,
    Narendra

    > And also when i used top unix command on APP servers i was able to see only one R3load process to be in run state and all other 7 R3load  process was in sleep state. But on central instance all 8 R3load process was in run state. I think as on APP servers all the 8 R3load process was not running add a time that could be the reason for very slow import.
    > Please can someone let me know how to improve the import time.
    R3load connects directly to the database and loads the data. The quesiton is here: how is your database configured (in sense of caches and memory)?
    > And also if someone has done the database migration from Oracle 10.2g to MaxDB if they can tell how they had done the database migration will be helpful. And also if any specific document availble for database migration from Oracle to MaxDB will be helpful.
    There are no such documents available since the process of migration to another database is called "heterogeneous system copy". This process requires a certified migration consultant ot be on-site to do/assist the migraiton. Those consultants are trained specially for certain databases and know tips and tricks how to improve the migration time.
    See
    http://service.sap.com/osdbmigration
    --> FAQ
    For MaxDB there's a special service available, see
    Note 715701 - Migration to SAP DB/MaxDB
    Markus

Maybe you are looking for

  • MEGA 180: A story of stupidity mixed up with bad product design

    This is more for a word of caution to Mega180 users and future owners. A bit angry as I managed to burn ( physically ) 2 harddrives  because of carefulness about 10 mins. Spend quite some time looking for a SATA to ATI power converter while looking f

  • Bug? Zooming out via key shortcut won't stop when zooming out (Mac OS 10.7.3)

    Hey, while I created a new document, I started to zoom in/out particular areas of the images using the key shortkuts <space>+<cmd> for zooming in and <space>+<cmd>+<alt> for zooming out of an area. While this works fine in my Photoshop CS5, it troubb

  • HT3529 Contacts not found in contact list after saving from new text message

    When a new number texts me and I save it to my contacts, I can find that contact when texting, but contact does not show up on my phone list contacts.  For Example: I received a text message from (555) 555-5555.  I  #1 clicked "Contact" in the top ri

  • PCI Implementation

    Hi, Can u please guide me the how to setup Payment Card Industry.What are the security products are required and how to implement those products . Waiting for your reply. Regards Sivaji.P

  • Editing the thumb-line in the photopage

    When you open a photo-page, you first get the thumbs. Then clicking on a thumb you continue to a page where uyou see the picture in larger size, and the other pictures as thumbs in a line over. Is it any way to edit this? I would like to be able to m