How to import Page to a different instance/workspace

I work with version 3.1 in a development environment and want to do releases in a production environment in a different database. Import a simple report went ok; Install Page gives me this error message:
This page has been exported from another application or of an application in a different workspace. Page cannot be installed in application of HRT.

I'm usinig same workspace name and the Application ID in environments both want to keep these synchronized.
This is the way to get releases into a production database: Pages of Export/Import? If so, how is it possible without error?

In the workshop of SQL / SQL of your target workspace command window run the following:

DECLARE
   sgi   NUMBER;
BEGIN
   sgi := wwv_flow_api.get_security_group_id;
   DBMS_OUTPUT.put_line (sgi);
END;

Copy this output and open your pagefile SQL export. Here, you will need to replace the id with that one. It will look like this:

begin

  -- Assumes you are running the script connected to SQL*Plus as the Oracle user FLOWS_030000 or as the owner (parsing schema) of the application.
  wwv_flow_api.set_security_group_id(p_security_group_id=>3169316348471109);

end;

Further down, replace the application with your target application id id. It will look like this:

begin

   -- SET APPLICATION ID
   wwv_flow.g_flow_id := 100;
   wwv_flow_api.g_id_offset := 0;
null;

end;

Basically, that's all. You will be able to import page.

Using a name instead of a user + number and the signature of your job offers are a good habit.

Denes Kubicek
-------------------------------------------------------------------
http://deneskubicek.blogspot.com/
http://www.Opal-consulting.de/training
http://Apex.Oracle.com/pls/OTN/f?p=31517:1
-------------------------------------------------------------------

Tags: Database

Similar Questions

  • How to import photos from a different catalog and keep the setting in this catalogue?

    How can I import photos from a different catalog and keep the setting in this catalogue?

    In a catalog, select the photos you want, then use file-> export as catalog

    In the 2nd catalog, use the file-> import from another catalog

  • How to import the two files different cod as a forground and background in the unique alx for a same device

    Hi all

    I created two cod different files such as application of function two diffirent for one device with the same name of the application, but the names of code files are different how you can import them into BB Desktop manager with alx

    Please help me to do this.

    You can add the cod file in the section of the alx file

  • import data into the different tablespace

    Hello

    I had exported a my schema of production data now I want to import data in the schema of the trial, I had mentioned the tablespace default for the trial scheme, but when I import data is not taking default tablespace of schema of its database taking default tablespace. How to import data into the different tablespace. In remap_tablespace where I can specify the touser.

    my version of oracle database:

    BANNER
    ----------------------------------------------------------------
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
    PL/SQL Release 10.2.0.1.0 - Production
    CORE 10.2.0.1.0 Production
    AMT for 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production

    -------------------------------------------------------------------------------------------------------------------------------------------

    Raj wrote:
    Hello

    I had exported a my schema of production data now I want to import data in the schema of the trial, I had mentioned the tablespace default for the trial scheme, but when I import data is not taking default tablespace of schema of its database taking default tablespace. How to import data into the different tablespace. In remap_tablespace where I can specify the touser.

    my version of oracle database:

    BANNER
    ----------------------------------------------------------------
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
    PL/SQL Release 10.2.0.1.0 - Production
    CORE 10.2.0.1.0 Production
    AMT for 32-bit Windows: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production

    -------------------------------------------------------------------------------------------------------------------------------------------

    If your storage source and destination areas are different, you must use the remap_tablespace option.
    example:

    System $impdp / * directory = data_pump_dir dumpfile = logfile = schema_refresh.log remap_schema = Prd_schema:Tst_schema remap_tablespace = prd_TBS:tst:TBS schema_refresh.dmp

  • How can I import tables to a different schema in the relational model existing... to add these tables in the existing model? PLSS help

    How can I import tables from a different schema in the relational model... to add these tables in the existing relational/logic model? PLSS help

    Notes; I already have a schema ready relational/logic model... and I need to add more tables to this relational/logic model

    can I import the same way like I did before?

    But even if I do the same how can I add it in the template? as the logic model has been designed...

    Help, please...

    Thank you

    To view the diagram of logic model in Bachman notation, you right-click on a blank area of the diagram and select the rating > Bachman Notation.

    David

  • How can I create a new master page with a different set of pages for the menu bar?

    I want to create a new Master Page that could be used for a different set of pages with a different menu pointing to other pages...

    For example:

    Master A to include a menu for pages:

    Page 1, Page 2, Page 3,

    Master B to the guests for the pages menu:

    Page 1, Page 4, Page 5...

    Maybe I would also do Master C and D with a bar of menus different total...

    But how can I isolate the menu bar from the rest of the pages that I don't want it?

    Right click on this page that you want to isolate > menu goto option > exclude from the menu.

    Hope It could help.

  • [CS5.5] how to import a code snippet in the current page

    Hi all

    I got IDOMElement of the document UIDRef and imported to the code snippet. Here's the code-

     InterfacePtr<IDOMElement> documentElement(docRef, UseDefaultIID());
    
     if (documentElement == NULL)
        break; 
    
     if ((status = Utils<ISnippetImport>()->ImportFromStream(tStream, documentElement)) == kSuccess) 
        //success
    

    ( tStream is the IPMStream of the code snippet that I'm importing)

    This code above is able to import the extract with success on the first page of the active document, but I can't be imported into current page instead. So to do this, I tried to get IDOMElement of UIDRef of the current page instead (logically, I thought this will import the excerpt of the current page).

     InterfacePtr<IDOMElement> documentElement(currentPageUIDRef, UseDefaultIID());

    But the result is still - the documentElement is not null, but the code snippet is imported to the first page only.

    Maybe the concept of IDOMElement is not clear to me, but I find that no documentation in the SDK Guide too. Can someone explain to me what is an IDOMElement and how to import a snippet of the current page?

    Any help will be much appreciated. Thank you.

    Hello Shawn,

    have you tried the IDOMElement of the propagation or layer? You can't place items on a page.

    Markus

  • How to reorder / move the new pages and the subform instances

    I have a form that has 2 functions - display a hidden page and duplicate Page 1 and I need to rearrange the pages once the user has added an instance or shown a page. I train a (Page 1) that can be reproduced, but the user can add to a form C (additional page) to be attached at the end of this instance of the form.  So it goes like this:

    Form a (Page 1)

    key 1 - adds new end of "Form C" to page 2 of the "A formula."

    if (CompleteFormC.rawValue == 1) then
       topmostSubform.FormC2.presence = "visible"
       xfa.host.pageDown();
    else
       topmostSubform.FormC2.presence = "hidden"
    endif
    

    key 2: adds a new instance of the' formula '.

    topmostSubform.FormA.instanceManager.addInstance(1);
    xfa.host.pageUp();
    

    Currently, it adds the form C to the end, as follows:

    1. Form A
    2. Form A
    3. Form A
    4. Form C
    5. Form C
    6. Form C

    I am reorganizing the pages so that the user can add to a form C each instance of form A, as follows:

    1. Form A
    2. Form C
    3. Form A
    4. Form C
    5. Form A
    6. Form C

    It's a bit complicated but I would appreciate any help at all!

    Hello

    You cannot swap rows / instances between objects...

    If you want to have the form A and C just after, you must have form A and C in the same page, when you add instances that they will always be together.

    All you have to do is show or hide form C when necessary...

  • How to import pictures from my camera to my computer

    How to import pictures from my sony digital camera to my computer

    Hi skootto58,

    Google may help, or it can take you in many directions different or bad.  I have actually used Bing to get to most of the links posted here - so it is obviously useful, but most of us are trying to be a bit more useful than answering questions (even if lack us critical information).  I have referred you to a more appropriate forum, but since I think I can help with the question, I'll answer anyway.  Next time, unless you think that the problem is caused by malware or MSE (which I doubt is the case here), a question like that should be displayed in the site appropriate in the main forum from here: http://answers.microsoft.com/en-us/windows/forum/hardware?page=1&tab=all&tm=1300700638376.

    I could be more specific, if I had the specific brand and model of the digital camera and the version of Windows you are using (for example, the SP2 32-bit Vista Business - Yes that much detail).  I don't know if your model has a USB transfer cable or if you remove the memory card and use a player to access the photos.  As it is, I can provide only generic information.  If it helps, it's fine.  If not, then provide this information and I'll try to find specific instructions.

    See the following article: http://www.ehow.com/how_5983411_import-pictures-camera.html.

    Here's a simple tutorial if you use Vista (and a camera with a USB connection): http://windows.microsoft.com/en-US/windows-vista/How-do-I-get-pictures-from-my-camera-to-my-computer.

    Here's a simple tutorial if you use Windows 7 (and a camera with a USB connection): http://windows.microsoft.com/en-US/windows7/How-do-I-get-pictures-from-my-camera-to-my-computer.

    This article deals with transfers of memory flash cards as well as in Windows 7: http://windows.microsoft.com/en-US/windows7/Working-with-digital-pictures.

    If using Vista and the problem is that AutoPlay is not enable, see the following set up: http://maximumpcguides.com/windows-vista/change-windows-vista-auto-play-options/.

    To be honest, I think the best bet is to go to the Sony support, enter information about your camera, and I think one of the most frequently asked questions for each of them is to know how to transfer pictures to a computer.  Click on that and you should get specific instructions (even though they may vary depending on your Windows operating system, but will probably provide details for the latest versions or they will be so similar that no additional detail is required).  Start here enter your camera model: http://esupport.sony.com/US/perl/select-system.pl?PRODTYPE=7&NAVDISP=di# and then just look for the instructions and follow them.

    If the above does not work, try to download the manual of your camera from here: http://esupport.sony.com/US/perl/select-system.pl?DIRECTOR=DOCS and there is an excellent chance it will cover transfers to computers in every detail.

    If that still doesn't work, try their technical support at: http://esupport.sony.com/US/perl/support-contacts.pl?mdltype_id=3233637171028026724455847427576110810910389103578487710629503964124158815260451017366768662546770682171881008225288369594924104537922424613105685336519473843437435.  There is a good chance that this may involve a cost if your camera is out of warranty. In any case, chances are that it will cost you are highest with phone average contact with chat contacts and the lowest with contact e-mail (just as the level and speed of charge often decreases the same way).

    If you can't get free technical support from Sony and don't want to pay for it (and I can't blame you for it), then try their Forums (like this but for Sony and products free to use) and ask your questions there. Start here: https://forum.sel.sony.com/viewforum.php?f=69&sid=7d46201819078b814c4a7095f972920b and check to see if your question is already answered - it can be.  If this isn't the case, post and wait.  They seem not very active so it may be a while before you get a useful answer.

    If any of the works above, answer the questions I asked earlier to identify what we deal with, and I'll try to find something a little more precise.  If you have tried to do so but have a certain type of problem, then please also go into detail about what has happened or not happened when you tried.  The system detects the device or memory card?  Be as specific and detailed as possible because more I know, the better I can help you.

    I hope this helps.

    Good luck!

  • How to import an MPEG movie in iMovie?

    How to import an MPEG movie in iMovie?  (also AVI).  It seems that only type Quicktime movies are available in my list of old files to be imported and open in iMovie.

    I'm using an iMac with OS X El Capitan 10.11.5 version and iMovie version 10.1.2.

    MPEG files come in different flavors. If these files are old as you have indicated, I guess they are MPEG 1. In this case, you can convert Quicktime using MPEG Streamclip 5 squares. It's free. If you are referring to a DVD video which is mpg2 while you can use Handbrake to convert. MP4 should import ok in iMovie. It will also convert your AVI files and also streamclip!

  • How to import bookmarks to Firefox Firefox OSX Win7?

    How to import bookmarks from Win7 to my firefox OSX?

    Firefox supports two different Exchange formats:

    • 'Backup' - fuller (like canned food tags) - JSON format once restored, replaces all existing bookmarks in the browser
    • 'Export' - compatible with other browsers - HTML format when they are imported, is added to any existing bookmarks in the browser

    Check out these articles and see if you can get the bookmarks when you need:

    To physically move the bookmarks file, you can use:

    • removable media such as a USB Flash drive
    • storage cloud, for example, Dropbox, or an attachment to an email to yourself

    Finally, you could consider implementation service of Firefox sync if you want to keep the two Firefoxes synchronized. It is not necessary for a one-time transfer.

  • How to import bookmarks from Safari if the importation does not show under the 'File' menu or elsewhere?

    I want to import my favorites, especially the 5.1.2 Safari bookmarks bar. The Firefox info page says to use "Importing" it under 'File' in the menu dropdown. It does not appear on my version of Firefox 8.0.1.

    How to import my favorites?

    https://support.Mozilla.com/en-us/questions/902948

    Thank you

  • How to import images continuously in my photo library?

    I discovered another disappointing aspect of photos. When I import images in the photos, I assumed that they would remain in the library after I deleted the temporary folder on my system. Unlike iPhoto, you can see on the pictures, but you can't do anything with them, because it looks for the original file. How to import images so that they remain in my photo library?

    Change your preferences of Photos.

    You probably disabled the option "pictures > Preferences > General: import: copy items in the photo library.

    This option must be enabled, or Photos will reference just the pictures stored outside the library in their original location.

    Make sure that this option is enabled. See Help for this Page: https://help.apple.com/photos/mac/1.0/?lang=en#/pht12e7a8015

    For photos that you imported earlier, which are always referenced outside the library, select all the pictures, then use the command "file > consolidate" to copy in the library. After that, Photos will manage them.

  • How to import my contacts from my Tablet 10 "toshiba

    It is a question of toshiba 10 '' tablet, how to import my contacts from my computer on my tablet. I have "a real model, so tell me simply. Thank you very much.

    Optional information:
    Computer OS: Windows 7
    Browser: IE

    Already tried:
    Found nothing to try.

    Any suggestion would be appreciated. Thanks in advance.

    Susan.

    There are different applications. It also depends on where (in which program), your contacts are backed up.

    There is no "Google App Sync" that works with the latest versions of Outlook. I'm not sure if you can directly sync contacts with this app, or if it goes over google's servers.

    For our phones, I used "MyPhoneExplorer". This app is free for PC and Android sync (not only) contacts directly between the PC software (Outlook, Outlook Express, Thunderbird, Lotus, MyPhoneExplorer internal) and some android devices. Either your tablet. Synchronization can be done via WiFi. Thap app comes also with own icons for tasks and notes, and allows to synchronize the calendar as well (if a calendar is present on the Tablet).

    Don't forget to backup your PC Contacts before the first synchronization, however.

  • How to import Excel file to GUI of LabWindow

    Does anyone know how to import the Excel file to LabWindow CVI GUI. Thank you

    It is not clear to me that you want to embed an Excel described in a panel of CVI or import data from the worksheet. CVI is delivered with an instrument ActiveX that you can use for reading Excel interface / write data from files. Otherwise, CVI can host Excel documents and interact with them. All these activities are conducted via a special instrument of ActiveX (Excel2000.fp).

    Interaction with Excel was often treated in the forums you can perform a query to extract useful information. There are also several examples that you can download and study to understand how to use these instruments: some of them are listed on this page.

Maybe you are looking for

  • Sign in I tunes required Visa card

    Sign in I tunes required Visa card

  • did not update recovery partition

    Update my OS to 10.11.6 The update did not update the recovery partition, it is now incompatible (currently at 10.11.5). How can I update the recovery partition?

  • I can't open the folders in my bookmarks.

    I use folders in my bookmarks. When I click on "Bookmarks" (top toolbar-File, Edit, View, history, etc.) scroll to a folder, nothing happens. I'm unable to open bookmarks in a folder, except if I click on "Show all bookmarks" and find the file I want

  • iOS question 9.3.2

    I updated my iphone to ios 9.3.2 5s I faced the same issue... very quickly drained battery... most of the charger does not work

  • Problem to connect a Macbook Air to Time Capsule

    I have a MacBook Air with 10.11.2. The TC I have 695 GB of 998 GB available. I tried several times to Run Time Machine on the TC. First it has green light in the airport and on the hardware tool, then a warning sign appears in the tool of the airport