Steps to Follow before import

Hi,
We are planning to migrate Oracle 8i database to Oracle 10g Database.
Approach that we have decided is export/Import.
Can anyone tell me what all steps we have to perform before importing dmp to new database?
We are planning to go for schema level export/import.
Thanks in Advance
AT

Hi,
You want perform import schema by schema?
You can perform a full export or schema level export. Remember that to move data UP a version, you export using the EXP of the database that contains the data and you import using the IMP that ships with the TARGET database.
Then, to move data from 8i to 10g:
o exp over sqlnet to the 8i database.
o imp natively into the 10g database.
I suggest you to create all user data tablespaces into target database, before make a import.
For more information, you can access this link below:
http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14238/expimp.htm#CHDDCIHD
Cheers

Similar Messages

  • Are some standard guidelines/steps to follow before approving Transports?

    Hi,
    can you help to with steps and procedures that needs to be followed before approving objects to be transported to Productions?
    Are some standard guidelines i.e steps to follow before approving Transports?
    Or, just the fact that a solution to a problem has been established in the Development and tested in the Test environment, it is ready to be moved to Production?
    Thanks

    <i>on your point 4:
    “. …. be sure that other requests/tasks are not locking these objects….”
    I believe if other requests are locking the objects then you probably can’t even add those objects to your transport, isn’t it?</i>
    Yes .you are correct.
    <i>also you noted that
    :… . Whenever you put objects in your task, lock them…”
    Isn’t this done automatically by the system? If so then provide how to do that (with tcodes please)</i>
    Yes added objects are locked automatically.
    To lock them manulally(if necessary), right click on TR-->Lock Objects.
    Here is an example whre you have to unlock and lock objects amnuallay..
    Leats assume your Objects are already collected in one TR1.
    Now you have acreated a new TR2 and want to transport only few objects from TR1.
    Then go to Transaction SE03>unlock Objects>Provide TR1--> execute(ignore the warning message).
    Then Collect the required objects in TR2 and release it.
    Now you have to lock the Objects on TR1. from context menu of TR1-->lock the Objects...
    makesure inbetween nobody changes the unlocked Objects otherwise it will cause in consistencies..
    you can also unlock required Objects manually but it's time consuming process...
    Message was edited by:
            Murali

  • What are the steps to follow before disabling iCloud?

    After working a while with my iMac running Mountain Lion in combination with iCloud, I have to disable iCloud because I'm going across the ocean for a while. I don't want to end up with a huge bill because every time I use my iPhone, it will sync (while no Wi-Fi available).
    As a matter of fact, I already archived my Contacs, Calanders and Reminders (Notes doesn't have such a feature), but it seems to put everything back to the iCloud account after importing.
    My question is: What is the step-by-step approach to disable iCloud (both iPhone and iMac) without losing any data?
    Many thanks in advance!
    Cheers,
    GJ

    Thanks a lot, mende1!
    It works. (Only Notes is set up differently, but that's not a real issue for me.)
    If I do the same on my iMac, I don't get that question. Is there a possibility to restore these data from my iPhone to my iMac?

  • HT201263 All of these steps were followed corectly. But a warning popped up and said that it could not be restored because it is locked with a pascode, and it said we must enter a pascode before we can use it with itunes. What should I do?

    All of these steps were followed corectly. But a warning popped up and said that it could not be restored because it is locked with a pascode, and it said we must enter a pascode before we can use it with itunes. What should I do?

    Place the iPod in Recovery Mode and restore via iTunes.
    iOS: Wrong passcode results in red disabled screen
    If not successful, try DFU mode.
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings

  • Steps to Perform before schema level import

    Hi,
    We are planning to migrate Oracle 8i database to Oracle 10g Database.
    Approach that we have decided is export/Import.
    Can anyone tell me what all steps we have to perform before importing dmp to new database?
    We are planning to go for schema level export/import.
    Thanks in Advance
    AT

    1. Get a list of users to be exported
    select distinct owner from dba_segments where owner NOT LIKE '%SYS%'
    2. exp parfile=gen8i.prf
    vi gen8i.prf
    system/sys
    owern=( <list generated above>)
    rest of the exp paramters such as statistics, consistent
    3. imp the dump file
    4. recompile the packages
    5. done.

  • Steps for BDC before  program

    Can anyone just tell me the steps which one follows before going for a BDC Program. i mean right frm the starting if any Company want to implement SAP.

    HI,
    For a BDC upload you need to write a program which created BDC sessions.
    Steps:
    1. Work out the transaction you would use to create the data manually.
    2. Use transaction SHDB to record the creation of one material master data.
        Click the New recording button or the Menu - Recording - Create
    3. Save the recording, and then go back a screen and go to the overview.
    4. Select the recording and click on Edit - Create Program. Give the program a Z name, and select transfer from recording.
    5. Edit the program. You will see that all the data you entered is hard-coded into the program. You need to make the following changes:
    5.1 After the start-of-selection, Call ws_upload to upload the file (the excel file needs to be saved as TAB separated).
    5.2 After the open-group, Loop on the uploaded data. For each line, perform validation checks on the data, then modify the perform bdc_field commands to use the file data.
    5.3. After perform bdc_transaction, add the endloop.
    Execute the program. It will have options to create a batch session or to process directly.
    <b>These are all my finds . Might be it will be useful to you.</b>
    Regards
    Sudheer
    Direct call of transactions, session handling:
    /nxxxx This terminates the current transaction, and starts transaction xxxx
    /n This terminates the transaction. This generally corresponds to pressing F15 to go back.
    /nend This termiantes all separate sessions and logs off (corresponds to System - Logoff).
    /nex This terminates all separate sessions and logs off immediately (without any warning!).
    /oxxxx This opens a new session and starts transaction xxxx in This session.
    /o This lists existing sessions and allows deletion or opening of a new session.
    /i This terminates the current session (corresponds to System End
    /i1, /i2,... This terminates the session with the number given.
    .xyzw Fast path: 'xyzw' refers to the underlined letters in the menus. This type of navigation is uncommon and is provided more for emergencies (such as a defective mouse).
    Batch
    The following commands can be entered in correction mode ('Process in foreground' or 'Display errors only') when processing a batch input session:
    /n This terminates the current batch input transaction and characterizes it as
    /bdel This deletes the current batch input transaction.
    /bend This terminates batch input processing and sets the session to Failed
    /bda This switches from Display errors only to Process in foreground
    /bde This switches from Process in foreground to Display errors only
    ABAP/4
    /h This switches into debugging mode.
    /hs This switches into debugging mode and activates the debugging of system functions.
    Buffer
    WARNING: Resetting buffers can significantly change the performance of the entire system for a long time.
    It should therefore only be used where there is a good reason tdso. As of release 3.0B system administator authorization is required (authorization object (S_ADMI_FCD). The action is noted in the system log.
    /$SYNC This resets all buffers of the application server
    /$CUA This resets the CUA buffer of the application server
    /$TAB This resets the TABLE buffers of the application server
    /$NAM This resets the nametab buffer of the application server
    /$DYNP This resets the screen buffer of the application server

  • What is the best format to import images into iBA? How should I compress my images before importing? What is the best file format? PNG? Jpeg?

    What is the best format to import images into iBA? How should I compress my images before importing? What is the best file format? PNG? Jpeg? I'm trying to figure out the best file format / compression for importing images into iBA. Also, does anyone know how iBA will compress the file? Are the assets attached (like a website) or flattened out? Does anyone know how iBA handles this? Many many thanks to anyone with insight into this.

    This question is largely answered by the following thread...
    https://discussions.apple.com/message/17805700#17805700

  • Should I convert my Rebel XT RAW files to DNG before importing?

    First, I'm glad the Automator script for renaming files is working now in Leopard. I always would import from my CF card to a directory and run an automator script to change the filenames to something somewhat useful. That broke in Leopard but it now works. But anyway, I was wondering if its worth the extra step to convert my RAW files to the Adobe Digital Negative format before importing into Aperture? Does any metadata get lost in the conversion?

    I'm not aware of any metadata being lost.
    According to http://docs.info.apple.com/article.html?artnum=307385, by converting to DNG, you lose
    The Auto Noise Compensation adjustment under Raw Fine Tuning is not available with DNG images. Auto Noise Compensation requires specific knowledge of the camera's sensor characteristics in combination with the ISO value of the image. DNG images do not provide the needed sensor information.
    but you gain lossless compression of the files by converting to DNG. A recent test converted 500MB of Xti images to about 400MB. I would rather convert to DNG in order to keep all my files in one format so in 10 years so I don't have 8 different Canon camera raw formats I have to worry about - whether or not Aperture is around.
    Aperture still uses the 2.0 raw converter and not the DNG converted. I haven't yet made a decision as to if losing the auto noise compensation is that big of a deal.

  • How do you prepare still images before importing into FCP?

    I'm working on a WWI documentary, so there are a lot of photos that need to be imported. Also each image needs to have movement set to them. The images are in a few different formats: JPEG, GIF, TIFF and PDF's. Their file sizes range from 28 KB - 102 MB. I thought of importing them into Photoshop, where I can resize and save as a PNG file. Then I thought I could open the images in Motion, put movement on the images and export each image as a quicktime file using compressor. My settings in FCP are as follows: AJA Kona LH: 525 29.97 Apple ProRes 422 (HQ). Frame size is 720x486. Does anyone know which is the best way to prepare images before importing them into FCP? Does anyone have a different workflow that works better?

    Just make sure that they are bigger than 720x486 if you intend to be doing moves on them. an 28KB? As MASTER pics? Way too small...those will look like crud. But if you can make the images larger, about twice as large as your canvas, then you are fine.
    Tutorial.
    Movement on Stills
    Shane

  • How do I rename the iphoto library on one computer before importing it to another location with other iphoto libraries?

    How do I rename the iphoto library on one computer before importing it to another location with other iphoto libraries?

    How do I rename the iphoto library on one computer before importing it to another location with other iphoto libraries?
    Quit iPhoto.
    Select the Library in the Finder, click the name,  and edit the name like for any file.

  • I want to delete my icloud-account from my iphone 5 and then register again, because I want to change my email-address/account name. What would be the steps to follow? How do I make sure I do not lose any information stored on/in my iphone 5?

    I want to delete my icloud-account from my iphone 5 and then register again, because I want to change my email-address/account name. What would be the steps to follow? How do I make sure I do not lose any information stored on/in my iphone 5?

    You would have to delete the existing iCloud account and create a wholly new one - you cannot change the @icloud.com email address of the one you already have.  To make a new one, you will also need an new AppleID as any AppleID can only have one iCloud account associated with it.
    Deleting the account will not delete anything off your device (if prompted for things like contacts, choose to keep them).  You will have to sync everything anew with the new account as you cannot move your sync'd content, your old backups or anything else from one iCloud account to another.  You will have to set up sync again and let it sync to the new account, and then make new backups to the new account as well.

  • Steps to follow while creating Database table in notes or paperwork

    what are the steps to follow while creating Database table in notes or paperwork
    Thank you,
    Regards,
    Jagrut Bharatkumar Shukla

    hi,
    1. Goto Transaction SE11.
    2. Enter the table name to be created. It should start with a Y or Z.
    3. Press Create
    4. Enter the Short description for the table
    5. Enter the Delivery class for the table. It can be 'A', 'C' or other.
    6. In the Fields tab, specify the table fields and the corresponding data elements or the built-in data types.
    7. If the table needs to be made a client-depenedent table, the first field should be MANDT.
    8. Goto Technical settings of the table and sepcify the Data Class and Size for the table. Also, there u can specify if buffering for the table should be allowed or not.
    9. Now, activate the table.
    if helpful reward some points.
    with regards,
    Suresh Aluri.

  • Step by step process of client import

    hi Experts
      this is swathi, here i performed client export/import process(transport domain is same for both system)
    client export over with warnings and i need for client import
    below are my steps(performed) :
    after client import, i copied those co-files and data files in to target system then
    excuting t-code -stms_import in target system and checked in queue
    then i didn't find my transport request in target file (stms_import)so i added my transport request in Extras>other requests>add
    then it shows error description:
    (transport control program tp ended with error code 0212)
    ERROR:could not access file as supposed(see dev_tp or s)
    what happened i dont know so please i need some help at this stage ,what can i do next

    hi gagan deep,
                   i checked in target system tp system log
    it shows
    ERROR:/usr/sap/trans/cofiles/ST00003.CLL:cant open
    :permission denied
    now my question is
    i copied cofiles and data files into target system this step is correct? if correct
    i added in extras>others req->add ........this my steps is correct  or any mistakes are their please reply me
    if correct means now iam going to give permissions for target systems all data/co-files
    (usr/sap/trans/cofiles/ST00003.CLL)
    can go

  • What are the different steps to follow in order to develop an application and deploy it into a PAC

    Hi,
    I developped a program on my computer but in order to deploy it in a PAC , I don't know what are the different steps to follow?
    What are the difference between a stand alone application and communication with server mode.
    Can the file which will be downloaded into the PAC be in a form othre than (.exe). 
    what does the deployment licence consist of??? is it a software? 
    if the file is .exe then how to maintain it?
    Thank you for all,
    Regards

    Hi!
       Since I'm familiar with FieldPoint PACs, I'll refer to that (but maybe it is similar for cRIO...).
       An embedded application (standalone), runs entirely and independently on the PAC, while if you're not doing this, you'll have your computer, with LabView, which is controlling the PAC.  In this mode, application is dowloaded in PAC's RAM, so when you reboot controller, application will be lost.  If you build an embedded application, you can provide for application to boot authomatically at boot, each time the PAC reboots.  These are some basic stuffs on embedded applications with LV.
        To deploy an application to a PAC, you need LabVIEW + Real-Time module. Without it, you can't build an embedded application on PACs.
        usually, the file dowloaded is an .exe, and some libraries.  What would you like to have, exactly? For example, I think you can buy a simple .exe, which is universal, which loads VIs dinamically, so you can download directly VIs, but I've never tried this way....
       Deployment license, I think, refer to PCs, id est, when you use a PC or PXI as embedded target, in PACs, you have it bundled (it seems to me) whit the PAC you buy, so you don't have to buy an extra license for every PAC you ship with your application.  Otherwise, if you develop a Real-Time application for a PC, you will ship PC + OS licensed + Real-Time extension licensed, but this is not your case, since you'll use PACs.
       The maintain problem... I've already faced with! Simply, for my needs it was enough to make an application which loads configuration files, depending on different task the controller has to do. If you have to dowload a completely new version of VI.... it's better to deploy new application from LV.  But maybe you can bypass this problem with dinamic VIs loading...
        Let me know if this help.... Have a nice day!
    graziano

  • Do I need to compress video before importing into DVD SP?

    Hello,
    this is probably stupid question, but I would like to know, if I need to compress my video before I import it into DVD SP as an asset. It looks like everyone use Compressor before importing into DVD SP, (setting up number of passes, bit rates and so on), and then they do it again when setting up preferences in DVD SP. (setting 1 pass or 2passes, bit rate values)
    So is not the video actually compressed twice? Once in Compressor and once in DVD SP?
    And also, what video formats are actually OK to import into DVD SP? (QT, AVI, FCP movie, etc)
    Does DVD SP take them all, or does it only have to be QT?
    Thank you and I appologize for these novice questions.

    Welcome to the Boards
    Madagascar wrote:
    So is not the video actually compressed twice? Once in Compressor and once in DVD SP?
    And also, what video formats are actually OK to import into DVD SP? (QT, AVI, FCP movie, etc)
    Does DVD SP take them all, or does it only have to be QT?
    Thank you and I appologize for these novice questions.
    m2v will not be recompressed when placed on tracks (though in some instances it may recompress on menus.) Ultimately it is better to compress outside of DVD SP for control of encodes (and making AC3 files) and also some formats may not be supported by importing into DVD SP directly.
    Some information to take a look at
    http://dvdstepbystep.com/faqs_3.php
    http://dvdstepbystep.com/faqs_7.php
    http://dvdstepbystep.com/qc.php
    http://dvdstepbystep.com/fasttrackover.php (middle section discusses Compressor a bit more)

Maybe you are looking for

  • Satellite T110-11U - Error message when starting computer

    I have a 6 month old Satellte T110-11U running a manufacturer installed OS - Windows 7. Every time I start the computer I get an error message: There as a problem starting , C:\ users\home\AppData\local\imagusud.dll , The specified module could not b

  • How to interface multiple NTC Thermistors to a 8-1 multiplexer and then to myRIO .

     I need to measure the temperature of 8 lithium ion battery cells in series individually for my battery management   system . So I need to see how can I interface the 8 thermistors with 8 to 1 multiplexer and output to myRIO analog input.

  • SQL query for timestamp

    I need to query a database from my java program for the time of each entry, but all that's in there is a timestamp. I haven't been able to query it. It was suggested that I convert it to a date in the sql database, but I don't know how to do this. An

  • Autosaving PDF after signing

    Hi, I have created a form that has signature fields. This is posted onto our Intranet, when a user signs the form it automatically tries to save a copy of the document  is there a way to turn this save option off but still allow the signing. The reas

  • Mark Upprice

    Hi Gurus, I need to show markupcondition type in pricing procedure. How to do it? I tried copying PR00 Condition type. and maintained condition records in Vk11. but at the order level when it determines price it shows only Mark up price not PR00. My