How to query which features my version has?

Hello guys,
I just would like to learn that which features my oracle version has? So what is the query for that? I forgot which data dictionary table stores this information. Thanks

select     name
,     detected_usages
from     dba_feature_usage_statistics
where      detected_usages > 0This will show you which features are being used.
or
select parameter, value from v$option order by 1to see what options are available.

Similar Messages

  • How to query which Tcodes specified user used with one day?

    Hi guys:
      How to query which Tcodes specified user used with one day?

    Hi
    You can use transaction code ST03N.
    1. Go to tx code - ST03N
    2. Under "Workload" you can select your "Instance or Total" so that it expands and shows you Days, Week, Month.
    3. If you want to look at the transactions executed for a particular day, lets say, then double click on any day.
    4. At the bottom left you get "Analysis Views"
    5. Select & expand "User and Settlement Statistics"
    6. Double click on "User Profile"
    7. On the right side of the window you get a list of all the users
    8. Double click on a particular user you want to view the details of.
    9. The new screen will display the "Transactions/Reports Utilized by User XXX"
    If you wanna track which users executed a particular transacation then follow this:
    10. In "Analysis Views" expand "Transaction Profile"
    11. Double click on "Standard"
    You can view the list of Transactions and Reports.
    12. Double click on the Tx Code or Report you wanna check and it will show the Use of it.
    This will help you.
    Regards
    Sumit Jain
    [reward with points if the answer is useful]

  • How to query for a firmware version?

    Hi,
    My customer requires to report all firmware versions for all components. How do I acquire a firmware version for a PXI card? I have a number fo card (PXI-5421, PXI-4072, PXI-6653).
    Thanks
    CT

    Hey Cimteker,
    Firmware is handled differently accross various cards. Unfortuantely because of this, there's no one easy way to get firmware versions for everycard since it isn't all handled in the same way. I'm curious what the overall application is and why all of the firmware versions for the cards are needed. The driver version updates all the firmware that's necessary. Because of this, alot of time firmware is driver dependant.
    Do you by any chance have an open service request with this same issue? We're currently looking into the firmware versions for these cards, and I'm wondering if the two issues are tied together.
    The PXI-5421 is an arbitrary waveform generator FGEN device. with FGen, there's a VI inside of the driver that will actually return the firmware. It's called niFGEN Revision Query VI. You can get there by going to NI-FGEN » Utility >» niFgen Revision Query.vi. I also believe niSCOPE has the same situation. 
    Lea D.
    Applications Engineering
    National Instruments

  • How to display which folders a photo has been assigned to

    If you select a photo in an Event and want to know which folders you've previously added that photo to, can you tell? I've looked at the iPhoto shortcuts page and don't see anything there. In Address Book, if you want to know which Groups a contact has been assigned to, you highlight the Contact and press Command-Option. But that doesn't work in iPhoto.

    This sure would be a handy feature! iTunes has it so that you can easily tell which playlists a song is in. It would be convenient for iPhoto as well.

  • How to determine which cell the user has just left?

    I want to check the contents of a JTable cell just after the user has left that cell.
    What is the most reliable way to determine which cell the user has just left?

    Hi,
    I use the cellRenderer for that... if the value is not correct, I call an editCellAt() method...
    JRG

  • How to know which SPS a system has?

    Hi,
    Because Support Package Stack (SPS) is a sum of Kernel + ABAP patches + Java patches, so how can I know which Support Package Stack (SPS) a system currently has?
    Thanks,

    Hi Toan,
                   There are diffenent way's to find out which stack are you now? but it's depent's on the SAP release too. If you are using NW04 or NW04s and using EP you can check it from http://<host name>:50xxx/index.htm  then go to system admin there you find all the information.
      If you want to get it from ABAP stack, check SAP_APPL patch no, It is the SP stack no. Yo can get good doc at the following link.
    http://service.sap.com/sp-stacks
    Regards,
    Hari.

  • How to Query if TextInput is selected (has focus)?

    How do I (in actionscript) query to see if a textinput has focus at that time?
    Is there something like "if (textInput.IsSelected == true)"... or something similar?  Please let me know.

    You may be able to use the focusManager property of the container with the getFocus method of the FocusManager and see if that component is the TextInput you are interested in.
    If this post answers your question or helps, please mark it as such.

  • How to determine Which Acrobat DC version is installed? Pro or Std

    I need to track which computers have which version for Licensing and update purposes. I use Dell K1000 for tracking and updating. With Acrobat XI, Pro and Standard had different uninstall registry keys so I was able to track them with a simple check for which registry key was on the computer. They would also show up separately in Dell Case stating Pro or Standard. However, With Acrobat DC the uninstall keys are the same and they both only show up as Acrobat DC in Dell K1000. How does Acrobat DC determine which version is installed and how can I duplicate it so I can count used license and install the correct updates?

    Pre-Deployment Planning — Enterprise Administration Guide States "
    Installing Acrobat DC Standard¶
    Acrobat DC products delivered via an ESD EXE download provide one installer that is used for both Acrobat Standard and Professional. The serial number you use determines which product is installed. What’s important to note is that when you extract the Acrobat ESD EXE (Acrobat_DC_Web_WWMUI.exe or Acrobat_2015_Web_WWMUI.exe), you’ll see AcroPro.msi in the output folder. This is the correct behavior. Simply remember to use AcroPro.msi in any command line scripts.
    Note
    Existing scripts that use AcroStan.msi should be updated."
    Both Acrobat DC Pro and Standard have KEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Adobe\Adobe Acrobat\2015\Installer ENU_GUID {AC76BA86-1033-FFFF-7760-0E0F06755100}
    On the laptop with DC standard installed C:\ProgramData\regid.1986-12.com.adobe\regid.1986-12.com.adobe_V7{}AcrobatESR-12-Win-GM-e n_US.swidtag
    On the laptop with DC Pro installed C:\ProgramData\regid.1986-12.com.adobe\ is empty
    Your guide does not have any information regarding Acrobat DC. Please explain how to verify if Acrobat DC Pro or standard is installed. or explain how to get the ENU_GUID for standard to start with {AC76BA86-1033-FFFF-BA7E.

  • How to Identify which reuest from PSA has been taken by DTP

    Hello BI Experts,
    I have a requests lying in the PSA, with a Red Sign, Requested not updated to any data target using DELTA.
    When I trigger my DTP i get the records in my DSO. But I could not find the which PSA request has been updated by the DTP.
    IS there a Table where we can get this information.
    THe Header Tab of the DTP didnt show this info.
    Your response will be appreciated greatly and reciprocated with points
    Thanks

    Hello.
    1. Onen "Manage" your DSO (context menu).
    2. GoTo requests.
    3. Read the number of your request: DTPR_*
    4. SE11 - RSSTATMANREQMAP
    5. RSSTATMANREQMAP-RNR = DTPR_*
    6. In PARENT_RNR you will get the requests list.
    7. Open "Manage" of your PSA.
    There you can see another requests list.
    8. Compsre requests list from 6. and 7.
    Find matches.- appropriate PSA requests.
    Hope it helps,
    Alexander Kuzmich.

  • How to query which machines have a specific software installed

    I am simply trying to create a query of systems that have a specific piece of software installed.  All the resources that I have been reading are dealing with SCCM and not SCE 2010.  The databases that they are referring to in the query are not
    the same as the databases that I have in my SQL environment.  Can somebody please point me in the right direction?  

    Try to get a trace when you view the inventory by the following method, then you may find out which table stores the inventory information.
    http://technet.microsoft.com/en-us/library/bb422788.aspx
    Juke Chou
    TechNet Community Support

  • [SOLVED] how to query which packages installed on /opt

    Does anyone know if there's a quick way to find a list of installed packages that touch /opt? My local machine was mounting /opt by autofs, and I didn't realize that a lot of packages actually install to /opt (such as kde). So after installing kde, I realized that I can't really run it unless I free up /opt. But after that, I still need to find out which package(s) need to be installed again. Any help is appreciated.
    Last edited by oringo (2008-05-12 16:19:40)

    This will list all currently installed packages that are in /opt
    pacman -Ql | grep " /opt" | cut -f1 -d' ' | uniq
    Is that what you wanted?

  • How to create a crosstab based on BW Query which has key figure structure

    Hi,
    We are on CR 2008 SP1.
    We have an existing BW query with custom Characteristics structure in the "Columns" section and a custom Key Fugure structure in the "Rows" section in the BW query designer.
    Cell editor has been used to define formulas of the cells.
    We wish to build a crystal report on top of the query.
    On the crystal report on top of the query we get the characteristics structure and individual key figure elements. As already discussed in multiple fourm posts, this is the expected behaviour.
    We are using a cross tab and in the column section, I have put the "Characteristic" structure  in the  "columns" section in the crosstab using the crosstab expert. This leads to horizonatal column headings as per expectation.
    Within the characteristics structure we have multiple fields which description "%" with diffeent formula's defined on the BW query designer. On the Cyrtsl Report, when we get the columns in the crosstab, we get only a single "%" field. All other "%" fields are not visible.
    A. Is there a way to get all fields in in case of same description?
    I tried putting in the Key Figure elements in the "Rows" section, but was not able to get desired output.
    Experts: Can you advice how this report can be built?
    Any help will be appretiated.
    Rgds

    I am interested... How did you solve it?

  • Query to get objects list for which the current user has 'SELECT' privilege

    Hi,
    I want to get tables and views list for which the current user has 'SELECT' privilege excluding sytem tables and views. The privilege information for the current user is scattered in more than one system views. I have following system views
    USER_TAB_PRIVS_RECD - Object grants for which the current user is the grantee
    ROLE_TAB_PRIVS - describes table privileges granted to roles. Information is provided only about roles to which the user has access.
    If the object privilege is granted explicitly like "GRANT ALL ON TABLE_NAME TO "USERNAME" then this privilege entry goes to USER_TAB_PRIVIS_RECD
    If the object privilege is granted by ROLE. Role is created with certain object privileges. this role is assigned to user "GRANT ROLE_NAME TO "USERNAME"", then this entry goes to ROLE_TAB_PRIVS
    From these findings, I have composed below query
    (SELECT DISTINCT TABLE_NAME FROM USER_TAB_PRIVS_RECD) UNION (SELECT DISTINCT TABLE_NAME FROM ROLE_TAB_PRIVS WHERE PRIVILEGE = 'SELECT')
    Have I got user's all prvilege details? should I look some other system views?
    How to exclude system table privileges details?
    (SELECT DISTINCT TABLE_NAME FROM USER_TAB_PRIVS_RECD) UNION (SELECT DISTINCT TABLE_NAME FROM ROLE_TAB_PRIVS WHERE PRIVILEGE = 'SELECT' AND OWNER NOT IN ('SYS','SYSTEM') Is this right?
    What about Public role in Oracle? Should I consider public role here?
    Oracel Version :11g
    I want make this query to work on Oracle 8i or above version
    Thanks

    >
    I want to get tables and views list for which the current user has 'SELECT' privilege excluding sytem tables and views.
    >
    You will need a hierarchical query to do that.
    Try this script for Listing privileges recursively for Oracle users
    http://www.adp-gmbh.ch/ora/misc/recursively_list_privilege.html

  • How to know which version of SQLite is used by the different AIR-Versions?

    For AIR 1.0 and 2.0 this post: http://forums.adobe.com/message/2577582#2577582 has the infos, but it is not clear where they come from.
    How could one find out about the SQLite-versions in 2.5 and 2.6?
    (not even google or any doc that I read about AIR and SQLite mention this)
    thx in adance for any hint or answer,
    karfau

    Thanks for this info.
    Maybe the current version of things like webkit and sqlite could be attached to some readme-like-file in the releases in the future.
    Since u answered I would like to use the chance to ask another question:
    When reading the SQLite-Docs there are some features, that state:
    "available when compiled with the compiler option SQLITE_XYZ"
    It would be intresting to know with which compiler options (a list is here: http://www.sqlite.org/compile.html )
    the AIR-version has been compiled.(Especially those, that can not be guessed by reading the docs )
    Is there any way to find out?
    karfau

  • I need to know how to delete the most recent version of Firefox. I JUST downloaded it tonight and my computer doesn't have that little edit bar to work with so I can download the proper Adobe player and my internet has been screwed up ever since I downlo

    I need to know how to delete the most recent version of Firefox. I JUST downloaded it tonight and my computer doesn't have that little edit bar to work with so I can download the proper Adobe player and my internet has been screwed up ever since I downloaded the new version of Firefox. I just want the old version of it back since I apparently can't download the Adobe stuff that is necessary to keep my computer safe from Hackers. It sure would have been nice to know there was an issue with the new Firefox Update BEFORE I uploaded it. I have Vista which is usually an issue with both Adobe and Firefox. I don't seem to be able to run much of Adobe at all on my computer because of the Vista.
    == This happened ==
    Every time Firefox opened

    I have also noticed all my settings won't stay set, example....I removed the check mark from "third party cookies", the when I close Firefox and reopen the check mark is back, also my tool bar has screwed up....can't reset, been having trouble the up grade.

Maybe you are looking for