Creator  Tomcat MySQL Deployment Table Not being filled by  DB

Hi All,
I am deploying a Creator app called test3.war which uses a MySQL db called RemoteFocalPoint.
When I try to browse to the url : http://65.99.196.145:8080/test3/ The page wont load I have also had the error JasperException: org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of class '' for connect URL 'null'
I can get the table to be filled from the RemoteFocalPoint db on a sun pointbase server running locally with the following parameters :
Data Source Name : RemoteFocalPoint
User ID : root
Password ; ****************
Data base URL jdbc:mysql://65.99.196.145/RemoteFocalPoint
Driver Class : org.gjt.mm.mysql.Driver
Validation table : Validation
I have installed Tomcat Administrator for the production Tomcat (v5.5) environment.
The settings I have on Tomcat Administrator for http://65.99.196.145:8080/test3/ are
JNDI Name: jdbc/RemoteFocalPoint
Data Source URL: jdbc:mysql://localhost/RemoteFocalPoint
JDBC Driver Class: org.gjt.mm.mysql.Driver
User name jim
Password *****************
Max. Active Connections: 4
Max. Idle Connections: 2
Max. Wait for Connection: 5000
Validation Query: SELECT ALL VALIDATION.Test FROM VALIDATION
If anyone could shed any light on this I would be grateful. There is a lot of contradictory information on the web about this issue.
Regards
Jim Ascroft

I think that his has been answered better than I can elsewhere in the forum and
on the web. It's something that people frequently run into.
But effectively, I think you need to edit a <project>/web/META-INF/context.xml
file, adding something like this:
(replace "oms" with your project name).
Unfortnately, posting xml just doesn't work for me, but you ought to be able to google
for context.xml, tomcat, resource and maybe database.
I believe Dion Almaer has a post in his blog about it.
<?xml version="1.0" encoding="UTF-8"?>
<Context path="/oms" >
<Resource
        auth="Container"
        description="Nrg database"
        name="postgres/nrgdb"
        type="javax.sql.DataSource"
        driverClassName="org.postgresql.Driver"
        url="jdbc:postgresql://localhost/nrgdb"
        username="dms"
        password=""
        maxIdle="2"
        maxWait="5000"
        validationQuery="select * from users;"
        maxActive="4"
        removeAbandoned="true"
        removeAbandonedTimeout="30"
        logAbandoned="true"
    />
<WatchedResource>WEB-INF/web.xml</WatchedResource>
    <WatchedResource>META-INF/context.xml</WatchedResource>
</Context>

Similar Messages

  • BELNR not being filled in PTRV_DOC_IT

    Hi Experts!!
    We have a travel expense created with 5 receipts (line items). Now we have implemented BADI TRIP_POST_FI to change a few fields in PTRV_DOC_IT. However, to relate line items in PTRV_SADD (receipts) and PTRV_DOC_IT, we are using fields RECEIPTNO and BELNR respectively. We implemented the BADI and tested successfully. Now, after 2 months, when we try, this is not working. And it's found that BELNR is not being filled in with receiptno in PTRV_DOC_IT table, at all.
    Can somebody help me figuring out, why it's happening so now? Should there be some settings done?
    When will this BELNR be filled normally? Please help me out.
    Your help is highly appreciable.

    Solved.
    In PRFI selection screen, under Size/Summarization, we should select first radiobutton (per Travel Doc.) under Cust/Vend Accoutn Summariz. and Expense/Account Summariz. This will automatically fill in BELNR.
    Thanks.

  • BPM Correlation from Dynamic Configuration not being filled

    Hey guys,
    I'm having the following problem with BPM correlation.
    In my correlation definition, I have 2 fields: one which is filled with information from the message payload, and another one which is filled with a context object (which was created with adapter metadata and filled with dynamic configuration, as refered here: /people/michal.krawczyk2/blog/2006/10/09/xi-dynamic-configuration-in-adapter-modules--one-step-further).
    All instances of BPM are with error status. And when I go into the workflow log for these processes, if I check the correlation object, it is like this:
    <?xml version="1.0" encoding="utf-8" ?>
    <CorrelationKey Version="001">
    <Field1 />
    <Field2>123456789</Field2>
    </CorrelationKey>
    Field1 is the one read from context object, and is not being filled (thus I think the error comes from here). Field2 is from payload and is being normally filled.
    Any ideas on this matter?
    Maybe the problem is not from the correlation. If not, what else could be the case? The BPM crashes on the very first step (one more reason to think that the correlation is the issue).
    Thanks in advance,
    Henrique.

    HI,
    In general Correlation , concept, whatever we configured in Correlation editor , i mean in runtime which xml element should filled with which element of which interface ..as you said you have configured the local correlation to block, in block it is the first receive step, while receiving the first message which is relevent to first recieve step , i mean if it receives the one message which is related to first receive step inteface .. the respective element data will be filled in correlation id and it will assign on giud for processing , so while assign the runtime data to correlation element ( imean filling stage) check you said two elements in correlation does the first message contains these two elements ??
    if so ok , no then check , and try to use the IM before calling the IP to fill the payload.
    Regards
    Chilla
    Oh closed!!
    Message was edited by:
            Chandra Sekhar Chilla
    Message was edited by:
            Chandra Sekhar Chilla

  • Internal table -Select statement -2nd plant is not being filled

    Hi,
    Second field for plant WERKD is not getting filled in this table.I am using into corresponding fields of table ITAB statement.
    I need both plants and in single select statement.
    Any ideas?
    DATA: BEGIN OF T_STOF OCCURS 0,
        VBELN LIKE LIPS-VBELN,
        ERNAM LIKE LIPS-ERNAM,
        WERKS LIKE LIPS-WERKS,
        NTGEW LIKE LIPS-NTGEW,
        GEWEI LIKE LIPS-GEWEI,
        EBELN LIKE EKKO-EBELN,
        WERKD LIKE EKPO-WERKS,
        LGORT LIKE EKPO-LGORT,
        EBELP LIKE EKPO-EBELP,
        MATNR LIKE EKPO-MATNR,
        TXZ01 LIKE EKPO-TXZ01,
        AEDAT LIKE EKPO-AEDAT,
        KNUMV LIKE EKKO-KNUMV,
        END OF T_STOF.
      SELECT  LIKPVBELN LIKPERNAM LIPSWERKS LIPSNTGEW LIPS~GEWEI
      EKKOEBELN EKPOWERKS EKPOLGORT EKPOEBELP EKPOMATNR EKPOTXZ01 EKPOAEDAT EKKOKNUMV
      INTO CORRESPONDING FIELDS OF TABLE T_STOF
      FROM LIKP
      INNER JOIN LIPS
      ON LIKPVBELN EQ LIPSVBELN
      INNER JOIN EKKO
      ON LIPSVGBEL EQ EKKOEBELN
      INNER JOIN EKPO
      ON EKKOEBELN EQ EKPOEBELN
      WHERE LIKP~VBELN IN S_VBELN
      AND LIKP~ERNAM IN S_ERNAM
      AND LIPS~WERKS IN S_WERKS
      AND EKKO~EBELN IN S_EBELN
      AND EKPO~WERKS IN S_WERKD
      AND EKPO~LGORT IN S_LGORT
      AND EKPO~MATNR IN S_MATNR
      AND EKPO~AEDAT IN S_AEDAT
      AND BSART = 'UB'.
    Or am i doing in wrong?
    Regards
    Praveen

    Hi,
    If you use INTO CORRESPONDING then the fieldname in the internal table has to match the selecting field name..
    To avoid this you can use INTO TABLE...
    SELECT LIKPVBELN LIKPERNAM LIPSWERKS LIPSNTGEW LIPS~GEWEI
    EKKOEBELN EKPOWERKS EKPOLGORT EKPOEBELP EKPOMATNR EKPOTXZ01 EKPOAEDAT EKKOKNUMV
    <b>INTO TABLE T_STOF</b>
    Thanks,
    Naren

  • Check box in a table not being read on auto read by JAWS(Screen Reader)

    Hi Experts,
    I am working on Accessible pages in ADF. Check box in table is not being read on "Auto Read" function by jaws. Auto read is a function that allows the user to start the screen reader at the top of the page and read the entire thing that is provided by JAWS. I have even specified label property for af:selectBooleanCheckbox. Can anyone help me regarding this issue.
    Regards,
    Santosh.
    Edited by: 930871 on Jun 13, 2012 6:54 AM
    Edited by: 930871 on Jun 13, 2012 7:25 AM

    Can anyone help me on this issue. This is really urgent.

  • Component and Object are not being filled automatically when filling IBase

    Hello all,
    When filling the Ibase number in a Service Order (Reference Objects), the component and the object ID are not deing filled automatically. But if I fill the component instead of the IBase ID, the Ibase and the object are being filled.
    Can anyone help me with this issue, please? I would need the component and the object being filled automatically when entering the Ibase number.
    Thank you and Regards.

    Hi,
    Do you have the component assign to a client?
    Best regards,
    Rui Mariano

  • PQH TABLES NOT BEING POPULATED BY EMPLOYEE SELF SERVICE

    For reporting purposes I need to create different reports listing all the transactions that are coming from Employee Self S
    ervice. As workforce tables are purged (i.g. wf_items) I need to create it using
    the pqh tables (i.g. pqh_ss_transaction_history) but unfortunately they are not
    being populated. Is there any audit configuration in order to save ESS transact
    ions in the PQH schema? Or are there any other tables where these transactions a
    re always saved?
    Thank you
    Facundo

    I think the PQH History tables are only populated when there have been approvals.
    To report on the SSHR transactions, you ay need to increase the time limit before they are purged and extract them to another table(s) fro reporting.
    Regards
    Tim

  • Setup tables not getting filled.

    Hi all,
    I am using MM module which includes purchasing data, i have identified 2lis_02_itm, 2lis_02_cgr, 2lis_02_scn, 2lis_02_sgr data sources for extracting purchasing data.
    While extracting data from R/3 for data sources 2lis_02_cgr, 2lis_02_scn the setup tables were not getting filled. i followed all the standard procedures. i tried checking in RSA3 also but the no. of records was 0.
    then i checked in NPRT t-code using the run name it was showing no. of docs. but when i extract data from R/3 to BW Processing: No data . 0 records.
    Can anyone please help me in this issue?
    Why are the setup tables not filled?
    i have checked many threads regarding this  issue ...but have no solution....
    Thank you in advance.
    Edited by: Jasmine G on Apr 21, 2008 10:32 AM

    Application Number for Purchase is 02
    So OLI3BW will not fill the Purchase related setup tables.
    Best way is
    T-code = SBIW
         -> Settings for Application-Specific DataSources (PI)
           -> Logistics
             ->  Managing Extract Structures
               -> Initialization
                 -> Filling up the setup tables
                             -> Application-Specific Setup of Statistical Data
                     -> Then select the app for which you want to fill setup table
    Rgds,
    Vikram.

  • WADLogs table not being recreated

    Hi,
    I have an app that is using WADLogs table to store diagnostic trace messages from the app. Recently I have deleted my wadlogs table to clean up space. I have done it once before an azure recreated my wadlogs table, but not this time. Can anyone give me hints
    where to dig for solution?

    Hi,
    There was a similar thread
    http://social.msdn.microsoft.com/Forums/windowsazure/en-US/3ecb9412-e312-430c-b971-53c90e715423/wadlogstable-not-being-created?forum=windowsazuredevelopment 
    Here is a solution in that thread
     I did notice that Table monitoring on the Windows Azure dashboard was off. I set it to "minimal" and the table finally showed up.
    Hope this helps
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • When NAST table is being filled up in ME21n

    Hi,
    When I create the PO , I put the vendor , material , etc in ME21N screen. After I filled up the needed values , I hit the "ENTER" button all the default values filled up by SAP. If I see the messsages tab then the "NEU" message table automatically populated with partner & Medium. I am not sure how these values are being populated first time for every purchase order once you hit the enter.
    Thanz
    Ramesh

    The message is usually determined with condition records created for the access sequences for a message schema. transaction MN04, MN05, MN06.

  • Changes to tables not being picked up by certain Headstart Utilities

    I modified an existing table in our repository by adding a new column to the table. This column has the same properties as another column in the table. The Headstart utility 'Maintain Default Events For Entities' had been run for all tables before the new column was added. As expected, all the columns in the table had UPDATE events created for them, except of course the new column.
    As none of the events associated with this table had been used, I ran the 'Cleanup Unused Event for Entities' utility for the table and then re-ran the 'Maintain Default Events For Entities' utility for the table, in order to create an UPDATE event on the new column. This however, was not the case as an UPDATE event was not created for the new column. It appears to have been completely ignored.
    I have checked for the obvious i.e. was the table change applied properly in the repository and had the database been properly re-generated from the server model and everything appears to be correct.
    I have noticed that certain Headstart utilities, 'Enforce CDM Ordering Standard for columns' and 'Set column display length' do pick up the new columns. 'Enforce CDM Ordering Standard For Attributes' however, is another utility that does not pick up the new column.
    Any solutions and explanations for the above would be much appreciated.
    Thank You,
    Aneesha.
    null

    Aneesha,
    In your formulation of the problem, you seem to sometimes be using the terms "table" and "column" when you actually mean "entity" and "attribute". This makes it a bit hard for me to reconstruct your steps. Did you create both a new attribute on the entity, and a new column on the table, and are the two linked together (i.e. if you go to the attribute, is the "Implemented by Columns" node filled correctly?
    Kind regards,
    Peter
    null

  • Setup table not getting filled-shipment header

    hi
    i am trying to fill the set up table for shipment header data for particular shipment number (TKNUM). as few shipment number missing, we are doing a full repair request.
    tcode : vtbw
    entered the shipment number. the setup table is still empty. when debugged, the values are not getting passed.
    can anyone shed some light about this.
    regards
    neo

    The 2LIS_08TRTK (shipment header), 2LIS_08TRTS (shipment stages) and 2LIS_08TRTLP (delivery items on shipment stages) DataSources only extract shipments where the shipment completion status is set.
    Please see [OSS Note 573470 - Shipment data is not written into BW|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=573470]

  • Plan Table Not Being Created

    When I place the cursor on a statement and press F6, sqldev asks me if I want to create the missing plan table. If choosing YES, nothing happens, no output to the console, no plan table is created. F6-ing again and the same happens again and again.
    After executing ?/rdbms/admin/utlxplan.sql (using the same connection info), it works.
    This is against 9.2.0.4.

    >
    Normal table fine but trying syntax below but tabel properties show no compression
    >
    What properties? You didn't show any query or result that shows if the table is compressed or not.
    >
    nOW HSOING AT TABLE LEVEL OR ON TABLE PORPETIES BUT WHEN check user_tab_partitions shows as compressed for oltp
    >
    I have no idea what any of that means.
    Again - you didn't post anything showing if the table is compressed or not. And without the DDL for the source table no one can try to reproduce your results.
    Thanks for using code tags and posting some of the DDL needed but you should edit your post and REMOVE all of the extra partition definitions since all they do is bloat the listing.
    This works for me in vanilla 11.2.0.1.0
    create table EMP_PART parallel
    COMPRESS FOR OLTP
    partition by range (hiredate)
    INTERVAL (NUMTOYMINTERVAL(1,'MONTH'))
    subpartition by hash (deptno)
    subPARTITIONS 4
      partition all_data values less than (to_date('01/01/2013', 'mm/dd/yyyy')
    as select * from emp
    select table_name, compression, compress_for, composite, partition_name
    from user_tab_partitions
    TABLE_NAME     COMPRESSION     COMPRESS_FOR     COMPOSITE     PARTITION_NAME
    EMP_PART     ENABLED     OLTP     YES     ALL_DATA

  • Range interavl partitioned table not being created in compressed format

    Hi,
    Using oracle 11.2.03. and trying to create a table with compress
    Normal table fine but trying syntax below but tabel properties show no compression
    Tried compress at top of sql as per belwo and at bottom
    Aldso tried compress and compress for oltp - same bahviour not getting compressed.
    nOW HSOING AT TABLE LEVEL OR ON TABLE PORPETIES BUT WHEN check user_tab_partitions shows as compressed for oltp
    Thanks
    create table RETAILER_TRANSACTION_comP_POR parallel
    COMPRESS FOR OLTP
    partition by range (PARTITIONING_DATE)
    INTERVAL (NUMTOYMINTERVAL(1,'MONTH'))
    subpartition by hash (PLANT_ISSUE_ID)
    subPARTITIONS 4
      partition PART_200912 values less than (TO_DATE(' 2010-01-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_200912
        pctfree 1
        initrans 1
        maxtrans 255
        storage
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
      partition PART_201001 values less than (TO_DATE(' 2010-02-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201001
        pctfree 1
        initrans 1
        maxtrans 255
        storage
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
      partition PART_201002 values less than (TO_DATE(' 2010-03-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201002
        pctfree 1
        initrans 1
        maxtrans 255
        storage
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
      partition PART_201003 values less than (TO_DATE(' 2010-04-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201003
        pctfree 1
        initrans 1
        maxtrans 255
        storage
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
      partition PART_201004 values less than (TO_DATE(' 2010-05-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201004
        pctfree 1
        initrans 1
        maxtrans 255
        storage
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
      partition PART_201005 values less than (TO_DATE(' 2010-06-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201005
        pctfree 1
        initrans 1
        maxtrans 255
        storage
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
      partition PART_201006 values less than (TO_DATE(' 2010-07-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201006
        pctfree 1
        initrans 1
        maxtrans 255
        storage
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
      partition PART_201007 values less than (TO_DATE(' 2010-08-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
      tablespace RTRN_PART_201007
        pctfree 1
        initrans 1
        maxtrans 255
        storage
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
      partition PART_201008 values less than (TO_DATE(' 2010-09-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201008
        pctfree 1
        initrans 1
        maxtrans 255
        storage
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
      partition PART_201009 values less than (TO_DATE(' 2010-10-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201009
        pctfree 1
        initrans 1
        maxtrans 255
        storage
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
      partition PART_201010 values less than (TO_DATE(' 2010-11-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201010
        pctfree 1
        initrans 1
        maxtrans 255
        storage
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
      partition PART_201011 values less than (TO_DATE(' 2010-12-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201011
        pctfree 1
        initrans 1
        maxtrans 255
        storage
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
      partition PART_201012 values less than (TO_DATE(' 2011-01-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201012
        pctfree 1
        initrans 1
        maxtrans 255
        storage
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
      partition PART_201101 values less than (TO_DATE(' 2011-02-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201101
        pctfree 1
        initrans 1
        maxtrans 255
        storage
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
      partition PART_201102 values less than (TO_DATE(' 2011-03-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201102
        pctfree 1
        initrans 1
        maxtrans 255
        storage
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
      partition PART_201103 values less than (TO_DATE(' 2011-04-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201103
        pctfree 1
        initrans 1
        maxtrans 255
        storage
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
      partition PART_201104 values less than (TO_DATE(' 2011-05-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201104
        pctfree 1
        initrans 1
        maxtrans 255
        storage
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
      partition PART_201105 values less than (TO_DATE(' 2011-06-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201105
        pctfree 1
        initrans 1
        maxtrans 255
        storage
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
      partition PART_201106 values less than (TO_DATE(' 2011-07-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201106
        pctfree 1
        initrans 1
        maxtrans 255
        storage
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
      partition PART_201107 values less than (TO_DATE(' 2011-08-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201107
        pctfree 1
        initrans 1
        maxtrans 255
        storage
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
      partition PART_201108 values less than (TO_DATE(' 2011-09-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201108
        pctfree 1
        initrans 1
        maxtrans 255
        storage
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
      partition PART_201109 values less than (TO_DATE(' 2011-10-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201109
        pctfree 1
        initrans 1
        maxtrans 255
        storage
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
      partition PART_201110 values less than (TO_DATE(' 2011-11-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201110
        pctfree 1
        initrans 1
        maxtrans 255
        storage
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
      partition PART_201111 values less than (TO_DATE(' 2011-12-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201111
        pctfree 1
        initrans 1
        maxtrans 255
        storage
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
      partition PART_201112 values less than (TO_DATE(' 2012-01-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
       tablespace RTRN_PART_201112
        pctfree 1
        initrans 1
        maxtrans 255
        storage
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
      partition PART_201201 values less than (TO_DATE(' 2012-02-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201201
        pctfree 1
        initrans 1
        maxtrans 255
        storage
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
      partition PART_201202 values less than (TO_DATE(' 2012-03-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
         tablespace RTRN_PART_201202
        pctfree 1
        initrans 1
        maxtrans 255
        storage
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
      partition PART_201203 values less than (TO_DATE(' 2012-04-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201203
        pctfree 1
        initrans 1
        maxtrans 255
        storage
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
      partition PART_201204 values less than (TO_DATE(' 2012-05-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201204
        pctfree 1
        initrans 1
        maxtrans 255
        storage
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
      partition PART_201205 values less than (TO_DATE(' 2012-06-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
         tablespace RTRN_PART_201205
        pctfree 1
        initrans 1
        maxtrans 255
        storage
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
      partition PART_201206 values less than (TO_DATE(' 2012-07-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201206
        pctfree 1
        initrans 1
        maxtrans 255
        storage
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
      partition PART_201207 values less than (TO_DATE(' 2012-08-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
       tablespace RTRN_PART_201207
        pctfree 1
        initrans 1
        maxtrans 255
        storage
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
      partition PART_201208 values less than (TO_DATE(' 2012-09-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201208
        pctfree 1
        initrans 1
        maxtrans 255
        storage
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
      partition PART_201209 values less than (TO_DATE(' 2012-10-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201209
        pctfree 1
        initrans 1
        maxtrans 255
        storage
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
      partition PART_201210 values less than (TO_DATE(' 2012-11-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201210
        pctfree 1
        initrans 1
        maxtrans 255
        storage
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
      partition PART_201211 values less than (TO_DATE(' 2012-12-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201211
        pctfree 1
        initrans 1
        maxtrans 255
        storage
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
      partition PART_201212 values less than (TO_DATE(' 2013-01-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
          tablespace RTRN_PART_201212
        pctfree 1
        initrans 1
        maxtrans 255
        storage
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
      partition PART_201301 values less than (TO_DATE(' 2013-02-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
          tablespace RTRN_PART_201301
        pctfree 1
        initrans 1
        maxtrans 255
        storage
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
      partition PART_201302 values less than (TO_DATE(' 2013-03-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201302
        pctfree 1
        initrans 1
        maxtrans 255
        storage
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
      partition PART_201303 values less than (TO_DATE(' 2013-04-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201303
        pctfree 1
        initrans 1
        maxtrans 255
        storage
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
      partition PART_201304 values less than (TO_DATE(' 2013-05-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
       tablespace RTRN_PART_201304
        pctfree 1
        initrans 1
        maxtrans 255
        storage
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
      partition PART_201305 values less than (TO_DATE(' 2013-06-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201305
        pctfree 1
        initrans 1
        maxtrans 255
        storage
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
      partition PART_201306 values less than (TO_DATE(' 2013-07-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201306
        pctfree 1
        initrans 1
        maxtrans 255
        storage
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
      partition PART_201307 values less than (TO_DATE(' 2013-08-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201307
        pctfree 1
        initrans 1
        maxtrans 255
        storage
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
      partition PART_201308 values less than (TO_DATE(' 2013-09-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201308
        pctfree 1
        initrans 1
        maxtrans 255
        storage
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
      partition PART_201309 values less than (TO_DATE(' 2013-10-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201309
        pctfree 1
        initrans 1
        maxtrans 255
        storage
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
      partition PART_201310 values less than (TO_DATE(' 2013-11-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201310
        pctfree 1
        initrans 1
        maxtrans 255
        storage
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
      partition PART_201311 values less than (TO_DATE(' 2013-12-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201311
        pctfree 1
        initrans 1
        maxtrans 255
        storage
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
      partition PART_201312 values less than (TO_DATE(' 2014-01-01 00:00:00', 'SYYYY-MM-DD HH24:MI:SS', 'NLS_CALENDAR=GREGORIAN'))
        tablespace RTRN_PART_201312
        pctfree 1
        initrans 1
        maxtrans 255
        storage
          initial 8M
          next 1M
          minextents 1
          maxextents unlimited
    --COMPRESS --FOR OLTP
    as select *
    from retailer_transaction RT
    WHERE RT.DWH_NUM = 1441336376Edited by: user5716448 on 26-Mar-2013 07:16

    >
    Normal table fine but trying syntax below but tabel properties show no compression
    >
    What properties? You didn't show any query or result that shows if the table is compressed or not.
    >
    nOW HSOING AT TABLE LEVEL OR ON TABLE PORPETIES BUT WHEN check user_tab_partitions shows as compressed for oltp
    >
    I have no idea what any of that means.
    Again - you didn't post anything showing if the table is compressed or not. And without the DDL for the source table no one can try to reproduce your results.
    Thanks for using code tags and posting some of the DDL needed but you should edit your post and REMOVE all of the extra partition definitions since all they do is bloat the listing.
    This works for me in vanilla 11.2.0.1.0
    create table EMP_PART parallel
    COMPRESS FOR OLTP
    partition by range (hiredate)
    INTERVAL (NUMTOYMINTERVAL(1,'MONTH'))
    subpartition by hash (deptno)
    subPARTITIONS 4
      partition all_data values less than (to_date('01/01/2013', 'mm/dd/yyyy')
    as select * from emp
    select table_name, compression, compress_for, composite, partition_name
    from user_tab_partitions
    TABLE_NAME     COMPRESSION     COMPRESS_FOR     COMPOSITE     PARTITION_NAME
    EMP_PART     ENABLED     OLTP     YES     ALL_DATA

  • XPRIMARY Field in TCURC Table Not being updated?

    Hello,
    I am trying to update the XPRIMARY field in table TCURC. The process is followed in Transfer Global Settings --> Currencies. I also tried using Transfer Exchange rates from the context menu on the corresponding source system. We have BI 7.0 installed. The field is availbale and active in both the source system table.

    But does the transfer structure contain the fields as well?
    ie
    RSTCURC looks like this
    MANDT
    WAERS
    ISOCD
    ALTWR
    GDATU
    XPRIMARY

Maybe you are looking for