Logical backups of Intermedia data

Hi,
New Intermedia user looking for more information on backup and recovery issues with regard to Intermedia tables.
I tried to do an export of some intermedia info and didn't seem to get the tables.
Thanks.

There is nothing special about doing backup and recovery with interMedia. Any documentaion about backup and recovery should explain everything you need to know about doing it with interMedia.

Similar Messages

  • Logical backup of a schema without taking the data of particular table

    How can I take the logical backup of a schema without taking the backup of data of a one particular table?? I need to give the dump to the client but I do not want to give them data of one particular table.

    @Werner:
    Requirement is to have a "logical backup of a schema without taking the backup of data of a one particular table".
    I presume the requirement to have all tables with data and one table without data in a single dump file.
    ROWS=N will not export any data for any table
    :)

  • Export dump(logical backup) runing since yesterday

    Hi to All,
    We are taking full export dump(logical backup) of database.till last week its fine on sunday we change the password of administrator and we forgot to change to password in this scheduled scripts.and yesterday i run this backup manullay in morning and i saw its affecting our performance I cancel this task in middle only I haven't deleted that files from backup location and I had given the password in that scirpts and that scripts runing and that scripts started runing at there aproprite time but the incomplete backup is existed at backup location and the backup which started at scheduled time is runing since yesterday before its fininsh in 2 or 3 hours but know its runing since yesterday.Please give me some solution.
    Thanks and Regards
    Mohd Khaja

    On windows it gets a bit hairy as there really is no clean and nice way of doing it.There are a couple of options.
    1. If you can rely on dateformat not changing, you can use a static substring expression. For example, the following might work w/ finnish locale echo %date:~3,2%%date:~6,2%%date:~9,4%Similarly, when you know the dateformat you can tokenize the output of 'date /t' and discard the tokens you don't want.
    2. You can set dateformat to your liking and then just use %date% in your script
    3. You can run a "SELECT to_char(sysdate,..." into a file and then read that file in your script.
    4. Simon Sheppard also has a solution you could use as a basis. I have a slight issue with the approach, but that could just be me.
    5. Use gnuwin32 or similar ;)
    Also note that %date% env var is set automatically from w2k onwards, so some of the solutions might not work w/ older versions.

  • Complete logical backup separte of every schema

    i want to take complete logical backup of all the schemas running on database separtely by a script which then replace the last 2 days backupp
    any script in this regard
    thanks a lot

    @echo off
    CLS
    REM ********************************
    SET V_USER=riyadh
    SET V_PASSWORD=riyadh
    SET V_DB=vis
    SET V_DMP_PATH=D:\dump\
    REM ********************************
    ECHO.
    SET EXP_PATH=D:\oracle\visdb\9.2.0\bin\
    SET MONTH=%DATE:~4,2%
    SET YEAR=%DATE:~10,4%
    SET DATED=%DATE:~-7,2%
    ECHO ------------------------------------------------
    ECHO CONNECT AS : %V_USER%/%V_PASSWORD%@%V_DB%
    ECHO Backup on : %DATED%/%MONTH%/%YEAR% (DD/MM/YYYY)
    ECHO SAVE AS : %V_DMP_PATH%%V_USER%_%DATED%%MONTH%%YEAR%.dmp
    ECHO ------------------------------------------------
    TITLE BACKUP ...%V_USER%_%DATED%%MONTH%%YEAR%
    echo.
    %EXP_PATH%EXP.exe %V_USER%/%V_PASSWORD%@%V_DB% file=%V_DMP_PATH%%V_USER%_%DATED%%MONTH%%YEAR%.dmp log=%V_DMP_PATH%%V_USER%_%DATED%%MONTH%%YEAR%.log
    i am using this script for daily backup but i want to replace then the first dump after 3 days but the date should be of today meanz i want to replace the dump of 3 days earlier suppose i take backup on 27 so when i take dump on 31 again it replace the dump of 27 but the dump file name should be 31 so i can understand easily this is dump of 31

  • What else in logical backups

    Hi, DBA Professionals,
    If i take logical backup of full database, what else in the database to take backup.
    is this logical backup will take only logical data or physical data?
    if it takes logical only then what about row=y
    and what is difference between isqlplus and oem
    could you please clarify my doubts.
    thanks a lot in advance.

    805547 wrote:
    thanks a lot for guided me,
    i am using 10g R2 database.
    if i take complete, incremental, cumulative backups of my database, if i loss whole database is it possible to recover it with logical backups. if it is yes, what is the method.
    A "complete, incremental, cumulative backups" would be physical backups using rman. a "logical" backup would be an export (exp or expdp) dump. The logical backup can only be imported back into a working database, and would be a point-in-time snapshot of the data. With use of proper backup options, a proper physical backup can recover a database from a total loss, and to any point in time covered by the backups.
    if i loss system datafile only what is the method to recover it using logical backups.There is none. That's why "logical" backups are only one part - and the least important part - of a complete backup/recovery strategy.

  • Logical backup?

    Hi Guru's
    i confused with terms ,can any body tell me what is logical backup ......or is it same as cold backup and hot backup??? please help me
    Chetan ....

    CHETAN YADAV wrote:
    Hi Guru's
    i confused with terms ,can any body tell me what is logical backup ......or is it same as cold backup and hot backup??? please help me
    Chetan ....Logical backup is taking using exp/expdp utilities.
    Cold backup can be take user managed so,you can shutdown immediate database and copy all control/data/online logs to other backup location,this is cold backup,also you can take this rman.
    Hot backup can be take if database running in archivelog mode.You can use RMAN or user managed.from rman you can try just BACKUP DATABASE and that is enough.Or user managed you can use ALTER DATABASE BEGIN BACKUP or ALTER TABLESPACE BEGIN BACKUP then using OS commands you can copy datafiles to other backup location.
    Finally these are different.

  • Is there any User Exit or BADI- Where LTAP-WDATU is as change parameter ,So during or after Transfer order creation GR date would be as per given logic not as current date

    Dear All,
    There is a requirement in which when the material (Not batch managed) is getting return from Non WM managed storage location to WM managed storage location than at the time of creating transfer order or after creation of transfer order would like to change LTAP-WDATU (GR date) automatically , So here i am unable to find the right user exit or BADI in which i can write the logic for same. Below is full description of the requirement.
    Here we are following Removal strategy "FIFO" while picking the material (Not batch managed) from WM managed storage location (WMS1) & transferring to Non WM managed storage location (ODS) ( than from there it use to go to Production) , at certain times partial quantity use to come back from Non WM managed storage location (ODS) to WM managed storage location (WMS1) and while doing putaway of the same "GR date" use to change which was not the actual when the material 1st time comes to WM managed storage location (WMS1) (before getting transfer to Non WM managed storage location). So here i want the user exit or BADI in which i can write my logic so that GR date ( LTAP-WDATU) would automatically change while creating transfer order or after creation of transfer order as per the "GR date" of same material which last moved from WM managed Storage location (WMS1) to Non WM managed storage location(ODS) because as per FIFO material dated before that would not be exist in the warehouse.
    Below is the flow of the material while transferring to production & returning from production.
    WMS1 ( WM managed warehouse ) --> ODS ( Non WM managed warehouse) --> Production  At the time of issue to production
    Production --> ODS ( Non WM managed warehouse) --> WMS1 ( WM managed warehouse ) At the time of return from production
    I hope i m clear on my requirement.
    Thanks in advance.

    1. You have to get a key from SAP to modify the two includes in which the user exits are present.
    2. You have to enter statement 'INCLUDE z**. ' in both user exits in the MV45* includes. Then save and activate the MV45** includes.
    3. You have to figure out the code that carries out the functionality described in your specifications.
    3. Write the code in includes Z** .
    4. Now the code written by you will be executed when you run the relevant SD transaction
    Message was edited by: Sudhir Bhate

  • I'm having some difficulty with Time Machine.  It appears to be deleting backups from random dates on my external hard drive.  I am not deleting them.  Are they hidden and how do I prevent this from happening?  Can I retrieve them?

    I'm having some difficulty with Time Machine.  It appears to be deleting backups from random dates on my external hard drive.  I am not deleting them.  Are they hidden and how do I prevent this from happening?  Can I retrieve them?

    ... I didn't know that Time Machine was more a last resort back up instead of main back up.
    Don't rely upon Time Machine to the exclusion of all else. I compliment Time Machine with a periodic "clone". TM is much better than nothing, but it's a safety net, not a hammock
    Here is my understanding of Time Machine's file deletion algorithm, distilled from Pondini's FAQ, Apple's KB articles, and my own observations.
    Time Machine deletes ("thins") files from the backup disk as follows:
    Hourly backups over 24 hours old, except the first backup of the day
    Daily backups over 30 days old, except the first backup of the week
    Older backups get deleted when Time Machine requires space and you deleted them from the source disk.
    Therefore, assuming TM has been performing at least one backup per day, backup files will remain available:
    at least thirty days, if they existed on your Mac for at least a day
    until you run out of space, if they existed on your Mac for at least a week
    In addition to the above, Time Machine always keeps one complete copy of your source disk so that the entire volume could be restored if necessary. Any files that remain on your source volume will be present on the TM backup, no matter how old they are.
    If you are using 250 GB of space on your source disk, its Time Machine backups are likely to require at least twice that much. A good estimate of the minimum required backup volume size would be about three times the size of your source disk - 1.5 TB in your case.
    A more thorough explanation would require Pondini since he has plumbed Time Machine's mysteries far more than I have.
    http://support.apple.com/kb/HT1427

  • Logical backup and recovery using export/import

    Hi,
    Anyone provide me the clear steps and command to take logical backup and recovery using the import and export method...??.
    im using oracle 9i database and redhat linux server version 4.0.........???.
    thanks,
    vasanth.......

    user12864080 wrote:
    Hi,
    Anyone provide me the clear steps and command to take logical backup and recovery using the import and export method...??.
    im using oracle 9i database and redhat linux server version 4.0.........???.
    thanks,
    vasanth.......Vasant,
    Though you have got links already for using the exp/imp , I would strongly suggest that when you mention backup/recovery, RMAN is the tool that you should be using. Exp/imp is/was never considered as a backup tool. You should read this paper to get the answer of "why rman" ?
    http://www.evdbt.com/TD_Rman.pdf
    Aman....

  • Using logical database to fetch data in Module Pool programming

    I am unable to use logical database to fetch data in case of Module pool programming. Has anyone ever faced problems with it...?

    use f.m LDB_PROCESS....
    refer demo program DEMO_LOGICAL_DATABASE

  • How to backup IOS 7 data into iOS 6 device?

    I have backup iOS 7 data into my laptop before before sending my phone for warranty. The retailer replaced my iphone 4s with a new set with IOS 6.1.3. How can I back up previous ios7 data into my current phone without updating my phone into io s 7?
    Thank you

    You can't.

  • Regarding RMAN n Logical Backup

    Hi All,
    Will Select query affect the RMAN n logical Backup????

    hi yingkuan..
    VERSION
    10.1.0.5.0
    Its a select query which contain lots of conditions....
    please find below the query
    select distinct cci.consmr_no ,vin
    from lead_info li,
    lead_std_address lsa,
    cdr_consmr_info cci,
    cdr_address ca,
    cdr_product_info cpi
    where li.household_id=lsa.household_id and
    cci.consmr_no=ca.consmr_no and
    cci.consmr_no=cpi.consmr_no and
    cpi.extract_dt between '22-DEC-2005' and '31-DEC-2006' and
    li.last_name=cci.last_name and
    lsa.address_1=ca.address and
    lsa.city_name=ca.city_name and
    lsa.state=ca.state and
    lsa.zip=ca.zip and
    li.family_id is not null and
    cpi.family_id is null

  • ASM and Logical backups

    Is it possible to use ASM diskgroup as a destination
    for logical backups? For example I have ASM diskgroup
    for Flash Recovery Area and want to use its space for dumps too.

    No,
    only datafiles,
    datafile copies,
    controlfiles,
    online redo log files,
    archived online redo log files,
    rman backup sets
    ar possible as far as I know.
    Not possible are:
    alertlogs,
    trace files,
    password files,
    binaries.
    Regards,
    Lutz

  • Can iCloud be used as a backup for iBank data?

    can iCloud be used as a backup for iBank data?

    iBank isn't compatible with iCloud, but developers could add it to the Mac App Store version soon

  • How to recover DVD backup of user data

    Under windows 7 home  premium  I did a backup of user data to 25 DVDs before restoring the original OS from the Restore partition.  Now I want to restore user data from the DVDs. I can not find anything under recovery and restore. but I did find a EXE called RecoveryMrg on the 1st DVD.  Clicking on it I get an hourglass when I put the cursor over the window of files on the dvd. 
    In another forum post it suggest this should take a while. Well it has been a couple of hours. 
    On the resource monitor DISK tab I do not see any activity to the DVD drive. (But I am not sure it should show op there)
    Is this long time normal? Or is this the wrong way to restore the user files?
    Thanks
    This question was solved.
    View Solution.

    Hi C_J_W. What program did you use to create the backups, Windows Backup? Here are a few documents on the topic, which will hopefully point you in the right direction:
    Recover Windows 7 Operating System Using Microsoft Windows Backup and Restore
    Restoring Files from Backup
    Let me know if that helps.
    TwoPointOh
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

Maybe you are looking for

  • Script to Close all the collapsible panels on click of one collapsible panel

    Hi All, Please help me with modifying the script or a new script to suffice the following. I have around 5 to 6 collapsible panels in many html files. There is a huge content under each panel and thats the reason I want to collapse i.e., close all th

  • ORA-06550 - while compiling the PL/SQL block.

    I am trying a to populate a table based on the below pl/sql block Declare temp source.source%type; tregion varchar2(40); tversion varchar2(40); tsource varchar2(100); Cursor c1 is Select * from Source; Begin Open c1; Loop fetch c1 into temp; select R

  • I need help setting up a network

    I am not sure how to go about doing this or if it even possible. I would like to setup a network where 4 or 5 computers will have access to each others shared folders and be able to used the printer on the main computer. I have one desktop that will

  • How to place 6 images side by side

    Greetings! I am trying to put 6 images side by side in dreamweaver and I realized I never learned how to do this. I've done it with 2 images but not 6. Here's the coding...   <div class="containterx">             <div>              <h3>Back Pain</h3>

  • Migration of files from Snow Leopard Mac to Mavericks Mac

    Ethernet cable connection. Mavericks Mac. The window: Select the information to transfer - Choose which information you'd like to to transfer to this Mac. "Checking "My Name" computer", which is the Snow Leopard Mac Spinning pin wheel, and the Contin