HELP!  Need help in restoring APEX application from database backup

I accidentally deleted many pages from my development APEX environment when I thought I was deleting from QA.  By the time I discovered it, it was too late to do a flash back.  The DBQ I am working with is now trying to recover from a database backup, but we are not having much success.  Can someone point me to any documentation that may exist on exactly what to restore from what schemas?  It is not intuitively obvious what should be extracted and restored?  Any help would be GREATLY appreciated!

I have older exports, but I would loose 2 weeks of work by going back to them. I need to be able to restore from a database backup so I get back my changes. What we tried to restore didn't bring back the deleted pages so we must have done something wrong.

Similar Messages

  • Restoring selected applications from a backup

    I had to restore my MBPR from a Time Machine backup yesterday. The last backup was last Friday, this worked ok except that I stupidly unticked Applications from the backup that day. I have managed to get the default OS X applications back by reinstalling Yosemite, however I still need to restore my other applications as I can't use it for my work at the moment and it's causing a real problem. I have them on a recent backup, but is there a way of doing this?
    Macbook Pro Retina mid 2012 2.3Ghz, SSD, 8GB,

    It should not make a difference.
    When you restored from icloud backup were the apps restored?
    Was some app data restored?
    Was no data restored?
    You can try restoring from iTunes backup
    If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:        
    Downloading past purchases from the App Store, iBookstore, and iTunes Store         

  • Help! How to restore LR 1.1 database backup

    I run LR 1.1 under Windows XP. I have LR 1.1 setup to backup the database to an external hard drive. Once a week it prompts me to backup the database, which I do. In the middle of importing some raw files from a CF card, I received a message that my catalog was corrupt. My understanding is that I need to remove the LR Catalog file from the LR directory in My Pictures folder and replace it with the backup catalog. On the external hard drive where I have been backing up LR, I opened a directory called R:\Lightroom Database Backup\2007-08-22 0900, which I assume is where my latest backup is. Inside this directory is a 251,560 KB file called Lightroo. That is correct, Lightroo with no "m". Is this suppose to be the backup LR catalog file? If so, after dragging it into the LR folder, and then CTRL click load LR, when I try to specify this Lightroo file, but LR does not recognize it.
    I am lost. How do I use the database backup that I have been regularly creating on my external hard drive to correct the corrupt catalog message I get when loading LR?

    The backup file is not called Lightroo unless that is what you named it for some reason. The default backup files have the same name as your working database file whatever that is - XXXXXXX.lrcat. The backup folder you listed looks ok. When you setup the backup procedure on the external hard drive, did you look to make sure that LR was actually putting a copy of your database file where you intended and that it was named properly. Maybe you can simply change the file name from Lightroo to Lightroom.lrcat LR does not care what you name the database file as long as it has the proper extension, lrcat.
    It would also be a good idea to check exactly where LR is putting your backup files. I believe there is a Browse button you can click to open a dialog and see where LR is currently putting them.
    You don't necessarily have to replace your corrupt file with a backup file to test the backup. You can point LR at any functional database file and it will open it wherever it is. So you can test your backups using the File/Open Catalog command. Once you are sure you have a working file, simply move the backup it to the location where you want it stored and point LR to that location in the future.

  • Help, I have just restored my iphone from last back up to retrieve vital messages that somehow disappeared.  Now I have lost the most recent messages, calendar details and photos.  How do I get them back?

    Help, I have just restored my iphone from last back up to retrieve vital messages that somehow disappeared.  Now I have lost the most recent messages, calendar details and photos.  How do I get them back?
    I have an iPhone 5S

    You restore from the backup that contained them.
    Restoring from a backup is all or nothing. It completely overwrites the data in the phone when you restore. You can not combine the contents of a backup with what's currently on your phone.

  • Restore some application from time machine problem.

    Hi Everybody,
    I just restored my MBP from Time Machine, everything went fine. But I feel my MBR start up much slower than before. So now I want to do a clean install Leopard.
    I would like to ask you guys who experiences in Time Machine that after installing Leopard, I want to restore some applications from Time Machine such as MS office, Wow, Photoshop...Will they fully function if I restore from TM?
    I acknowledge that some applications are like packages so after installing in Mac OS, they are actually located in different places in the system. Whereas others is like small application so we just copy and use. So if big applications as packages, I can not just copy from TM and put it in my new Leopard to use, can't I? If I can't, so is there any ways I can copy it back and use?
    I am so confusing about this and I hope very much that somebody could help me out this problem, I would greatly appreciated.
    Thank you.

    +I just restored my MBP from Time Machine, everything went fine. But I feel my MBR start up much slower than before. So now I want to do a clean install Leopard.+
    Wait on the erase and install. Launch Disk Utility which is in the Applications > Utilities folder and Verify your disk and repair permissions. If Verify shows any errors boot from the Leopard install DVD by holding the "c" key down until the spinning gear appears. Pick a language and choose Utilities > Disk and run Repair until no errors appear. Repair permissions.
    If that doesn't work try resetting the PRAM which quite often fixes slow boot times.
    http://docs.info.apple.com/article.html?artnum=2238
    +Would like to ask you guys who experiences in Time Machine that after installing Leopard, I want to restore some applications from Time Machine such as MS office, Wow, Photoshop...Will they fully function if I restore from TM?+
    I don't know about Wow but Photoshop and MS Office install too many files in too many places for it to be practical to restore them from Time Machine backups after doing an erase and install. You need to reinstall those from the original disks for those applications.

  • Info : Migrating Apex Application from Non-SSO to SSO environment

    Hi All,
    This post is to share my experience while working on APEX. This may be useful to some apex developer.
    If we migrate an apex application from a non-sso (i.e. http) to sso (i.e. https) environment, the flash chart doesn't work.
    I found that in the source of a Flash Chart region, we use #HOST# variable to locate the swf file. The environment variable takes the correct path but with "http" as prefix. But to access application pages "https" is used. Because of which, the swf file couldn't be located by the application.
    Work-around Solution : If I hard code the value i.e. the application path having "https" replacing #HOST# variable then the flash chart works fine. I couldn't found a way by which the #HOST# parameter value can be updated to take "https".
    The same environment host other non-sso applications as well.
    Any comments on this are welcomed.
    Regards,
    Mangal

    Hi Dirk,
    Thanks for the reply.
    As I mentioned earlier, by Non-SSO I mean "http" and by SSO I mean "https". This is because, before migration the application was accessible using "http" and now we have to use "https" alongwith SSO to access the application. I only want to highlight the Flash Chart issue with this migration.
    The problem doesn't solves with your solution as I am getting correct instance/environment name with #HOST# but prefixed with "http" and not "https". Hence the application won't be able to locate the required swf file.
    Even the workaround I mentioned is only feasible, if an application has only few Flash Charts. However, if there are large no. of Flash charts in an application, then it would be a tedious task to update all flash chart source either by an application item (as you mentioned in your post) or hard coding the path itself. Also, every new Flash Chart source needs to be updated by a developer to fix this.
    A better solution is required by which the Flash chart source is not touched and the #HOST# variable for the application is updated to take the "https" prefixed to the swf file path.
    Regards,
    Mangal
    Edited by: Mangal on Mar 5, 2009 11:31 PM

  • How to restore an application from a computer to a iPod?

    How do I restore an application from itunes on my PC to my iPod?

    An additional question, exactly what application are we talking about here?
    Most application from either a PC or Mac are written for operating system that is running there. In order to work on the iPod, the app must be written in iOS which is what the iPod uses.
    Allan

  • Executing multiple apex applications from EBS

    Hi,
    We have developed an apex application which can be triggered through an application link from Oracle EBS. Now, we have a requirement to run multiple apex applications from a single EBS session simultaneously.
    Can someone provide information on how this can be acheived?
    Raajkumar G

    Hi,
    We have developed an apex application which can be triggered through an application link from Oracle EBS. Now, we have a requirement to run multiple apex applications from a single EBS session simultaneously.
    Can someone provide information on how this can be acheived?
    Raajkumar G

  • I need to know how to restore a file from sessionstore-backups?

    I opened a link from an email and it over rided the last session I had open in FIrefox because it wasnt open when i clicked the link. I had 48 tabs open in the last session before i did this and cant seem to get them back. How do I restore a file from sessionstore-backups? The latest upgrade file based on the date probably has all of the tabs I need.

    Please post this question in the database forum for an appropriate response: General Database Discussions
    Regards,
    OTN

  • Why do I get "You don't have permission to perform this task" when I try to restore an application from Time Machine?

    Why do I get"You do't have permmission to perform this task" when I try to restore an application from Time Machine backup on my Imac running Mavericks?

    See Pondini's TM FAQs, for details.

  • Can't install my Apex Applications from 10.2XE

    Installation from 11.2 XE went without problems, but I had a problem importing my Apex applications from my old 10.2XE database.
    According to the Installation Guide, 7 Importing and Exporting Data between 10.2 XE and 11.2 XE
    2. Connect to 10.2 XE database as SYS user and run gen_inst.sql. This will
    generate install.sql, gen_apps.sql and other .sql files. The files will
    be generated in the folder containing gen_inst.sql.
    => the generated script f100.sql ends with
    ERROR:
    ORA-06502: PL/SQL: numeric or value error: host bind array too small
    ORA-06512: at line 1
    This was during:
    --application/shared_components/plugins/region_type/com_oracle_de_cczarski_labelcloudplugin
    begin
    wwv_flow_api.create_plugin (
    => the generated script f100.sql doesn't contain "set scan off"
    but does contain lines like "p_home_link=> 'f?p=&APP_ID.:1:&SESSION.',"
    Running the script f100 with set scan off added results in
    ...page templates for application: 100
    ......Page template 2301643674799144
    ......Page template 2301746430799146
    ......Page template 2301820809799146
    ......Page template 2301944547799146
    ......Page template 2302037696799146
    ......Page template 2302118851799146
    ERROR:
    ORA-01741: illegal zero-length identifier
    Anton

    Anton,
    1) When you export your application 100 from within Application Express from your old instance and you compare it to the one generated, are there any significant differences?
    2) Can you export your application 100 from within Application Express from your old instance and import it back into the same (old) instance but with a different application identifier?
    Joel

  • Need help need help exporting epub to iTunes Producer

    Need help need help exporting epub to iTunes Producer. Nothing will load only get that little spinning wheel.

    It's not necessary to post a second time. I'm locking this version so others may reply at the first thread you created:
    Hi I created a EPUB with indesign cc and I'm trying to submitted it to iTunes Producer

  • Restoring itunes library from a backup

    I copied my iTunes folder into a backup drive. My hard drive died, and now I want to "re-connect" my iTunes with its library. How can I do it? Simply pointing iTunes to the library location doesn't work.
    I need to be able to sync my iphone, etc... Help!

    When restoring Itunes library from a backup DVD, will it overwrite anything already in the library?
    No.
    (47058)

  • I restore my iPhone from a backup , and I lost the photos on the device. How can I restore them ?

    I restore my iPhone from a backup , and I lost the photos on the device. How can I restore them ?
    is there anyway to help to :"?

    I thinks , I pressed restore, and then it restored everything from the previous backup. Unfortunately the most recent photos and videos were not included so I reckon they are lost forever...
    Unless you have any suggestions?

  • How do i restore my iPhoto from a backup?

    how do i restore my iPhoto from a backup?

    This comes from iPhoto's Help > Restore and should answer your question.
    Double click the screen shot below if the font is too small.

Maybe you are looking for

  • IPod not recognised as a device with removable storage on computer

    Hi All, My computer is not recognising my iPod as a device with removable storage (it is not showing up in 'My Computer' when I open it), even though I have the Enable Disk Use on? Is it an issue with my computer or a setting on my ipod I have over l

  • Spry Vertical Drop Down Menu- Links Moving about!

    Hi Everyone. I wondered whether anyone might be able to tell me what I am doing wrong? When I go to create a spry vertical drop down menu using images instead of text as the links - all of my links jump slightly to the right. Or, in the case of sub-m

  • Title 3D positioning/alignment

    I have multiple lower-thirds that I must convert from the standard FC text tool to Title 3D. Copying and pasting the FC Text (one clip as a template) and changing the text keeps the text Left Justified, as it is supposed to be. Copying and pasting th

  • How do I find my previous posts?

    How do I find my previous posts?. Can not seem to get an answer to the problem of emailing to Gmail.

  • Firewire failures

    Been using firewire for a few years now, but just come across a problem I've not seen before. I connect a G4 to another Mac (any model) start it as a firewire drive the icon appears on the other mac's desktop, Then when I try to access to the target