Which table partition the record is from

Hi, I would like to know how to do a select query on a partioned table and include the partioned name where the record reside, thanks.

Here is the DDL
CREATE TABLE C7T_WSD
UIDFILE NUMBER(9) NOT NULL,
BUSINESS_FUNCTION_ID VARCHAR2(2 BYTE),
SITE_ID VARCHAR2(13 BYTE),
ZONE_ID VARCHAR2(4 BYTE),
PROFILE_CLASS VARCHAR2(20 BYTE),
LOSS_GROUP_CODE VARCHAR2(10 BYTE),
UNMETERED_INDICATOR VARCHAR2(1 BYTE),
DAILY_SITE_USAGE_KWH NUMBER(10,2),
RESULT_SOURCE VARCHAR2(1 BYTE),
DAILY_SITE_LOSS_KWH NUMBER(10,2),
DAILY_SITE_UFE_KWH NUMBER(10,2),
WEATHER_STATION_IDENTIFIER VARCHAR2(20 BYTE),
ESTIMATION_METHODOLOGY VARCHAR2(1 BYTE),
TRANSACTION_STATUS_CODE VARCHAR2(4 BYTE),
SETTLEMENT_DATE DATE,
UIDERROR NUMBER(9),
RECORD_SEQUENCE NUMBER(8)
TABLESPACE USERS
PCTUSED 0
PCTFREE 2
INITRANS 1
MAXTRANS 255
PARTITION BY RANGE (SETTLEMENT_DATE)
PARTITION WSD_2007_12 VALUES LESS THAN (TO_DATE(' 2008-01-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
LOGGING
NOCOMPRESS
TABLESPACE C7TS_TAB_WSD_2007
PCTFREE 2
INITRANS 2
MAXTRANS 255
STORAGE (
INITIAL 10M
MINEXTENTS 1
MAXEXTENTS 2147483645
BUFFER_POOL DEFAULT
PARTITION WSD_2008_01 VALUES LESS THAN (TO_DATE(' 2008-02-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
LOGGING
NOCOMPRESS
TABLESPACE C7TS_TAB_WSD_2008
PCTFREE 2
INITRANS 2
MAXTRANS 255
STORAGE (
INITIAL 10M
MINEXTENTS 1
MAXEXTENTS 2147483645
BUFFER_POOL DEFAULT
....................

Similar Messages

  • Which table stores the data of transaction FBL1N...?

    Hi,
    Please help me find out which table stores the data ,generated from transaction FBL1N..Actually i need to find out the g/l account against the vendor account that is being displayed in FBL3N's document overview.

    Hi,
    Data will be retrieved from following table :
    tables: lfa1, lfb1, bsik, bsid, kna1, t001,t005, SKAT, SKB1.
    In BSIK you have  both LIFNR and HKONT. You will get the data based on the LIFNR and HKONT. LIFNR is Vendor and HKONT is GL assigned to the vendor.
    Thanks,
    Sriram Ponna.
    Message was edited by:
            Sriram Ponna

  • When target DB is down in which table is the data from source is stored, also where are the error messages stored in ODI

    When target DB is down in which table is the data from source is stored, also where are the error messages stored in ODI( I am not getting any error message in E$_TARGET_ANI_TEST).
    When i am running the interface i am getting the below error against the errored step
    "ORA-01045: user ABC lacks CREATE SESSION privilege; logon denied."
    Only E$_TARGET_ANI_TEST  is created with no data. No such tables like C$_0TARGET_ANI_TEST, I$_TARGET_ANI_TEST are created and also data is not inserted in the target table TARGET_ANI_TEST.

    Hi,
    I have checked that only E$ table is created. C$ and I$ table are not created ( I have selected my target schema as the part for the staging table).
    All the parameters for dropping the tables are selected as "<default>:false".
    I am importing the following KMs with the following parameters:
    1) CKM Oracle
    DROP_ERROR_TABLE
    :false
    DROP_CHECK_TABLE
    :false
    CREATE_ERROR_INDEX
    :true
    COMPATIBLE
    :9
    VALIDATE
    :false
    ENABLE_EDITION_SUPPORT
    :false
    UPGRADE_ERROR_TABLE
    :false
    2) LKM SQL to SQL
    DELETE_TEMPORARY_OBJECTS
    :true
    3) IKM SQL Incremental Update
    INSERT
    :true
    UPDATE
    :true
    COMMIT
    :true
    SYNC_JRN_DELETE
    :true
    FLOW_CONTROL
    :true
    RECYCLE_ERRORS
    :false
    STATIC_CONTROL
    :false
    TRUNCATE
    :false
    DELETE_ALL
    :false
    CREATE_TARG_TABLE
    :false
    DELETE_TEMPORARY_OBJECTS
    :true 

  • How can I know in which Tables are the fields stored

    Hi,
    In transaction FSE3 Display Financial Version
    Statement Version, if I drilldown in details, I can
    see Item No, Chart of Acc, From Accountm To Account D,
    C.
    when I do a F1 on the fields, I can see that it is a
    structure. How can I know in which Tables are the
    fields store?

    Hi Ankit,
    There are no rules or guidelines for finding the table but i will share some of the tips used generally.........but i am not sure if we can do it for a tree structure..but try anyways....
    Double click on the structure name seen on the F1 pop up window...
    in the structure screen, try to analyse the field which is very important something like a key in that set of fields or do the same for the fields which we feel are more important,then click on the domain for that field....once in the domain..click on the "where used list for the domain" on the top...
    it will display a pop up -> select only "table" and then press "Tick/OK"..A list will be displayed with the data element and table name ..from this we need to find out the right one we need either by going for text of the table or going through each and every one
    It takes time but does the job.....
    Regards
    Byju

  • Which table stores the information about a user (name, username etc.)

    Which table stores the information about a user (name, username etc.) .Is it LDAP server or MSSQL server? then hw to go to that table ?

    I guess this is a question about CAD - and it doesn't matter much if it's UCCE or Express. The info is in the LDAP called Directory Services. In UCCE the Sync process updates the LDAP from the ICM config database.
    You can use a free LDAP browser to connect to the LDAP (anonymous connection) and read the LDAP.
    Regards,
    Geoff

  • Which table contains the field CNTRC(Counter Reading)?

    Hi Guys,
    1) Can anybody tell me which table contains the field CNTRC (short description is Counter Reading) ?
    2) CNTRC is available in the structure RIMR0. In a situation like this, how do we identify the table name?
    Thanks in Advance,
    Vijay

    Dear Vijay
    The counter reading is available in IMRG table in field CNTRR. It is available in exponential form. you need to convert to decimal from using the FM FLTP_CHAR_CONVERSION_FROM_SI
    Please go through the below link for the
    same
    Link: [Re: Counter reading in IK11]
    Regards
    gajesh

  • Which table stores the net book vaues of assets ?

    Hi,
    I want to see which table stores the Net book value of assets.
    in the assets books and financial information windows the figures are there. but I cannot find the table.
    Thanks and Regards,
    MPH

    Hi
    Hope this below query may help u
    you can get all the amounts by passing asset id , from_date and to_date
    SELECT far.cost_retired,
    far.nbv_retired,
    far.proceeds_of_sale,
    far.gain_loss_amount
    FROM fa_retirements far, fa_transaction_headers fah
    WHERE 1 = 1
    AND far.asset_id = p_asset_id
    AND far.book_type_code = p_corp_book
    AND to_char(fah.date_effective, 'DD/MM/RRRR') >= p_from_date
    AND to_char(fah.date_effective, 'DD/MM/RRRR') <= p_to_date
    AND far.status = 'PROCESSED'
    AND fah.transaction_key = 'R'
    AND far.asset_id = fah.asset_id
    AND far.book_type_code = fah.book_type_code
    AND far.transaction_header_id_in = fah.transaction_header_id
    AND far.transaction_header_id_in =
    (SELECT MAX (far1.transaction_header_id_in)
    FROM fa_retirements far1, fa_transaction_headers fah1
    WHERE far1.asset_id = far.asset_id
    AND to_char(fah1.date_effective, 'DD/MM/RRRR') >= p_from_date
    AND to_char(fah1.date_effective, 'DD/MM/RRRR') <= p_to_date
    AND far1.book_type_code = far.book_type_code
    AND far1.status = 'PROCESSED'
    AND far1.asset_id = fah1.asset_id
    AND far1.book_type_code = fah1.book_type_code
    AND fah1.transaction_key = 'R'
    AND far1.transaction_header_id_in = fah1.transaction_header_id);
    Please let me know if u need any help
    Thanks
    Prasanna

  • How to know which table in the database a form is accessing

    Actually Im new to oracle applications,
    Im getting an error when i open a form from system administrator responsibility saying that table doesnot exist.
    My basic doubt is, how to know which table in the database a form is accessing.
    Any response is higly appreciated.
    Thanks,
    Praveen
    Edited by: user10239520 on Sep 10, 2008 7:07 AM

    Take a look at the following thread:
    Is there a query log in EBS?
    Re: Is there a query log in EBS?

  • In which tables are the data for the aplication KSB1?

    I'm getting data from Qlik View with a BI tool called Qlik View.
    I need help to find in which tables are the data for KSB1 aplication.
    I've found something in COBK and COEP but there's more table involved since I didn't find all data.
    Somente can help me please?
    Regards.
    Robson

    I ran a trace and found some tables that may help you.
    COVP(View)
    CSKT
    CSLT
    CSKS
    CSKU
    AUFK
    Thanks
    Rathish

  • Is there a way to find out which project using the record Z_student by sql

    Is there a way to find out which project using the record Z_student by sql
    use Find in in Application Designer is time consumer

    Try following SQL
    with all credits to the original poster of the greater portion of this sql
    http://srini-peoplesoft.blogspot.co.uk/2012/05/find-in-text-sql.html
    select projectname  from psprojectitem
    where (objectvalue1,objectvalue2,objectvalue3) in
    With Srch As
    Select Str, SubStr(Max(HexStr),3) Srch_Str
    From
    Select RNum, Str, Hexcode, Sys_connect_by_path(HexCode, '00') HexStr
    From (
    Select RNum, Str, Chr(Floor(Mod(Code/16, 16))
               + Decode(Floor(Floor(Mod(Code/16, 16))/10), 0, 48, 55)) ||
           Chr(Mod(Code, 16)
               + Decode(Floor(Mod(Code, 16)/10), 0, 48, 55)) HexCode
    From (        
    Select RNum, Str, Ascii(Substr(Str, RNum, 1)) Code
      From (Select Rownum RNum From Dual Connect By Level <= Length(:Str)),
           (Select :Str Str From Dual
            Union
            Select Upper(:Str) From Dual
            Union
            Select Lower(:Str) From Dual
            Union
            Select InitCap(:Str) From Dual
    Start With RNum = 1 Connect By Prior RNum = RNum - 1 And Prior Str = Str
    Group By Str
    select
    objectvalue1,objectvalue2,objectvalue3
    from pspcmprog p, srch
    where dbms_lob.instr(progtxt, srch_str)  > 0
    );

  • Which table contains the text

    hi all,
    im working on a smartform where i need to display data of trx VA01.After the initial screen of va01 in the Sales Tab when i double click the line item (Material field), it goes to a third screen where in Additional Data A tab  , Material Groups are defined from 1 to 5.
    I need to display the data entered in material group. In table VBAP the value for the material groups  from 1 to 5 is in the form of 01,02,03 etc. whereas when the user selects value of these they appear in a drop down list in the form of text.
    e.g:
    Material group 1 : uk , germany,india.(these are the options in drop down list on screen).
    vbap contains mvgr1 as 01, 02,06.
    I need to know which table contains the text uk,germany,india.
    thnxs .
    Points will be rewarded!

    Hi,
    Check the tables..
    For MVGR1 - TVM1T
    For MVGR2 - TVM2T
    For MVGR3 - TVM3T
    For MVGR4 - TVM4T
    For MVGR5 - TVM5T
    Thanks,
    Naren

  • When using Multicam in CS6 how do I choose which source file the audio comes from?

    I've noticed when using the Multi-cam window to create edits, the audio does not change when I select the different video sources. How do I select which source file the audio comes from?

    It doesn't make sense why the multicam source sequence only uses one track of audio. Was this by design? The issue with this as in my situation (and because I didn't know this) I recorded all my source videos with the music tracks on the right side which is what I'm using to cut my video with. Not being able to hear this while I'm cutting is really frustrating. There's a reason I separate dialog on the left side and music on the right. There should at a minimum be an option while setting up the multicam to choose more audio options. Even in the audio clip option settings, those don't seem to work when a clip is put into a multicam source sequence.
    The other issue is when you bring in the audio after the fact or even before, there's no way to sync timecode with audio to the multicam sequence. When I create the Multicam source sequences in my project bin, I choose sync with timecode, not in points, because the record decks I'm using are all locked with a TC gen during the shoot.
    Maybe I'm missing something, but there seems to be either a bug with multicam or a design flaw. Even in the help documentation, it states multiple audio tracks can be brought in with the multicam sequence, but only track one is enabled by default. I've never been able to have the MC sequence bring in more than one track of audio no matter what the audio settings are.

  • Which table holds the Shopping Cart Approval Manager Name

    Can any one  please let me know which table holds the Approving Manger Name. Please find the scenario below.
    Employee creates the Shopping  Cart and forward the SC for Approval to Approval Manger. But approval manager will take some time to approve the shopping cart. I need to extract the approving manager's name who has still not approved the shopping cart into SAP BW.
    Thanks in Advance.
    Regards
    Venkata Agraharam.

    Hi,
    This is not answer. Just feedback from my project experience.
    I know some customer developed this kind of report which shows approver but they used the report only the first 1 month after go live. Approval monitoring was fun but you need someone who monitor it. Finally they realized high monitoring admin cost. Final solution was Alert Notification with BBP_ALERTING BADI which sends email to approver and admin when deadline is reached.
    Regards,
    Masa

  • IN which table stores the Value of sales orders Net Value

    IN which table stores the Value of sales orders Net Value

    Hi Lakshmi,
    Check Following Tables:
    CRMD_PRICING_I
    CRMM_PR_SALESA
    CNCCRMPRSAP00090
    Reward Points if Helpful.
    Srini.

  • How to download the recorded video from my ipad to my PC ?

    How to download the recorded video from my ipad to my PC?

    See this support document for assistance. Import photos and videos from your iPhone, iPad, or iPod touch to your Mac or Windows PC - Apple Support

Maybe you are looking for

  • Cant upload new songs in iTunes from new computer onto iPhone 3gs

    How do I upload new songs in my new iTunes from my mac to my iphone 3gs WITHOUT deleting or replacing all the old songs? My old computer crashed and I have no way of accessing those old songs but I dont want to loose all 509 songs. some were burnt fr

  • Multimapping in BPM

    Hello! I read that it  Multi Mapping N:1 is possible in BPM with Transformation but how do you do it? /HT

  • Authorisation restrictions on Customer Master

    Hello all, Within our organisation there is a request to restrict user access to certain views of the customer master.  For example : one group of users are able to create/maintain address and control information, and another group of users are only

  • Time Dimensions in Sales/PRM Subject Areas

    Hello, I am relatively new to the Sales Cloud. I come from an OBIEE background and I trying to understand things from the reporting angle. In the OBIEE rpd, we join the time/date dimension with a suitable date key in the fact table and posssibly crea

  • Where does javafx.io.Storage resources end up?

    My first post here ... Well I have made an Desktop application where I use javafx.io.Storage and javafx.io.Resurse. First I thought that I would find the file in my directory tree of my JavaFx desktop app, but it did not. I am using Mac os X and I ha