Which view need to be quried???

hi,
i want to get back a table which has been dropped by me with the help of incomplete recovery,now i want to know which view i need to look in,so that i can able to
get my table back.i am using rman for this and my database
is 9.0.1 .
set until scn '???' (what to write here)
plz advise me..
thanks...

You should know the approximate time by which you have dropped the table. You can use the time to recover or can get the SCN from smon_scn_time.
Thanks and Regards,
Satheesh Babu.S
Bangalore.

Similar Messages

  • Re which view need to be quired???

    how to know that which scn need to applied if i drop my
    table 05-jul-04 at '13:00:30' .
    and please let me know in details of these view or give
    description .
    --TIME_MP
    --TIME_DP
    --SCN_WRP
    --SCN_BAS
    i also wanted to know that what is diff between when we perform incomplete recovery..
    until 'scn 908765' and
    until thread 1 sequence 2
    i would be very thankfull of you.

    Alok,
    I do not know of any view that will tell you when a table is dropped. But, you could use LogMiner to find out when the dropped table operation occurred.
    Then you can either,
    1. Perform TSPITR on the tablespace that contained the dropped table. You should recover before that SCN or time that LogMiner reports the operation occurred.
    2. "Duplicate" or create an auxillary instance of the database and perform DBPITR up to the point where the table was dropped. With RMAN 9i, you can duplicate the database and tell RMAN to exclude all tablespaces except for the one that contains the table. Once you have created the auxiliary instance, then you can export/import the table data back into the production database.
    In Oracle 10g, when you drop a table, it will automatically be placed in a recycle bin. You can then issue the command to "undrop it". For more information on the Flashback command to undrop the table plus others, please go to http://otn.oracle.com/deploy/availability/htdocs/Flashback_Overview.htm.
    Thanks, Tammy

  • Which views/tables to use for retrieving item information

    Hi All,
    I need to write a PL/SQL procedure for retrieving detailed information for a specified item (given inventory item ID and organization ID). I'm not quite sure which views/tables to us for this.
    I found out that view MTL_SYSTEM_ITEMS_FVL is the underlying view for the Master Item Form (via help / record history menu option). But when looking up in eTRM following warning is described:
    Warning: Oracle does not recommend you query or alter data using this view. It may change dramatically in subsequent minor or major releases.
    The second view I found is MTL_SYSTEM_ITEMS_VL. But when quering for data in this view, it turned out that the view is empty.
    Can anybody tell me for what purposes this view is used?
    Is it the correct way to use one of these views (or any other?) for retrieving detailed item information or should I better define a new query within the procedure using tables such as MTL_SYSTEM_ITEMS_B, MTL_SYSTEM_ITEMS_TL and MTL_PARAMETERS (any others) ?
    Any ideas for that?
    Best Regards,
    Carolin

    Hi Carolin,
    It's usually more efficient to use base tables instead of views. The tables you will actually need will depend on your requirements. Regarding your question about MTL_SYSTEM_ITEMS_VL, it's usually ok to use the _VL views. These typically contain the same information as the base tables plus some logic to get the appropriate translations for fields that can be shown in different languages (for instance, DESCRIPTION). Typical table names you will need could be:
    Item Master: MTL_SYSTEM_ITEMS_B
    Organizations: MTL_PARAMETERS
    Subinventories: MTL_SECONDARY_INVENTORIES
    Units of Measure: MTL_UNITS_OF_MEASURE
    Onhand Quantity: MTL_ONHAND_QUANTITIES_DETAIL
    Material Transactions: MTL_MATERIAL_TRANSACTIONS
    Categories: MTL_CATEGORIES_B, MTL_CATEGORY_SETS_B, MTL_ITEM_CATEGORIES
    If your query didn't return any data, it's probably because the language was not properly setup in your session (check USERENV ('LANG') so see what's the language in your session).
    Hope it helps.

  • Reg: Problem to find Which view it belongs in MM01

    Hi all,
    I have to display an ALV list for displaying the changes that have been made for a material during a period.
    Iam using a FM CHANGEDOCUMENT_READ
    Using this FM Iam getting the details of the material that have been changed in to an Internal table CHGDOC, i am getting the tables and fields where the changes have been made to this internal table.
    I need to find out which view these fields occur in MM01 i.e. whether the field belongs in the Basic data view or Sales View or Purchasing view or etc.
    For the above problem i tried a sol which is somethin like below:
    Iam using table T130F where iam getting the maintenance status using the filedname. And using the maintenance status iam determining the view, but I have a problem in this scenario,.
    the problem is:
    In the internal table CHGDOC for material description iam getting the table field as DMAKT-MAKTX which is a structure but final changes will be made in the DB table MAKT, how can i find out this table programatically.
    If there are any other solution also it would be very helpful.
    Kindly help.
    Regards
    Naveen

    Hi,
    there is no translation between e.g. MAKT and DMAKT.
    There are some "shortened structures" for MAKT, MARM, and so on. They all begin with a "D". It is simply coded. See for example program LWBBIF07.
    Shift the leading "D" and watch out for a reasonable table name.
    Good luck
    Jo

  • What is the excel emplate which we need to use to upload test cases in to Microsoft Test Manager 2013?

    Hi,
    Currently we are writing test cases in a excel spread sheet and wnted to upload exel in the Microsoft test Manager 2013.
    I understand that there is a tool 'TestCaseMigrationPlus' which we can upload to MTM but could you please let me know the template which i need to follow for eg: column names which i need to define to upload the excel using 'TestCaseMigrationPlus'

    Thanks for Senthilraj's help.
    Hi Nallapati,
    >>could you please let me know the template which i need to follow for eg: column names which i need to define to upload the excel using 'TestCaseMigrationPlus'
    As far as I know that the test case template in the MTM like the following screen shot:
    So when you define and upload the excel using TestCaseMigrationPlus into the Microsoft test Manager 2013. I suggest you need to define the test steps for test case like the above screen shot include the Action column and Expected column.
    If you still have any issues, I suggest you can also post this issue directly to the TestCaseMigrationPlus :
    https://tcmimport.codeplex.com/discussions
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to dynamically choose which view to display in second step

    Hi Guys,
    I am just started to evaluate fpm to decide whether to use it in our project. So i have question that might be very simple to you all, that i hope you all can help me with.
    Say i want to use the fpm GAF with a single webdynpro component. I have 3 steps, first step display a dropdown list for user to choose, second step will be a view that will depend on user input on the first step and 3rd step just a confirmation screen.
    I plan to use UIBB for all the screen, not using the GUIBB. So i will need to dynamically decide which view to show on step 2, and since we don't call navigation plug when we use fpm, what is the best way to archive this? How do i design my webdynpro component and the fpm configuration etc...?
    I read from the programming guide about initial screen and variant. But what if my application doesn't need an initial screen and the user choosing step is not at the first step, I can't use variant in this case right?
    thanks.

    Hi
    You can give the dropdown on initial screen and than u can decide which screen  to show on the second (or infact that will we the first step you you have first step as a initial screen.
    How?? :
    1. Create different varients for the second step.
    2. Basis on the Value choosen in the dropdown list, select the appropriate varient using the following code.
      TRY.
            CALL METHOD io_gaf->set_variant
              EXPORTING
                iv_variant_id = 'VAR_CLIENT'.
          CATCH cx_fpm_floorplan .
        ENDTRY.     
    where  VAR_CLIENT  is your varient.
    Hope this will help you.
    Thanks & Regards,
    Arvind

  • Views needed?

    I have been posting about my program a lot but don't seem to be getting any responses but I think it's because I'm over complicating things.
    I want to make a program that divides 2 values and displays them in a Label after a button is pressed. What views do I need to create this e.g. UIViewController or an App Delegate, or NSObject etc? Does it matter which view I use? I have already started to make this as you may have seen in my other posts but the calculation function crashes the program so I'm guessing I'm using the wrong View Controllers.
    Thanks

    Hmm, I don't know what is wrong then, because even when I use your code in a new project, the application either quits or it is just blank. I assume I only delete the .h, .m and the .xib dev111 files? It could be that I don't have the recent Xcode app. I will try downloading it as that may fix the problem?

  • In Icloud I can't see my "numbers" icon which i need to select "tick" to transfer data to my other devices via icloud. any ideas why it's not showing up?

    In Icloud on my imac I can't see my "numbers" icon which i need to select "tick" to transfer data to my other devices via icloud. any ideas why it's not showing up?

    You have to do it app wise, which means that the icon won't show up in settings, but you will be able to move files from your local drive to iCloud via the Numbers app (move... > choose the iCloud option).
    It requires that you set up the same iCloud account on all your devices and that you have the latest version of Numbers on all your devices as well.

  • Help please! imac is completely full, FPC wont let me render! I'm a video editor and have over 70 gb worth of videos on the imac which all need to be kept but now beloved imac is full, only had it for 5 months! need external hard drive every 5 months??

    FPC wont let me render! I'm a video editor and have over 70 gb worth of videos on the imac which all need to be kept for various clients/backup/original versons but now beloved imac is full, only had it for 5 months! Will Ineed external hard drive every 5 months?? This can't be I've already resorted to getting rid of unsed applications such as garage band, iTunes,address book ect. I've trashed everything I could. what next ???
    My video files are massive, converting them to a different format doesn't reduce the size of them it just turns them into mp4 or apple pro res ect
    This iMac is for work only so there's no pictures, no music, no conacts, no messenger, no games, nonothing but videos!!

    Have a look at this: http://grandperspectiv.sourceforge.net/
    It will show you exactly what is taking up all of your space.
    You also may want to consider some kind of external storage just for your video projects.

  • I am able to get color images in the continues shot but when i try to snap a color image which i need for my processing i get only a monocrome image

    I have been using lv_vfw.llb VI's for grabbing images from a CREATIVE WEB CAM ,i am able to get color images in the continues shot but when i try to snap a color image which i need for my processing i get only a monocrome image ,i have been trying to play around with the RGB weightings but i am unable to get a color iamge,it shall be of great help if you could help me in doing this as it is urgent for me.Thanks for your help.

    vicky,
    I am unfamiliar with the lv_vfw.llb, and have not used it before. However, I noticed that you stated that you are able to grab in color, just not snap in color. If this is the case, why not just perform a grab and then extract a single buffer from this grabbed data, which would likely be in color? This seems like a possible solution to the issue that you are seeing.
    Other than that, I really don't know enough about the lv_vfw.llb to be of much help on this issue. Hopefully another member of this forum will be able to assist you with this software.
    Regards,
    Jed R.
    Applications Engineer
    National Instruments

  • ICloud keeps duplicating my contacts, any of which I need to delete anyways.  Is there a way to delete multiple contacts at once? I  have been deleting them one at a time, but they keep reappearing.

    ICloud keeps duplicating my contacts, any of which I need to delete anyways.  Is there a way to delete multiple contacts at once? I  have been deleting them one at a time, but they keep reappearing.

    I have exactly the same problem!  I have Outlook 2010 and it does the same thing with my contacts, and calender enteries!! Really frustrating

  • I just bought an Ipad and find that it is not compatible with Adobe flash player which I need to play Bridge on line on BBO.  Is there a solution for this problem?

    I just bought an I pad abd find that it is compatible with Adobe Flash Player which I need to play bridge on BBO.  Is there a solution to this problem?

    No Flash for iPads, iPhones, or iPods
    Here's why there's is no Flash available for iDevices or other mobile devices. Adobe was unable to provide a product that was suitable to the needs of battery powered mobile devices used for Internet browsing. Existing Flash technology used too much memory, ate battery life, and was buggy. Simply put Flash did not work well on mobile devices.
    Apple's Steve Jobs led the escape from Flash dependency when Apple introduced the iPhone, and later introduced the iPad. There was a hue and cry over the omission. Time proved Jobs was right on target.
    So this is why there is no Flash for your iPhone or iPad or iPod nor for most SmartPhones. Flash has been abandoned by many sites in favor of supported technologies such as HTML5 or by providing their own custom app.
    Here is Steve Jobs official comment on his momentous decision to omit Flash from iDevices: Steve Jobs on Flash.
    Here is Adobe's later announcement to cease development of Flash for mobile devices: Adobe on Mobile Flash.
    Now, you are not necessarily out on a limb. There are some apps that can display some Flash, but don't count on there ability to display anything using Flash.
    Apps that can display some Flash from the Web:
    Puffin
    SkyFire
    Photon Flash
    Browse2Go
    iSwifter
    Also, note that many sites that use Flash provide their own app for accessing their material. So check with your favorite sites and find out if "there's an app for that."

  • A previous and unrelated text always appears when I need to send a new text. This prevents forwarding texts also, which I need to do all the time for my business. How can I fix? Please help!

    A previous and unrelated text always appears when I need to send a new text. This prevens forwarding texts also, which I need to do all the time for my businss. How can I fix? Please help?

    Hi,
    This sounds like it is about Window positions.
    iChat has Default places for Incoming Invites.
    Video is always top Center of your Screen
    Audio and Text chats are Upper right with the Audio slightly lower than Text Chats.
    Secondary invites are sort of Stacked like when you open multiple files from the same App.
    Your outgoing Windows are "Remembered" as to where the last one was when you used it.
    This can be an issue if you use your Mac with a second display and turn Off Mirroring.
    You windows can get "left" on the other screen.
    Go to System Preferences > Displays and turn On Mirroring and the windows should come back to one Screen/display.
    If this does not help go to your Home Folder/Library/Preferences and delete (Drag to Trash) com.apple.ichat.plist and restart iChat.
    Unfortunately you will need to reset any iChat Preferences you have changed from defaults.
    10:42 PM      Tuesday; April 26, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb( 10.6.7)
    , Mac OS X (10.6.7),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Please tell which BAPI need to be used to Upload AP upload ability ie F-43

    Hi Friends,
    This Is the Requirement
    functionality of being able to enter an SAP AP invoice using an excel upload.   The t-code should post to a vendor account, allow for both cost center and profit center postings and have the ability to pass charges across company codes.  This ability will allow for more efficient processing of invoices that are charged to multiple account numbers and entities.
    Please tell which BAPI need to be used to post vendor invoice.
    Thanks,
    Ravi
    <LOCKED BY MODERATOR - URGENT, PLEASE HELP OR SIMILAR ARE FORBIDDEN>
    Edited by: Alvaro Tejada Galindo on Aug 22, 2008 5:41 PM

    Thx

  • HT4943 Newsstand shows a 1 but I can't figure out which magazine needs updating...help!

    Newsstand shows a "1" but I can't figure out which magazine needs updating.  Help?

    I have no idea why you are doing what you are doing so I will make a couple of related points.
    1. Put your table partition, and its indexes, into a single tablespace and leave them there. If you do not understand why there has been volumes written on the subject by everyone from Tom Kyte, Jonathan Lewis, Richard Foote, etc. Essentially the entire membership of the Oak Table Network has weighed in on this one.
    2. If you are going to create partitioned indexes leverage the built-in capabilities in DBMS_PCLXUTIL.
    http://www.morganslibrary.org/reference/dbms_pclxutil.html

Maybe you are looking for

  • How to find the size of an arrayList through Expression Builder.

    Hai OTN, How to find the size of an arrayList through Expression. I have a managed bean in View Scope.I am using Jdeveloper 11.1.1.2 with ADF Faces components. Managed Bean : ArrayList<IllnessEmployeesObj> employeeGridList = new ArrayList<IllnessEmpl

  • Updating Creator Studio 2 EA

    Hi, I am working behind a corporate firewall that prevents the update manager to connect to the internet. Is there a way to download manually download updates for the IDE and install them? Thanks

  • Unidentifiable Internet Activity

    Hello everyone, I've recently bought a Airport Extreme, and am largely very happy with it. However, I've noticed that since I've been using it, my modem-router appears to be constantly 'doing something'. My activity monitor shows about 500Bytes of ou

  • Captivate to video

    My client just asked me to convert a complete Captivate document into video. Before I tell him that it is going to loose all the interactivity. Can you please confirm that it is the case. Thanx

  • My mac mini does not boot, after backing the enire system onto an external drive with Carbon Copy Clone

    My Mac Mini does not boot, after backing the enire system onto an external drive with Carbon Copy Clone. I had switched the start-up disk back to the original of course. Now all I see is the Apple logo. What should I do? Thanks in advance.