Doubt in the creation of Tablespace

Hello world

Good evening

Statements of fact the following two are the same when the tablespace created?

1 Autoextend on next 10 m

2 extent management local uniform size 10 m

If this is not what is the difference between these 2

thanking you in advance,

Prakash

Prakash T Soundappan says:

Hello world

Good evening

Statements of fact the following two are the same when the tablespace created?

1 Autoextend on next 10 m

To allow the file to grow automatically if necessary.  Expand it in segments of 10 m.

2 extent management local uniform size 10 m

When assigning a measure of a segment, are all extensions 10 m in size.

If this is not what is the difference between these 2

Autoextend controls the growth of the data file

Measure management controls the size of the scopes.

Autoextend controls how many square feet to add to your home

Management measure controls how large to make the rooms in the House.

thanking you in advance,

Prakash

Tags: Database

Similar Questions

  • doubt with the creation of the sales order

    Hi all, I have a doubt with the creation of the order customer. When we get into the details of the order I found that according to the type of order we should decide whether to enter PO # or not (Source: _ http://docs.oracle.com/cd/A60725_05/html/comnls/us/oe/ordreqfd.htm _).

    My doubt is, so how can we find requiring an order Type PO # to be included on the sales order form. I mean, can we find from a query or there are defined rules...

    Any help is appreciated,

    Thanks in advance!

    Published by: Sandy on April 17, 2012 11:28

    Look for po_required_flag in oe_transaction_types_all

    Sandeep Gandhi

  • doubt in the creation of tables in different data in a tablespace files

    Hi good Eve everyone,

    in my scenario, I must create nearly 50 paintings with 3 data files in a table space.

    I have to save the top 15 in datafile 1 and 15 next in 2nd datafile and the rest in 3rd datafile.

    How do I create and tables in a data file of the group.

    looking for a helping hand in need...

    thanking you in advance

    Prakash

    You can do this, but it's awkward. Here is an example:

    ALTER session set deferred_segment_creation = true;

    create tablespace twofiles datafile 'c:\tmp\tf1.dbf' size 1m,'c:\tmp\tf2.dbf' size 1 m;

    create table infile1 (c1 date) tablespace twofiles;

    create table infile2 (c1 date) tablespace twofiles;

    ALTER table infile1 allocate extended (datafile 'c:\tmp\tf1.dbf');

    ALTER table infile2 allocate extended (datafile 'c:\tmp\tf2.dbf');

    Select nom_segment, file_id from dba_extents where nom_tablespace = 'TWOFILES ';

    However, it is simpler to let the Oracle uncle to decide how to distribute the scopes.

  • Doubts about the creation of the screen stack and its navigation

    Hello

    I like to navigate between the pages. While referring link below

    https://developer.BlackBerry.com/Cascades/documentation/UI/navigation/multiple_screens_stack.html

    They have the option to declare it in the header file, while declaring in the header, I get questions, such as NavigationPane is not under the type and I tried, including imports, and still I'm getting the errir

    Am I missing something? Can someone me clear on this?

    Concerning

    Rakesh Shankar, P

    Hello

    You must specify the full namespace when you declare in the header file

    BB::Cascades:NavigationPane * m_root

    See you soon

    Swann

  • Oracle will consider the creation of a day 2 hands on the documentation for Data Guard?

    Hello

    Oracle will consider the creation of a documentation of son of hands 2 day for Data Guard?

    There is already an OTN 2 day of CARS and performance tuning documentation.

    Thank you

    Updated - she sent the link to this topic for the Product Manager Data Guard.  As a result, Oracle may or may not consider creating 2 days hands on Data Guard documentation, but no doubt they consider at least considering creation day 2 hands on the Data Guard documentation.

  • Questions about the creation of a foreign key on a table

    Hello @ll,

    during an update of the database, I lost a foreign key between two tables. The tables are called werteart and werteartarchiv_pt. Because of its size, werteartarchiv_pt is a partitioned table. The missing foreign key was a constraint on werteartarchiv_pt table referencing werteart.

    Some statistics on the size of the mentioned tables:
    werteart 22 MB
    werteartarchiv_pt 223 GB
    werteartarchiv_pt (Index) 243 GB

    I tried to create the foreign key again but it failed with the following error (apologies for the German error message):

    sqlplus ORA-00604: Fehler auf rekursiver SQL-ebony 1
    sqlplus ORA-01652: Temp-Segment kann nicht um 128 in Tablespace TEMPS00 judgements

    The statement that I used:

    ALTER table werteartarchiv_pt
    Add constraint werteartarchiv_pt_fk1
    foreign key (rail, werteartadresse, merkmale)
    Reference werteart (rail, werteartadresse, merkmale)
    on delete cascade
    at the delayed start can be delayed;

    So, the problem seems to be that Oracle needs a lot of temporary tablespace to generate foreign key and I do not know how and why.

    My questions now are, and I hope that someone is there who can answer all or part of it:

    (1) why Oracle should temporary tablespace to create the foreign key? The foreign key uses the same columns as the primary key.

    is 2 (a) possible to change the statement without using the temporary tablespace?

    2 (b) if it is not possible to avoid the use of temporary storage space, is there a formula how to calculate the necessary temporary tablespace?

    (3) is it possible to modify data in tables while the foreign key is created or is the whole table locked during the process?

    Any help or advice is appreciated.

    Kind regards
    Bjoern

    RollinHand wrote:
    My questions now are, and I hope that someone is there who can answer all or part of it:

    (1) why Oracle should temporary tablespace to create the foreign key? The foreign key uses the same columns as the primary key.

    Because it is data validation to ensure that the foreign key are violated. If you had specified NOVALIDATE ACTIVATE in its creation then the existing data in the table should be checked and the statement must fill out instantly (future data added is enabled by the constraint).

    http://download.Oracle.com/docs/CD/B28359_01/server.111/b28310/general005.htm

    Search for "Enable Novalidate constraint State"

  • giving the grant for the creation of a temporary table only

    Hello...
    I want to give grants to create only temporary tables in a schema.
    any other grant should not be here strictly...

    I created the widout user following grants... plss suggest me how can I give grants to create only temporary tables...


    create the user user_name
    identified by password
    default tablespace table_space
    temporary tablespace TEMP
    DEFAULT profile
    unlimited quota on table_space;

    Grant select on V_$ user_name SESSION;

    Thank you...

    Published by: user12780416 on March 25, 2011 08:32

    As has been pointed out, it would be * very * unusual to want to have a user may create global temporary tables, but no permanent tables. I'm very difficult to imagine a scenario where this would be appropriate.

    However, if you grant the user the CREATE TABLE privilege and do not grant the user on any permanent tablespace quota, they would be unable to create permanent tables but should be able to create global temporary tables. You should make sure that you do not grant UNLIMITED TABLESPACE user that would give them an unlimited quota on all areas of storage. If you are using 11g and you have enabled the creation of segment delayed, users would be able to create tables in storage that they have no quota on property that they would not be able to insert data into the tables.

    Justin

  • Problems with the creation of the user in Oracle 10 g

    the ear

    After connecting to the database with the sysdba user, I created a user to the following query:

    CREATE THE USER BI_USER
    IDENTIFIED BY THE VALUES OF "0CE8A6E883EE4E19".
    DEFAULT TABLESPACE BI_USER
    TEMP1 TEMPORARY TABLESPACE
    DEFAULT PROFILE
    RELEASE OF ACCOUNT;

    After the creation of what I gave more privledges to him:
    RESOURCE GRANT AT BI_USER;
    GRANT CONNECT TO BI_USER;
    GRANT SCHEDULER_ADMIN TO BI_USER;
    GRANT S/N BI_USER;
    GRANT SELECT_CATALOG_ROLE TO BI_USER;
    IN BI_USER GRANT GLOBAL QUERY REWRITE;
    ANALYZE GRANT AT BI_USER;
    GRANT EXECUTE ANY PROCEDURE TO BI_USER;
    GRANT CREATE SEQUENCE TO BI_USER;
    GRANT CREATE SYNONYM OF BI_USER;
    GRANT EXECUTE ANY PROGRAM AT BI_USER;
    GRANT SELECT ANY DICTIONARY OF BI_USER;
    GRANT DROP ANY VIEW of BI_USER;
    GRANT CREATION DIMENSION TO BI_USER;
    GRANT TO FILE ANY TYPE OF BI_USER;
    GRANT CREATE ANY DIRECTORY OF BI_USER;
    GRANT THE ALTER ALL MATERIALIZED VIEW TO BI_USER;
    GRANT TO CREATE A VIEW ON BI_USER;
    GRANT UNLIMITED TABLESPACE TO BI_USER;
    BEGIN
    SYS. DBMS_RULE_ADM. () GRANT_SYSTEM_PRIVILEGE
    PRIVILEGE = > SYS. DBMS_RULE_ADM. EXECUTE_ANY_RULE,
    DEALER = > "BI_USER"
    GRANT_OPTION = > FALSE);
    END;
    /
    GRANT EXECUTE ANY TYPE OF BI_USER;
    GRANT TO CREATE A VIEW ON BI_USER;
    GRANT CREATE TRIGGER TO BI_USER;
    GRANT CREATE ANY TABLE TO BI_USER;
    GRANT CREATE TABLE BI_USER;
    BEGIN
    SYS. DBMS_RULE_ADM. () GRANT_SYSTEM_PRIVILEGE
    PRIVILEGE = > SYS. DBMS_RULE_ADM. EXECUTE_ANY_RULE_SET,
    DEALER = > "BI_USER"
    GRANT_OPTION = > FALSE);
    END;
    /
    GRANT CREATE TYPE BI_USER;
    GRANT DROP ANY INDEX BI_USER;
    GRANT SELECT ANY TABLE OF BI_USER;
    GRANT CREATE JOB TO BI_USER;
    REWRITING QUERY GRANT IN BI_USER;
    GRANT CREATE VIEW TO BI_USER;
    GRANT CREATE SESSION BI_USER;
    GRANT RUN ANY CLASS TO BI_USER;
    BEGIN
    SYS. DBMS_RULE_ADM. () GRANT_SYSTEM_PRIVILEGE
    PRIVILEGE = > SYS. DBMS_RULE_ADM. EXECUTE_ANY_EVALUATION_CONTEXT,
    DEALER = > "BI_USER"
    GRANT_OPTION = > FALSE);
    END;
    /
    GRANT CREATE INDEXTYPE TO BI_USER;
    GRANT CREATE DATABASE TO BI_USER LINK;
    GRANT ALTER SESSION TO BI_USER.
    GRANT DROP ANY DIRECTORY OF BI_USER;
    GRANT CREATE PROCEDURE BI_USER;
    GRANT DELETE ANY SYNONYM OF BI_USER;
    GRANT DROP ANY TABLE OF BI_USER;

    Follow now the questions that I am facing is:
    (1) after all this when I could connect this user through Toad, she is successful, but through SQL, it says invalid username and password
    (2) whenever I create a table, it is created in the SYS schema not in the schema of the user created in the schema user, I have right username.tablename also in the statement select.

    Any body can help me in this.

    A TOAD, there is a drop down list of 'CONNECT AS' with 'NORMAL', 'SYSOPER' and 'SYSDBA' values

    If you select SYSDBA, connect you effectively as SYS and you create all the objects are created in the SYS schema.

    SQLPlus default connection normally (except if you explicitly add "AS SYSDBA" to your connection).

  • doubts about the metadata

    Hello

    (1) metadata are stored in the system tablespace only? If metadata is also stored in the spaces of storage independent of the system, then what is the diff between the metadata in the system tablespace and an independent the system tablespace.

    (2) how to export metadata for all the whole base?

    (3) in what scenarios we export the metadata structure? and how can we copy or upgrade the structure of a database of metadata metadata from database B data.

    concerning

    hungry_dba wrote:
    Laura thanks,

    This means transportable tablespace will bring tabledata and exp/imp with lines = no will to put the metadata I mean strcuture and when connect us the data files and import metadata database target will be even a source database.

    transportable_tablespace will import tablespace and you copy both data files, so all of the information in the tables will be imported as well.
    exp/imp with lines only = no will import only metadata (only structure, no data).
    Any connections datafiles that I did not understand what you mean.

    >

    a doubt more please

    users of the database are stored in the default tablesapce that we give when creating the user, the above procedure, it will come to the target database also we import metadata and connect the data file using option transportable tablespace, what happens if the users default tablespace is system on top of procedure we cannot transfer system tablespace?

    For the first default users tablespace must never be system. Never - it will make problems you sooner or later.

    >

    Laura thanks for the suggestion, I really appreciate. There are may other procedures to clone the database and what you say is really kool by rman, but I wanted to clarify my doubts on this procedure... coz I'm looking to upgrade the Database 9i and 10g with a maximum power of 20 minutes downtime.

    OK, but why you are not simply migrating the database? Why you need exp/imp? Moving to a different server/platform as well?
    What exact 9i version do you have? And to which 10g, you are planning to upgrade?

    I have a shell of doubt more ways to database 10g... 10g software more database created in this right?

    Hmm, where did you read this "shell of 10g?

  • import the Dumpfile export tablespace

    Hi all

    Oracle 10.2.0.
    IBM AIX

    I have some doubts in the recovery of the database.

    I export whole database every day. I had a problem a month before. Suddenly one of my mount point has been
    disassembled and data files that has been deleted(2_datafiles_in_that_in_separate_tablespaces).when I go back the partition, the data files was not there.

    I tried to recreate the data files by using the structure of control files, but I don't have the archivelogs to bring back the data files at the present time, I failed in this scenario.

    Then I droped the tablespaces and recreated with the same old structure (including the lack of data files) and imported the full dump using file ignore = option y. successfully restored.

    In this case can I use tablespace transport option and restore storage space?

    Please advice...

    TIA,

    >
    In this case can I use tablespace transport option and restore storage space? >

    What you want to do. What do mean by restoring the tablespace. Since you have the export dump you imported, you can do recovery on it.

    Anand

  • How to get the creation Date of the site recorded for the footer output (printing to PDF)?

    If you go to Page Setup in Firefox, the option for the footer is the date and/or time of output. I don't want today's date that its print, but would rather than the Date of the creation of this web session saved as it is important to display this information with a legal matter. The research that has been done on a computer is out of date of creation down instead. I know that I could add the date by using the custom field for a footer in the Page options but prefer automated sound somehow when you print to a PDF (CutePDF). Please let me know.

    Thank you

    You might be able to automate this process if you open your PDFs with Adobe Acrobat Pro and make sure that the PDF file has a date of receipt:
    Idea of *http://smallbusiness.chron.com/print-date-time-stamps-pdf-55986.htm...

  • Hi, me - Joshua, using Mozilla Version 38.0.1, please share the information of the creation of tab double... Thank you.

    Hi, me - Joshua, using Mozilla Version 38.0.1, please share the information of the creation of tab double... Thank you.

    Hello!

    https://support.Mozilla.org/en-us/questions/762043

    This solution should help you

    "

       Ctrl-click or middle-click the Reload button to open the current page in a new tab.
       Ctrl-click or middle-click items in the history of the Back and Forward buttons to open a page from that list in a new tab.
       Duplicate a tab with its history by pressing CTRL and dragging the tab to a new position on the tab bar.
       Dragging a tab in the browser window will detach the tab and move it to a new window, this is called tab tearing.
       Drag a tab back to the tab bar in the original or anther window to undo a detach or move a tab to a specific window. If a window gets empty (you tear off the last tab) then that window will be closed automatically. "
    
  • Problem with the creation of New and subfolders only appear is not in the list

    Thunderbird is allowing the creation of some New & subfolders, but they aren't always in the list each time.

    Photo shows the current list, but they tried to get money records IMarEST & Bank. (My apologies for Hypersnap stamps)
    Sorry, but the photo is not download!

    I use the Windows x 86 Version 8.1 - Thunderbird 31.6.0

    How to subscribe to see the imap folders:

    • Right click on your email account name, and then select 'subscribe '.
    • IMAP folders available on the server will be listed.
    • Select the ones you want to add to your e-mail client
    • Click the button to subscribe.
    • Press the OK button
  • How to prevent the creation of 15000 files for 300 MB each day Firefox

    Firefox creates files of 'file' in C:\Users\LeRicain\AppData\Local\Mozilla\Firefox\Profiles\dnm04rk5.default\cache2
    There are about 10,000 and 20,000 files I have to remove to get about 300 MB of space each day

    How to prevent the creation of these files in Firefox

    Here are the files from cache. Basically, it takes Web sites that access you a lot and records bits of them so they'll load faster the next time you visit them. FOR EXAMPLE if you visit Google.com much, Firefox will save some elements of this page in the cache so that the next time visit you Google.com, it will not have to re - download.

  • Cannot complete installation of Firefox 34.0.5. The installer of Mozilla Firefox crashes at the creation of shortcut (.lnk Mozilla Firefox) (see downloaded the image)

    Cannot complete installation of Firefox 34.0.5. The installer of Mozilla Firefox crashes at the creation of shortcut (.lnk Mozilla Firefox) on the status bar of the installation window. OS: Windows 8.1 system had old version of Firefox, but is no longer in the list programs. There is no file helper.exe manually uninstall any previous version or remnant of an older version, but I don't have folder C:\Program Files (x 86) \Mozilla Firefox to. Thank you.

    Try this:

Maybe you are looking for

  • Hidden partition recovery system

    Hello I bought Satellite L25-S1217. It has partition COST Windows Home and hidden (I think with the recovery disc). Salt (I think) has formatted the C drive and I don't know how the system of "recovery" of the hidden partition.You have any ideas?

  • Activation problems of the iPad Apple Id after you restart it

    After restarting my Ipad, it asked me to enter the Apple ID and password that were used to put in place than the Ipad, to activate I remember that my Apple ID but I forgot the password. Using my account gmail via an android phone I would have managed

  • legal hard drive OS

    I recently got a computer that was crushed, a friend of mine she would throw away.but really wanted to be able to retrieve the data off of it so I removed the hard drive and put it in one of my computers to retrieve its data from it. After that I'm i

  • Need help with Windows Update, urgent!

    My computer again "Windows can not check updates" and then when I try to get an update, it is said, 'to check the updates, you must first install an update for Windows Update', then when I install it, it closes Windows update, then re-opens saying "W

  • Accident, mistake of programs: kernelbase.dll fault module. Application crash

    I have several programs that seem to be in conflict with kernelbase.dll. They crash the moment where I'm starting the kernelbase.dll is fault module. I tried to install windows twice but the problem persists. I tried to run "clean boot".I tried to "W