Create dump file with datapump, with read right for everybody

Hello,
I have a problem under Linux : I am creating dump files with datapump.
Those dump files are owned by a dba group, with no read access for users not in the dba group.
Is there a way that the datapump utility creates dump files with a read access given to any user ?
Franck

Unlike "exp", when using "expdp", the dumpfile is created by the server process. The server process is forked from the database instance. It inherits the umask settings that are present when the database instance is started.
(Therefore, the only way to change the permissions would be to change the umask for the oracle database server id and restart the database instance --- which is NOT what I would recommend).
umask is set so that all database files created (e.g. with CREATE TABLESPACE or ALTER TABLESPACE ADD DATAFILE) are created with "secure" permissions preventing others from overwriting them -- of course, this is relevant if your database files are on FileSystem.
Hemant K Chitale

Similar Messages

  • Howto make created folders/ files from one teacher, read only for other teachers?

    Hello there,
    as an admin @ school I was wondering how to make created folders/ files from one teacher, read only for other teachers?
     - In a 2008domain, created a group "teachers"
     - created a folder "teacher data" where all teachers have read/write permissions
    ideal,a teacher who make's a folder in "teacher data" should be the only oen who is able to add file's to that folder and dele that folder or files. Other teachers may be able to read the content of the folder.
    Is this possible to set up and how?
    many thanks.
    Nico.
    rds

    Hi Nico,
    You could set the permissions below to resolve the issue:
    For the root folder "teacher data": give the full control permission to CREATOR OWNER – "Subfolders and files only" and give the read/write permissions to the group "teachers"– "This folder only".
    Best Regards,
    Mandy 
    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.

  • How can I create a file in iMovie with a lengthy audio file, but only 1 picture?

    Let me state first off that I'm a blind user using the Voiceover screen-reader in OS X.
    Now, I want to upload some audio to Youtube, but they do not allow simple MP3 files. As such, I want to create a file in iMovie with my audio and 1 picture to use as a visual. Within iMovie, I add my audio file, select a picture, but when I publish, the audio is cut off after only a few seconds. Can someone please explain how I can fix this issue so my entire audio clip will play?

    iMovie is a visual medium, so you need to make the duration of your photo at least as long as your voiceover track. You should be able to double click on your photo and then enter a duration.
    See iMovie Help at this link.
    http://help.apple.com/imovie/#mov3a883915
    An MP3 file may work for you, but for best results, use a WAV or AIFF file (uncompressed). You can convert MP3 to AIFF in iTunes. Let me know if you need instructions.

  • Pdf creator is creating corrupt file on Mac with Mountain Lion

    pdf creator is creating corrupt file on Mac with Mountain Lion, how to rectify?

    Please say what PDF creator you have including version
    and how you know they are corrupt

  • User administration - read rights for customizing

    Hello,
    is there s. th. like a only-read-right for the whole customizing img or do I have to get the rights for all the different t-codes inside the img?
    Thanks a lot in advance,
    Hansi

    Hi Mark,
    s.th. like this. The point is I'm new to right management. But there must be s.th. like a profile with which I get the right to see all the transactions related to the img or not? Our admin is saying we have to specify which transactions we need exactly which is quiete annoying. Instead I need a possibility to say: "Give me read-rights for this profile" and I can look after the customizing myself... Is there a way???
    Thanks a lot.
    BR,
    Hansi

  • Reader rights for adding attachment

    Hi ,
    is it possible to apply reader rights for adding attachments when output pdf form in sap?
    where can i find more document on controlling reader rights?
    thanks and best regards.
    Jun

    Hi Jun,
    here is a sample code for seting usage rights:
    FORM use_rights
      CHANGING p_pdf TYPE xstring.
    DATA: l_fp           TYPE REF TO if_fp,
          l_pdfobj       TYPE REF TO if_fp_pdf_object,
          l_dest TYPE rfcdest.
    MOVE cl_fp=>get_ads_connection( ) TO l_dest.
    l_fp = cl_fp=>get_reference( ).
    l_pdfobj = l_fp->create_pdf_object( connection = l_dest ).
    l_pdfobj->set_document( pdfdata = l_pdf ).
    DATA: lt_rights TYPE TFPURIGHT.
    PERFORM my_usagerights CHANGING lt_rights.
    l_pdfobj->set_usagerights( default_rights = space  rights = lt_rights ).
    l_pdfobj->execute( ).
    l_pdfobj->get_document( IMPORTING pdfdata = l_pdf ).
    ENDFORM.
    FORM my_usagerights
        CHANGING pt_rights TYPE TFPURIGHT.
      DATA: ls_rights LIKE LINE OF pt_rights.
      REFRESH pt_rights.
      ls_rights-right = if_fp_pdf_usage_rights=>formrights.
      ls_rights-value = if_fp_pdf_usage_rights=>formright_fillin. "Ukladani
      INSERT ls_rights INTO TABLE pt_rights.
      ls_rights-value = if_fp_pdf_usage_rights=>formright_export. "Export XML
      INSERT ls_rights INTO TABLE pt_rights.
      ls_rights-value = if_fp_pdf_usage_rights=>formright_add.
      INSERT ls_rights INTO TABLE pt_rights.
      ls_rights-value = if_fp_pdf_usage_rights=>formright_delete.
      INSERT ls_rights INTO TABLE pt_rights.
      ls_rights-value = if_fp_pdf_usage_rights=>formright_submitstandalone.
      INSERT ls_rights INTO TABLE pt_rights.
      ls_rights-value = if_fp_pdf_usage_rights=>formright_spawntemplate.
      INSERT ls_rights INTO TABLE pt_rights.
      ls_rights-value = if_fp_pdf_usage_rights=>formright_online.
      INSERT ls_rights INTO TABLE pt_rights.
      ls_rights-right = if_fp_pdf_usage_rights=>signrights.
      ls_rights-value = if_fp_pdf_usage_rights=>signright_modify.
      INSERT ls_rights INTO TABLE pt_rights.
      ls_rights-right = if_fp_pdf_usage_rights=>annotrights.
      ls_rights-value = if_fp_pdf_usage_rights=>annotright_create.
      INSERT ls_rights INTO TABLE pt_rights.
      ls_rights-value = if_fp_pdf_usage_rights=>annotright_delete.
      INSERT ls_rights INTO TABLE pt_rights.
      ls_rights-value = if_fp_pdf_usage_rights=>annotright_modify.
      INSERT ls_rights INTO TABLE pt_rights.
      ls_rights-value = if_fp_pdf_usage_rights=>annotright_copy.
      INSERT ls_rights INTO TABLE pt_rights.
      ls_rights-value = if_fp_pdf_usage_rights=>annotright_import.
      INSERT ls_rights INTO TABLE pt_rights.
      ls_rights-value = if_fp_pdf_usage_rights=>annotright_export.
      INSERT ls_rights INTO TABLE pt_rights.
    ENDFORM.
    Michal

  • Create XML file from ABAP with SOAP Details

    Hi,
    I am new to XML and I am not familiar with JAVA or Web Service. I have searched in SDN and googled for a sample program for creating XML document from ABAP with SOAP details. Unfortunately I couldn't find anything.
    I have a requirement for creating an XML file from ABAP with SOAP details. I have the data in the internal table. There is a Schema which the client provided and the file generated from SAP should be validating against that Schema. Schema contains SOAP details like Envelope, Header & Body.
    My question is can I generate the XML file using CALL TRANSFORMATION in SAP with the SOAP details?
    I have tried to create Transformation (Transaction XSLT_TOOL) in SAP with below code. Also in CALL transformation I am not able to change the encoding to UTF-8. It's always show UTF-16.
    <xsl:transform xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:sap="http://www.sap.com/sapxsl" version="1.0">
      <xsl:template match="/">
        <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
          <SOAP:Header>
            <CUNS:HeaderInfo>
              <CUNS:InterfaceTypeId>10006</InterfaceTypeId>
              <CUNS:BusinessPartnerID>11223344</BusinessPartnerID>
              <CUNS:SchemaVersion>1.0</SchemaVersion>
              <CUNS:DateTime>sy-datum</DateTime>
            </CUNS:HeaderInfo>
          </SOAP:Header>
          <SOAP:Body>
            <xsl:copy-of select="*"/>
          </SOAP:Body>
        </SOAP:Envelope>
      </xsl:template>
    </xsl:transform>
    In ABAP program, I have written below code for calling above Transformation.
      call transformation ('Z_ID')
           source tab = im_t_output[]
           result xml xml_out.
      call function 'SCMS_STRING_TO_FTEXT'
        exporting
          text      = xml_out
        tables
          ftext_tab = ex_t_xml_data.
    Please help me how to generate XML file with SOAP details from ABAP. If anybody have a sample program, please share with me.
    Is there any easy way to create the XML file in CALL Transformation. Please help.
    Thanks

    Try ABAP forum, as it seems not to be PI related.

  • Creating text file from SQL with adding counter in Filename.

    Hi,
    I have a requirement for creating the Tesxt files from Oracle DB which i can achieve by ODISQLUNLOAD.
    But tricky part is that i want have a file name+ counter such that Counter should start with 1 for the first file of the day, then 2,... and reset to 1 for every new date.
    e.g. file0001, file0002,file0003,file0004,.... file0100 and so on for one day.
    But when i will create a file on next day it should be created as again file0001, file0002,file0003,file0004,.... file0100 and so on.
    I may be able to achieve this using some variables but unable to think how could i achieve this.
    Any help would be appreciated.
    Thanks and Regards,
    Mahesh

    Hi Mahesh,
    If the files are loaded as one batch process, for instance, by executing a single package, you could perform a looping function and store the counter as a variable. It would be very similar to the blog post here: https://blogs.oracle.com/dataintegration/entry/using_variables_in_odi_creatin - but you would be using the #counter variable in your filename. Each day that the package is run, the counter starts at 1.
    Hope this will fit your needs.
    Enjoy!
    Michael R.

  • Create elemntary file on card with applet?

    Can anybody tell me how create and access to elementary file on card with javacard applet?
    Thank you!!

    Can anybody tell me how create and access to elementary file on card with javacard applet?
    Thank you!!

  • Creating a file in KM with attributes or metada

    Hi friends,
    I would like to create a document/file in KM but whith some attributes or metadata attached like time, date, contact person, telefon, department....
    I'm using the following code to upload a file, but I haven't found any Thread in this Forum about how to attach some metadata or context attributes.
         IPrivateRegistreEntradaView.IFileNodeElement fileelement = wdContext.currentFileNodeElement();
         wdContext.nodeFileNode().bind(fileelement);
         /*Make a simple type of that type*/
         IWDAttributeInfo attInfo = wdContext.nodeFileNode().getNodeInfo().getAttribute("filedata");
         ISimpleTypeModifiable type = attInfo.getModifiableSimpleType();
         /**Following is the code for uploading files**/
         /*Get an object of current Portal user */
         IWDClientUser wdClientUser = WDClientUser.getCurrentUser();
         com.sap.security.api.IUser sapUser = wdClientUser.getSAPUser();
         /*create an ep5 user from the retrieved user*/
          IUser ep5User = WPUMFactory.getUserFactory().getEP5User(sapUser);
          ResourceContext context = new ResourceContext(ep5User);
         /*Give the path to KM in the variable path */
         RID rid = RID.getRID("/documents");
         IResourceFactory factory = ResourceFactory.getInstance();
         ICollection folder = (ICollection) factory.getResource(rid,context);
          /***Using the upload element we can upload the files to a location in the server drive***/
         /*temperory location for writing */
          String location = "give the location here";
          String fileName = location + fileelement.getFilename();
          File file = new File(fileName);
         /*Create an output stream for writing to the temperory location*/
          FileOutputStream out = new FileOutputStream(file);
          out.write(fileelement.getFiledata());
          out.close();
         /*From the temporary location read the file using an input stream*/
          FileInputStream fin = new FileInputStream(fileName);
          fin.read();
         /*Using this input stream we can write to the repository*/
          //Content content = new Content(fileelement.getFiledata(),fileelement.get)
          Content content = new Content(fin,"byte", -1);
          IResource newResource = folder.createResource(fileelement.getFilename(), null, content);
    I think the solution could be by modifying the second argument of
    IResource newResource = folder.createResource(fileelement.getFilename(), null, content);
    This argument is a "IPropertyMap" type and now takes de value "null", but I'm not sure.
    Any ideas?
    Thanks very much in advance,

    Hello Lohitha,
    Thanks your interest but that link did not help a lot.
    Roberto,
    Thanks a lot for the links, the second one really gives a guide for setting up properties in the portal.
    But I found it quite more extended that my requirements, eventhought it helps a lot, since i just would like to attach some " attributes o some simple data" to the uploding file.
    I've found an option usint IPropertyMap
    Map myMap = new HashMap();
    String DEPARTAMENT = null;
    mapeo.put(DEPARTAMENTO, "HH.RR"); //this is just a example
    IPropertyMap myProperties = new PropertyMap(myMap) {
                   public int size() {
                        // TODO Auto-generated method stub
                        return 0;
                   public boolean isEmpty() {
                        // TODO Auto-generated method stub
                        return false;
    //Here we must implement all the metodes of the interface
    //then finally call
    IResource newResource = folder.createResource(fileelement.getFilename(), myProperties , content);
    But I'm not sure it could work, I'm having technical dificulties,
    Anybody could tell us any other simple option for creating a file in KM attaching some simple attributes??
    Thanks to all.
    Ivan,

  • My camera creates .avi files, imovie can't read them

    I have a camera that creates .avi files and I wanted to use imovie if possible or another software to create movies if imovie won't work, can anyone suggest what I need to do?

    Video Tracks: ?, 640 × 480, 30 fps, 1.84 Mbps
    The video codec is not recognized. Very likely a proprietary format that is only works with Windows. You need someone who can read the files on a Windows system and convert them to an industry standard codec such as DV.
    Who is the manufacturer and what is the model number of this camera?

  • I can't synchronize my iPod's with my iTunes software (Windows Vista Home Premium) due to problems with the access authorization / rights for this operation

    Hi there,
    I'd like to ask you something:
    I'm trying to synchronize all my iPod's (I have as many as 4 iPods: 2 iPod touch a 8 GB each and 2 iPod classic a 160 GB each) with my iTunes software (Version 11.3.1 which is installed on a Windows PC (Windows Vista Home Premium)). Unfortunately, the iTunes software refuses to run the command "synchronize with the iPod connected" regarding each and every iPod I have. iTunes just declares:
    Synchronizing is impossible because I wouldn't hold the access authorization / rights for this operation.
    I uploaded the songs at issue to my iTunes folder from CD's (all songs are in AAC format now).
    What is this access authorization, why was something like that invented and what can I do to get it?
    How do I have to proceed in detail?
    What would it cost?
    I am brand new here and have never ever made a post in any support community anywhere in the world in my life. Well, and I am not excessively knowledgeable about the particular computer or mac language but I know the very basics or can find out about them.
    Anyways - can you help me please?
    If you can't help me, who can do so?
    It would be nice if you could answer me as soon as possible!
    Thank you guys
    Prying Pedro

    Yes, others have experienced the problem, a simple search of the forums would have revealed that and the simple solution.
    Termporarily disable any security software on the computer.

  • Reading rights for another user

    Hi,
    I have a customer request who wants to have reading rights on tables which are used in a special workspace scheme.
    He wants to compare the contents with an application he is working on.
    Is it possible to assign only reading rights on defined tables in an apex workspace?
    How can I install it?
    Thank you in advance.
    Best regards
    GibsonLP

    Hi all,
    prolem is not solved yet.
    Can anyone help, please?
    Thank you
    BR
    GibsonLP

  • How to create PDF files from word with non-selectable content

    Hi folks,
    I am creating a PDF from a newsletter in Word (using print to Adobe PDF).
    I have checked the options available in the printer, but there are none that seem to allow this.
    I want to prevent the recipent from being able to click on obvious graphic objects e.g. signatures, within the newsletter and copy them to clipboard. I appreciate you can do this still with a screen capture, but I want to make it difficult.
    Is this possible?
    TIA

    That looks like it should work, but it doesn't.
    I opened the PDF I had created from Word in Acrobat (X Pro). Went to File > Properties. Selected "Change Settings". I then enabled "Restrict editing...", set a password, set "Printing Allowed" to "none", "Changes Allowed" to "none", and ensured that "Enable copying of text..." was disabled.
    I saved the PDF file, closed Acrobat, opened the PDF in Reader, and I was still able to select text and graphical objects.
    I reopened the PDF in Acrobat, and the document summart still shows everything as allowed. When I click on "show details" (from File > Properties) it shows the correct settings.
    Any ideas?

  • Creating XML-files in ABAP with format ISO-8859-1 after the use of unicode

    Hello,
    We have a problem with XML-files created in z_abap-programma.
    Before the use of unicode the XML-file was of the format: ISO-8859-1.
    After the introducting of unicode the format is UTF-16.
    In the abap-program we are using:
            CALL TRANSFORMATION xls-program
             SOURCE t_vbak = it_vbak
             RESULT XML xmlstring.
            CALL FUNCTION 'SCMS_STRING_TO_XSTRING'
              EXPORTING
                text     = xmlstring
              IMPORTING
                buffer   = lx_xml_as_string.
            CALL FUNCTION 'SCMS_XSTRING_TO_BINARY'
              EXPORTING
                buffer        = lx_xml_as_string
              IMPORTING
                output_length = li_xml_size
              TABLES
                binary_tab    = ltb_xml_table.
            CALL METHOD cl_gui_frontend_services=>gui_download
              EXPORTING
                bin_filesize = li_xml_size
                filename     = lc_filename
                filetype     = 'BIN'
              CHANGING
                data_tab     = ltb_xml_table
              EXCEPTIONS
                OTHERS       = 24.
    Is it prossible to create the XML-file with the format ISO-8859-1 after the unicode, please can you explane how to solve this problem.
    Regards,
    Theo Pijlman

    hi theo,
    did you read my thread i wrote some days before ? have a look in my sample coding find   " if_ixml_encoding ..... " there you can set the encoding of character .
    greetz
    tony
    thread:
    Re: abap to xml
    SAP Explanation for Interface if_ixml_encoding :
    http://help.sap.com/saphelp_nw04/helpdata/de/bb/5766a6dca511d4990b00508b6b8b11/content.htm

Maybe you are looking for

  • Finder throwing error -1401 when attempting to open files on mounted volume

    Alright, this is driving me nuts. At random, Finder will refuse to open files on a mounted volume on my server. It throws the error "The application can't be opened. -1401" and then "The operation can't be completed. An unexpected error occurred (err

  • Help!!! iphone 5 rear camera blurry after iOS 7.0.6 update.

    Help!!!! I just updated my iPhone 5 software to iOS 7.0.6. I realized that my rear camera became blurry. It won't focus even if I tap in the middle. There are no physical problems with the camera itself. I checked. Plus the camera is quite fine when

  • IMAC Using MAC OS and WindowsVista - Removal

    I partitioned my hard drive and created a 32gb partition for Windows Vista. I went ahead and installed Vista and switched back and forth by booting since Boot Camp didn't show up on the Vista toolbar. I decided to start using VMWare Fusion, installed

  • IPhone 4 has been stolen by pickpocket!

    My iPhone 4 has been stolen by pickpocket. I have made police report for it. I know there was no chance to get it back. Can i report to any Apple Support for this issue?

  • Flash PlayerをアップデートしたらFlashが表示されなくなった

    検索して情報を探してみたのですが.解決方法が見つからず こちらで質問させて頂きます. Adobe Flash Player 11.5.502.110 にアップデートしたら. 今までWebサイトで表示されていたFlash部分が見えなくなりました. 見えなくなったFlashに.おそらく共通しているのは 外部JPEGファイルを読み込んで表示させていることです. Flash Playerをインストールし直したりしましたが改善しません. WindowsXP.Windows7でそれぞれ.複数のブラウザで確認