Do we need to create users in expdp

Hello Guys
I need to do expdp impdp to migrate a database to another server with same OS and oracle version.
Do i need to create users.If not will they take the same passwords automatically.
also please tell which way i can run my expdp and impdp faster.i just know that to use parallel clause in both expdp impdp.
Also BUFFER parameter i think do some faster work if set to a high value.
So please tell on what basis i should set its value
oracle 10g
os--aix

Hi,
As long as the user running the export/import has the correct rights then the user will be created automatically (which is a big improvement over old exp/imp).
The main way to speed up expdp/impdp is to use parallel as high as possible and have a very large PGA when you import as most of the time is spent building indexes.
IN your case i would use a network link between the two databases to avoid creating a file which should also make things faster (and simpler).
There is no buffer parameter in expdp/impdp like there was in old style export/import.
I would make sure you are on 10.2.0.5 if possible to make sure you have all bug fixes for datapump as there are various issues that can slow it down.
Cheers,
Harry

Similar Messages

  • Help needed in creating user defined attribute

    Hi all,
    I want to create user defined attributes and make it available for all users in sun LDAP5.2,I have followed the below mentioned steps,
    1.Under configuration-schema i have created attribute named "ldapproducts"
    2.I have created new object class "userproducts" and made the parent to be "inetorgperson" and added my "ldapproducts" attribute in required attribute.
    Now,in directory tab,Iam trying to add the "ldapproduct" attribute for each user but my defined attribute i.e,"ldapproducts"is not available in the "Add Attribute"list
    please let me know do i need to do some steps or do i need to do any changes in DS files..
    waiting for ur replies...
    thanks in advance.

    Hi,
    I dont know the solution for this, but heres a work arround
    //create new label some where else in the excel sheet as shown below
    Label lblcmbdata;
    for(int i=0; i<1000; i++)
                 lblcmbdata = new Label(75, i, (i+1)+" satish", format);
                 sheet1.addCell(lblcmbdata);
    }//set the validation range as shown below
    writableCellFeature.setDataValidationRange(75,0,75,1000);
    Label cmb = null;
    cmb = new Label(0, 1, "Select",format);
    cmb.setCellFeatures(writableCellFeature);
    sheet.addCell(cmb);this will create a combo list with 1000 values
    also you can keep the data to be populated in the different sheet in same workbook by creating a named range as below
    workbook.addNameArea("cmbdata", sheet1, 0, 0, 0, 1000);
    // then fill the data in sheet1
    Label lblcmbdata;
    for(int i=0; i<1000; i++)
                    lblcmbdata = new Label(0, i, (i+1)+" satish", format);
                    sheet1.addCell(lblcmbdata);
    //set the validation named range as below
    writableCellFeature.setDataValidationRange("cmbdata");
    Label cmb = null;
    cmb = new Label(0, 1, "Select",format);
    cmb.setCellFeatures(writableCellFeature);
    sheet.addCell(cmb);Thanks and Regards
    Satish

  • Need to create user up-dateable site

    I'm going to do a site for a friend who sells Chameleons. He
    needs to be able to update the pages on his own once I'm done. He
    doesn't have DW or know anything about web design. I've had clients
    ask this before and it involved me hiring a coder to create a
    backend which was expensive.
    Is there anyway it can be done on the cheap and easy?

    Like Patty says, WordPress is open source and widely
    supported by many
    hosts. If your server has cPanel and Fantastico, you can
    install it in a
    few clicks. Requires PHP & MySql database. ++ Learning
    curve for first
    time theme builders. But easy for most clients to use.
    http://www.becomeablogger.com/
    Watch videos.
    Cushy CMS - Very simple. No programming or database required.
    Editing is
    done on their servers. Watch the video to see how it works.
    http://www.cushycms.com/
    NanoCMS - Resides on your server. Simple to use. Requires
    PHP, uses
    flatfiles - no database
    needed.
    http://nanocms.kalyanchakravarthy.net/
    Content Seed - Resides on your server. Available in ASP, PHP,
    or ASP.net
    versions - uses flatfiles, no database needed.
    http://contentseed.com/
    --Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com
    "phrarod" <[email protected]> wrote in
    message
    news:g84oo1$56s$[email protected]..
    > I'm going to do a site for a friend who sells
    Chameleons. He needs to be
    able
    > to update the pages on his own once I'm done. He doesn't
    have DW or know
    > anything about web design. I've had clients ask this
    before and it
    involved me
    > hiring a coder to create a backend which was expensive.
    >
    > Is there anyway it can be done on the cheap and easy?
    >

  • Need to create users and default passwords in su10

    Hi Experts,
    I have a small prob generating the passwords for the MASS users creation in Su10.How could we generate the same password for all the users in the Mass creation.Is there any process to set the default passowrds for ll users.
    Regards,
    Surya.

    Hi
    Use SCATT script for this, better than SU10
    For more help
    http://209.85.175.104/search?q=cache:MMJJi_P39VUJ:www.dop.wa.gov/NR/rdonlyres/04284671-03DB-472B-A406-E52D7155C3FB/0/SSO_Decentralized_Security_Handbook_v3e.docSAPgeneratepasswordsformassusersusingsu10&hl=en&ct=clnk&cd=11&gl=in
    Regards
    Bhaskar
    Edited by: bhaskar1818 on Jul 26, 2008 10:21 AM

  • Creating users in Active Directory through LDAP connector

    Hello,
    If we need to create users in Active directory using LDAP connector, what are the options for the following:
    1) Update back into SAP from AD. LDAP connector updates only in one direction i.e from SAP to Active directory.
    2) Can we add additional fields in LDAPMAP which are not standard e.g can we we write our own code to extract data from HR to map the value with an attritube within Active directory?
    Regards,
    Ahmad

    Hello!
    I noticed the email in my inbox and understand the reason for deleting it - checked the rules again - no problem with that.
    Here is the posting again - sanitized this time.
    You can create users in LDAP/AD from SAP without a problem. SAP provides function modules to create/maintain/delete users with LDAP attributes in the correct ou path.
    You can also perform group membership assignment in LDAP from SAP if needed.
    I have done this quite a few times at different companies that use SAP HCM.
    A userid in SAP is created automatically during hiring action with default password e.g. birthday of employee and certain authorization roles based on configured information.
    The userid is then created right away in LDAP in the correct ou path (controlled via custom configuration table) and LDAP group membership is assigned.
    A job runs every 8 hours to perform delta updates in LDAP.
    The userid in SAP and LDAP are locked automatically if the user is terminated using termination action in HR.

  • Creating User Exit Variable in BeX

    Hi All,
    Urgent help required.
    I need to create User Exit for a variable which reads value from other variable value which user enter during pop up.
    Ex: I need get value for the vaiable "ZACTFY" from the variable value "ZSCENARI". Value of this ZSCENARI will be like
    200684
    200693
    200757 ....
    where 2006, 2007 specify year of the forecast value and from (200684) the value 8 refers to 8 months actual & 4  refers to 4 months plan values.
    So if ZSCENARI is 200684 the value for the variable ZACTFY should be in interval. i.e Range for low value should be 001.2006 (always month is Jan and year taken from first 4 digits of ZSCENARI) and hight value should be 008.2006.
    No need to worry about plan values for scenario 200684 plan value will be there only for last 4 months.
    1. Can any one tell me how to do coding for this(pls let me know including declaration).
    2. Also if the value for ZSCENARI is Multiple single values lets say the user enters as 200684,200693,200657.. Pls tell me how we can do coding for this.
    Thank You.
    Best Regards,
    Bhuvana.

    Hi,
    CASE I_VNAM.
      WHEN 'ZACTFY'.
       IF I_STEP = 2.
          LOOP AT I_T_VAR_RANGE INTO LOC_VAR_RANGE
            WHERE VNAM = 'ZSCENARI'.
            CLEAR L_S_RANGE.
            L_S_RANGE-LOW = LOC_VAR_RANGE-LOW(4).
            L_S_RANGE-LOW+4(2) = '01'.
            L_S_RANGE-high = LOC_VAR_RANGE-LOW(4).
            L_S_RANGE-high4(2) = LOC_VAR_RANGE-LOW4(1).
            L_S_RANGE-SIGN = 'I'.
            L_S_RANGE-OPT  = 'BT'.
            APPEND L_S_RANGE TO E_T_RANGE.
          ENDLOOP.
        ENDIF.
    With rgds,
    Anil Kumar Sharma .P

  • URGENT: issue while creating user through reconciliation of AD

    Hi,
    We have a requirement where we need to create users in IDM through reconcilition against Active Directory. For certain type of account Ids I want to trigger a custom workflow used for user creation. So I set "viewOptions.Process" to my custom workflow in the user form assigned to the admin who is the proxy admin for the reconcilaition process. But it doesn't seem to kick off my custom workflow. Will this work? Is this the correct form to specify the custom workflow to be triggered?
    Also I tried putting some trace satements in the default "Create User" workflow to see that if it is being called during user creation by recon. In the logs I don't see my trace statements. So the question is: Which is the workflow that is called when a user is created through reconciliation? How to specify a custom workflow name in this regard?
    Thanks,
    kIDMan.

    I'm wondering if you have an answer to this?
    I need to do a similar thing. For me, I reconcile against an oracle DB and there are Active and Inactive users. I only want to reconcile Active users. I put the following code in the user form but it still created Inactive users. "Exclude Inactive User" is an empty WF that has only start and end activities.
    <Field name='viewOptions.Process'>
    <Expansion>
    <s>Exclude Inactive User</s>
    </Expansion>
    <Disable>
    <neq>
    <ref>global.status</ref>
    <s>I</s>
    </neq>
    </Disable>
    </Field>

  • Creating users thru GTC

    Hi,
    we are working on 2 OIM 9.1 machines, where we need to create users present in one OIM to other OIM instance through the use of SPML web services. not thru reconciliation.
    Host A contains an OIM server installed. A generic connector (GTC) is defined here.
    Host B is the target where another OIM server is installed wherein users must be created. This users so created are the ones which are already present in Host A.
    A webservice (axis) is installed here.
    So basically we need to send the users from host A to host B through SPML web services.
    I am stuck on how to create users into the target machine, thru the use of this GTC?
    Can anyone help me regarding this?
    Thanks in advance

    There are several ways of implementing security. You still can use the default Oracle users and let the database do the security. But you have to use database roles with passwords to shield off any unwanted actions outside the application. You have to grant access on the database objects to the database role. The role is also granted to the user (but is not a default role).
    In the application, after succesfully logon, you have to set the role and thus enabling the user to access the tables, views and other objects.
    There is more information about implementing security in the database manuals. For Oracle 8i (8.1.6) you can find it here: http://technet.oracle.com/doc/oracle8i_816/appdev.816/a76939/adg12sec.htm
    By the way it is possible to shield off the use of SQL*Plus in SQL*Plus itself. See also the above mentioned documentation for more info on that.
    null

  • Urgent!! how to create user

    Hi all,
    Just to double confirm, i need to create user and grant some sessions to the user with no expiry password. pls correct me if my script is wrong
    create user user01 identified by user001
    grant connect,create_session to user01;
    How to set the password to non-expiry??

    your command is correct but the CREATE SESSION is not required because
    CONNECT has it. CONNECT is a role. Prior to 10g it had a standard set of privileges associated with it - CREATE TABLE, CREATE SEQUENCE, etc as well as CREATE SESSION. The use of this role was deprecated because lazy DBAs - present company excluded ;) - tended to grant it rather than thinking about which system privileges an account actually needed. The CONNECT set is wrong for both developer accounts and regular user accounts in almost all cases; and as those account for >95% of all non-DBA accounts ....
    In 10g CONNECT now just has the CREATE SESSION privilege. Which is sensible but might catch a lot of people out, Unless they read the Upgrade docs of course.
    Cheers, APC

  • Creating users with javamail in cyrus

    Hi!
    please, help me!!! I'm in problems..
    I need to create users (accounts) with javamail in cyrus.. but I don't know how to do that... The connect method requires a user but which user I have to put there in this case?
    Can anybody give me a solution please?
    thanks!
    Kary

    Management issues are beyond the scope of JavaMail.

  • Can not create user "OPS$domainname\SAPSERVICEC11" in oracle

    Hi all,
    I'm installing SAP R3E 4.7 extension set 2 SR1 on Window 2003 , orcle 9.2 (patch 9.2.0.8.0) after finish CI, DB, DI and try to strat SAP with MMC but disp+work.exe didn't run . And the error is "ORA-01017: Invalid username/password; logon denied"
    After that i find out solution from SAP Note400241. I need to create user  "OPS$domainname\SAPSERVICEC11" but my domain name is 17 charecters long. That make the username is too long (more than 30 characters). So I cann't create this user.
    How can i solve this problem?
    BR,
    Prachya

    > Hi Eric,
    >
    > With the note: 400421 I am facing the following
    > problems..... Could you please help me out as where I
    > am going wrong?
    >
    > 1. I could connect through " connect /@sid"
    <b>-> OK, then the "OPS$" exists</b>
    >
    > 2. select granted_role from dba_role_privs where
    > grantee='ops$_user';
    > No Rows found..
    >
    > 3. select owner from dba_tables where
    > table_name=T000
    >
    > gives me SAPDEV
    >
    > That means the owner is SAPDEV and what is SAPUSER
    > ????
    <b>NO, this is telling you that the schema name is SAPDEV, only. We will need it later</b>
    >
    > general checks:
    >
    > select owner from dba_tables where table_name=SAPUSER
    >
    > gives me OPS$DEVADM and OPS$SANDBOX\DEVADM
    <b>The name of your server is SANDBOX, but you mentioned before that you had a domain longer than 17 characters. This does not match.
    Have you performed a DOMAIN or a LOCAL installation?
    For this output it seems that it is local</b>
    >
    > so if t000 has SAPDEV then should I check the above
    > command for SAPDEV instead of SAPUSER???? ..
    <b>NO. The table name is SAPUSER</b>
    >
    > 3. select owner, table_owner, table_name from
    > dba_synonyms wghere synonym_name=SAPUSER
    > give
    > OPS$SANDBOX\SAPSERVICEDEV OPS$SANDBOX\DEVADM SAPUSER
    >
    > why here SAPUSER is present..
    <b>
    Do you know what is a synonym? or what have you queried?
    Select owner, table_owner, table_name from
    dba_synonyms wghere synonym_name=SAPUSER
    It is giving you the
    -> Synonym OWNER  -> OPS$SANDBOX\SAPSERVICEDEV
    -> Table OWNER        -> OPS$SANDBOX\DEVADM
    -> TABLE NAME         -> SAPUSER
    This data is correct.</b>
    >
    > Do I need to change the T000 table( update it to
    > SAPUSER)???
    <b>NOOOOO. Leave teh "normal" tables alone</b>
    >
    > I you know that have copied the data files (OS level)
    > from anpther DEV server to sandbox..( SID same). It
    > had in DBA_USER with its hostname like
    >
    > OPS$HPSERVER\SAPSERVICEDEV
    > OPS$HPSERVER\DEVADM
    >
    > So I thought it must be bcos of this so I run the
    > script oradbusr.sql to create
    > OPS$SANDBOX\DEVADM user and managed to create it.
    > Also managed to get OPS$SANDBOX\SAPSERVICEDEV users.
    > The grant to them is also okay.. But then also not
    > able to connect through SAP.
    >
    > Please suggest where I am going wrong and what to
    > change...
    >
    > Regards
    > Prashant
    <b>So, Looking at the initial error ( ora-1017 ) and the output of the queries I wonder if you have changed the DB password.
    I do think so. and I think you did it at DB level ( alter user identified by ... )
    Then the problem seems to be that you do not have the password in SAPUSER table in sync with the password you changed.
    In SAP ABAP systems you cannot change the password at DB level. You have to use BRCONNECT to do so, it will keep the passwords in SYNC:
    brconnect -u system/<password> -f chpass -o <sapowner> -p 
    <password>                                                
    try it. then execute R3TRANS -x and see if it can connect
    </b>

  • Create users

    hi,
    I need to create users and i have to assign authorization to users based on their roles ,can you please tell me where and how can i do this ...?
    Thanks N Regards.
    Priya.

    Hello,
    To create users and assign roles go to transaction SU01.
    To get more information about Authorizations and profiles, please read this: [https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a92195a9-0b01-0010-909c-f330ea4a585c].
    Regards.

  • Execute CreateUser() Procedure without "create user" rights

    Is it possible to create and execute a procedure that would use Dynamic SQL (or some other method) to create a user even though the user executing the procedure does not have "create user" privileges?
    Thank You for any assistance

    Yes, with a default definer's rights procedure, only the owner of the procedure would need the CREATE USER privilege. The invoker of the procedure would only need EXECUTE on the procedure.

  • Create user problem in portal 9ias release 2

    I have 9iAS release2 running. I am able to create new portal user. But when I try to create user using
    wwsso_app_user_mgr.create_user and wwsec_api.add_portal_user I get
    following error
    ora-06510: PL/SQL: unhandled user-defined exception
    Any idea why?
    How could I create portal user?
    I need to create user automatically through scripts.
    Thanks,
    Diego

    Diego,
    I have been working on this problem as well, that of creating users and assigning them to groups via pl/sql. What I have found is that non of the wwsec apis work. It appears that al user and group stuff need to be managed via the DBMS_LDAP package. There are examples of adding users in the DBMS_LDAP reference. Adding and removing from groups is a little harder to find info on, but there is an example out there by Erwan Lancien (Ithink) that I hae been able to get to work for my situation with minor changes.
    Try hitting this link for the discussion -> Re: FOREIGN KEY Constraint And Table Lock
    Hope this helps,
    Curt

  • How do I move all my files from one User Profile (account) into another? I needed to create a new account and want all of my files accessible in the new one.

    How do I move all my files from one User Profile (account) into another?
    I needed to create a new account and want all of my files accessible in the new one.

    ok, what you're learning right now is 101 unix, which is good. Unix is a good thing
    now: the way unix works, and macos (which uses unix underneath) the files and folders work like a hierarchy.
    the start of that tree is /
    so, if you were to do:
    cd /
    (cd means change directory)
    it will bring you at the highest branch of the file system.
    cd /Users
    will bring you to where all the users are.
    to see whats in /Users you can use your friend ls command
    ls means list files/directories
    so:
    cd /Users
    ls -la
    (the -la here means show all (even hidden) and long format (very verbose))  this flag is very optional.
    you will see
    fred
    user2
    for example.
    if you want to see the desktop of user2 you would change directory to it then list the files.
    for example:
    cd /Users/user2/Desktop
    Note that the files and directory are case sensitive, so, desktop is NOT the same as Desktop, or DESKTOP
    ls -la
    you should then be able to see everything in users2 desktop
    you could have done as well the same thing in smaller steps, for example:
    cd /
    cd Users
    cd user2
    cd Desktop
    this is the equivalent of cd /Users/user2/Desktop
    So, for your file, i don't know where it was, but know that if you log in as user2, it will directly put you in
    /Users/user2
    which most likely the file you had created from the other user was in /Users/user1
    if you copied all the files from /Users/original_user to /Users/secondUser
    most likely yes, all your mail, bookmarks etc would be copied over.
    so in your case.
    sudo chown -R seconduser:staff /Users/secondUser
    should work
    Remember that if you start a path with the character /  it means start from the root of the file system, at the highest top you can ever get.
    so
    cd /Users/fred
    is not the same as
    cd Users/fred
    unless you were in / already
    i know it may be confusing at first but it's actually very logical if you play with it.
    to simplify, think of it that / means C:\  on windows
    you can't go any higher than C:\  (in a way)
    if you're unsure which directory you're currently in, you can always type:
    pwd
    it will tell you where you are.
    for example:
    cd /
    pwd
    this shows  /
    cd Users
    pwd
    this now shows /Users
    cd /System/Library
    pwd will show /System/Library
    cd /
    cd /Users
    cd fred
    cd Library
    pwd will show /Users/fred/Library
    unix can look very scary but it's actually vital and very necessary to do tasks sometimes that would take for ever to do via the windows. This is good learning.
    so for the myfile you had created, i can't tell you where it is, at the time you created, if you can do a pwd command you'll know the path,
    ls -la  (this shows all the files where you are)
    if you see myfile in the list
    do a pwd
    whatever is return, the real location of the file would be:
    whatever pwd returned / myfile
    I hope that makes sense.

Maybe you are looking for

  • Spry xml data does not work in ie

    Hello all, I'm attempting to use a spry data set / xml. Works great in FF. I can't get it to function in IE. On my test machine, it will blink the html content without the xml data and then just disappear. No error. I've created a simple test page fo

  • How to set scrollPolicy in table

    In the documentation in appendix D in the developers guide [http://docs.oracle.com/cd/E35521_01/web.111230/e16181/ap_tablet.htm#BABCEBJJ] which says : Table By default, when rendered on tablet devices, tables display a footer that allows the user to

  • Adobe Photoshop and Premiere Elements 11 installation problem

    I've just bought this program, and am trying to install it on my computer for the first time, but am getting an error when I try to play the Autorun. Then when I click "OK", I get an unreponsive screen: Any idea what I could be doing wrong?

  • Faulty DVD Drive/Burning Software?

    Hi, I have a macbook pro and for some strange reason, the DVD drive or the software won't burn any DVD's I try to make. In iDVD, during the burning stages it get to the very near last stages of burning and then it ejects it before it has actually com

  • For ecommerce - coldfusion or php?

    Hi folks, I want to build a complete ecommerce site. I've just started learning java script and php and i am planning to learn colfusion for the ecommerce aspect of web development. However, i just came across something on the web that said one could