a new user database contain tables how?

Hi all
recently, I ordered "exp" user to export my database, and I'm totally surprised that I have created the new user, contains only 11 tables (that I created), but while export thousands of unknown paintings there and a lot of thing that has been exported.u can imagine my exported file (.dmp file) is a size 86 MB.
What is this funny magic?

You are right that you you have answered the question

You said:
the new user i created was given grants of dba, along with connect and resource

If you have a DBA role granted to a user and that you export with full = o that export you for the WHOLE DB for all users.
This is what happened.
But when you import you use tosuer of the user so you only import so that the objects that the user is the owner.

Kind regards
bobin

Tags: Database

Similar Questions

  • Add a new user through Host profiles

    Hi guys,.

    I was wondering if anyone knows if I create a new user on a single ESXi host and use this host as my host of reference for a profile of the host. If the new user is contained in the profile of the host, and every time the profile is applied it will be applied to all other ESX host?

    Thank you

    D

    Not with a profile of the host, read the doc tech following, which explains what is included in Host Proflies.

    http://www.VMware.com/files/PDF/Techpaper/VMW-host-profiles-tech-overview.PDF

    If you want to manage the creation of users who will have to do with a script.

  • How can I create a new database without table using database configuration

    How can I create a new database without table using database configuration

    You can search for your "DBA 2 days" version oracle documentation for your version.  You should also read the manual of the concepts.  Create your own schema is pretty basic, all you have to do is to create a user.  Don't use dba or system for your own objects.

  • How my new users access to the data in the database?

    Hello

    I created a database with new users who will need to access the database, but as soon as I connect to one of the new users can't access tables or any of the data that I had inserted previously.

    Any help would be greatly apprciated!

    Thank you

    Rory

    (Running Oracle 11 g)

    As connect you to the database by default, you can only access your objects or object that you access directly by prefixing its owner. In your case, not only you must give the user but also needs prefix synonym/owner access rights to access these objects. for example

    user that has (you) have following things:

    EMP (grant select on emp to UserB ;)

    Dept (grant select on dept to UserB ;)

    User B

    Select * from UserA.emp;

    Select * from UserA.dept;

  • How to remove grant select to one user, if this table contains public subsidies.

    Hi all

    Owner of the table gave all access to a table to the public

    for example

    >

    grant all on table1  to public;
    

    But now for a user "user1" if we remove select grant

     revoke   select  on table1 from user1;
    

    I get the error ORA-01927: cannot REVOKE privileges you did not

    OK if I revoke all access to "user1."

    revoke   all  on table1 from user1;
    

    I get Revoke succeeded.

    But always in the connection of the User1, I can select data from table1.

    Why?

    Is it because I gave all subsidies to the public?

    Above scenario must revoke the access of a user to a table that has all government subsidies.

    Yes, it's because SELECT on the table access has been granted to the PUBLIC.  The user still has the option to SELECT the table after you have removed the direct subsidies because they can always access privileges granted by the PUBLIC.

    If you want all users to have access to the table, you shouldn't be granting access to the PUBLIC in the first place.  Create a new role, grant SELECT on the table for this new role and assign this role to all users need.

    If for any reason, you're stuck with the issuance to the PUBLIC, I suppose you could create a policy from the CAE on the table that prevents the user to see all the data.  But it's a lot more work to get grants of privilege correct in the first place.

    Justin

  • How can, during the collection of data, start a new column in my table every 100 data points?

    Hello! I have a problem with my data - I get in a wide range of 1 x 1000, but it's the repeated measures, each taking about 500 data points. I want to break this table for this data string start a new column in my table every 500 points given. I don't know how to do it-please help!

    datacompiler100 wrote:

    Hey thanks for the sponsor and the first off I must apologize for the State, I am attaching my VI. I put the part of the VI that I am working on (my team has access, so didn't post everything here) and also attached the data file (when just written in a spreadsheet file, not through the attached VI). I want to convert the long row of data and then start a new column every 50, 100, 5 points (user-defined).

    Using the data from the file, you can reshape everything simply (as you already!), followed by transposition (since you want columns instead of rows). 2D arrays must always be rectangular, so the last column is filled with zeros if necessary. Is that what you want?

    Of course if you try to add a new column in a file, that will not work. You can only add lines in an existing file because of the way the data is organized. To add columns, the entire file must be read, intertwined and all re-written new data in the file.

  • How to integrate the CCM user database unit

    Is CCM and the unit with a ldap user database, possible to integrate? and how

    BTW, if you add a Subscriber in the unit, is to add a user to windows Active Directory.What is the password for this user AD?

    HI -.

    The permissions to allow the unit to create objects user AD, groups and distribution lists are made by running the wizard of permissions of the unit as well as configured when you install the unit (for example, you specify if you want to create user objects, or simply import subscribers, which is how we do it). The default password for the Windows account of the user of the AD is listed in the template of the default subscriber passwords, domain Windows Password Settings section. For security reasons, it must be changed to follow the policies of your organization password. You can change this by creating a new model, based on the default subscriber, with a new Windows Password Settings that gets applied to new subscribers as they are created or imported. The unit is not a LDAP database, it uses the Active Directory database. Database SQL of the unit is synchronized with the information in the AD. CallManager uses its own telephone directory and user information or can use AD. We chose NOT to incorporate the MAC with AD. It is a personal choice for us - we didn't want to CCM or unity, creation of user objects. Maybe it's a different look for a Messaging voice only implementation rather than Unified Messaging. I can't deal with your issue on the integration of Cisco databases and unity.

    Best wishes

    Ginger

  • Having problems to import tables to a new user with new tablespace

    Hi all

    Here is my scenario:

    I have a user, the latter having data stored in storage - say q, w, e.
    I would like to export all the tabledata and import it to a new user USER_B. All data imported to B must be kept in the USER_B_PERM tablespace.

    I tried a lot of things yet, but imp always try importing the tables for the original tablespaces.

    What have I done now:


    create new databases:

    create tablespace USER_B_PERM
    DATAFILE ' / oradata_big, path, USER_B, USER_B_PERM. DBF' SIZE 126 M
    SIZE UNIFORM LOCAL 125M MANAGEMENT MEASURE;

    ALTER DATABASE DATAFILE ' / oradata_big, path, USER_B, USER_B_PERM. DBF'
    AUTOEXTEND ON;


    create temporary tablespace USER_B_TEMP
    TEMPFILE ' / oradata_big, path, USER_B, USER_B_TEMP. DBF' SIZE 126 M
    SIZE UNIFORM LOCAL 125M MANAGEMENT MEASURE;

    ALTER DATABASE TEMPFILE ' / oradata_big, path, USER_B, USER_B_TEMP. DBF'
    AUTOEXTEND ON MAXSIZE 3000M;


    CREATE user B:


    -SQL USER
    CREATE USER USER_B IDENTIFIED BY USER_B
    DEFAULT TABLESPACE "USER_B_PERM".
    TEMPORARY TABLESPACE "USER_B_TEMP";

    -ROLES
    GRANT "RESOURCE" TO USER_B;
    'CONNECT' GRANT TO USER_B.
    ALTER USER USER_B ROLE BY DEFAULT "RESOURCE", "CONNECT";

    -SYSTEM PRIVILEGES
    GRANT CREATE ANY VIEW TO USER_B;
    REVOKE A USER_B UNLIMITED TABLESPACE;
    change the quota USER_B unlimited user on USER_B_PERM.

    export of old data
    owner file = exp_user_a.exp exp = USER_A compatible exp.log = LINES Y = Y = log


    new user import
    IMP file = exp_user_a.exp fromuser = USER_A, USER_B log = imp.log ROWS = touser = Y



    Because I revoked the UNLIMITED TABLESPACE privilege imp creates tables in the original storage spaces (q, w, e) but the data import failed:
    ORA-01536: space-Programmvielfalt fur Tablespace 'q' passed.

    Any ideas? I don't see what is different to the docs:
    http://docs.Oracle.com/CD/B19306_01/server.102/b14215/exp_imp.htm#i1023312


    We are using oracle 11.2.0.1 and we have still a few columns long raw if it matters.

    Thanks in advance,
    Andreas

    I tried a lot of things yet, but imp always try importing the tables for the original tablespaces.

    If the table was created with the specific tablespace clause, then it will go in particular tablespace.

    I would like to export all the tabledata and import it to a new user USER_B. All data imported to B must be kept in the USER_B_PERM tablespace.

    easy to solve this problem in impdp datapump, use clause REMAP_TABLESPACE.

    http://docs.Oracle.com/CD/B19306_01/server.102/b14215/dp_import.htm

  • Need to table of database containing the details of resource Provisioning

    Hello

    I need to know the table name in the IOM database, containing information on the resources provided to a user.
    I need the configuration to a particular resource resource status.

    Example:
    A user provided to the advertising target system and the State is "stocked".

    Please let me know the name of the table.

    Thanks in advance.

    Concerning

    I suggest to go with (PK suggestion is correct but sometimes messed up IOM things in the case where multiple instances of connectors are used so just be good side)

    SELECT usr_login ost, Ouedraogo, obj, usr, obi WHERE oiu.ost_key = ost.ost_key AND obj.obj_key = obi.obj_key AND oiu.usr_key = usr.usr_key and ost_status in ('provided', 'Enabled') and oiu.obi_key = obi.obi_key and obj.obj_name = 'AD user'

  • Question: How to create the new user and schema in 11g?

    Who can give me the answer how to create a new user and a schedule?

    I had installed oracle 11g DB and oracle in my OS windows client. I found in the 11g than there is no console management business with the new version. It is no different with oracle 10g. So I don't know how to create this new user.

    I had created a new DB instance, but I did not how to create a user on it. Who can give me a helping hand for who? I hope a give oracle experenice expert answers.

    Thank you very much!

    Published by: user774630 on October 27, 2008 22:01

    Published by: user774630 on October 27, 2008 22:09

    Hello
    I'm not sure which option you are talking about? [Do you use the EMCA, http://download.oracle.com/docs/cd/B28359_01/server.111/b28319/emca.htm#SUTIL800] to create the new repository for the EM? If this isn't the case, the command line that the other is using DBCA (Database Configuration Wizard). I think you're talking about that. Yes, if the message comes from creating the repository that soon after, you can connect to the EM. You would get the port no port HTTP of EM comes from the $OH/install/portlist.ini file.
    HTH
    Aman...

    Published by: Aman... on October 28, 2008 11:36
    Waived, insertion of link does not work.

  • I want to just set up a new user account for my beautiful - how should I do this?

    I just want to create a user account for my beautiful... She wants to download i tunes and I don't want that on my account.do I have just tap setting a new user account and go from there?

    Original title: I want to set up a user account for my niece so she can do all he I tunes and things. How is it done? just press this new user account link?

    Hi Arthur,.

    Thanks for posting in the Microsoft Community Forums.

    We're here to help and guide you in the right direction.

    -What version of windows you are using on the computer.

    See the help link and check if that helps.

    Create a user account
    http://Windows.Microsoft.com/en-in/Windows7/create-a-user-account

    For reference:
    User accounts: frequently asked questions
    http://Windows.Microsoft.com/is-is/Windows7/user-accounts-frequently-asked-questions

    It will be useful.
    Let us know if you encounter problems under windows in the future. We will be happy to help you.

  • How to program the shift register to play only when a new user is detected user?

    Hello

    I'm currently developing a program of position control in labview. The program is quite simple, in which case the user will enter the distance on which he wants the table in the labview program and labview will send the signal to move a motor that will turn a ball screw to move a table horizontally to the targeted position. The criterion is that the profile of the engine depends on the distance to move, if a biphase (acceleration and deceleration) or three phase (acceleration, steady speed, deceleration) to reach the position of the target.

    The problem occurs when the user wants to enter a new entry second position) for the table, as the input by the user is the position that the table should be, but the necessary input to determine what profile the engine follows depends on the distance that the table moves to the target position. Therefore, I need a function to save the entry by the user temporarily and reminds that when a new user input is detected. Hereby, I would be able to use the difference of the input (input [n + 1] [n] input) and animal feed to determine what profile the engine follows and the entry by the user can be kept in the position he wants to the table to get (to compare with encoder).

    I thought to use for shift registers do, but I am not able to perform the deduction ([n + 1] - [n]) only when it detects a new entry. When I try to use registry to offset, it moves to the target location, and we only reached it will go to the original position. For example, when a user entry 90, this means that the table must be moved to the point 90. The shift register is initialized to 0, it will move to the point 90 (90-0 = 90), but arriving at 90, the shift register sends a signal of 90 (90-90 = 0) and the table back to its original position.

    Is it possible that I can delay the reading of the shift register only when a new entry is detected or there at - it another way for me to achieve what I want?

    I tried searching the forum site and neither discussion but could not find similar problems. Thank you for your help in advance.

    As I understand it, the use of shift registers with a structure of the event (to detect a user event when the user enters a new value) should solve the problem. Do not forget to post your request (or a version of it that isolates the issue) when you arrive at the lab, if we can get a clear visual of the issue you are facing.

  • How do you program to the new user account?

    I have successfully created a new user account under XP, but it doesn't have the programs in my account. How to load these into the new user account?

    Hello

    Thanks for joining us!

    You want to know "how to copy data from a corrupted to a new profile in Windows XP user profile".

    What is the edition of Windows XP, work?

    Please see this link:

    How to copy data from a corrupted to a new profile in Windows XP user profile

    http://support.Microsoft.com/kb/811151

    I hope that helps!

    If the problem persists, let us know.

    If you encounter problems with Windows, please keep us informed.

    We will be happy to help you.

  • How do I create a new user account with windows XP Home Edition after operational failure

    How do I create a new user account with windows XP Home Edition after operational failure

    Hi andyprice,
     
    -What is the operational flaw that you speak?
    -You receive an error message when trying to create a new user account?
     
    Write us with more information pertaining to the matter to help us help you better.
     
    In the meantime, you can refer to this article:
  • How to keep my entire office when I create a new user account

    I just created a new user account to solve a problem with my account live mail, but I want to keep my old office display.  How to achieve this?

    Hello

    Thanks for your posting in Microsoft Community

    What type of account you created?
    Is it a limited account or administrator?
    If sa is an account limited, you will need to log in as administrator account and you must give permission to access Office

    If it's an administrator account you can access the desktop computer from the old account to which you want to access by going to
    my computer > c drive > user > desktop and copy those file on your desktop or other disc

    Account limited, you must log on as an administrator and give permission to access desktop of type lusrmgr.msc in the box RUN and press on into the House.

    Double-click the users folder > right click on the new account is created (have you creat) > properties > click on Member of > add > administrator...

    And trying to hold the Office to your account

Maybe you are looking for

  • Cannot open encrypted on Time Machine disk image

    I have an encrypted file protected by password in my Macbook Pro.  The folder name is "Enc.dmg" and is kept in the main Applications folder. If I remove the Time Machine backup before a dmg file, it seems theoretically to save.  But when I later ente

  • Updated the BIOS on Satellite A30

    Hello I'm about to update the BIOS on my computer Toshiba Satellite A30 laptop (Service Pack 3).I downloaded the BIOS updated and decided to update the BIOS from Windows such as recommended on the Toshiba site. On the site he mentions before the BIOS

  • HP Pavilion dv6 entertainment: Cortana not see internet wifi (in English and Italian)

    I'm Italian, I've recently updated to windows 7 to 10. I have some questions: (1) why Cortana not see my wifi connection? Ditto Microsoft Edge.But the connection goes because I am not here. (2) why can't I activate windows 10, after update to 10 wind

  • Connection problems to the user of Unifi in KL, Malaysia

    I live in KL, me sia. I just installed Unifi at home and have difficult trying to connect to my company's VPN secure platform. What can I do? Are there settings that I need to do for my laptop? I have no problem access to my email from company or oth

  • WRT610N + Drobo USB storage link not recognized at all?

    I recently updated the firmware on my 610N to things that came out in January because I saw that they have improved the UPnP support (I expect codecs etc.). I had tried my Drobo on storage link when I got the router last fall. OK acknowledged, he did