How to accesss dba objects (dba views) to find all  last ddl times in Apex

Hi,
I want to access all the dba_objects.. all dba_views to find out last ddl's. I installated oracle application express and had created users ADMIN, DEV, both are under XXAPPS schema. How can I find out last ddl's on all db objects. I was not able to pull out objects list from alll schemas's. All schemas are not accesable

I'm not sure why you are trying to do this unless you are intending to build some sort of database monitoring tool, but if you grant the SELECT_CATALOG_ROLE role to the parsing schema, you should be able to see all the DBA_ catalogue views.
Regards
Andre

Similar Messages

  • How to find out last DDL time on a partition of a partitioned index?

    I looked into the data dictionary all_ind_partitions but I couldn't find a timestamp...
    Any one have an idea?

    Couldn't you get it from all_objects (owner, object_name, subobject_name)?

  • How can I alphabetized my list view in finder?

    How can I alphabetized my list view in finder?

    Hey orvil4388!
    Here is an article that can answer that question for you:
    OS X Mountain Lion: Choose options for viewing items in Finder windows
    http://support.apple.com/kb/PH10801
    Thanks for being a part of the Apple Support Communities!
    Cheers,
    Braden

  • How to block user create personal view and select ALL VIEW?

    How to block user create personal view and select ALL VIEW?

    Hello,
    >create personal view
    To restrict creating personal view, you need to modify your existing permission level or create new one. Login with admin account to your site and open role.aspx page (http://siteurl/_layouts/role.aspx). Then click on existing permission or add new permission
    level-->and move to "Personal Permissions" section-->uncheck "Manage Personal Views - Create, change, and delete personal views of lists" option. Later you can assign this permission to all users, whom you don't want
    to allow to create.
    >and select ALL VIEW
    Since SP does not supports view level permission directly so you have to use custom solution or use below designer solution to restrict user to open any view.
    http://www.codeproject.com/Articles/433486/How-to-set-view-level-permissions-out-of-the-box-i
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • How do I go about deleting mulitple song files all at one time as opposed to deleting them all individually off of the latest version of iTunes

    How do I go about deleting mulitple song files all at one time as opposed to deleting them all individually off of the latest version of iTunes?
    Also I have tried authorizing my computer to play the songs I purchased off of iTunes when I had an iPhone 4 and it will not allow me to play them whatsoever. I now have an iPhone 5 and wish to load these past song purchases onto my new phone. How do I solve this issue?

    what you're missing to export multiple files is the batch export command available in the file menu or by control clicking on the items in the browser.  You can export multiple sequences/clips at full resolution with this.
    This has been available in fcp for a long long time.
    Wow, you are right.  Now that you mention it, I can't believe I never noticed that.  Thanks.
    Only if you have the 'Self-Contained' box checked.  Otherwise you'll end up with a reference movie.
    Correct.  That box is typically checked by default.  There are other default settings you could change that would not result in a full-quality version, but what I meant was hitting that option from the pull-down menu, then changing nothing and hitting ok.

  • How can I set a customized view in finder set as standard for ALL folders?

    As I have a large number of folders, I need a specific view in finder: symbol view, sort by program and name. I tried to use this settings as standard for ALL folders, but using the 'set as standard' button does only work for the folder I am in, but not for ALL folders. I even tried to use this settings on the hard disk level in finder, but what ever I tried, it never applies to all folders. The problem occurs on each of my devices and on Yosemite OS 10.10.1. as well as Mavericks 10.9.5. Any ideas on how I can make the 'standard' work on all folders?

    As Vinod says, unique key validator would be fine.
    However, In Gabriel's blog:
    Performing a unique key validation for an attribute that is declared to be unique in the database requires a round trip to the database. This is quite expensive and there is a fast and easy way to work around it.Is false on several fronts:
    1). it's not expensive - it's actually cheaper than the alternative
    2). Unique key validator can require many trips to the DB to validate - it must check all other rows in the EO to ensure there is no duplicate, and all of those rows must be fetched into the middle tier to do the validation: this is expensive.
    The "cheapest" way to do this: unique constraint in the DB
    John

  • Need to know how to find the last execution time for a function module

    HI all
    I need to know
    1) How to find out the last execution time of the function module ?
      say for eg. I have executed a func. module at 1:39pm. How to retrieve this time  (1:39pm)
    2) I have created 3 billing document in tcode VF01 i.e 3 billing doucment no. would be created in SAP TABLE "VBRP" b/w 12am to 12:30 am.
    How to capture the latest SAP database update b/w time intervals?
    3) Suppose I am downloading TXT file using "GUI_DOWNLOAD" and say in 20th record some error has happened. I can capture the error using the exception.
    Is it possible to run the program once again from 21st records ? All this will be running in background...
    Kindly clarify....
    Points will be rewarded
    Thanks in advance

    1.Use tcode STAT input as Tcode of Fm and execute .
    2. See the billing documents are created in table VBRk header and there will always be Creation date and time.
    VBRk-Erdat "date ., u can check the time field also
    So now if u talk the date and time we can filter then display the records in intervals.
    3. with an error exeption how is my txt download finished .
    once exception is raised there will not be a download .
    regards,
    vijay

  • How can I set a default view option for all finder windows in Lion?

    I am talking about the icon size and grid spacing.

    Open up a Finder window, CMD+J, set it up as desired, and click on Use as Defaults. Do note that will only apply to windows that you've not opened before. If you want to apply that to all previously opened windows, you need to remove all the .DS_Store files which store that data for each previously opened folder. To do that, launch the Terminal app (in /Applications/Utilities/), copy & paste this command into the window that pops up, and hit the return key:
    sudo find / -name ".DS_Store"  -exec rm {} \;
    At the Password: prompt, carefully enter your admin password, since nothing shows up on the screen, and hit the return key. When the default prompt, usually the $ sign, pops up, quit the Terminal app, restart, and open a Finder window, set it up the way you want, and click on Use as Defaults. All subsequently opened or created folders should retain that view.

  • Assigning View permission to all the users that have been selected in contact selector - SP 2010, InfoPath 2010

    I have a SharePoint InfoPath 2010 browser form with item level security. Only submitter
    and approvers has access to the form.  This form contains a people picker that is populated with the names of attendees
    for the meeting they attended (which
    I am able to store in Field2 below). I want to allow attendees to be able to view (grant view permission) the InfoPath form. Field 2 has the users in form of domain\user1;domain\user2; etc. Following the below step, I am getting error when I ADD or REPLACE
    permission on current item. How do I go about assigning view permission to all the users that have been selected in contact selector?
    Jitu

    Hi ,
    i understand that the text box and the people picker hold multiple user names and you want to grant user permission based on the user in the text box.
    I have a test based on your description,the results are: When there are multiple users in the text box, the workflow will throw an error'Error Occurred'.It is the same with the people picker column.
    You need to limit the peopel picker to only allow to select one user,in this way the text box will only hold one user.Then you can use the people picker or the text box to grant user permission.
    Thanks,
    Entan Ming
    Entan Ming
    TechNet Community Support

  • Document /View/Save/find taskbar

    How we can we remove Document /View/Save/find taskbar in bo report viewed in sharepoint or infoview or dashboard builder

    Hello Najla,
    I recommend to post this query to the [Integration Kit forum|BusinessObjects Integration Kits;.
    That forum is monitored by qualified technicians and you will get a faster response there.
    Also, all Integration Kit queries remain in one place and thus can be easily searched in one place.
    Thank you,
    Falk

  • Remove Document /View/Save/find taskbar

    How we can we remove Document /View/Save/find taskbar in bo report viewed in sharepoint or infoview or dashboard builder

    Hello Najla,
    I recommend to post this query to the [Integration Kit forum|BusinessObjects Integration Kits;.
    That forum is monitored by qualified technicians and you will get a faster response there.
    Also, all Integration Kit queries remain in one place and thus can be easily searched in one place.
    Thank you,
    Falk

  • Regarding DBA Objects

    HI,
    How can i repair invalid DBA Objects (Views, Synonyms, .....)
    When i executed this query, I am getting some invalid objects.
    select * from dba_objects where status='INVALID'
    Please help me...
    -Tejeswar. P

    Hi!
    The answer to your question depends on the type of the invalid objects. If it's a view (non system view DBA_, V$, ...) then you can try to recompile it with:
    <pre>
    ALTER VIEW viw_myview COMPILE;
    </pre>
    For synonyms there is no such option. An invalid synonym must be deleted and recreated.
    Hope that helps a little bit!
    yours sincerely

  • How to build sql query for view object at run time

    Hi,
    I have a LOV on my form that is created from a view object.
    View object is read-only and is created from a SQL query.
    SQL query consists of few input parameters and table joins.
    My scenario is such that if input parameters are passed, i have to join extra tables, otherwise, only one table can fetch the results I need.
    Can anyone please suggest, how I can solve this? I want to build the query for view object at run time based on the values passed to input parameters.
    Thanks
    Srikanth Addanki

    As I understand you want to change the query at run time.
    If this is what you want, you can use setQuery Method then use executeQuery.
    http://download.oracle.com/docs/cd/B14099_19/web.1012/b14022/oracle/jbo/server/ViewObjectImpl.html#setQuery_java_lang_String_

  • How to check the values of view object?

    Hi all,
    I created a new view object by right clicking my application module. Now when I try to retrieve values
    of the attributes of the view object I am getting null pointer exception. How do I check whether the view has
    some values in it or not manually using select statement ? I try to find the view in my database at database navigator
    but it was not there. Kindly help me out in this.
    Thanks,
    Phanindra.
    Edited by: 887737 on Oct 19, 2011 12:53 AM

    Hi,
    Right click on application module(yourAM in model project) and press Run,Then you can confirm whether your ViewObject is working or not.
    Note:
    Generally create viewObject using EO based or Query based how did you create viewObject
    See:
    http://download.oracle.com/otn_hosted_doc/jdeveloper/1012/bc4j/intro/bc_avo.html
    http://www.adftips.com/2010/09/adf-model-creating-view-object-vo.html

  • How to open a database object for view/edit using a command (v. 3.2.20.09)

    How can I open a database object for view or edit using a command in Oracle SQL Deveveloper?
    I find browsing or search for object in a large database to be slow and too cumbersome.

    Shift-F4 (pop-up descrribe) on a table name in the worksheet will let you view table details, but there is no quick edit.
    You can use filters on the object browser to reduce the number of visible objects.

Maybe you are looking for

  • Call transaction in update task

    Hi, I'm trying to call t-code V_V2 on update task but the update terminates with error "POSTING_ILLEGAL_STATEMENT". I've tried the same below code but without "In update task" and it worked correctly. Can anyone help me please? DATA:   bdcdata LIKE b

  • Smart-View Issue  Very urgent

    When I select Add-Ins in excel, the hyperion drop-down menu no longer appears. A custom tool bar appears after selecting in the Add-Ins that contains an icon for hyperion connection manager. However, a run-time error 53 appears after clicking. Edited

  • Discoverer 3.1.x Install on NT with Personal Oracle 8i

    Can Discoverer 3.1.x be installed on a Windows NT machine that already has Personal Oracle 8i (8.1.6) installed on it? If so, how? The Discoverer Installer posts some contradictory error messages when I try to do this. First, if I try to install Disc

  • Requirements for running SOA 11g on Websphere Application Server

    Hello All, Could somebody please provide me with the requirements needed to run SOA 11g applications on Websphere Application Server(WAS) like what version of WAS is required etc. Thanks

  • How do I temporarily select the hand tool in CS5.5

    I recently upgraded to CS5.5 (7.5.3) and it seems that the shortcut for temporarily selecting the hand tool doesn't  work any more. It used to be Alt+Spacebar in both text and standard mode. Now I can only get it working in text mode. For some reason