How to find out what was imported from a dump file

Hi.
I got the dump file from a group and they told me to import it. Import job went successfully without errors as following:
Import: Release 9.2.0.6.0 - Production on Mon Oct 16 20:53:12 2006
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to: Oracle9i Enterprise Edition Release 9.2.0.6.0 - 64bit Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.6.0 - Production
Export file created by EXPORT:V09.02.00 via conventional path
Warning: the objects were exported by OPS$ORACLETS, not by you
import done in US7ASCII character set and UTF8 NCHAR character set
import server uses WE8ISO8859P1 character set (possible charset conversion)
export server uses AL16UTF16 NCHAR character set (possible ncharset conversion)
. importing OPS$ORACLETS's objects into SYS
. importing BDS_APP's objects into BDS_APP
Import terminated successfully without warnings.
How do i find out what was imported from a dump file?

another way would be to just list the contents of the dump file
imp user/pass file=dumpfile show=Y

Similar Messages

  • How to find out what was imported from Import-CSV

    If I have an input file that could contain any CSV field names in the headers and after I run Import-CSV I want to find the names of the fields that were imported. How can I do this?

    Hi Patrick,
    generally speaking, you can figure out a lot about what you are working with by using the PowerShell commandline, not a script. You can inspect an object's 'attributes' - as shown by Adam - using the Get-Member cmdlet (You can do this to the content of any
    variable, not just Csv imports):
    # Get content of Csv file
    $Data = Import-Csv "C:\temp\Input.csv"
    # List properties:
    $Data | Get-Member
    The resulting information is a table with 3 columns:
    - Name: The Name of the attribute
    - MemberType: This tells you what it is. The two Types usually of interest are "Method" and anything containing the word "Property". Method does something (Save a file, disable a Mailbox, etc.). Property is a piece of Information (eg. UserName,
    Email, Address, ...).
    - Definition: The definition-column is in my opinion the most interesting aspect of the output of Get-Member. This tells you how to interact with the objects' 'attribute' in question. In case of methods, it shows how to call it and what it returns (Let's say
    you want to save a file: The Method Save() might then require you to specify a path where to save the file).
    In case of Properties however it tells you what kind of information is stored in the Property. If you import a csv, that's always a string for each column, since all you can store in a csv file is text. In some cases, when the console behaves differently to
    what you'd expect, check this out - it may well be that the property is of a type you didn't expect. All Types can be looked up on MSDN (just copy paste the full type-name to google and it'll send you there).
    Learn to use the Get-Member cmdlet and you can figure out how to work with what the console gives you all on your own (Seriously, it's one of the three most important cmdlets in all of PowerShell). Try reading:
    Get-Help Get-Member -Examples
    Those examples explain the use of Get-Member better than I ever could :)
    Cheers,
    Fred
    There's no place like 127.0.0.1

  • How to find out what was deleted in the Trash that was emptied?

    Is there any way to find out what time or what stuff people had deleted in trash that was emptied? I need to know because i have a very important record that is missing on my computer from a week ago and I saved it on a document but it must of been deleted in the trash. Please help, or is there devices to use to fi

    Sorry, I believe you're out of luck ... unless ... you happen to have a backup from before the deletion.

  • How to find out what is Available from SAP ?

    Experts,
    i have to develop a data flow for one of the Data source, which is given by saP. I was wondering how do i find out the whole flow ? whcih DSO / cubes / MP /Queries are given from SAP for that DS ?
    i have tried to look into BI content, but it only shows Info Area/Trans strecture and Info Objects...No cubes, DSO and other stuff.
    In the BI content  i did select " In data flow after and B4".
    Also , i was looking at help.sap.com under BI content, but couldnt find .
    i am tring to impliment data flow on "0EC_PCA_3".
    Please help.
    thanks

    Hi,
    Check the below thread for some more information related to infocube,
    [0EC_PCA_3 - loading delta directly to CUBE?;
    Regards,
    Durgesh.

  • How to list out the tablenames alone from EXP Dump File

    Hi,
    We are creating a dump file by using EXP command through a Parameter file.
    Now, from this exp_backup.dmp file, I just want to find out the list of tables, which got exported.
    I don't have access to the Parameter file used for exporting data. Please share your views, suggestions, thank you.

    Hi,
    did you try to get the details logfile created for your export dump ?
    try strings on your dumpfile
    strings <dumpfilename>
    Regards
    Veda

  • HT201363 how can i find out what was ordered in my itunes account, i have some charges that i do not recognize

    how do i find out what was ordered in my itunes account, i have some charges that i do not recognize. i have multiple devices on the same account.

    Hello, chunnyb. 
    Thank you for visiting Apple Support Communities. 
    Here are the steps on how to view your purchase history in iTunes. 
    iTunes Store: See your purchase history and web order numbers
    http://support.apple.com/kb/ht2727
    If you need to report and issue with a purchase, see the article below. 
    How to report an issue with your iTunes Store, App Store, Mac App Store, or iBooks Store purchase
    http://support.apple.com/kb/ht1933
    Cheers,
    Jason H. 

  • HT1391 Hi can anyone tell me how to find out what and when my last purchases were made from the App Store ? I think my kids used all my credit

    Hi can anyone tell me how to find out what and when my last purchases were made from the App Store ? I think my kids used all my credit

    .from iTunes, go to View > Show sidebar
    From sidebar > Itunes Store > Click top left on your Apple ID email address > Account > ...scroll down > Purchase History > View All

  • HT201359 How do I find out what was billed to my credit card?

    How do I find out what was billed to my credit card?

    If you log into your account on your computer's iTunes via the Store > View Account menu option, you should then see a Purchase History section with a 'see all' link to the right of it. Click on that and you should then see a list of your purchases.
    Viewing purchase history : http://support.apple.com/kb/HT2727

  • How to find out what user locked account

    We had production type schema account locked this morning. I checked profile which this user belongs and it has 3 times for Failed Login Attempts. My question is how to find out what user had 3 unsuccessful login attempts and lock this account.
    Oracle version 8.1.7

    Assuming that [auditing was enabled|http://download.oracle.com/docs/cd/B19306_01/server.102/b14220/security.htm#sthref2916], the command
    AUDIT CONNECT WHENEVER NOT SUCCESSFULThat will write audit records when there is an unsuccessful login. Depending on how you've configured auditing, those records will either be written to the SYS.AUD$ table, in which case you can query them through a few different views, or to a file on the operating system that you can grep.
    Justin

  • "Web'n'Walk III" Huawei dongle, how to find out what Huawei model it is?

    I just bought this "web 'n' walk III" UMTS Modem (USB) made by Huawei. I want to instal it but do not know if the enclosed software is out of date (MobileConnectDriver(2.9.2)) and works under SL. Does anybody know how I find out what type of Huawei dangle it is so I can find the correct software?
    any tips as to how to use this smoothly as the stick is to SIM locked and I will use it with a SIM from an other provider (Stick is branded by T-Mobile).

    I worked out the model number, it is 'hidden' in small print on the back, in a larger number.

  • How to find out what is the lock key for the computer

    How to find out what is the lock key for the computer?

    You don't.
    If you forgot or lost the password, all you can practically do is reset it.
    The manner in which you do so depends on what version of OS X you are running. The older versions utilize the reset password utility on your recovery/re-installation disk/drive.
    On Lion, you use the following technique to reset the Administrators password:
    Boot to your Lion Recovery Partition, by holding down the Option key while starting, and then selecting the Recovery HD as the boot choice.
    Once booted, at the top of the screen is a menu ..., select Utilities / Terminal from the menu bar.
    In the Terminal window, type “resetpassword” (without the quotes) and press return. A “Reset Password” window will open. Select your boot volume (your SSD drive) if it is not already selected. Select your administrators username from the menu labeled “Select the user account” if it is not already selected. Follow the prompts to reset the password. Restart the computer from the apple menu.

  • How to find out what has been restored to a database instance?

    I'm using RMAN to back up and restore/recover. How to find out what has been restored/recovered to a database instance?
    Oracle version is 11gR2 but compatibility is set to 10.
    Edited by: 881656 on Aug 28, 2012 1:54 AM

    select output
    from V$rman_output
    order by stamp;
    select *
    from V$rman_status
    order by start_time desc;
    Regards
    Asif Kabir
    Handle:      881656
    Status Level:      Newbie
    Registered:      Aug 25, 2011
    Total Posts:      52
    Total Questions:      *30 (30 unresolved)*
    -- please close all the answered threads and mark your helpful post as correct/helpful

  • How to find out what Oracle version?

    Hi,
    Could anyone tell me how to find out what Oracle version is on your AIX/Unix machine? It looks like Oracle Installer doesn't use the native OS installation(installp,pkgadd) process, so I can't use lslpp/pkginfo to find out what filesets are installed.
    Thanks
    HQ.

    Hi!
    As far ar Oracle version is concerned, you can find it at the database level after connecting to the database
    select * from v$version;
    i am not sure if there is someway to find at the o/s level.
    Good luck
    null

  • How to find out what the geniric short forms stand for?

    Hi if you see the ThreadLocal class in jdk1.6 it is written like this in doc. ThreadLocal<T> and if you see the method Class.forName() the return type is Class<?> i am just confused a littele bit. how to find out what this <T> and <?> stands for? I mean how do i know that what to pass in their place?

    [Start from Here|http://java.sun.com/docs/books/tutorial/extra/generics/index.html]

  • How to find out what option you got

    How to find out what option you got because i changed my option from option 1 to option 3 and they said that it will change 31st and i want to find out if it changed how do i do that?

    Log on to bt.yahoo.com, and look under the "My Account" section. It tells you what package you're on.

Maybe you are looking for