Import for table only in one line

There is the following command for import of the schema:-
imp <userid/password> file=<export dump file location> fromuser=<export user name> touser=<import user name> grants=y constraints=Y rows=y log=<import log file location>
But, what if we want to import only one table, then what should the import statement look like?
I hope, my question is clear.
Please, help in solving the doubt.
regards

Just a query!!
I have a 9GB full dump and i want to recover say 1 table 100MB from it. Suppose, if the table is probably in a schema that is at the last portion of the dump file.
Why does the imp utility search through the whole dump to come accross the table to be imported. Is there any way to cut the time of search in the dump file by imp utility to directly jump on the schema and then start the search for the table?
Please share experiences.
Regards,
Zaffer Khan

Similar Messages

  • (Sub)Titles can only be one line?

    I'm trying to add subtitles to a part of a video where somebody is speaking a foreign language, but the titles box in the movie pane only seems to allow one line of text at a time. Can this box's size be adjusted to fit two or three more lines of text in it? Otherwise I would be forced to make the subtitles smaller, and harder to see.
    Cheers!

    Hi
    From text tools I select "Lower Third" (second first row) and it gives me two
    lines.
    By using a smaller font and NO Serif (as in Times) but eg Ariel (SanSerif) one
    can squees in rather much text. Then adjusting the length of this to suit "say"
    (spoken words). To cont. by next two lines one might need to do this by adding
    more text to to next video-clip then move it back to where first one ends.
    Rather tricky to do - alt. is to make a cut in the video-clip for next text lines to orient
    too. May be an easier way to go. This cut will not be visibly only work as guide to
    the text tool.
    Third line - I didn't make this.
    If You only get one - then trashing iMovie pref file might help it to get back on track.
    Yours Bengt W

  • Ios7 messages how do you only delete one line not whole message

    IOs7 messages how do you only delete only one line not whole message

    Open your message conversation.
    Tap and hold on one of the message bubbles until you see "Copy...More".
    Tap on More and you should see a circle to the left of each message in your conversation with a checkmark next to the one that you originally tapped on.
    Check each message bubble that you want to delete; then tap the Trash can in the bottom left corner of your screen.

  • Imported photos appear only as dotted line in the thumbnail view.

    For the past year all of the photos that I have imported just show up as a "blank" with a dotted line around it.  I can only view photos one at a time (after I click on it).  What's up?

    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Include the option to rebuild the thumbnails. It can take 3 or 4 goes for this to work

  • MRP RUN for the more than one line item in sales order.

    Hi ,
    In the sales order nuber of line item are , i will have to take MRP RUN for selected line item .
    So plz suggest what development will require?
    Abhay
    Edited by: abhay patil on May 30, 2008 8:52 AM

    HI,
    U can write separate prog. Which will ask sales order no. and from to line item or multiple line item of sale order. Then in loop internally pass the each line item no to MD50 prog. Which will run in background.
    I will give u sample prog. Which I had created for running MRP for all the lines items of given sales order in one go.
    *& Report  ZPRG_PP_001
    REPORT  ZPRG_PP_001.
    tables vbak.
    data: begin of it_vbap occurs 1,
            vbeln  type    vbap-vbeln,
            posnr  type    vbap-posnr,
          end   of it_vbap.
    DATA: P_MODE   TYPE    C.
          Batchinputdata of single transaction
    DATA:   BDCDATA LIKE BDCDATA    OCCURS 0 WITH HEADER LINE.
    selection-screen begin of block b1 with frame title text-001.
      parameters :   p_vbeln  like  vbak-vbeln obligatory.
      selection-screen skip.
      parameters :   p_fore   radiobutton group mode,
                     p_back   radiobutton group mode default 'X'.
    selection-screen end   of block b1.
    at selection-screen.
    Check Sales Order
      if not p_vbeln is initial.
        select single * from vbak
          where vbeln eq p_vbeln.
        if sy-subrc <> 0.
          message e499(sy) with 'Invalid Sales Order no.' p_vbeln.
        endif.
      endif.
    start-of-selecTION.
    Get Sales order items
      select vbeln posnr from vbap
        into table it_vbap
        where vbeln eq p_vbeln.
    Set BDC mode
      if p_back eq 'X'.
        p_mode = 'E'.
      else.
        p_mode = 'A'.
      endif.
    Process MD50 BDC
      LOOP AT IT_VBAP.
        perform bdc_dynpro      using 'SAPMM61X' '0160'.
        perform bdc_field       using 'BDC_CURSOR'  'RM61X-TRMPL'.
        perform bdc_field       using 'BDC_OKCODE'  '/00'.
        perform bdc_field       using 'RM61X-KDAUF'  IT_VBAP-VBELN.
        perform bdc_field       using 'RM61X-KDPOS'  IT_VBAP-POSNR.
        perform bdc_field       using 'RM61X-BANER'  '1'.
        perform bdc_field       using 'RM61X-LIFKZ'  '3'.
        perform bdc_field       using 'RM61X-PLMOD'  '3'.
        perform bdc_field       using 'RM61X-TRMPL'  '1'.
        perform bdc_dynpro      using 'SAPMSSY0' '0120'.
        perform bdc_field       using 'BDC_OKCODE'   '=XBAC'.
        CALL TRANSACTION 'MD50' USING BDCDATA MODE P_MODE.
        CLEAR BDCDATA.
        REFRESH BDCDATA.
      ENDLOOP.
    end-of-selection.
           Start new screen                                              *
    FORM BDC_DYNPRO USING PROGRAM DYNPRO.
      CLEAR BDCDATA.
      BDCDATA-PROGRAM  = PROGRAM.
      BDCDATA-DYNPRO   = DYNPRO.
      BDCDATA-DYNBEGIN = 'X'.
      APPEND BDCDATA.
    ENDFORM.
           Insert field                                                  *
    FORM BDC_FIELD USING FNAM FVAL.
      CLEAR BDCDATA.
      BDCDATA-FNAM = FNAM.
      BDCDATA-FVAL = FVAL.
      APPEND BDCDATA.
    ENDFORM.
    Ajay P. Nikte

  • Standard text printed only on one line

    Hi experts,
    I have a standard text in several lines:
    Line 1
    Line 2
    Line 3
    but in the pdf form it's printing in the same line:
    Line 1 Line 2 Line 3...
    Any suggestions ?
    /Kiehn

    Hello!
    1) When you say you have Standard text is several line that does not mean, that system have is in several lines.
    I don't know if you are aware or not, but while SAP system always stores long texts in 70 (or about so) char segments the fact that they are printed on one or several lines is controlled solely by formatting column that precedes each line in TLINES table. So, does your text has line breaks or new paragraph marks before those lines?
    2) If everything in above is correct, than maybe you have to check the format you use to transfer text from SAP to Adobe (in interface/context). Please, recheck what is stated [here at SAP Library|http://help.sap.com/saphelp_nw70/helpdata/en/04/ecfab99fc345f8826490df387aaf82/frameset.htm]. All this together with correct format for field (Rich text or Plain text) plus (as stated by poster above) "Allow multiple lines" and "Expand to Fit" (vertically) formatting should do the trick.
    Regards,
    Petr Perstnev

  • Only Show One Line of Data Depending on Status Column

    Hi Gurus,
    I have the ff. task which I need some help with.
    I have a table which has a unique ID per entry and depending on the value in the Status Column (i.e. Pending/Approved/Declined), I'd only like to see one entry.
    So to clarify, the initial status of an entry is pending, once it has been changed to Approved/Declined, I want to get rid of the Pending line.
    How would I write this using VC syntax?
    The fields I have to work with are the unique ID field and the actual Status value...
    Thanks,
    Bim.

    Used an aggregate (MAX/Group By) to resolve this issue, closing it.

  • How to stop auto from-feed on a dot matrix printer for printing only a single line of data at a frequency of 30 seconds

    Hello friends
    In a particular application, it is required to print a single line of data on a dot matrix printer (continuous sheets) at a frequency of 30 seconds. That is printing is to be carried out line-by-line on the same form without a form feed.
    We are facing a problem of a form feed after printing of each line. Kindly help me to solve this problem of auto form-feed. How to continuously print at a regular interval without from-feeding.
    Shahid Baig

    Is this printer connected to a network?
    You may need to look at the printer manual to see if there is a setting for a form feed.  I remember when we had a dot matrix printer on the network about 12 years ago, there would be a network timeout setting of something like 30 seconds.  So if you didn't continue to send data, the network will end the print job and send the file to the printer which would auto form feed at the end.  Many of our basic programs had to be rewritten because they would do an LPRINT periodically, if you took along time progressing through the inputs, you would easily hit the 30 second timeout.  So all the programs had to be rewritten to save the data to be printed to a file, and only once you execute a print command, it would read the file back in and Lprint it (or a Print#1) to the LPT port.
    Since the printer was on the network, and basic could only print to LPT's, we had to use a net command to capture the LPT1 port and direct it to the network queue.
    I don't remember all the details, but those are the bits and pieces I do remember.  I think the answer to your problem lies in there somewhere.
    Namely:
    1.  Printer setting to auto form feed.
    2.  Network setting that closes print job after timeout period.

  • Spotlight Search for Reminders: Only references subject line, not Reminder Notes

    Just shipped 20 large boxes from west cost to east coast, they're going to be sitting in the garage of where I'm staying for a month.  Using the Reminders app, I created Reminder for each box, in the subject line the box number and tracking number.  In the Notes field for each Reminder I entered the details of the box contents, thinking that I could later search for a particular item, find the Reminder for it and know what box it's in.
    Wish I'd tested my theory as I've now discovered that while Reminders are searchable with Spotlight on my iOS devices, it only references the subject line -- Spotlight ignores Reminder comments.  Bummer :-(

    Hi benjitek,
    Welcome to the Support Communities!
    The article below may be able to help you with this issue.
    Click on the link to see more details and screenshots. 
    iOS: Understanding Spotlight Search
    http://support.apple.com/kb/ht3636
    Cheers,
    Judy

  • ITunes Library: Copy items on import for music only (not video)

    Hi,
    I've just bought a new iPod Touch (and I love it). I'd like some advice on managing my iTunes library though.
    At the moment I use an external FW drive for my music (there's a lot of it), and I have iTunes manage that itself. It copies files into the folder on this drive automatically, manages the folder hierarchy, and all is good.
    Now, however, I have an iPod Touch, and so need to use iTunes to manage my movie library, which is substantial. Currently I have organised my movies into folders spread across 2 500GB external disks. I'm happy with this setup, but to get these movies onto the iPod, I need to import the movies into iTunes.
    So here's my problem. I like the way iTunes manages my music library, and would like it to continue to do so. However, when it comes to movies, I want everything to stay the same as it is at the moment, I can't have iTunes take control of the movies because they're spread over two very big disks, and none of my external drives are large enough to fit everything on (movies + music).
    What's the best way to have iTunes continue to manage my music, but to just remember links to the movies on the two other external drives? Also, will I have to be careful about using things like the 'consolidate library' feature because that could really screw things up (trying to move things about when I don't want it to).
    Any advice would be much appreciated (I'd love iTunes 8 to have more flexibility and control over libraries, especially distinguishing between movies and music).
    Thanks for your advice, it's much appreciated!
    - P

    No Tom,
    I am saying that when no files actually copy to the SAN Volume when in "Copy Files" mode despite the setting being correct (destination is the Library's external media folder).
    Original files stay on the portable drive, whatever their nature. But if a file is imported this way and needs optimizing, FCPX does create a ProRes file in an  "Optimized Media" folder it creates within the Libray's external media folder.
    If I eject the portable drive, files that did not need to be optimized go offline.
    At no time does FCPX indicate that it is copying. In the background process window it shows rendering of the waveforms and transcoding when optimizing but there is never an indication it actualy copies the files.

  • My deskjet d1455 printer is only printing one line at a time every 30 seconds

    how can i fix this? 
    This question was solved.
    View Solution.

    This is caused by the failure of one of your cartridges.  Remove the black cartridge and print a test page.  Does the printer print at normal speed?  Is so the black cartridge was the issue and should be replaced.  If not then put the black cartridge back in and remove the color cartridge and print test page.  If the printer now prints normal speed the color cartridge was at fault and needs to be replaced.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • PSE 6 for Mac: Only have one shape in the Cookie Cutter tool

    I just installed PSE 6 for Mac and am getting familiar with it. When I tried to use the Cookie Cutter tool, I have no choices (no black arrow next to the star in the toolbar) and it always is a 'heart' (cute, but was hoping for more choices). Any suggestions on why this is, and how to repair? Thanks in advance for any help...

    Actually, I found the answer...disregard my question. Newbie error. Thanks for understanding!

  • Outlook for mac only showing one weeks worth of emails

    any suggestions on how to fix this issue.  It just started

    Amber,
    This is happening to my computer as well. I have outlook mac and I can only view a weeks worth of messages...I tried everything but cant find the solution. Did you have any luck?
    Thanks

  • Display more than one line of text for events?

    I couldn't find this in the forum... I just recently updated to Leopard. Now when I put events in iCal, it only displays one line of text in the month calendar view. I'd really like to see the whole description of the event, even if it's two or three lines. I can't find anything in preferences that addresses this, and various searches are not yielding anything. Help?
    -mel

    Hi there.
    Usually in iCal if you want more than one line of text for timed events, resizing the window will help. Under all-day events, iCal will always show you one line of text, but if there is more space it will show you more text. So, also resizing the window for this will help to see the text.
    Take care.

  • Fillable pdf's returned by clients are readable only one line at a time

    We have been emailing fillable pdf questionnaires to our customers for them to complete and return via email.  When some of them have come
    back, they are only viewable one line at a time, we need to highlight the fillable field that the customer completed so we can view their answer.
    Does anyone know why this occurs and why it would be isolated to a few cases?  Thanks!
    George

    They were probably filled-in and saved with the Preview application on the Mac. For more information and some approaches you can take to correct, see: http://kb2.adobe.com/community/publishing/885/cpsid_88564.html

Maybe you are looking for