Grant export  only on few selected tables?

Hi,
Please let me know. Is it possible to give "grant" to any user to take "export" on only 4 tables.
Thanks
Suraj

Regarding export and import there are 2 roles
EXP_FULL_DATABASE
IMP_FULL_DATABASE
If you have these two priviledges, you can do Export or Import any tables under your schema,if you do not have these priviledges you can not do export or import of any tables under your schema.
This is wrong.
Whoever having CREATE SESSION privilege can export/import their schema objects. The EXP_FULL_DATABASE and IMP_FULL_DATABASE privileges required only when you intended to perform export/import of other schema objects.
Regards,
Sabdar Syed.
Corrected the typo.
Message was edited by:
Sabdar Syed

Similar Messages

  • How do I load only a few selected so

    I've been tring for the longest time to autosync only one or two songs and it always wants to autosync a whole playlist from the pc library or a playlist. I also have one more question about mp3 files that I recieved on a disk. When I double clik on the song that I placed on my playlist I get an X in front of the play now area and it wont play. However, when I down load an mp3 song file from the internet it plays fine. Can anybody help me with this?

    I'm using the creative software that came with the Zen touch player. But I also use the windows media player because its easier to put stuff on the Zen. But for some reason when I went to upload the disk using the media player it didn't recognize it as an audio CD but the creative software did and it played fine as long as the disk was it but not after I took it out. Thanks for the replies, Todd

  • I wish to delete only a few select pictures from my iPod that I synced from my laptop but I don't know how to delete synced pictures off my iPod,can anyone please help?

    I only want to delete three or four pictures that I synced from my laptop to my iPod touch. How can I do that?

    See the appropriate section in this Apple support document: iOS and iPod: Syncing photos using iTunes
    B-rock

  • Granting read only access

    Is there a way to grant read only access to all tables in a schema, rather than doing it for each individual table in the schema?

    I have a package that does something just like this, here is a snippit. It uses dynamic SQL to build the GRANT statements. I'm not sure if this is a 'best practice', but it works for me.
          --Find the tables to GRANT SELECT privileges on
          string_query := 'SELECT DISTINCT ''' || LOWER(schema_name) || '.''|| ' || 'table_name FROM all_tables WHERE UPPER(owner) LIKE ''%' || UPPER(schema_name) || '%''';
          OPEN c FOR string_query;
             LOOP
                FETCH c INTO table_name;
             EXIT WHEN c%NOTFOUND;
                --Build the GRANT string
                string_grant := 'GRANT SELECT ON ' || LOWER(table_name) || ' TO ' || UPPER(role_name);
                --GRANT privilege
                EXECUTE IMMEDIATE string_grant;
             END LOOP;
          CLOSE c;

  • How to select a row in a single-select table view?

    Hello folks,
    I have a table view with a 'details' button. When a row is selected and 'details' is pressed, the table view disappears and a form view is displayed (like the toggle button in PCUI). I have implemented this using a navigation link. When I press 'cancel' in the form view, another navigation link takes the user back to the table view.
    My problem is, when the table view reappears, there is no row selected (the row that was selected previously, is de-selected). How do I make sure that the row remains selected?
    I tried using the collection_wrapper->mark() method in the inbound plug of the table view, but it works only for multi-select table.

    Hi Masood,
    Thanks for your reply.
    I had already tried using MARK ( iv_index = lv_index ), but it did not work because the first statement in the MARK method is
      check ME->MULTI_SELECT = ABAP_TRUE.
    Mine is a single-select table. So, using the MARK of the iterator object, with either the IV_BO or the IV_INDEX parameter also does not work. Is there any other way for a table with single row selection?
    Thanks!!!
    Rohan.

  • Export only user's synonyms

    Hi
    How can I export only users synonyms, not tables?
    Regards

    There is no such option in export that allows you to take export of only synonyms. You can create the script as posted above or from some tool like Toad or PL/SQL Developer.
    Sidhu

  • Only a few of rows in the table are indexed without an error message

    When I executed the sql command:"create index ... indextype is ctxsys.context...",
    only a few of rows were indexed.
    The number of rows returned from query clause "select * from table where contains(field,'keyword') " is much less than that returned from "select * from table where field like '%keyword%'",though its speed is very fast.
    I checked the I table,the indexed words was few.The create index command ends in 3 mins on a table with more than 2 millions rows.
    The language setting is Chinese.
    The documentations about the intermedia text services on chinese languages is difficult to find.Can someone give me some or help me to solve this problem?
    Thanks in advance!

    I get the same thing in Mac OSX 10.7.3.  When I control-click on a preview and select 'open in camera raw' I get a dialog that says it's not enabled and requires a qualifying app to have been launched first:
    I've launched bridge and photoshop and if I open an app from the mini-bridge within photoshop, camera raw is launched.

  • How to export only selected columns of WD ALV to excel

    Hi,
    I have WD ALV report with EXPORT button (since standard button was not working properly i just hide that and added custom one) & standard dropdown to choose layout. Out of 20 columns user may choose n number of columns, the same number of columns i need to transfer to xls. How to export only selected columns to xls. Any method or FM to filter number of columns being transfer to xls. please advise
    Rgds
    sudhanshu

    Hi,
    Where exactly we are (or going to be) using this reference i.e., CL_SALV_WD_CONFIG_TABLE. Im passing contents, filename & MIME type as:
    call function 'SCMS_STRING_TO_XSTRING'
        exporting
          TEXT   = TEXT
        importing
          BUFFER = XTEXT.
    WDR_TASK=>CLIENT_WINDOW->CLIENT->ATTACH_FILE_TO_RESPONSE(
    **path to the word file
        I_FILENAME = 'WDP.xls'
    String Variable
        I_CONTENT =  XTEXT
    File Type
        I_MIME_TYPE = 'EXCEL' ).
    In CL_SALV_WD_CONFIG_TABLE we have few methods related to column settings however not sure where exactly we will be using this class reference. can you please give some idea so that i can do some r&d in that.
    Rgds
    Sudhanshu

  • Export only selected objects of a drawing

    Hello,
    I want to export only some objects of a drawing to png. Therefore I select them via click + Shift. I used CorelDraw before and there i can select, in the export window, "Only marked objects" (don't know the exact English term). Is there a comparable option to Corel?
    Thanks,
    Slodomir

    off the top of my head i don't know a way of doing this automatically...maybe i just don't know of it...
    My work around would be:
    unlock everything
    select your objects
    invert your selection
    hide the now selected objects
    export...
    bit of a work around but you could do an action to speed it up if you've got a few to do.
    hope that helps

  • Cpying / Importing only a few tables structure from one schema to other!

    Greetings,
    Can any one please suggest me the best method to copy the structure of series of tables from one schema to other in a eased way!
    For example:- There is a MC scheama and there are about 1000 tables... and there is a AB schema where I need to copy only structure of 85 selected tables from MC -> AB..
    Please suggest!

    Hi,
    You could use any of the following:
    1) Export 85 tables from source to destination
    2) Use Data Pump Export with Network_link if you are on 10g
    3) Use CTAS (create table as select )
    4) Use DBMS_METADATA.GET_DDL procedure on the source to create a script
    Probably, others would come up with more bright ideas.
    Regards

  • How to export only the data displayed in table of a jsp page to Excel

    Hi All,
    I want to export only the data that is displayed in the table of a jsp page to excel. But with my current code everything is getting exported to excel.
    <input type="checkbox" name="download" onclick = "form.submit()"/> Export to Excel
    response.setContentType("application/vnd.ms-excel");
    response.setHeader("Content-disposition", "inline; filename=fileName.xls");
    the table is displayed in the jsp using the following code:
    <table cellspacing="2" cellpadding="3" border="1"
    width="100%"> <tr> <%for (int i = 2; i <= cols; i++) {%>
    <td>
    <%
    out.println( rsmd.getColumnName(i) + " ");
    } %>
    <% while (rsettaba.next ())
    out.println("<tr>");
    for (int j= 2; j <= cols ; j++) {
    //out.println("<td>"+rsetallcl.getString(j)+"</td>");
    String varnl = rsettaba.getString(j);
    if ( varnl == null )
    out.println("<td> Empty </td>");
    else
    out.println("<td>"+rsettaba.getString(j)+"</td>");
    out.println("</tr>");
    %>
    </td>
    </tr>
    </table>
    please can anyone help how to just extract only the data in the table of a jsp page to excel.
    Edited by: Ramky48 on Dec 9, 2009 9:51 PM

    Ramky48,
    Why did you open a new thread when you had gotten quite a few responses and suggestions on the [url http://forums.oracle.com/forums/thread.jspa?threadID=998411]thread where you asked the same question - seems the best thing to do would be to continue on the same thread?
    However, your question has nothing to do with JDeveloper/ADF. If you'd like to do it the ADF way, it's trivially easy - you can use the [url http://download.oracle.com/docs/cd/E15523_01/apirefs.1111/e12419/tagdoc/af_exportCollectionActionListener.html]af:exportCollectionActionListener component, which does what you are asking for. If you want to use a straight JSP way, there were several good suggestions in the other thread you opened, or Googling "jsp export to excel" will get you about 4.6 million hits; the first 10 or so look pretty promising.
    John

  • Export only selected lines

    Hi,
    I have the req to download or export only those lines within ALV which are selected
    as excel format instead of complete lines,
    Thx in advance for your kindly efforts
    Friendly Regards
    ertas ilahn

    Hi Ertas,
    The approach shoud be :
    1. Have one field in your internal table for selection.
    2. Make the particular field as a check box for selection in ALV fieldcatlog
    3. Have a custom button in toolbar for for export to Excel
    4. Once the custom button is presses, loop at the internal table of yours and pick up the selected items and export that to excel sheet using GUI_DOWNLOAD.
    Hope this helps you.
    Thanks,
    Arun

  • EXPORT ONLY TABLES IN A SCHEMA USING DATA PUMP

    Hi folks,
    Good day. I will appreciate if I can get a data pump command to export only TABLE oBJECT in a specific shema .
    The server is a 4 node RAC with 16 CPU per node.
    Thanks in advance

    If all you want is the table definitions, why can you use something like:
    expdp user/password direcory=my_dir dumfile=my_dump.dmp tables=schama1.table1,schema1.table2,etc content=metadata_only include=table
    This will export just the table definitions. If you want the data to, then remove the content=metadata_only, if you want the dependent objects, like indexes, table_statistics, etc, then remove the include=table.
    Dean

  • How to set column widths in tables for selected table only, not globally throughout document?

    I've been utilizing the below script (thank you so much Ramkumar. P!) to set column widths throughout a sizable InDesign book with tables on every page and it is truly a time saver. At this point in time, I have three versions of it because there are different column widths throughout the book. Is it possible to augment the script to run only on a selected text frame (containing a table)? If so, would someone be kind enough to share the augmented script with me? I've been trying to figure out this seemingly simple change through trial and error with no success as yet. I realize this is a totally newbie request and I'm entirely at the mercy of the kindness of the Javascript gods that contribute within this forum. Seeing that in a different post related to this script, one such guru responded to a request as simple as "Where do I put the scripts in InDesign" gave me enough courage to ask for some help! Thank you in advance to anyone willing to provide a solution.
      var myDoc = app.activeDocument;
         var myWidths = [100, 100, 150, 150];
         for(var T=0; T < myDoc.textFrames.length; T++){
             for(var i=0; i < myDoc.textFrames[T].tables.length; i++){
                 for(var j=0; j < myWidths.length; j++){
                     myDoc.textFrames[T].tables[i].columns[j].width = myWidths[j];
         alert("Table width updated successfully...");

    Hello all
    I have the same problem in that I'm not a scripting person, but was able to get the above script working without problem, and it does set irregular table column widths perfectly, so thanks to Ramkumar. P for that.
    BUT, it changes the column width for ALL tables in the document, whereas I would like to just target the selected table.
    Any ideas as to how I might amend this script to achieve this?
    Thx, Christian

  • I am trying to upload movies from my itunes to my iphone and it will only upload a select few. Why?

    Help! I am trying to upload movies from my iTunes to my iPhone and it will only upload a select few. Why?

    You are using File->Add File (or Folder) to Library, right?
    Make sure that you also look at the various categories of content stored on the library:  turn on the sidebar (Ctrl+S keys toggle) and click the categories to see if the content shows in the content window of iTunes.
    It could be you are trying to add a video/movie in a format iTunes does not accept because it cannot play it or work with it.  (And yes, if iTunes cannot add it to the library, it should absolutely report an error message rather than leave you wondering and drop the command.)

Maybe you are looking for

  • Logging the Runtime Fault messages BPEL in WLS logs

    Requirement: I need to capture the run time fault from BPEL processes in the WLS logs how to do this? Solution: I have tried following I created the Java class ot initialise the Java logging. Java snippet: private static final Logger logger = Logger.

  • Rollback VO extention .. rollback JPX file and Personalization

    I have applied the Patch for VO extension.. and Personalization link is disbale. Due to some error on server .. I want to manually remove the files from file system. can anybody do let me know the step please. thank you

  • Files In Music player Not Shown In English

    I've transferred music files to my 6280 via Nokia Music Manager and when I open them using the music player on my phone, the files are in Japanese not English. It's quite strange because when I look at the files individually on my phone they show up

  • Restoring music from external HD to iTunes

    My old hard drive crashed. I have all the music backed up to an external hard drive. How do I get it on to new system? Just drag and drop into my music?

  • IPod does not continue where it was pause

    Hi all Does anyone know why when I pause a song, and if I go and do something else like surfing the web or if my phone gets lock, when I get back to iPod, it does not let me continue the song where I left off. It returns to the iPod main screen Is th