No tablespace assigned to table

select table_name, tablespace_name from user_tables order by table_name;
Running this query gives a few tables with no assigned tablespace name. I expected at least the default tablespace to be displayed, since the table has to be somewhere. Any ideas? TIA.
Note that I tested creating an empty table without specifying any tablespace, and it listed the default tablespace as expected.
null

Scott,
Thanks. USER_SEGMENTS was correct, and also specified the logical reason why the tablespace_name was not in USER_TABLES -- these particular tables were partitioned.
null

Similar Messages

  • Generate the tablespace clause for tables and indexes

    How can I make Designer generate the tablespace clause for the create table and create index statements?
    I assigned tables and indexes to Tablespaces objects in designer but they don't seem to have any effect on the generator.
    I am using the latest version of Oracle Designer.
    Thanks
    Message was edited by:
    bikerc

    Guess I am not real clear what you want.
    In the DB admin tab you will need to create the tablespace with the data file.
    Then you need to assign the table space to the table.
    You will need to generate from the DB Admin tab.
    Hope this helps.
    Michael

  • Can an ODSs DB Tablespace Assignment be Changed AFTER Activation.

    Is it possible to change the DB Tablespace Assignment for an ODS once that ODS has been activated and data loaded to it ?  I know this can be done for an InfoCube.  I realize that all previously loaded data would have to be deleted, and then reloaded after the reassignment.
    Thanks for your input !

    We have some of our large ODS's in separate tablespaces.  The creation predates my involvement so I'm not sure whether they were created in a separate tablespace originally or not.  I would doubt they were just because I don' think during the originally setup, anyone had an idea of data volumes for any particular ODS to have made the decision to put it in a separate tablespace.  
    The DBAs should be able to move the table to the new tablespace.  Question is what needs to happen on the SAP DDIC side.  You need to be able to change the tablespace settings for the ODS but not cause any sort of impact to the table.
    When I get back to the office I'll check a few things.
    Message was edited by: Pizzaman
    BR*SPACE should allow you to move the reorg the table to another tablespace.  SAPDBA for older systems.
    http://oraclesvca2.oracle.com/owsf_2003/40041_Klokkers.ppt
    SE14 allows you to change the Technical Settings for the tablespace - won't alter the space, but will allow you to make sure the SAP DDIC settings agree with where the table actually is.

  • Change Tablespace of a table with LONG column

    I have a 9i database that I have just gotten control of. At this point there is just one big dictionary managed tablespace for everything created by users. I am trying to move to multiple locally managed tablespaces with fixed extent sizes but I have run into a problem.
    I have one table with one LONG datatype column. Apparently there is a huge amount of work involved to change the code if I make it a BLOB so that is out.
    At this point I would like to change the tablespace of this table but I can't move it the normal way because of the LONG column. I have found mention of being able to do this with "COPY" but I can't find any documentation on the "COPY" command in the 9i Docs.
    Any help would be appreciated,
    Chris S.

    Chris-
    Can't you create your new table ahead of time in your new tablespace?
    You could then use a statement like:
    COPY FROM old/your_password@olddb TO new/your_password@newdb -
    REPLACE NEWTABLE -
    USING SELECT * FROM OLDTABLE;

  • How to change tablespace for a table in 10g?

    Does anyone know how to change tablespace for a table (like changing tablespace for an index [alter index ... rebuild tablespace ... ])? Many thanks in advance.

    alter table tablename move tablespace newtsname;
    You need to rebuild the indexes after the move.

  • How i can change tablespace of a table in oracle 8.04

    Dear I want to move tablespace of a table in oracle 8.04 version but it is not working my statement is
    ALTER TABLE ACCOUNTING_ENTRY MOVE TABLESPACE EDI_TSPACE;
    and got the following error message:
    ORA-14004: missing PARTITION keyword
    how i can change tablespace of a table

    Hi,
    It seems that the move tablespace feature is available on 8.1 or higher versions of Oracle. In your case you can try one of the foll....
    Option 1:
    Step 1:CREATE TABLE T1
    TABLESPACE NEWTBS
    AS(SELECT * FROM T);
    Step 2: Rename or Drop the old table.
    Step 3: Rename the new table to the old table name.
    Option 2:
    Step 1: Export the old table.
    Step 2: Rename or Drop the old table.
    Step 3: Create the table in the new tablespace. You may use the INDEXFILE from the imp command here.
    Step 4: Import the old table and use IGNORE=Y
    Reply back if you need assistance on syntax.
    Regards.

  • Change tablespace of Wf tables URGENT!!

    Hi'
    we have a problem with the tablespace the workflow tables are stored on. The problem is, that it is nearing max size at rapid pase.
    The question is; What happens, if we change the table space of the workflow tables? Will running workflows be corruptet, if yes can they be restartet? What other problems will we face?
    Any help will be highly appreciatet.
    Kind regards
    Mikkel

    Hi Mikkel,
    I would strongly recommend NOT to change tablespaces, for a few reasons.
    They are optimized by SAP to provide the best performance. E.g. log tables are on different tablespaces to transaction tables - thus different disks, thus can be written in parallel. It goes far deeper than that, there are many DB parameters associated with a tablspace.
    Also, you will have to restrict access or disable WF or possibly even shut down your system (you didn't mention - MS-SQL, Oracle, MaxDB, DB2..., Version? SAP Version?)
    Why not extend the tablespace? This is really something your Basis guys should be able to cope with! Alternatively look at Archiving (Huh?) in a great big hurry - Tx. SARA.
    Another quick-fix not really recommended is SWWL - use it on some high-volume flows e.g. some useless IDOC error tasks that people keep switching on and redirecting to dummy users on many systems. BUT aside from big notes advising against productive use, be aware that auditors may not approve of WI deletion logs in your system....
    Cheers
    Mike

  • Move a table from one table space to another tablespace and different table

    Hi,
    I have a 60gb table nearly 200 million records in it and the table has range partition.
    inorder to archive this table we have created 3 different tables and 3 different tablespaces for the tables.
    I want to move certain partitions to tableA and certain partitions to tableB and on to tableC and on the top i'm creating a view to access these 3 tables.
    Is there any technique to move the partition wise data to different tables. is there any new technique in 11g database?
    The database is 11gr1
    linux rhel5 x-86-64
    Edited by: user8894072 on Oct 12, 2010 2:03 PM

    if i do that like each partition has some millions of records. and the undotablespace is filling out and also the temp table space is filling out. The performance is very very poor if i use the create statement.
    Insert INTO TableA (select * FROM <BASETABLE> where pay_end_dt between '01-Jan-1999' and '31-Dec-2005')
    the above statement is also degrading the performance. I just need the synatx to move the partioned wise data to new table.

  • Doubt with parameters creating a tablespace and a table

    I've created a tablespace and a table with these data:
    CREATE TABLESPACE "TAB_FILE"
    LOGGING
    DATAFILE 'C:\TAB_FILE.ora' SIZE 20M
    AUTOEXTEND ON NEXT 5M MAXSIZE 500M
    EXTENT MANAGEMENT LOCAL
    SEGMENT SPACE MANAGEMENT AUTO;
    CREATE TABLE FILE
    IDFILE NUMBER(16),
    VERSION VARCHAR2(5) NOT NULL,
    NAME VARCHAR2(40) NOT NULL,
    TABLESPACE TAB_FILE,
    PCTFREE 20,
    PCTUSED 40,
    INITRANS 6,
    MAXTRANS 12,
    STORAGE (INITIAL 1024K NEXT 1024K PCTINCREASE 0 MAXEXTENTS 8);
    Is it useless (or not advisable) to write the parameters
    PCTFREE,
    PCTUSED,
    INITRANS,
    MAXTRANS and
    STORAGE (INITIAL 1024K NEXT 1024K PCTINCREASE 0 MAXEXTENTS 8)
    if I've written in the tablespace creation
    EXTENT MANAGEMENT LOCAL
    SEGMENT SPACE MANAGEMENT AUTO?
    Thanks a lot

    I've read that autoallocate parameter is worse than uniform size:
    "Note - there is an autoallocate option for LMTs that can be used instead of uniform size X. This still slices the file up into uniform chunks (in this case always at 64K), and uses one bit per chunk. However, instead of equating one chunk with one extent, Oracle will consider past history and available gaps to decide what size extent to allocate. The extent will be one of a limited set of sizes - 64K, 1MB, 8MB, 64MB. For relatively small, simple systems where there isn't much information available about proper sizing requirements, this can be a minimum fuss mechanism to adopt; but in general I believe you should stick with uniform sizing.......But why is it so convenient to force every extent in the tablespace to be the same size ? (And at this point, you may appreciate my earlier comment about avoiding autoallocate LMTs, which allow for half a dozen sizes of extents). First, ease of monitoring space; secondly, convenience of data packing, and third, reliability of object rebuilds. "
    Is it right? If yes, could anyone tell me with size could be correct? Does it depend on the size of the table, for example? Is there any formula to get the uniform size?
    Message was edited by:
    user573997

  • Can we change the default tablespace of a table?

    Hi All,
    Can we change the default tablespace for any TABLE while it contains any data? If yes, how it works? If no, any workaround?
    Thanx,
    Zaaf

    instead of moving your table after the import you could:
    1)execute an import with the parameter ROWS = N
    2)move the empty tables to the correct tablespace
    3)execute an impot with ROWS = Y and IGNORE = Y
    This way you will only have to move empty tables which will probably be much faster also there is no need to rebuild the indexes.

  • Assigning dedicated tablespaces to partitioned table 11g

    Hi,
    I'm facing an issue trying to assign a dedicated tablespace to a range partitioned table using the NUMTOYMINTERVAL clause.
    I'm working on Oracle 11g version and I would use the auto partition creation feature in order to create
    each month a new partition to use in a log table.
    Using the create statement, all work fine.
    If I try to use the alter table statement, i got an error.
    I understand that i cannot add a new partition (Oracle automatic feature)
    but I need to assign a dedicated tablespace to the new partition Oracle is going to create.
    Someone could help me?
    Thank you in advance.

    Adding an example on MyTable:
    CREATE TABLE "MyTable"
    (     "ID" NUMBER,
         "CREATION_DATE" TIMESTAMP (6) DEFAULT SYSTIMESTAMP,
         "PARTITION_DATE" DATE DEFAULT TRUNC(SYSDATE),
         "TIMESTAMP" VARCHAR2(50 BYTE),
         "FAULT_GENERATING_REQUEST" CLOB
    PARTITION BY RANGE(PARTITION_DATE)
    INTERVAL(NUMTOYMINTERVAL(1,'MONTH')) STORE IN (LOGTBS0512,LOGTBS0612,LOGTBS0712,LOGTBS0812)
         (PARTITION NEWCO_P_LOG0512 VALUES LESS THAN (TO_DATE('01-05-2012', 'DD-MM-YYYY'))
    TABLESPACE LOGTBS0512
    LOB ("FAULT_GENERATING_REQUEST") STORE AS(TABLESPACE LOG_LOB_0512 cache storage(freelists 10)),
    PARTITION NEWCO_P_LOG0612 VALUES LESS THAN (TO_DATE('01-06-2012', 'DD-MM-YYYY'))
    TABLESPACE LOGTBS0612
    LOB ("FAULT_GENERATING_REQUEST") STORE AS(TABLESPACE LOG_LOB_0612 cache storage(freelists 10)),
    PARTITION NEWCO_P_LOG0712 VALUES LESS THAN (TO_DATE('01-07-2012', 'DD-MM-YYYY'))
    TABLESPACE LOGTBS0712
    LOB ("FAULT_GENERATING_REQUEST") STORE AS(TABLESPACE LOG_LOB_0712 cache storage(freelists 10)),
    PARTITION P_LOG0812 VALUES LESS THAN (TO_DATE('01-08-2012', 'DD-MM-YYYY'))
    TABLESPACE LOGTBS0812
    LOB ("FAULT_GENERATING_REQUEST") STORE AS(TABLESPACE LOG_LOB_0812 cache storage(freelists 10));

  • Assign dedicated tablespaces to partitioned table

    Hi,
    I'm facing an issue trying to assign a dedicated tablespace to a range partitioned table using the NUMTOYMINTERVAL clause. I'm working on Oracle 11g version and I would use the auto partition creation feature in order to create each month a new partition to use in a log table. Using the create statement, all work fine. If I try to use the alter table statement, i got an error. I understand that i cannot add a new partition (Oracle automatic feature) but I need to assign a dedicated tablespace to the new partition Oracle is going to create. Someone could help me?
    Thank you in advance.

    I also searching for same solutions. If anyone has an idea please let me know.

  • BRSPACE create new tablespace for compressed table

    Dear expert,
    I'm plannng to create new tablespace  PSAPCOMP for compressed table by brspace.
    the current total size of the tables that i want to compression is 1T.
    Now i have  2 question about the brspace script
    1.How big size should the PSAPCOMP be , let's say 500G?
    2. i'm confused about the datafile_dir value i should put (please refer to the attachment for current datafile_dir design)
    Could you help to correct/improve the scritpts as following?
    scriptA : brspace -f tscreate -t PSAPCOMP -s 5120 -a yes -i 100 -m 15360 -f sapdata4 -l 2 --> assign to sapdata4
    repeat scriptB for 20 times
    scriptB : brspace -f tsextend -t PSAPCOMP -s 5120 -a yes -i 100 -m 15360 -f sapdata4 -l 2 -f1 4 -f2 4 -f3 4 -f4 4 -f5 4 --> extend 25G in one run
    Qestion: is it OK to assign the PSAPCOMP only to "sapdata4"? or i should specify "-f sapdata1 sapdata2 sapdata3 sapdata4" so the table data can distribute among different sapdata_dir?
    Thank you!

    hi Kate,
    some of the questions depend on the "customer" decision.
    is it OK to assign the PSAPCOMP only to "sapdata4"?
    how much space is available? what kind of storage do they have? is totally stripped or not? is there "free" space on the other filesystems?
    1.How big size should the PSAPCOMP be , let's say 500G?
    as I explained to you already, it is expected that applying all compressions you can save 1/2 of the space but you have to test this as it depends on the content of the tables and selectivity of the indexes. Use the oracle package to simulate the savings for the tables you are going to compress.
    do you want the scripts interactive (option -c) or not?
    The SAP Database Guide: Oracle has all possible options so you only have to check them
    brspace -f tscreate -t PSAPCOMP -s 5120 -a yes -i 100 -m 15360 -f sapdata4 -l 2 --> assign to sapdata4
    if you want to create a 500 GB, why you limit the maximum size to 15360?

  • Problem in assigning check table to a table field

    Hi Champs,
    I have a requirement where I need to assign a check table to POSID field(same as of table PRPS) of my Custom Table. I know there is as such no check table for this field but is there any way to put check for the value entered in this field.
    Regards,
    Nishant

    Hi,
    If you only want to validate the field values then try to use Value Table.
    use that table in the domain (PS_POSID) of this perticuler field.
    Hope this will solve your problem.
    Regards,
    Raj Gupta

  • EBS architecture regarding DB, tablespace, users and tables

    Hi All,
    I do have some questions regarding the database, data model, table space... architecture of an EBS 12.1.1 installation (I use Windows 2008 as platform):
    1)
    Table space:
    Is it correct that the table space used for EBS Apps tables is applsys? Is there more than one table space used for EBS tables?
    2)
    User:
    The Database user used by EBS to connect to the DB is "apps", right? The users mfg, sysadmin... are logical users which do not have a correspondent db account. Is that correct as well?
    3)
    DB Access:
    How can I setup the right environment to access the DB. In order to execute sqlplus, I need to set a proper environment. There is a script called "c:\oracle\VIS\apps\apps_st\appl\VIS_ebs1.cmd". Is that the right script?
    I do have more that one script with that name. Example: C:\oracle\VIS\inst\apps\VIS_ebs1\ora\10.1.3\VIS_ebs1.cmd
    How do I know, which one is the right script for what purpose?
    4)
    Data model and tables:
    I found etrm which should give an overview of the EBS data model (and much more), but up to know, I'm not wuite sure how to use it to find the information I'm looking for.
    Example: I would like to know where EBS items are stored. I found these tables:
    INVFG_ITEMS
    INVFV_ITEMS.
    In INVFG_ITEMS I was able to find my newly created items, but is it the "main" table for items. How can I find that out? Is etrm the right tool for this?
    In etrm, there is a section with FND and another section with DBA. What is the difference and when would I use which section?
    I'm sorry for that much questions but right now, my understanding of the EBS and it's architecture is still very basic and these are things which I need to know in order to get a better picture...
    Many thanks,
    Konrad

    Hi Konrad;
    1)
    Table space:
    Is it correct that the table space used for EBS Apps tables is applsys? Is there more than one table space used for EBS tables?There are some other tablespace for EBS. Please check Oracle Application Concept manuel Part 3-4
    For r12.1.1:
    http://download.oracle.com/docs/cd/B53825_01/current/html/docset.html
    2)
    User:
    The Database user used by EBS to connect to the DB is "apps", right? The users mfg, sysadmin... are logical users which do not have a correspondent db account. Is that correct as well?For windows installation there is only one user for can connect db and apps and also run utulity liek (adpatch etc)
    For unix/linux we can use 2 users,1 for dbtier and other for appstier.
    MFG sysadmin etc... those are EBS user which is pre-define before.
    Please check user guide and also installation guide
    For r12.1.1:
    http://download.oracle.com/docs/cd/B53825_01/current/html/docset.html
    3)
    DB Access:
    How can I setup the right environment to access the DB. In order to execute sqlplus, I need to set a proper environment. There is a script called "c:\oracle\VIS\apps\apps_st\appl\VIS_ebs1.cmd". Is that the right script?For Windows, for can accsess apps or db you have top run env file, This file contains information about your ebs. You have to run below cmd for can access for db or apps
    For db:
    c:\oracle\VIS\db\tech_st\11.1.0\VIS_ebs1.cmd (SID_Hostname.cmd)
    For apps:
    c:\oracle\VIS\apps\apps_st\appl\APPSVIS_ebs1.cmd (APPSSID_Hostname.cmd)
    4)
    Data model and tables:
    I found etrm which should give an overview of the EBS data model (and much more), but up to know, I'm not wuite sure how to use it to find the information I'm looking for.
    Example: I would like to know where EBS items are stored. I found these tables:
    INVFG_ITEMS
    INVFV_ITEMS.
    In INVFG_ITEMS I was able to find my newly created items, but is it the "main" table for items. How can I find that out? Is etrm the right tool for this?Please check below:
    table and column name in R12 web screen
    Check the table and column name in R12 web screen
    Re: What is Best Way to Get Table Name in Oracle Applications : 12.1.1 (web)
    Hope those are helps
    Regard
    Helios

Maybe you are looking for

  • MacBook Pro 15" Problem , no receipt

    Hey, This is my Macbook :  W87******92 That one got damaged graphics card , eligible for the program  http://support.apple.com/kb/TS2377?viewlocale= But i'm not first owner (i bought this one on  www.qxl.no)  that seller from qxl , he's also not firs

  • Why are messages not dequeuing and stuck in the ready state?

    Messages are successfully enqueueing but not dequeuing and are stuck in ready state (STATE = 0).  The ENQ_TIME is 5 hours ahead of system time.  In one environment, AQ is working (10g 10.2.0.4.0).  In the other environment, it is not working (11g 11.

  • What exactly does OpenGL acceleration in Java2D do?

    Exactly what parts of the 2D rendering process does acceleration with OpenGL improve? I'm having a hard time imagining a way to turn shapes and lines into OpenGL primitives in an efficient manner with every call to Graphics2D.fill(). (Except maybe re

  • Converting all colors within a file to CMYK?

    Sometimes I get files that have ridiculous color names or an obscure palette that my rip doesn't recognize.  Is there an easy way to convert all colors in a file to CYMK?

  • Making link open new tab/window?

    I am fairly new to dreamweaver (just started website construction this year, only go to it every other day) and in that time I believe I have already learned quite a bit. I already know how to use spry efficiently which I believe nobody else in the c