What table belong to which table

Wanted to know what table belongs to which tablespace or datafile.
name of the table example - ABC
Problem of ORA-01653: unable to extend table ABC but no tablespace is mentioned

query dba/user_tables & dba_data_files

Tags: Database

Similar Questions

  • What table stores the published/unpublished indicator for items assigned to any section in iStore

    Hi all

    I want to know what table stores the published/unpublished indicator for items assigned to them sections to iStore?

    According to my understanding:

    When any item of inventory is assigned to any section we have given in to this inventory_item_id ibe_dsp_section_items.

    This board just have the start_date/end_date and tell me if the article is published on the site

    There is an another table ibe_dsp_msite_sct_items which shows what minisites element is available.

    This board just have the start_date/end_date and tell me if the article is published on the site

    We can always go to responsibility administrator iStore

    Merchant iStore > > catalog > > Products > > summary

    search for any item and it shows the item was attributed to what all the sections.

    Here, we have a button "change published Flag." This can be used to publish/not to publish articles on all sections.

    I want to know what table is updated when we hit this button.

    Thanks in advance!

    Thank you

    Shashank

    Hi all

    I got the answer.

    This button updates the

    MSI.web_status

    Just thought that answer here in case it helps anyone.

    Thank you

    Shashank

  • What table to display a ATP allocated by awarding stock request class

    Hello
    We using ATP allocated by the application class, and after that we run collections and planning programmes "Refresh Allocation hierarchy Materialized View" supplemented and stocks is given according to the allocation rule. What table stores all the data allocation.
    You need ATP allocated to allocate stock
    -Customer related to the application class
    -Forecast related to the class of request
    -Created assignment rule
    -Section assigned to the assignment rule
    We use already to use msc_full_pegging but after on notice that for R12 items that were planned but not related to the rule of assignment we still getting supply allocated for forecasts of demand, this was not the case before.
    Customer would like us to give them a report showing all the allocation of stock after execution of the ATP?

    Hello
    There seems to be some confusion in using the same term "Attribution" in 2 distinct contexts:

    1. the award of a supply to a demand of msc_full_pegging - this is basic planning and will happen regardless of the allocation of the ATP rule or if you plan to use ATP allocated. It works the same way for forever now CPSA. I'll suggested using the term "Amount pegged" for this feature rather than "Allocated quantity" to avoid confusion.

    2. assignment of a supply to a demand for msc_alloc_supplier class - this is controlled by the assignment of the ATP rule and if you use ATP allocated. The source, if these data are usually msc_full_pegging based on the class application at the request of the end to which a supply is attached and the quantity of pegged. This quantity is called "Assigned amount" in the msc_alloc_supplies table.

    Hope this clears up the confusion.
    Thank you
    Navneet

  • What table stores information provider name?

    Hi guys,.

    Can someone tell me what table in EBS stores information provider?

    Thanks in advance.

    Hi Nathalie,.

    The provider are stored in the PO_VENDORS table in 11i.

    In R12, PO_VENDORS is replaced by a view, but still you can get the same information.
    The name of the table in R12 - AP_SUPPLIERS.

    Thank you

    PS.

  • In what table Operating_unit column present in purchase orders modulle

    In what table Operating_unit column is in purchase modulle. Explain to me how to find?

    Thanks in advance.

    Kind regards
    Raja

    Hi Uvaraja,

    looking for the name of "operational unity"?

    In PO_HEADERS_ALL and PO_LINES_ALL he stored with the name column "ORG_ID. You can use the HR_OPERATING_UNIT table to take the name of "OPERATING_UNIT" using link below

    "PO_HEADERS_ALL.ORG_ID = HR_OPERATING_UNIT.ORGANIZATION_ID".

    Thank you

  • How can I know because of what table in database, causing the chaining line

    Hello


    Please help me that how can I know because of what table in database, causing the chaining line?

    Hello

    hope that you have already created the table utlchain. Or otherwise create as below.

    SQL > @?/rdbms/admin/utlchain.sql

    And try to run the script again.

    I tried with the following example in the following link.

    http://psoug.org/reference/chained_rows.html

    His works very well and it will list the tables.

    Or try the row chaining and Migration of line [ID 122020.1]

    It has all the necessary steps to do so.

    Thank you
    Rognard

  • in what table hours and jobs are stored

    Hello
    in what table hours and jobs are stored

    Sanna says:
    Hello
    in what table hours and jobs are stored

    DBA_SCHEDULER_JOBS

  • VM belongs to which cluster

    Hello

    Is there a way we can get down from the bottom up in the data center.

    How can we find/print "VM_Name" belongs to which cluster.

    In fact, I'm trying to create a script to print the vms are attached to a particular port group. I want to reduce to vc, datacenter, cluster, host and print information in the form:

    portgroup vmname cluster host

    You will appreciate if someone can just let me know how to find the cluster for the virtual machine. (get-vm/get-view)

    THX,

    Lalit

    Try something like this

    foreach($cluster in (Get-View -ViewType ClusterComputeResource -Property Name,Host)){  foreach($esx in (Get-View $cluster.Host -Property Name,VM)){    foreach($vm in (Get-View $esx.VM -Property Name,Guest.Net)){      foreach($pg in (Get-VirtualPortGroup -VM $vm.Name)){         Select -InputObject $pg @{N="VM";E={$vm.Name}},        @{N="Cluster";E={$cluster.Name}},        @{N="VMHost";E={$esx.Name}},        @{N="PG";E={$_.Name}},        @{N="VLANid";E={$_.VlanId}},        @{N="IP";E={[string]::Join(',',($vm.Guest.Net | where {$_.Network -eq $pg.Name} | %{$_.IPAddress | %{$_}}))}}      }    }  }}
    
  • Storage - EMC or NetApp training? -What is the opinion which continue to increase identification of Collect information?

    Storage - EMC or NetApp training? -What is the opinion which continue to increase identification of Collect information?

    I get a lot of job opportunities for VCPs with storage capacities. I work with the directors of storage on all commitments but don't go or experience. Which storage certification I should continue to allow me to work as a PCV with extra storage responsibilities? My experience has been with EMC, NetApp and 3Parr on fiber, NFS, and iSCSI. What training and certification provider would be better or at least the first to continue?

    Thxs

    Both are huge players in the world of virtualization and thus increase your VCP - I would lean more towards the EMC cert just because of the VCE (VMware, CIsco and EMC) company

  • How to check what table tablespace is created to

    Hi all

    If I create a table with an external organization, how can I know what tablespace is to enter.
    What are the internal tables can I ask to confirm tablespace type of a table in the database. Thanks for mentioning the query as well.

    Thank you

    By definition, the external table data is stored outside the database (metadata only table IE the table description are stored in the data dictionary, which is still in the SYSTEM tablespace). See http://download.oracle.com/docs/cd/E11882_01/server.112/e17120/tables013.htm#ADMIN01507

  • What table in DbTier is registered partner AppsTier?

    Hi all

    EBS R12.2.4

    OEL 6

    Which table in the data base layer where you can find info on your partner level apps?

    Thank you very much

    JC

    If you have an own AutoConfig env, a table of query FND_NODES- http://etrm.oracle.com/pls/etrm/etrm_pnav.show_object?c_name=FND_NODES&c_owner=APPLSYS&c_type=TABLE

    Thank you

    Hussein

  • What table hold information on the Start Page

    What a picture hold info on the Start Page where the responsibility and the form are selected when connect you to Oracle

    step: -.

    Connect to Oracle applications

    Click on Preferences
    Scroll to the start page
    Need to know as soon as you click on the responsibility and its value table name has this info

    It's a profile option and all the profile option values are stored in fnd_profile_options, fnd_profile_option_values, fnd_profile_options_tl

    Note: 201945.1 - How E-Business Suite profile Option values list for all levels using SQLPlus
    Note: 282382.1 - how to find all the Options profile for a specific value
    Note: 367926.1 - how to find all the users with a specific profile Option set?

    Thank you
    Hussein

  • What table shows the tablespace in read-only mode or read / write.

    Hi all

    Can someonoe help me find which table shows if a tablespace is read-write or read-only mode.

    Thank you
    Naveen

    DBA_TABLESPACES - STATUS column.

    http://download.Oracle.com/docs/CD/B19306_01/server.102/b14237/statviews_4157.htm#i1627812

  • What tables are there behind the trees.

    If a tree is implemented with a node that has a set of accounts... What are the sets of tables, I can query to find this info?

    All tables in the tree begins with PSTREE, so searching for PSTREEDEFN, PSTREENODE, etc.

  • GLPURGE, Archives of GL and purging what tables remove?

    I need to know how the process of 'GL Archive and Purge' works when the purge of the records in the GL tables. Also delete the data permanently deleted the GL tables, does perform any other action on the tables or the data?

    I don't think so, apart from the logic to delete the data in tables, it could also be updated for the other columns that will miss us, if we use explicitly remove commands. In addition Oracle does not directly support update or delete data from base tables, you can check raising a SR.

Maybe you are looking for