How a not-dba user can use datapump

Hello,
I've a dumpfile, I now want to import this with the new schema-user in other database. User already exists. Is this possible?
I do:
impdp test/test dumpfile=dumpdir:testdump.dmp logfile=dumpdir:testlog.log
(where dumpdir is the dump directory created by test-user, test-user has also quota unlimited on its tablespaces like it should and testdump.dmp is created by doing this: expdp system/manager dumpfile=testdump.dmp logfile=exporttest.log schemas=test)
I get:
ora-31626 job does not exist
ora-31633 unable to create master table "test.sys_import_full_05"
ora-06512 at "sys.dbms_sys_error", line 95
ora-06512 at sys.kupu$ft", line 863
ora-01950: no privileges on tablespace 'users'.
I don't know anymore what to do, if I just would use imdp system/manager ... that works fine, what do I wrong?
please help ...
thanks

also can't do an expdp with my test-user as follow:
expdp test/test dumpfile=testdump.dmp logfile=testdump.log
get exactly same errors as with import. So you can't use expdp and impdp with non-dba users. I can't find anything about this in the Oracle documentation or on google how to set this up for non-dba users???
greets
Message was edited by:
duvelke
off course when I do: alter user test
quota unlimited on users;
than it works, but that is not possible in my case. Users can only have quota unlimited on their tablespaces and not on Oracle default tablespaces!
Who knows more about this?
thanks

Similar Messages

  • How a not provisioned user can write in a forum into my OCS?

    I explain you the problem. In Discussion Application i have created 4 Forums where 3 are only for provisioned users registered into my OCS and i would want to permit that people not registered can read a write topic into my 4th forum. I am the administrator and in the section setting i have setted this possibilty for my 4th forum. Now i would want to put in another site a link for this opened forum. What i have to do? In which kind not registered users can see my forum?
    Please help me. Bye George

    Hi George,
    As far as I know there is no way to "pass in" user credentials to SSO in the URL. The URL you provide will just be for the discussions application(/discussions/app for example) and users will be automatically redirected to login to SSO first. What I meant by "distribute the username/credentials along with the URL" was that you'd have to describe to users how they'd go about logging into the discussions applications through SSO using the guest user and the password which you'll have to supply to them.
    Please bear in mind that once users are given the credentials for the guest user that they will be able to login to other applications as well. For example, the users will be able to login to the Mail application and send e-mails. Also, depending on Workspaces settings they may be able to create new workspaces, lookup other users in the system and invite others to join the workspace, etc.
    So essentially the implication is that there are other consequences that you must keep in mind when deciding to give out the credentials to the user. In general, given these security concerns, I wouldn't recommend distributing the username and password of any user to anyone.
    Regards,
    Dave

  • Icloud on snow leopard... why not? if a PC user can use it, why I can't on my Snow Leopard?

    I wonder why a PC user can use iCloud on his PC... and a Mac user can't use iCloud on Snow Leopard... I'm not talking about use it on Tiger or Jaguar... I'm talking about Snow Leopard!!!!
    I think you must do something, for the all real Mac user who can't upgrade every time to the latest version.
    How you didn't think that there are ppl who work with Mac and not only kill the time like the switchers

    The kinds of things that security updates on Mac OS X has required tweeks for have been just that, tweeks in comparison.
    Sorry brody, I'm going to call your bluff on that one
    https://threatpost.com/en_us/blogs/apple-ships-mammoth-security-update-101311
    https://threatpost.com/en_us/blogs/apple-fixes-81-security-holes-ios-51-includin g-siri-and-passcode-flaws-030812
    a brody wrote:
    It is not to say you shouldn't update the security on your Mac, it is to say that you can do that, as long as everything else is ready to be updated and your data is backed up.
    The issue is Apple isn't allowing updates because they are ignoring older OS X users.
    Apple only fixes the issues in the last two operating system versions in circulation, there are many people still using 10.4 and 10.5 on their Mac's just the way rthey bought them from the store. Come this summer, given current Apple behavior, they will start ignoring 10.6 users as well
    My Early 2011 17" MacBook Pro is only 1 year old, but in a few months my 10.6 operating system will become insecure. This is stupid for a $3500 machine!
    Sure I could update to 10.7 or 10.8 (waiting for 10.8 actually) but lets say I'm the 90% of the average Apple customers who only run Software Update AT BEST and just use their machine like they do cars, put the gas in and go? Never doing the maintainence?
    Is it right for Apple to deny all these users essential security updates? Especially given those links above of the quantiity involved of the patches?
    Is it right for Apple to leverage security as a means to force pre-mature hardware turnover?
    Apple is a big company and they need to think responsibly and support their OS versions for a proper amount of time.

  • How to make different users to use different Plan_Tables?

    How to make different users to use different Plan_Tables?
    I want each user use his own's Plan_Table. How to achieve this goal?

    qkc wrote:
    How to make different users to use different Plan_Tables?
    I want each user use his own's Plan_Table. How to achieve this goal?Which version of Oracle - if you're on 10g or later you are already (effectively) doing this.
    If not, then copy the 10g strategy back to your version; in outline:
    <ul>
    drop all existing plan tables
    create a table (but call it plan_table$) in the SYS schema (you may prefer to use SYSTEM) as a global temporary table on commit preserve rows
    create a public synonym plan_table for plan_table$
    grant select insert update delete on plan_table to public
    </ul>
    Look in $ORACLE_HOME/rdbms/admin/catplan.sql in a 10g version of Oracle to check how it's done.
    Each user gets a private (temporary) table in their temporary tablespace whenever they use the plan_table
    Their private data disappears when there session ends.
    Regards
    Jonathan Lewis
    http://jonathanlewis.wordpress.com
    http://www.jlcomp.demon.co.uk
    To post code, statspack/AWR report, execution plans or trace files, start and end the section with the tag {noformat}{noformat} (lowercase, curly brackets, no spaces) so that the text appears in fixed format.
    There is a +"Preview"+ tab at the top of the text entry panel. Use this to check what your message will look like before you post the message. If it looks a complete mess you're unlikely to get a response. (Click on the +"Plain text"+ tab if you want to edit the text to tidy it up.)
    "Science is more than a body of knowledge; it is a way of thinking"
    Carl Sagan                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • No user can use a modifier that I created but me

    Hi all,
    I created a modifier for adding charges to the sales order header, but no user can use this modifier but me,
    I don't know how to make this modifier active for a spesific users.
    thanks.
    Tamer

    Hi all,
    I created a modifier for adding charges to the sales order header, but no user can use this modifier but me,
    I don't know how to make this modifier active for a spesific users.
    thanks.
    Tamer

  • What's time Chinese users can use 8330 to send Chinese SMS?

    Is there any plans to support Chinese text messages on 8330?
    what's time Chinese users can use 8330 to send Chinese SMS?
    Look forward to attach importance to Chinese users, thank you!
    Best Regards!

    That would be a function of the carrier you are on.
    The 8330 does allow sending and receving of MMS, any blocking or disabling of the function comes from the mobile provider. For example, for a long time, MMS on the BlackBerry were disabled by Sprint in the US, but in the past year has been enabled.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Have purchased Adobe CC today. How many more apps I can use apart from photoshop, illustrator and indesign. Can I use all the listed apps within the membership fees charged per month? Or I will be charged extra?

    Have purchased Adobe CC today. How many more apps I can use apart from photoshop, illustrator and indesign. Can I use all the listed apps within the membership fees charged per month? Or I will be charged extra?

    Cloud Plans https://creative.adobe.com/plans
    -and subscription terms http://www.adobe.com/misc/subscription_terms.html
    -what is in the entire Cloud http://www.adobe.com/creativecloud/catalog/desktop.html

  • How to Check authorizations (user profiles) using eCATT?

    Hi All,
    Please tell me how to Check authorizations (user profiles) using eCATT?
    Thanks in advance.
    Regards
    Kalyani

    Hello ,
    Create a script for SU02 transaction in the SAPGUI mode, in the script move to the profiles tab and GETGUI the first profile and loop to all the profiles assigned to the user until you find your required profile.
    Other way is to identify the table where the profiles are stored and then create script using GETTAB , pass the user name and retreive all the profiles assigned to tht particular user, loop through profiles untill you find your required profile.
    Thanks & Best regards,
    Ajay

  • How we can lock No more than one user can use the table  at a single time

    Hi Abapers,
    0)  which  function modules to lock & unlock a table.
    1) When you execute the program, we can check if there is any lock on this table. If yes, the user should be able to only view the table contents and not modify.
    2) If there is no lock, then lock the table and go into change mode.
    3) On exiting from the program, unlock the table using the function module.
    4) more than one user can't modify the table just display.
    Note: If there is any lock, display message saying table is locked.
    Plz help me for this requirement.
    Thanks
    Nani

    Hello Nani
    Have a look at the lock object EMMARAE (<i>Lock MARA and MARM/MAKT exclusively</i>) in transaction SE11.
    Inspect the F1 help for field <b>Lock mode</b>:
    DE ENQMODE
    Short Text
         Lock mode
    Definition
         Defines how to synchronize table record access by several users.
    The following modes exist:
         Exclusive lock
             The locked data can be read or processed by one user only. A request
             for another exclusive lock or for a shared lock is rejected.
         Shared lock
             Several users can read the same data at the same time, but as soon
             as a user edits the data, a second user can no longer access this
             data. Requests for further shared locks are accepted, even if they
             are issued by different users, but exclusive locks are rejected.
         Exclusive but not cumulative lock
             Exclusive locks can be requested by the same transaction more than
             once and handled successively, but an exclusive but not cumulative
             lock can only be requested once by a given transaction. All other
             lock requests are rejected.
    If you want to lock a standard table search whether the table is used in lock objects (<i>Where-Used-List</i>). If it is a customer table you have to create your own lock object (including two function modules: one for enqueuing and the other for dequeuing).
    The lock modules can be found in menu <b>GoTo -> Lock Modules</b>.
    Given these lock modules the logic should be quite clear after starting the program:
    1. Request lock -> if successful, continue in Change mode; -> if failed, continue in Display mode
    2. Before leaving the report remove lock (note: no problem if no lock has been set in the beginning).
    Regards
      Uwe

  • How to limit the max dialog no that one user can use at the same time?

    Hi,
    I meet one performance problem that one user can open 6 sessions in the GUI and he/she can run 6 reports at the same time witch could occupy 6 dialogs in the sap R/3 instance. It makes poor performance for other users.
    Would you pls tell me how to limit the no. of sessions one user can create at the same time or how to limit the no. of dialogs one user can occupy at the same time?
    Thanks a lot!
    I used this parameters in the default profile as blew:
    rdisp/rfc_check 1
    rdisp/rfc_use_quotas 1
    rdisp/rfc_max_own_used_wp 20 (means: 20%)
    It still didn't work.
    Sean

    Hello,
    We can reserve DIA W.P by giving value to the parameter :- rdisp/rfc_min_wait_dia_wp=1(default)
    that have to necessarily remain free for other users.
    This parameter is used to reserve a number of dialog work processes for Dailog mode.
    For eg. If 10 dialog w.p. are configured for the instance(rdsip/wp_no_dia=10) and the parameter rdisp/rfc_min_wait_dia_wp=3 is set,parallel RFC's can occupy a maximum of 7 DIA W.P.3 DAI W.P. always remain free for dialog mode.
    But now the question is how we assign/restrict this free dialog w.p. to the specific user.
    Reply...
    Regards,
    JUNAID

  • How to find out User Id Used in Debugging Mode

    Hi Gurus
    Could you plz advice . how find to  out  SAP user Id used to   delete  SAP table entries in Debugging Mode.
    Thanks
    Ravi

    Hi Ravikanth,
      I'm not sure how to check the change log in debugging mode,
    but you can get the LOG DATA CHANGES from tcode SCU3(If log checkbox selected in Technical settings).
    You may check the coding for scu3 for more details.
    Happy coding..!!
    //Kiran Singh

  • Exclude create user statements using datapump API

    I’m trying to perform a schema import and exclude the "create user" statements using the datapump API but I can’t get the syntax correct for the dbms_datapump.metadata_filter call.
    Using impdp I use a parfile that includes the following statements:
    schemas=bob, john
    exclude=user
    How do I achieve the same effect using the dbms_datapump.metadata_filter API?
    Any assistance greatly appreciated.
    Gavin

    Did you ever figure out your issue? I'm having the same issue after I try to set attributes.

  • How do I stop users from using the standard inbuilt VPN connection in Windows

    We have a UAG Portal setup to check the security of users computers etc then if it is all correct they are presented with the log in and once logged in the are connected to the corpirate network via a SSTP connection.  The all works fine but the issue
    I have is users can bypass all the checking but just going into network connections on their local computer and creating a SSTP VPN connection, like on this webpage http://blogs.technet.com/b/tugait/archive/2011/10/12/how-to-publish-a-vpn-sstp-using-your-uag-in-a-https-trunk.aspx
    Any idea how to stop users being able to do this and forcing them to use Internet Explorer?

    Found my answer on this page  http://technet.microsoft.com/en-us/library/ee809077.aspx 
    "To enforce Forefront UAG portal authentication, do not set users dial-in properties to Allow
    access."

  • How do I find out how much space a user is using towards their disk quota?

    Weird problem on my OS X Server (Tiger) system: a user can't copy files into their share on the volume (SMB access from a WinPC) and is getting an "out of quota" error. She thinks she doesn't have that much stuff on the server, and I've set her quota to be huge. How do I find out, on the OS X Server system, how much space it thinks that username is using towards her quota?
    Mike

    BDAqua wrote:
    Hi Michael, no experience with Server, and there is a Server forum that may get a better answer...
    http://discussions.apple.com/category.jspa?categoryID=96
    Thanks - I'll post there.
    But, could this Quota/Share be over the 4GB SMB limit?
    what's the 4Gb SMB limit? A single file is over that large? We don't have that. Or it can't see any shares that have more than 4 Gb in them total? We definitely have that!
    Mike

  • How to provision bootstrapped users to use portal

    We are running OID 10.1.4 and have successfully configured the AD/OID bootstrap and our sync process is running.
    However, I can not login to portal using any of the users. I can use the oiddas to create a user and login to portal with it, the new user shows up in OID as well.
    I know I am missing a step, but have searched thru metalink and pages of documentation and can not seem to find that missing step. Can anyone assist? At least point me in the right direction?
    Thank you
    Ken

    The Access Policy and Role in OIM

Maybe you are looking for