How to import a page from one workspace to another workspace appication ?

In oracle apex 4.1 version :-
I am trying to import one page from a application which is present in one workspace to another application which is present in another workspace.
In which way could i import that export page to a workspace?
Edited by: 945115 on Jul 12, 2012 4:46 AM

there are 2 ways to do it.
if your confidant and the page is not exist in the imported application then then modify the script
look for the following like should be at the begging of the script change the workspace id with your imported workspace id
wwv_flow_api.set_security_group_id(p_security_group_id=>nvl(wwv_flow_application_install.get_workspace_id,25719530510628410));
and change the application id
prompt  Set Application ID...
begin
-- SET APPLICATION ID
wwv_flow.g_flow_id := nvl(wwv_flow_application_install.get_application_id,100);
second option is
export the full application form workspace 1 and import into WS2
in WS2 open the application where you want to copy the page. open any page and click on the Create drop down menu and select new page as copy then select Page in another application and follow the screens.
Edited by: pkpanda on Jul 13, 2012 5:00 PM
Edited by: pkpanda on Jul 13, 2012 5:01 PM

Similar Messages

  • Export and Import a page from one application to another within same WKSPCE

    Hello,
    Can anyone help me out in moving a page from one application to another within the space workspace. I tried to export it and then import the page, but I am not able to do that. I think the problem is with the application IDs.
    Plz help me out with this issue.
    Thanks,
    Orton

    Hi Orton,
    moving a page from one application to another within the space workspace
    This U can get it, through copying the page from one application to another application within the same workspace
    In the top of the page, you have "copy" option.
    regards,
    Kavitha

  • How to import only sequences from one user to another user

    Hi...all,
    I want to import from one user to another user only sequences. Can anybody please guide me in this regard.
    Thanks in advance
    pal

    What DB version do you use?
    I don't know if dbms_metadata is present on oracle 9i but I'm quite sure that to_char(CLOB) is supported only on 10g, so you should find onother way to get the clob.
    You could also determine the extract ddl script with this script that runs on older versions as well:
    select 'CREATE SEQUENCE "'||USER||'"."'||
         SEQUENCE_NAME||'" MINVALUE '||MIN_VALUE||' MAXVALUE '||
         MAX_VALUE||' INCREMENT BY '||INCREMENT_BY||' START WITH '||LAST_NUMBER||
         DECODE(CACHE_SIZE,0,' NOCYCLE ',' CACHE '||CACHE_SIZE)||
         DECODE(CYCLE_FLAG,'N',' NOCYCLE ',' CYCLE ')||
         DECODE(ORDER_FLAG,'N',' NOORDER ',' ORDER ')||';'
    from user_sequences;What sql client did you use?
    I don't get empty rows with sql navigator and sql plus.
    Bye Alessandro

  • How to import the datafiles from one database to another

    Hi,
    I have got some datafiles from the existing database(Consider it as Database A), but it has been removed as of now.
    I am having the datafiles and control files of it.
    I have freshly installed one oracle Database(database B), I am planning to load those datafiles in the newly installed
    database.
    Is it possible, if so wat is the procedure.
    Both the databses are Oracle 11g.
    Help me out of this.
    Thanks.
    Regards
    Gatha

    Hi,
    As you said that you have data files and Control files, then using import quite no possbile, but you need to do it manually (as it exits in the Source System in same path).
    Initially, you copy these files from the Source System to Destination System that is
    Data Files and Control Files
    Next, you will get the DBID from the controlfile backup is you have Example :-
    CTL_SP_BAK_C-1507972899-20070228-00, then " 1507972899" is the DBID,
    Try to use the RMAN for this
    example :-
    Open the rman
    set dbid 1507972899
    then you need to build the initilizaition file to start an instance based on the Configuration
    or Copy the spfile from the back from source system if exits.
    Startup the DB in mount mode.
    You might get the error
    ORA-01078: failure in processing system parameters
    Now restore spfile from 'backup path' where you have copied files
    startup force nomount
    Now the instance is started
    connect to DB as sysdba
    check the control file parameter values and online redo Log files paths (Log_Archive_dest)
    Restore the old control file from backup, since the new instance must the know where the files are located
    restore controlfile from 'backup path'
    then shutdown the DB
    start in mount mode
    restore the DB - restore database
    Note: Recovery is dependent on the available archived (and online) redo logs.
    Final step will be Alter database open resetlogs;
    - Pavan Kumar N

  • How to import a mailbox from one user to another?

    Hi,
    This is my situation on a work computer.
    User 1 has a mailbox with work emails on it.
    User 1 has just left the company.
    I have created a user 2 for the new employee.
    I want to import the User 1 emails over to user 2 so that user 2 can carry on with user 1's work and still have all the emails user 1 sent and received.
    When I use the import mail function of mail I cannot import another users mail.
    How can I do this? Surely this isn't an unusual situation?
    Can anyone help? We are on pop 3
    Cheers
    Message was edited by: BenLeeke

    Assuming you can either login to the computer as user1, or as the admin on that computer, try copying the entire /Users/user1/Library/Mail folder to a USB flash drive, then login as user2, launch Mail and in Mail's menubar, go to File > Import Mailbox and follow the directions to navigate to the desired mail account data stored on the USB flash drive.

  • How do I transfer Pages from one user account to another

    How do you transfer Pages from one user account to another on the same Mac?

    Welcome to the Apple Support Communities
    If you haven't modified anything, Pages is installed on /Applications. All users have access to this folder, identified as "Applications" on the Finder sidebar, so you don't have to move anything, because Pages will work on all your users.
    If you have installed Pages on ~/Applications (being ~ your user folder), then you have to move Pages to /Applications. After doing this, you will be able to access to Pages on all users

  • How can I copy a page from one wiki to another?

    Using the Wiki function in OSX server, I am able to move a page from one wiki to another by clicking the gear icon. Is there a way to copy the page to another wiki while leaving it intact in its existing wiki? I have tried to copy/paste while editing a page, however much of the formatting does not properly migrated to the pasted content.

    What you are looking for is how to "duplicate" ca page.

  • How to programmatically copy a OneNote page from one section to another

    How to programmatically copy a OneNote page from one section to another.
    I don't find any interface in OneNote
    2010 Developer Reference which will let me do this.
    any help?
    Regards,
    Umar
    OneNote 2010

    Hi Umarinam,
    Thank you for posting in the MSDN Forum.
    In the page OneNote 2010 Developer Reference, you can see an Application Interface which includes methods
    help retrieve, manipulate, and update OneNote information and content. 
    The below are some basic samples 
    Retrieving Section Metadata in OneNote 2010
    Programmatically Opening and Closing a Notebook in OneNote 2010
    Hope it helps. 
    Best regards,
    Quist Zhang [MSFT]
    MSDN Community Support | Feedback to us
    Develop and promote your apps in Windows Store
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • How do I insert pages from one PDF into the current PDF in Acrobat X?

    I just upgraded from Acrobat 8 to Acrobat X.
    How do I insert pages from one PDF into the current PDF in Acrobat X pro?  I was able to do this from the Edit menu in Acrobat 8 pro.  Appreciate instructions.  Thanks.

    Hi chemadberk,
    In my Acrobat 8 Pro, Insert Pages is under the Document menu but anyway...
    In Acrobat X, click on the Tools pane(upper right side) then navigate to Pages- the Insert Pages commands are located there.
    Hope this helps,
    Dimitri
    [signature deleted by host]

  • OpenScript: 1.     How to move the scripts from one location to another location. in OpenScript; Copy, paste or Import, export

    How to move the scripts from one location to another location. Copy, paste or Import, export

    Both way you can do.. Difference is - if you copy paste to another folder script dependencies will not move with the same( ie Assets added), whereas if you export and import the script all dependencies will be correlated automatically

  • Copying page from one app to another: Different themes

    All the threads on this forum for steps to copy a page from one app to another refer to Raj's instructions at Synonyms
    What if the 2 apps involved have different themes? When I do the final step (f) in his procedure, that page will have Theme X and the rest of the pages will have Theme Y. How is this handled?
    Will the new page just use the templates it needs from whatever theme the app it is imported into happens to be using? Or would it bring along the templates it uses from the old application?
    Thanks

    Raj's technique predates themes and has no connection with themes. A page has one numeric attribute that references a page template or is null.
    Raj's technique never handled the case where the referenced page template didn't exist in the target application.
    It's your job (see the caveat in that threat) to ensure that you don't reference non-existent shared components from the page being copied.
    What if you do anyway? That isn't part of the solution that was presented but the answer is you have to repair the damage.
    What you are saying, in effect, is that that technique for copying pages across apps really works best only if the 2 apps involved have the same theme, right?There are at least four cases: 1) the page template attribute is null so it will use the app's default page template which I believe is adjusted when you switch themes; 2) the page template attribute is not null and locates an existing page template which is a template in the current theme. In this case everything should work correctly; 3) the page template attribute is not null and locates an existing page template which is not a template in the current theme. In this case the referenced page template will be used at runtime, but the theme reports and/or switch theme functionality may not work as expected with respect to that page; 4) the page template attribute does not locate an existing template. I don't know what the result is in this case.
    I also don't know if the template a page uses is considered to be part of a given theme based on the template's name or numeric ID.
    Scott

  • Bring a page from one Application to another

    Hi,
    how can I bring a page from one Application to another ?
    Many thanks.

    Is this 'other application' in the same workspace or in another workspace?
    Elsie

  • FW CS5: Copy Page from one document to another without changing layers

    Hi,
    how can I copy a Page from one document to another without changing the layers?
    Drag-and-drop isn´t possible and by Copy-Paste all elements are placed in the same layer.
    Greetings,
    toho

    Use File > Import.
    Open the File, then navigate to the page you want to import
    Be sure to select Insert after current page, or FW will just import the content into the current page itself.

  • Trouble with keyword import in LR5 from one catalog to another

    Hi; I am trying to open a new catalog because my original catalog is getting somewhat sluggish.  It has about 60000 images.  First, will opening a new catalog improve anything?  Second, I have tried to import the prior catalog "keywords" by going: metadata, import keywords, light room settings, key word sets   and get "no items match your search.  What am I doing wrong?

    I have had this Nikon 7100 for about 6 months.  It has more whistles and bells than I am likely to use.  I haven't been troubled by 24 megs in LR I guess because I use it mostly for filing and Photoshop for editing.  I only edit a few.  If I were in need of batch editing, which I may in the future, I think LR would be better.
    As to the timing, don't we all get spoiled.  We have more computer power now than NASA had 15 years ago.  It makes you wonder how the original Apple 2+ with 48k memory even functioned.
          From: Modesto Vega <[email protected]>
    To: ROBERT CHIAVARINI <[email protected]>
    Sent: Tuesday, January 6, 2015 8:31 AM
    Subject:  trouble with keyword import in LR5 from one catalog to another
    trouble with keyword import in LR5 from one catalog to another
    created by Modesto Vega in Photoshop Lightroom - View the full discussion
    rlchiv wrote: I just looked at the metadata in LR and the size is 24 Megapixels which matches the camera and makes sense.  Photoshop must do something in terms of formatting the kicks the size up because these are untouched.  As to cabling, I"m using a USB3 and yes, I am shooting raw.  Thanks again for all your help.
    It doesn't sound unreasonable, it is the size of my current camera and I do have to wait for imports to complete but never timed them. Is this a new camera? The reason for the question is that megapixels matter a lot for Lightroom, it is something I haven't gotten used to yet. There are certain Develop adjustments Lightroom struggles with on a 24 megapixel file (cropping, and the Upright and Manual lens corrections, for example). In other words, there are things that Lightroom does on a 6, 12, 14 megapixel file with ease and cannot do with ease on a 24 megapixel file. Memory does not seem to matter, I recently upgraded my laptop and the performance improvement is marginal. You can almost hear the cogwheels moving sometimes. If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7070168#7070168 and clicking ‘Correct’ below the answer Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7070168#7070168 To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"  Start a new discussion in Photoshop Lightroom by email or at Adobe Community For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624.

  • How can I transfer work from one computer to another?

    How can I transfer work from one computer to another?

    Welcome to the forum.
    I can think of three basic ways to accomplish what you wish to do:
    Use the Project Archiver to archive your Project (and check the box to gather the media files), to an external HDD. Probably the easiest way to do it.
    Copy the Project and ALL media files to an external HDD, but be prepared to relink the media files to the Project, as the drive letter (part of the Absolute Path) will have changed.
    Edit loosely, and Share to an AV file, which will be Imported into a New Project on that second computer. Or, edit VERY tightly, and do the same. I like the first, as removing, replacing Transitions, etc., can be much more difficult, unless that "tight edit" is 100% done.
    Good luck,
    Hunt
    Message was edited by: Bill Hunt to correct formatting

Maybe you are looking for