Metadata for restore in the demand planning v 11.1.1.3

Hi friends

I restore the planning application. In this process, I imported the. DMP file in the schema in the Oracle database and I created the new planning application and given the details of the schema in the data source for the new planning application management.

But I saw no Member who is in the metadata of the planning application. I think I did the right process to restore the appliction of planning.

So please advice/help me to restore the metadata in the new application

Thanks in advance
Harsha.M

Hello

You must first create the empty application.
Stop the planning service.
Then drop/recreate the schema.
Then import the .dmp
Start the schedule service.

See you soon

John
http://John-Goodwin.blogspot.com/

Tags: Business Intelligence

Similar Questions

  • Defining the new path for the data files for restoring using the VALUE of NEWNAME FOR DATABASE

    Version: 11.2.0.3 Linux

    Today, I had to do a restore RMAN to a new server and I came across the post following RTO on the VALUE of NEWNAME FOR DATABASE

    ALTER database open resetlogs upgraded;         error to throw

    So, I thought to use it to indicate the new location of the data files to restore.

    That's what I did
    ===================

    Restore the control file and catalog items to backup using the command of CATALOGUE START WITH. Then I started the restoration
    $ rman target / cmdfile=restore.txt
    
    Recovery Manager: Release 11.2.0.3.0 - Production on Thu Jul 26 04:40:41 2012
    
    Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.
    
    connected to target database: SPIKEY (DBID=2576163333, not open)
    
    RMAN> run
    2>  {
    3>  SET NEWNAME FOR DATABASE TO '/fnup/hwrc/oradata/spikey';
    4>  restore database  ;
    5>  }
    6>
    7>
    8>
    executing command: SET NEWNAME
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of set command at 07/26/2012 04:40:43
    RMAN-06970: NEWNAME '/fnup/hwrc/oradata/spikey' for database must include %f or %U format
    
    Recovery Manager complete.
    Don't know how it worked for Levi without %f or %U. So, I added %f
     $ vi restore.txt
     $ cat restore.txt
    run
     {
     SET NEWNAME FOR DATABASE TO '/fnup/hwrc/oradata/spikey/%f';
     restore database  ;
     }
    
    
     $ rman target / cmdfile=restore.txt
    
    Recovery Manager: Release 11.2.0.3.0 - Production on Thu Jul 26 04:45:45 2012
    
    Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.
    
    connected to target database: SPIKEY (DBID=2576163333, not open)
    
    RMAN> run
    2>  {
    3>  SET NEWNAME FOR DATABASE TO '/fnup/hwrc/oradata/spikey/%f';
    4>  restore database  ;
    5>  }
    6>
    7>
    8>
    executing command: SET NEWNAME
    
    Starting restore at 26-JUL-12
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=19 device type=DISK
    
    channel ORA_DISK_1: starting datafile backup set restore
    channel ORA_DISK_1: specifying datafile(s) to restore from backup set
    channel ORA_DISK_1: restoring datafile 00001 to /fnup/hwrc/oradata/spikey/1
    channel ORA_DISK_1: restoring datafile 00002 to /fnup/hwrc/oradata/spikey/2
    channel ORA_DISK_1: restoring datafile 00003 to /fnup/hwrc/oradata/spikey/3
    channel ORA_DISK_1: restoring datafile 00004 to /fnup/hwrc/oradata/spikey/4
    channel ORA_DISK_1: restoring datafile 00005 to /fnup/hwrc/oradata/spikey/5
    channel ORA_DISK_1: restoring datafile 00006 to /fnup/hwrc/oradata/spikey/6
    channel ORA_DISK_1: restoring datafile 00007 to /fnup/hwrc/oradata/spikey/7
    channel ORA_DISK_1: restoring datafile 00008 to /fnup/hwrc/oradata/spikey/8
    channel ORA_DISK_1: restoring datafile 00009 to /fnup/hwrc/oradata/spikey/9
    channel ORA_DISK_1: reading from backup piece /u07/bkpfolder/SPIKEY_full_01nh0028_1_1_20120725.rmbk
    channel ORA_DISK_1: errors found reading piece handle=/u07/bkpfolder/SPIKEY_full_01nh0028_1_1_20120725.rmbk
    channel ORA_DISK_1: failover to piece handle=/u07/dump/bkpfolder/SPIKEY_full_01nh0028_1_1_20120725.rmbk tag=SPIKEY_FULL
    channel ORA_DISK_1: restored backup piece 1
    channel ORA_DISK_1: restore complete, elapsed time: 00:01:56
    Finished restore at 26-JUL-12
    
    Recovery Manager complete.
    As you can see, RMAN restore data files to the desired location. But the data file names ended up as
    1
    2
    3
    .
    .      
    .
    9
    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -----------| Holy Cow |-----------------------------


    So I had to rename each file as below
    $ mv 1 /fnup/hwrc/oradata/spikey/system01.dbf
    $ mv 2 /fnup/hwrc/oradata/spikey/sysaux01.dbf
    $ mv 3 /fnup/hwrc/oradata/spikey/undotbs01.dbf
    I would have been better in execution of the order for each data below file
    SET NEWNAME FOR DATAFILE
    Now, I think, there is no advantage in using NEWNAME SET of DATABASE to. Only the disadvantages. I did anything wrong above?

    Martin;

    On the issue of the VALUE of NEWNAME FOR DATABASE, you must specify at least one of the first three of the following substitution variables to avoid collisions of names: %b f % U. see semantic entry for TO 'filename' for a description of the possible substitution variables.

    You use %f

    %b
    
    Specifies the filename without the fully qualified directory path. For example, the datafile name /oradata/prod/financial.dbf is transformed to financial.dbf. This variable enables you to preserve the names of the datafiles while you move them to different directory. During backup, it can be used for the creation of image copies. The variable cannot be used for OMF datafiles or backup sets.
    
    %f
    
    Specifies the absolute file number of the datafile for which the new name is generated. For example, if datafile 2 is duplicated, then %f generates the value 2.
    
    %U
    
    Specifies a system-generated unique filename. The name is in the following format: data-D-%d_id-%I_TS-%N_FNO-%f. The %d variable specifies the database name. For example, a possible name might be data-D-prod_id-22398754_TS-users_FNO-7.
    

    Source - E10643-01

    Backup and recovery reference

    http://docs.Oracle.com/CD/E14072_01/backup.112/e10643/rcmsynta2014.htm

    I see CKPT and I agree on that!

    Best regards

    mseberg

  • How can one XP PRO/HOME ED be saved to work with older hardware for restoration after the replacements of material

    OLD Machine equals zero reactivation OEM support. How can I save four other machines to stop the death of my portfolio. Back up the hard drive just ISO or other wizardry doesnot work.

    It is not possible.

    You are usually "" the operating system for the same pc, backup data will not

    working with 'new hardware pc' or main pc components. In addition, a pc that is redesigned

    with 'a few new pieces' xp will require a re-registration for the OS...

  • When I try to use the system restore I get is an empty box where the restore points should be restore which stops me using the restore of the system how can I get the restoration back bridges

    I tried to use my system restore, but when I go into it all dates are missing from the box and I can't use the system I tried many different things, but nothing is done, everyone has ideas

    If your system restore page display only the title bar 'System Restore', or your accounts settings page of users shows that the 'User accounts' title bar and the screen where information needs to be is an empty white box...

    System Restore is a frequent target of attacks by malicious software.  If SR was working before and is now afflicted, run some scans and then fix any problems.

    Remember that the system restore is not a time machine.

    Your system is currently or has been reached by malicious software.

    You can now fix the symptom and scanning for malware later, or you can now find malware and fix the remains later.  I recommend just fixing the symptom of the empty page and forget to do the scans.  The symptom of the problem of fixing and fixing the problem are two different things.

    Download, install, update and do a full scan with these free malware detection programs:

    Malwarebytes (MMFA): http://malwarebytes.org/
    SUPERAntiSpyware: (SAS): http://www.superantispyware.com/

    They can be uninstalled later if you wish.

    The scans using own it may also be necessary to re-register some dll (or you can do this part first, but you still have to do the scans).

    Just fix the immediate question:

    Looks like your file jscript.dll became somehow not registered so you can re-record it.

    There are probably a few other things that do not work you know yet, so fix them all at once.

    Re-registration of these DLLs is correct, even if they do not need renewal.  You can also re-register the dll before the scans that can solve the problem, but the scans are always recommended.

    Click Start, run, and in the box enter orders following one at a time.  Click the OK button to execute each command one at a time.

    regsvr32 jscript.dll
    regsvr32 vbscript .dll
    regsvr32 /i mshtml.dll (it's a look of slash)

    The last order for mshtml load the DLL but can also contain a harmless warning depending on your environment.

    Now check your timetable for restoration of the system and/or the user account settings page.

  • What are the future plans for Aperture?

    It's simple.  I bought Aperture because iPhoto was not to my needs.  Now Aperture is replaced and the comments there say that Photos doesn't have the tools, I want to be.

    How much time have I not the right to use and download copies of Aperture for my computers?

    What are the plans for the Photos by integrating the features used by those who have paid extra for the opening?

    I'm not a professional photographer, but use a DSLR camera and it's easy to take "too many pictures".  An I take a picture, I keep if the quality is OK.  Records, it does not mean that I want to pay extra to save and it certainly does not mean that I want it on every device I own.  I want to use stars, keywords and projects (this function any name is fine with me) to organize my collection.  I don't want to just find a picture by the date it was taken, but of course, it is the most common research.  I want to have pictures with 2 stars or better in smart folders that I share on my various devices.  I use a smart folder for this today.

    I'm upset that the product has lost support.  I saved the libraries that rely on a programme of work to read (I've lost images in a dark form in the 1990s).  I spent money on a product, expecting to own for many years, but may not be able to download it for a new purchase of computer in 1 year.  I'm not yet sold on the cloud, and that's why.

    I spent money on a product, expecting to own for many years, but may not be able to download it for a new purchase of computer in 1 year.

    Apple has stopped the development of Aperture.  You will be able to use Aperture, as long as you have a computer with an Operarting system which is compatible with aperture.  Don't update your Mac to new versions of the system, unless you know for sure that the new system supports the opening. Don't forget to keep a full backup of your Mac with opening and your version of Mac OS X, so you can revert to this version, if you accidentally updated to a version that does not support opening.

    The Photos.app can open Aperture libraries, so you will always have access to your original images, albums and edited versions. See: How Photos handles content and metadata from iPhoto and Aperture - Apple Support

  • Load the metadata of EBS to HFM and planning using ERPI

    Hi all

    I have a confusion about the process of loading metadata to HFM EBS and planning with ERPI. These 2 applications in EPMA. The ERPI Admin Guide:

    "

    EPMA - loads of metadata in the interface tables Performance Management architect

    and then uses an import profile generated automatically to load the metadata in

    Performance Management architect. Import profile pulls interface tables

    for dimensions and the Synchronizer data pushes the data.

    "

    This isn't about shared library. My question is which of the 2 following metadata stream is correct:

    EBS a.-> Interface-> target HFM or planning Tables.

    OR

    b. EBS--> Interface Tables-> Shared-> target HFM or planning Library.

    If b is true, why do we even need specify 2 different targets?

    Thank you all.

    If the size of your account is shared in both applications, the new account will be added in both. You don't need to manually add the two applications.

  • What restoration brings back old bags in the device? I was always told that icloud restoration brings all the bugs back, yet care apple lately told me than vice versa. I'm lost in a cleaner for restoration of backup: icloud or itune?

    What restoration brings back old bags in the device? I was always told that icloud restoration brings all the bugs back, yet care apple lately told me than vice versa. I'm lost in a cleaner for restoration of backup: icloud or itune?

    I've never heard a backup report bugs, however if you are interested in, you can always restore the device as good as new.

  • Is there a reason for not going to the Iphone 7 if on the upgrade plan?

    We arrived the 6s Iphone last year and we pay for the upgrade plan. To be honest, I'm not impressed with the Iphone 7 and still like the 6s. But because I pay more than a month for the upgrade package, it would be stupid not not to upgrade? I suppose that in theory if I have not improved, I would pay the phone is turned off at the time where the 7 fate.

    Sorry if this is a stupid question, how they paid you for the phones now is a little obtuse.

    I see no reason not not to go other than to repay your existing phone and get out from under the need for payments monthly.

    The CPU of the 7 is significantly faster than in the 6s, and water resistance is a big bonus. The best camera is nice, but I'm not good in taking pictures of everything under the Sun...

  • Any plans for changes to the API of Extension for Thunderbird?

    I was wondering if there are plans for the adoption of a more friendly/purely JS API extension, similar to the Firefox SDK or WebExtensions in Thunderbird?

    This has been discussed recently in the Mozilla planning mailing list.

    See https://mail.mozilla.org/pipermail/tb-planning/2015-August/thread.html#3949 for the Archives of the thread.

  • Firefox is not fully load site Barclaycard of authentication. It load regarding the demand for certain letters in my password but does not load the button 'Submit', so I can't continue with my purchase and I switch to IE8 browser to buy whatever it is ov

    Firefox is not fully load site Barclaycard of authentication. It load regarding the demand for certain letters in my password but does not load the button 'Submit', so I can't continue with my purchase and I switch to IE8 browser to buy anything on the internet. Clues?

    This has happened

    A few times a week

    Is a few weeks ago

    Your UserAgent string in Firefox is totally messed up by another program that you have installed and Barclays does not know you use Firefox 3.6.6 - it is probably similar to IE 6.0 on this site.
    http://en.Wikipedia.org/wiki/USER_AGENT

    type of topic: config in the URL bar and press ENTER.
    If you see the warning, you can confirm that you want to access this page.
    Filter = general.useragent.
    Preferences are "BOLD", a line at a time, and then select reset, right click
    Then restart Firefox

  • Satellite A660-k17: can I remove the two primary partitions used for restoration?

    Hello
    I have 3 questions :) #.

    1. I burned a copy dvd recovery media, on a laptop A660 k17. There are two partitions on the disk that I think are there for the recovery. The first is 1.46 GB and it's for the recovery and another partition hidden 8.29 GB... and I think that the first contains the Recovery Wizard and the whole environment in which we will get through the repair of the system and the hidden disk contains the actuall with windows data, drivers and so on. Can I remove these two? I ask mainly on the first, if it is not necessary for the system to boot or something after that I have to recover the laptop to the factory setting.

    2 and I also want to leave my partitions so that I don't have to partition the whole drive from C 600 GB again. I have a D drive created but there is this response to a topic already in the forum http://forums.computers.toshiba-europe.com/forums/thread.jspa?threadID=64754&tstart=90
    who says that when I leave the partitions I created myself, that the recovery will be not available. I have a copy on dvd, but only to make sure no kidding something upward.

    3. when I want a clean system without some software which are preloaded on the oem recovery disk... I have to use windows recovery? or it will be the same as the toshiba one?
    Thanks for the reply possible :)
    Beautiful day :)

    > Can I remove the two primary partitions used for restoration?
    First not, but you can remove the Toshiba recovery partition if you created the recovery DVDs. One day, if you want to install the recovery image once again you can use created the recovery disc.

  • How can I add date/time to internally of the metadata for a video file at home. The camera records all the metadata.

    My camera, Canon Ixus 870IS, adds a lot of metadata internal still picture files, but none for movie files.  I want to at least add datetime created in the internal metadata files can be organized properly.  The datetime in the external metadata is unnecessary because many videos will have the same value for datetime, that when they were transferred from the camera to the computer.

    So, please, how to edit internal metadata from a file?

    Hi laldfordo,

    You can follow the steps in this link & check if the problem persists:

    How do I edit metadata for wmv, avi and mp4 files in WINDOWS XP?


    Note:
    software use of third parties, including hardware drivers can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the use of third-party software can be solved. Software using third party is at your own risk.

    Hope the helps of information.

  • Password required for the restoration of the system

    Problems with the slow transformation, restoration of the active system, the last time was July 2. "Never" is set up for the schedule. Try to do a system restore, requires a user id and password. I don't think I ever had one, or don't know where to find.

    Thank you.

    Hello

    ·         You are the administrator of the computer?

    Log on to the administrator account and try to perform the system restore. If a password is never defined, do not fill in the password and press ENTER or click the green arrow.

    See also:

    Steps of troubleshooting for problems when you try to use the System Restore tool in Windows XP

  • Public API for update of the Phase of time because any spending Plan and revenue Plan

    Hello

    Is there a public API on draft update of the Phase of time against zero in terms of spending and revenue Plan?

    Steps to manually configure the time Phase for the spending and revenue plan Plan:

    Project > finance > Budgets and forecasts > change the scheduling Options > click OK > select Plan type Budget > change > tab parameters of the Plan:

    On the spending Plan section > time Phase = "period of PA.

    On the revenue plan section > time Phase = "period of PA.

    I followed note 1292958.1 to check what are all the APIs available on projects now but I do not find any API for the Phase of time.

    Thank you

    Diana

    A colleague helped me with a response.

    According to the 1295817.1 note - you can use the PA_BUDGET_PUB. UPDATE_BUDGET API to change the setting time_phased_code on 'P' (PA_Period), 'G' (GL_Period) or "n" (no steps) as well as the version of the financial plan information.

    Thank you

    Diana

  • How to create a date for the restoration of the system when there is no previous restore date.

    When you try to create an earlier date for the restoration of my pc (windows 8.1) for the first time (no previous restore point) the only option I get is to create point of restoration of the date and time of today. I need to restore to an earlier date. Does anyone have a solution?

    You can click on the box "Show more restore points" to view the older, but they may not be as reliable (they may fail to apply or they may not actually work).

    If you do not see the box to check, or the oldest, so it is not of the ancients still show.  If this is the case, you will need to use the 'Refresh PC'.

Maybe you are looking for