Where I can take a query to see when a datafile has been changed recently?

I have resized a datafile a few days ago. Can I take a query from a view to see the date?
I have already tried with the following,
select last_time from v$datafile where file# = ...
But this column is blank.
Wie knows?
Thanks,
Max

Thank you.
greeting
Max

Similar Messages

  • Can you track a form if the file name has been changed after distribution?

    I created a form in Adobe Acrobat X Pro -- I then used the distribute feature and sent the form to myself using the internal server. After testing the form, and making sure all was good, I copied the attachment from the email I received when I distributed the form to myself, and sent it to my boss (via outlook). He then changed the file name, and sent the form out to our members. Our members are completing this newly-changed document instead of the original form. They are able to "Submit The Form", and it still looks as though its coming back to me via the dialogue box. However, I have no received any responses in my original document's tracking. When I tried submitting this new form myself to see what happened, I just received an message that says "Your response is being queued for submission", but it never tells you whether the form was actually submitted or not. Is there any way that you can track this form even though the file name has been changed? And if people are submitting their forms to me, where are they going?
    Please help!
    thanks,
    desiree

    I understand that you don't want to redo all the linking with the markers. You can try following (make a copy of your project first to be safe) :
    - close your project and quit DVDSP
    - move your old asset, and replace it with the new one
    - reopen your project
    A warning message should tell you that this asset has changed, but your marker will remain at old position. If the asset length are not the same, old length information will be used by DVDSP. To correct this, delete the asset from the timeline, and drop it back to the timeline.
    Now you just have to move the marker to the right position.

  • How can I update the thumbnails in the slide panel when a slide has been changed?

    When the text in a slide has been changed, how can you update the thumbnail in the slide panel to reflect this change?
    We translated slides, but the slides in the slide panel are still in English.
    Thanks for your help.

    the slides should update automatically as you type
    are you using a  theme you created yourself, or one you have added for this show?
    when you play the show, does the slides show correctly?  If they are OK you could still show the presentation.
    also what Mac are you using and what graphic crd is installed?

  • How can I see when a transport has been made in an other environement?

    Hi,
    Is there anywhere in SAP where you can see if a transport as been made in an other environement? I'm trying to figure out if a transport in the DVL environement has been made in the SANDBOX environement. I tried SE10 transaction, but it seems that once the transport has been made in an other environement, it doesn't appear in this transaction anymore.
    Thanks, points will be given if helpful.

    Hi,
    Thanks for the transaction code, but my question is not answered yet.
    For example, I use STMS_IMPORT in the Development environement to see the list of the transport that has been made in that environement.
    I now have a list of these transports, with a status. But I wanna know if that transport that has been created in the Development environement has been moved to the Sandbox environement.
    STMS_IMPORT shows me only the list of transports that has been created in that environement. It doesn't tell me if a transport in DVL has been moved in the QAS, SANDBOX or PRODUCTION environment.
    Thanks again,
    Julien

  • OWB - How can I see when a record has been added or amended

    I am using OWB to convert and transform some data from another system. I have
    created a primary key constraint and have set the Loading Type to Inser/Update.
    What I need to know is how can I update a column in the destination table with
    the text INSERT when a new record is inserted or UPDATE when it is updated.

    I have found a work-around that does what I need. I have written a function that sits between the source view and destination table, check if the incomming key exists in the destination table and returns a string containing UPDATE, INSERT or EXCEPTION depending on what happens in the function. The value is then passed to the destination table.

  • Where can i go/call to see when ATT will have Iphone4?

    Hello everyone,i would appropriate anyone's insight on the subject line of where can i go/call to see when ATT will have Iphone4?
    Thank you in advanced.
    dxm

    You can check you account at the at&t website or somewhere on here someone had a number you call and a text is sent letting you know.
    Found it and it does work. dial *639# on your phone to find out if you are eligible.
    Message was edited by: caryrae

  • How can I see that a file has been sent for workflow?

    How can I see that a file has been sent for workflow?
    During the workflow phase, the file is locked for workflow. But when the file has been approved (or denied) it will have the same status as it did before the workflow process (unless you trigger the workflow by changing its location).
    You can see the workflow history in the "My Request" view, but this way of determining whether a file has been approved seems complicated.
    Best regards
    Magnus

    Hi,
    Thanks for the transaction code, but my question is not answered yet.
    For example, I use STMS_IMPORT in the Development environement to see the list of the transport that has been made in that environement.
    I now have a list of these transports, with a status. But I wanna know if that transport that has been created in the Development environement has been moved to the Sandbox environement.
    STMS_IMPORT shows me only the list of transports that has been created in that environement. It doesn't tell me if a transport in DVL has been moved in the QAS, SANDBOX or PRODUCTION environment.
    Thanks again,
    Julien

  • Can you help me handing me some direction where I can download an antivirus for MacBook Pro compatible and has no cost

    can you help me handing me some direction where I can download an antivirus for MacBook Pro compatible and has no cost

    Sure - just download the free ClamXav from here - http://www.clamxav.com/.
    Be sure to read the documentation.
    It's the only av app you'll ever need and the price is right. Whatever you wish to donate.
    Clinton

  • I have the iPhone 4 recently became weak Wi-Fi where I can not use the Internet only when sitting Bejjani router, Can anyone help me in solving this problem please iPhone 4, iOS 7.0.3

    I have the iPhone 4 recently became weak Wi-Fi where I can not use the Internet only when sitting Bejjani router, Can anyone help me in solving this problem please
    iPhone 4, iOS 7.0.3

    There's a whole lot to read in your post, and frankly I have not read it all.
    Having said that, this troubleshooting guide should help:
    http://support.apple.com/kb/TS1538
    In particular, pay attention to the mobile device support sections near the bottom, assuming you have already done the items above it.

  • How can we find out data in an editable ALV grid has been changed or not?

    Hi Experts,
    How can we find out whether a data in an editable ALV grid has been changed or not.
    I am using the
    FM -> REUSE_ALV_GRID_DISPLAY_LVC
    for ALV display.
    I have to chekc whther data has been changed or not befor saving. if changed then only i want to
    SAVE
    . I cannot use the internal table comparison method for this purpose also i am not using OOP ALV.
    So kindly sugest me an alternative.
    Thanks and Regards,
    Shahana

    Hi,
    Thanks for your answer. I already saw this post.
    See this method.
    CALL METHOD reuse_alv_grid->check_changed_data
    IMPORTING
    e_valid = lv_check.
    This will update the internal table with the edited values. Then we can go for internal table comparison.
    But my scenario will not allow me for itab comparisons.I just want to know the ALV data has been changed or not.
    Regards,
    Shahana

  • Clicking on iTunes ikon and I get the message the item iTunes.exe that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.  What can I do, I can't open Itunes.  I have over 4000 songs in iTunes that I had

    When I click on the iTunes ikon I get a box pop up which reads  Problem with shortcut.  The item iTunes.exe that this shortcut refers to has been changed or moved, so this shortcut will no longer work properly.
    My computer which is a packard bell vista operating system, recently stopped working as the power supply overheated and blew up and it has recently been sent back to the Know How team at PC world and it seems to be since it came back I now cannot open iTunes.  I have also tried to search for iTunes in the search bar, I can see several files, but can't seem to open any of these either.  I think that quicktime isn't working, either.
    I have over 4000 songs in iTunes that I had recorded from my collectiong of CD's am  going to loose all these now?  Can anyone help, with very easy instructions as I really don't know what I am doing??
    Thanks

    I would copy over the entire thing if you have room.  With iTunes 10.4 though, you can download any previous iTunes purchases you have made in the past with your current iTunes account.  While in iTunes, look at the left hand side of your screen and select "Purchases" and look at the bottom right corner of the screen and select "Download Previous Purchases".  If you have an iPhone, iPod and/or iPad...you can do the same thing from each device.  Nice new feature...just remember that those ripped CDs need a back-up!!!  Enjoy...

  • How many times can I attempt the passcode before I can't enter it any longer...it has been over 3 hours and it will not let me re-enter it?

    How many times can I attempt the passcode before I can't enter it any longer...it has been over 3 hours and it will not let me re-enter it?  My daughter forgot the new code she put in....

    What dowes the screen say? If it just say disable and gives not time to retry then you have to restore the iPod
    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Wrong passcode results in red disabled screen                         
    If recovery mode does not work try DFU mode.                        
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings        
    For how to restore:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: How to back up     
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:
      Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • How to see if rental film has been charged

    How to see if rental film has been charged to my iTunes account, because it has left a blank grey square instead of a picture??

    You can view account's purchase history via the Store > View Account menu option on your computer's iTunes, or (on the current version of iTunes) by clicking on your name towards the top right of iTunes and clicking Account Info on the popup) : See your purchase history in the iTunes Store - Apple Support
    Or on your iPad, or on a browser on a computer, you can view the last 90 days purchases on your account (and optionally contact iTunes Support if you have a problem with a purchase) via http://reportaproblem.apple.com

  • I am updating the software on my daughters IPOD touch 4th generation and it is going on 4 hours now.  I know this is not normal.  What can I do?  It synced just fine, but has been stuck on" updating ipod software for 3 hours now!

    I am updating the software on my daughters IPOD touch 4th generation and it is going on 4 hours now.  I know this is not normal.  What can I do?  It synced just fine, but has been stuck on "updating ipod software" for 3 hours now!
    She has had it for about 6 months and this is the first time we have plugged it into the computer since then.  I can not exit out of itunes either.

    If you still have the problem after retoring the iPOd to factory defaults/new iPod then The iPod is likely defective and replacement is required.  You can make an appoinment at the Genius Bar of an APple store or take it back to BestBuy if within warranty

  • "Add a Printer" can't locate my printer software even though it has been downloaded to the hard drive. How can I guide it to the software?

    "Add a Printer" can't locate my printer software even though it has been downloaded to the hard drive. How can I guide it to the software?

    What did you download and from where?  Most downloads go to your Home/User/Downloads folder unless you've specified a different location in your browser. 
    If you downloaded the drivers from the App Store the drivers will be installed automatically and all you need to do is go to the System/Printers & Scanners preference pane as described below.
    You will have to install the drivers after downloading the installer package.  Lastly go to the System/Printers & Scanners preference pane and add the printer there.  It will automatically locate the drivers and set it up.

Maybe you are looking for

  • QUESTION ON INSERT STATEMENT WITH SELECT

    Hi I have a table which contains three fields Table name : USERS ID NUMBER(10), NAME VARCHAR2(50), EMAIL VARCHAR2(50) SEQUENCE by name SEQ_ID I am trying to insert values into USERS from EMPLOYEE by virtue of insert into USERS (SELECT NAME, MAIL from

  • PEI in VB notbeing detected by DynamicLoads

    Using PT5.0.2 (.NET)I am trying to use OnAfterLogin method. I created a VB project (Template - Class Library) for this purpose. Wrote the code. I added the appropriate namespace in LoginActions.xml.Namespace - com.companyname.companyLoginPEI.pei.Clas

  • Can people share epub books via dropbox and use iBooks to read them?

    my sister put an epub copy of a book I'd like to read in my dropbox folder, but when i load it on itunes on my mac, then sync my ipad, I get an error message ( invalid file format) message. Is this a DRM issue? To me, it's the same as her buying a ha

  • Console login trouble with Crystal Reports Server XI

    I installed Crystal Reports Server XI on a new box (replacing old), then applied SP1, and then SP2 bringing it up to the same level as the old box - Version Name: BOXIWIN_SP2 Build Number: 11.0.101.8004. However, when I restarted the server and logge

  • X61: Can I delete the recovery partition?

    Can I delete the recovery partition on my x61? Now that I have Windows 7 installed I have no need for it and would like to use the 5gb. I have found instructions to use diskpart to delete the partition. Do I need to do anything else to ensure my mach