When LAST_DDL_TIME and TIMESTAMP fields are uptaded?

Hi,
I need know when the fields LAST_DDL_TIME and TIMESTAMP are updated.
- Which updated objects (tables, procedures, etc) can change them?
- Which references are updated too? All?
Thanks by any help
Moises Rodrigues
System Analist
CPM Braxis - http://www.cpmbraxis.com

Hi,
Please refrain from posting duplicate threads.
Already answered Re: When LAST_DDL_TIME and TIMESTAMP fields are uptaded?
Aman....

Similar Messages

  • Why is the search and logins fields are black when using AOL

    Why is the search and logins fields are black when using AOL??

    M3nth,
    Seems like we're all asking the same question
    As tst says... try not to use the one at the bottom.. it's ... hummm..
    It's behavior is unpredictable...
    As for the multiple listing I'll have to read Molly's response on this (I asked the same question is the "Xtreme thread")
    JLV
    === EDIT ===
    Hi Molly,
    I read your answer on the bottom search engine..
    That's what I thought it did... but it didn't work for me.. I tried to use it to find some of my own posts within LV.. and it didn't find anything.
    The search was : serial
    I did this while reading a LV question of the subject.
    I shall experiment with the search engine again and report my findings.
    R.Message Edited by JoeLabView on 03-17-2005 02:24 PM

  • Columns last_ddl_time and timestamp in dba_objects

    Hi,
    i just ran into strange thing.
    i created a procedure called aaa. then i ran create or replace procedure aaa with the same code of the original procedure.
    i was surprised to see that the fields of last_ddl_time and timestamp haven't change.
    Of course, when i did this experiment with changing one line in the original package - the fields of last_ddl_time and timestamp did change.
    The question is if it's suppose to be this way and if so, is there any way to make this fields change even if the "new" code is exectly the same.
    thanks

    Hi,
    i demonstrated the thing here.
    i forgot to mention that the DB version i'm using is 11.2.0.3.
    SQL> select last_ddl_time,timestamp from dba_objects where object_name = 'AAAAAAA';
    no rows selected
    SQL> create or replace procedure AAAAAAA is
    begin
    null;
    end; 2 3 4
    5 /
    Procedure created.
    SQL> select last_ddl_time,timestamp from dba_objects where object_name = 'AAAAAAA';
    LAST_DDL_TIME TIMESTAMP
    17-APR-2013 17:37:09 2013-04-17:17:37:09
    SQL> create or replace procedure AAAAAAA is
    begin
    null;
    end; 2 3 4
    5 /
    Procedure created.
    SQL> select last_ddl_time,timestamp from dba_objects where object_name = 'AAAAAAA';
    LAST_DDL_TIME TIMESTAMP
    17-APR-2013 17:37:09 2013-04-17:17:37:09
    SQL> create or replace procedure AAAAAAA is
    begin
    null;
    null;
    end; 2 3 4 5
    6 /
    Procedure created.
    SQL> select last_ddl_time,timestamp from dba_objects where object_name = 'AAAAAAA';
    LAST_DDL_TIME TIMESTAMP
    17-APR-2013 17:38:02 2013-04-17:17:38:02

  • Timezone effects on Date and Timestamp fields in af:query component

    Hello,
    I'm working on an ADF application where time zone is configured as follows:
    * Dynamic View Layer time zone is configured in trinidad-config.xml file and bound to a session scoped value:
    <trinidad-config>
      <skin-family>fusionFx</skin-family>
      <time-zone>#{sessionScope.tz}</time-zone>
    </trinidad-config>* ADF BC time zone is configured in adf-config.xml file and bound to View Layer time zone:
    <adf-config>
      <user-time-zone-config xmlns="http://xmlns.oracle.com/adf/usertimezone/config">
        <user-timezone expression="#{adfFacesContext.timeZone.ID}"/>
      </user-time-zone-config>
    </adf-config>The problem here is that Dates and Timestamp values work as expected all over the application except for the af:query component. When displayed as af:inputDate in af:form, Dates and Timestamp values are NOT getting converted to the time zone (TZ) configured in trinidad-config.xml file, whereas TimestampTz and TimestampLtz are. However, when displayed in af:query component, Dates and Timestamp values are automatically converted to View Layer TZ after a search has been performed.
    For example, say View Layer TZ = US/Pacific and we enter 01/jun/2011 as a search criteria of type Date and then click on the Search button. The displayed value automatically changes to 25/nov/2011, that is, it gets converted to the WLS JVM time zone, which is set to Europe/London.
    Is conversion of Date and Timestamps in af:query component the expected behaviour or could this be a bug?
    Is there any way to avoid this conversion?
    Thanks in advance
    Version:
    ADF Business Components 11.1.1.59.23
    Java(TM) Platform 1.6.0_21
    Oracle IDE 11.1.1.4.37.59.23
    PMD JDeveloper Extension 4.2.5.3.0
    Repost on 26-nov-2011 9:29
    Repost on 28-nov-2011 15:10
    Edited by: Barbara Gelabert on 26-nov-2011 9:29
    Edited by: Barbara Gelabert on 28-nov-2011 15:10

    Hi,
    Thanks for your reply. This certainly seems promising. However, I am getting a connection error now.
    The following...
    jar_loaded = require 'ojdbc14.jar'
    puts "Oracle jar loaded? #{jar_loaded}"
    puts "Starting active record"
    require 'rubygems'
    gem 'activerecord'
    gem 'activerecord-oracle_enhanced-adapter'
    require 'activerecord'
    puts "Connecting to MXGN"
    ActiveRecord::Base.establish_connection(
    :adapter => 'oracle_enhanced',
    :host => 'THEHOST',
    :port => '1550',
    :database => 'THEDB',
    :username => 'THEUSER',
    :password => 'THEPASSWORD'
    ... produces
    Oracle jar loaded? true
    Starting active record
    Connecting to MXGN
    ERROR: ActiveRecord oracle_enhanced adapter could not load Oracle JDBC driver. Please install ojdbc14.jar library.
    ERROR: ActiveRecord oracle_enhanced adapter could not load Oracle JDBC driver. Please install ojdbc14.jar library.
    C:/jruby/jruby-1.2.0/lib/ruby/gems/1.8/gems/activerecord-2.3.2/lib/active_record/connection_adapters/abstract/connection_specification.rb:76:in `establish_connection': Please install the oracle_enhanced adapter: `gem install activerecord-oracle_enhanced-adapter` (LoadError) (RuntimeError)
    from H:\sandbox\DBPlay\lib\main_enhanced.rb:12
    I'm confused. Am I missing the driver, or have I failed to setup the enhanced Oracle adapter?
    I have tried moving the jar to $JRUBY_HOME/lib too, but the result was the same.
    All help would be greatly appreciated.
    Many Thanks
    Adrian

  • MIRO issue (urgent!), amount and quantity fields are not captured from PO

    Hi,
    When we try to post thought MIRO using PO as reference, quantity and amount fields are not captured. We do MIGO first and then MIRO.
    GR based invoice verification in the vendor master is selected and the check mark GR-based in the PO is selected too.
    We're getting this MIRO issue for "all" PO and Service Entry Sheet.
    We'll appreciate your recommendation in order to fix this critical issue as soon as possible.
    Thanks in advance.

    I was looking for copy controls and other functions. Glad this is now resolved. You need to award yourself points!
    Cheers.

  • Arbic fields and english fields are mixed in exported data from oracle

    I have a oracle db with character set UTF8.
    I have exported some data from a table with arabic detail through sqlplus
    and saved in a text file.The file is | sepereted.
    I can view this file properly while using textpad.
    But in note pad the arbic fields and english fields are mixed.
    I have anothe application which is accept the data from note pad only.
    so i am not able to export arabic data properly in notepad.
    Can any one help from this issue.?
    Thanks,
    nash

    Thanks for your reply.
    i have saved the file in UTF8 format and still the same.
    i will explian you the real issue.
    We have one Dot net application and we need to upload some data to this application.
    I can upload the data which is contain only English detail.
    But i am not able to upload the arbic detail.So i ve checked the application and the data which i am uploading to this.
    And i found that the data which i am uploading is mixed with arabic fields and english fields.
    There is a field seperation in my data which is '|',So i can see some arabic field is mixed with some other english field
    if i open the file through internet Exploreer or notepad able to see the mixed field detail.
    But i can see the data in textpad are correctly.
    The upload data file is taking from oracle database through toad.
    I have tried with SQL plus also.But still the same.
    Please help me out from this issue?

  • Group managers and Contributors fields are randomly cleared out in Terms Store Management Tool

    Is there any explanation or how to solve this problem?
    Group managers and Contributors fields are randomly cleared out in Terms Store Management Tool in SharePoint 2010.
    Any ideas? Thanks!

    Hi arevsun, 
    For this issue, I'm trying to involve someone familiar with this topic to further
    look at it. 
    Thanks,
    Eric Tao
    TechNet Community Support

  • DOCTYP and IDOCTP fields are empty

    Hello!
    I'm using XI with the scenario plan driven procurement. I'm able to bring my orders from MM to SUS, but the purchase order confirmations make some problems.
    In transaction SXMB_MONI (SUS) everything is fine, but in R/3 transaction BD87 brings an error: DOCTYP and IDOCTP fields are empty. Detailed info: An IDoc is to be generated whose control record does not have sufficient information in it. Neither the field IDOCTP nor the field DOCTYP has a value. Therefore, the IDoc cannot be stored properly.
    Where can I give the system the information about that?
    Hoping for help,
    Barbara

    Hi,
    Try to solve the problem like this ,
    First check the SWCV is properly configured or not and come back to IR , Refresh  the SLD Cache..
    Next try to activate SWCV-namespace, objects you created one by one..
    refer the below links for cache related issues
    /people/sravya.talanki2/blog/2005/12/02/sxicache--ripped-off - SXI_CACHE - Ripped Off
    XI Runtime cache error: Cache contents are obsolete
    Cache Refresh - SAI_CACHE_REFRESH
    /people/sravya.talanki2/blog/2005/11/03/cache-refresh-errors--new-phenomena
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/1a69ea11-0d01-0010-fa80-b47a79301290
    Regards
    Chilla
    <i>reward points if it is useful..</i>

  • LAST_DDL_TIME, and TIMESTAMP in the USER_OBJECTS

    Hi,
    I need to know the difference between the LAST_DDL_TIME, and TIMESTAMP in the USER_OBJECTS table concerning with the packages.I know both will give the latest compile time of the package , but i need to know why there is two seperate column. I also could find the date and time of LAST_DDL_TIME, TIMESTAMP to be different some time for a particular pacakge. Please help me in understanding the difference in detail.
    Regards,
    Vijayanand.C

    LAST_DDL_TIME is the timestamp for the last DDL operation on the object (including GRANTS and revokes).
    TIMESTAMP is the timestamp for the specification of the object.
    In more detail,
    TIMESTAMP relates only to changes to the specification of the object. DDL such as GRANTS for the object would alter the LAST_DDL_TIME, but not the TIMESTAMP.
    DDL which modifies the specification of the object, such as in the case of adding a column to a table or modifying a column attribute, would update both LAST_DDL_TIME and TIMESTAMP.
    Hope this helps.
    Janet.

  • LAST_DDL_TIME, and TIMESTAMP in the USER_OBJECTS table

    Hi,
    I need to know the difference between the LAST_DDL_TIME, and TIMESTAMP in the USER_OBJECTS table concerning with the packages.I know both will give the latest compile time of the package , but i need to know why there is two seperate column. I also could find the date and time of LAST_DDL_TIME, TIMESTAMP to be different some time for a particular pacakge. Please help me in understanding the difference in detail.
    Regards,
    Vijayanand.C

    Here is an example.
    SQL> create or replace package mypackage as
    2 procedure abc(def in varchar2);
    3 end;
    4 /
    Package created.
    SQL> select last_ddl_time,timestamp from user_objects
    2 where object_name = 'MYPACKAGE';
    LAST_DDL_TIME TIMESTAMP
    19-MAY-2004 11:21:31 2004-05-19:11:21:31
    SQL> alter package mypackage compile;
    Package altered.
    SQL> select last_ddl_time,timestamp from user_objects
    2 where object_name = 'MYPACKAGE';
    LAST_DDL_TIME TIMESTAMP
    19-MAY-2004 11:23:26 2004-05-19:11:21:31
    I hope this helps.

  • IW37N- Work Order View List- PR and PO fields are blank

    Hello,
    We are using IW37n to view workorders list. When we add the PO and PR fields to the view list  they are left blank but we know there are PR and PO related to workorders.
    Does anyone know how to make them display.
    Thanks.

    Hi Pete ,
    I am also facing the same issue .
    I have created a PM order with an external service operation with key ZPM3 .
    Now I have created a service PR from it and then service PO is created and then service entry sheet is done .
    I am using IW37N and I am able to see PR against the PM order but
    under the column" PO Number " there is no value .
    My requirement is to see the list of PM orders ,with PR from them,PO against those PR's , service entry sheet doc no against those PO's.
    which report could show me all these fields and why IW37N is not showing value under PO number.
    Plz help
    REgards
    AM

  • IW37N- Work Order list layout- PR and PO fields are blank.

    Hello,
    We are using IW37n to view workorders list. When we add the PO and PR fields to the view list  they are left blank but we know there are PR and PO related to workorders.
    Does anyone know how to make them display.
    Thanks.

    Hi Pete ,
    I am also facing the same issue .
    I have created a PM order with an external service operation with key ZPM3 .
    Now I have created a service PR from it and then service PO is created and then service entry sheet is done .
    I am using IW37N and I am able to see PR against the PM order but
    under the column" PO Number " there is no value .
    My requirement is to see the list of PM orders ,with PR from them,PO against those PR's , service entry sheet doc no against those PO's.
    which report could show me all these fields and why IW37N is not showing value under PO number.
    Plz help
    REgards
    AM

  • Hiding buttons when printing and adjusting field to compensate

    Hi,
    I had a request for a form in which the Add a Row button and Delete Row button are hidden when printed to make it look a little nicer.  I was able to hide the buttons when printing, but the table that the delete is part of still looks odd and there is a larger space than I'd like to have between the tables once the add a row doesn't show.  Is there are a way to make things look nicer?  I've attached the demo of the form I'm working on a sample of what it looks like right now when I print.
    I did see a post about Hiding text field borders when printing and it sounded like I might need to do something similar, but I'm not quite sure what.
    Thanks!
    Image: https://acrobat.com/#d=HvU8V27oA*Ki6HzoI2Ec0w
    Form: https://acrobat.com/#d=1K*EfksEnAH0azzxTrx31w

    The easiest way to deal with the buttons down the side is to set the borders of those cells to none, then you don't have to worry about it - you will end up with a little extra space down the right side but the table will look finished when the buttons hide. This is how I do it, because the button takes the whole space of the cell I just don't put a border on it. Getting into hiding columns and shifting table size to fill the space is getting pretty tricky.
    To get the tables closer together when you print and hide the add row button, put the following script in the prePrint event of the button:
    this.presence = "hidden";
    And this script in the postPrint event:
    this.presence = "visible";
    Because the button is part of the flowed subform the table is in when you set its presence to hidden the subform will close the gap.

  • Sharepoint Document Information Panel (DIP) and Taxonomy fields are readonly

    In SharePoint 2010 I have a document template with custom content type. When I add new document to a document library Word 2010 opens but taxonomy fields are in read only mode. If I try to save the file then it gives me error that requires the read only
    fields to be filled in. After that I can fill in the taxonomy fields. This happens on my computer with Word 2010 but in the same environment it doesn't happen with some other users. How can I make some changes that taxonomy fields can be filled in the first
    attempt?

    I was facing the same issue on SharePoint 2013 with Word 2013. 
    Everything was working until I decided to install April 2015 CU, while updating the CU I had to cancel the update and since then I was facing different issues. 
    I restarted all app pools from IIS manager, later I noticed that Taxonomy fields are disabled in both list item properties and in Document Information Panel. 
    I ran configuration wizard for sharepoint 2013 and it fixed the problem for me. I hope that this will solve the problem for you as well.
    Thanks.

  • Date and time fields are not getting updated in database

    Hi,
    I am Using the bapi SD_SHIPMENT_HEADER_CHANGE in my program ...
    I  am using bapi_shipemnt_create for creating shipment document but, trying to enter the date fileds using this bapi .
    can anybody please tell me how shud i pass this variables exactly ...
    i tried giving test data and checked this bapi .. the result in changing parameters is also appearing but in databade itself the date fields are not getting reflected ...
    The fields ate DTDIS ,UZDIS, DATEN,UATEN. ( i am trying to map these fields in changing parameters)
              gw_vttkvb_new-mandt = sy-mandt.
              gw_vttkvb_new-tknum = gw_return-message_v1(passing shipment number )
              gw_vttkvb_new-dtdis = gi_ship_doc-dtdis.
              gw_vttkvb_new-daten = gi_ship_doc-daten.
              gw_vttkvb_new-uzdis = gi_ship_doc-uzdis.
              gw_vttkvb_new-uaten = gi_ship_doc-uaten.
              APPEND gw_vttkvb_new TO gi_vttkvb_new.
              CALL FUNCTION 'SD_SHIPMENT_HEADER_CHANGE'
              EXPORTING
                i_tvtk                             =  '
              I_DESTINATION                      =
              I_DEPARTURE                        =
              OPT_DIALOG                         = 'X'
            IMPORTING
              E_SERV_AGENT_FROM_DELIVERY         =
              E_ROUTE_FROM_DELIVERY              =
              E_LEG_DETERMINATION_DONE           =
              E_NUMBER_OF_CHANGED_LEGS           =
                 TABLES
                   c_xvttk                            = gi_xvttk
                   c_yvttk                            = gi_yvttk
                   c_xvttp                            = gi_xvttp
                   c_yvttp                            = gi_yvttp
                   c_xvtts                            = gi_xvtts
                   c_yvtts                            = gi_yvtts
                   c_xvtsp                            = gi_xvtsp
                   c_yvtsp                            = gi_yvtsp
                   c_xvbpa                            = gi_xvbpa
                   c_yvbpa                            = gi_yvbpa
                   c_xvbadr                           = gi_xvbadr
                   c_yvbadr                           = gi_yvbadr
                   i_xtrlk                            = gi_vtrlk
                   i_xtrlp                            = gi_vtrlp
              I_DEPARTURE_SEQUENCE               =
              I_XVTFA                            =
              I_YVTFA                            =
                 CHANGING
                   c_xvttk_new                        = gi_vttkvb_new
                EXCEPTIONS
                  invalid_change                     = 1
                  route_insert_failed                = 2
                  tdlnr_insert_failed                = 3
                  status_planned_failed              = 4
                  status_registrated_failed          = 5
                  status_loading_start_failed        = 6
                  status_loading_end_failed          = 7
                  status_completion_failed           = 8
                  status_shipment_start_failed       = 9
                  status_shipment_end_failed         = 10
                  OTHERS                             = 11.
              IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
             ELSE.
                 **** Save shipment created
               CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
           EXPORTING
             WAIT          =
                  IMPORTING
                    return        = gw_return.
              ENDIF.
    Regards,
    shilpa talluri .

    Hi,
    Try this
    DATA: wa TYPE zvariant.
    wa-mandt     = sy-mandt.
    wa-z_var     = 'test'.
    wa-projid      = 'test'. 
    wa-relid        = 'test'.
    wa-srtf2       = 'test'.
    wa-clustr      = 'test'.
    wa-clustd     = ''test'. 
    INSERT zvariant CLIENT SPECIFIED FROM wa.
    Raul Natu

Maybe you are looking for

  • My thunderbolt to hdmi cable worked once but then stopped

    so i bought a thunderbolt to HDMI adapter and it work great but when i took out the hdmi and put it in my console id didnt work when i checked if it would work with the adapter is didnt so this adaper stoped working a broke my HDMI cord

  • Using UPDATE in reporting

    Hi all,       I require the procedure to use UPDATE DB table in reporting , Such as in case of LFA1, I want to update LFA1 directly and change some of the mentioned fieldss to Hardcoded values and some of them are to be initilased from the internal t

  • DataExport in Column Format

    Hi All i am exporting BSO cube in column format . how can i change the column . for eg in sample basic when we do export in column format we get header as "Sales" "COGS" "Marketing" "Payroll" "Misc" "Opening Inventory" "Additions" "Ending Inventory"

  • SCMS_XSTRING_TO_BINARY  giving dump with this error .

    Error in the ABAP Application Program The current ABAP program "ZGY_CUST_TAB_UPDATE" had to be terminated because it   has come across a statement that unfortunately cannot be executed. Function module "SCMS_XSTRING_TO_BINARY" was called with the par

  • Can I upgrade from CS3 to CS5?

    I have a Design Standard CS3 version and am interested in upgrading to CS5, but am not sure if that is supported.