How to find the app.server version

Hi all,
i hope this question has already raised in this forum (i.e).Anyway i i tried the query
SELECT * FROM IAS_PROPERTIES;
SELECT * FROM INTERNET_APPSERVER_REGISTRY.SCHEMA_VERSIONS;
i got error table or view does not exist.
how can i proceed further?
is there anything which needs to be installed?
pls let me know
thanks in advance..

There might be better ways but you can try one of these two too:
- Launch Oracle Installer (using runInstaller executable) and check under "Installed Products".
- On Unix/Linux, try this:
cd $ORACLE_HOME/inventory
ls -d Components*/*/*
Thanks
Shail

Similar Messages

  • How to find the SQL Server Instances running across the given activer directory domain?

    How to find the SQL Server Instances running across the given activer directory domain?
    I have though of OSQL -L , Microsoft Assessment and Planning ( MAP ) tool and SQLPing3 (SQLSecurity) might help me.
    I would appreciate if there any other way of finding the SQL Servers / Instances running across the given active directory domain.
    Sivaprasad S
    http://sivasql.blogspot.com
    Please click the Mark as Answer button if a post solves your problem!

    Dear ,
    Very simple u find all instances through the customized sp which is get all details about inventory. Like i put the sp bellow. This is without any tool. 
    USE [master]
    GO
    /****** Object:  StoredProcedure [dbo].[DBStatus]    Script Date: 08-01-2015 19:46:11 By Damodar Patle Sr. DBA Mumbai India ******/
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO
    ALTER PROCEDURE [dbo].[DBStatus] 
    AS
    SELECT 
    SERVERPROPERTY('servername') AS ServerName,
    ConnectionProperty('local_net_address') AS 'local_net_address',
    ConnectionProperty('local_tcp_port') AS 'local_tcp_port',
    CONVERT(VARCHAR(25), @@VERSION) as  VERSIONSQL,
    SERVERPROPERTY('ErrorLogFileName') AS ErrorLogFilePath,
    database_id,
    CONVERT(VARCHAR(25), DB.name) AS DBName,
    CONVERT(VARCHAR(10), DATABASEPROPERTYEX(name, 'status')) AS [Status],
    CONVERT(VARCHAR(10), DATABASEPROPERTYEX(name, 'Recovery')) AS [Recovery_Model],
    create_date as DBCreate_Date, --physical_device_name,
     (SELECT COUNT(1) FROM sys.master_files WHERE DB_NAME(database_id) = DB.name AND type_desc = 'rows') AS DataFiles,
     (SELECT SUM((size*8)/1024) FROM sys.master_files WHERE DB_NAME(database_id) = DB.name AND type_desc = 'rows') AS [Data MB],
     (SELECT COUNT(1) FROM sys.master_files WHERE DB_NAME(database_id) = DB.name AND type_desc = 'log') AS LogFiles,
     (SELECT SUM((size*8)/1024) FROM sys.master_files WHERE DB_NAME(database_id) = DB.name AND type_desc = 'log') AS [Log MB],
     (SELECT physical_name FROM sys.master_files WHERE DB_NAME(database_id) = DB.name AND type_desc = 'rows') AS MDF_File_Location,
     (SELECT physical_name FROM sys.master_files WHERE DB_NAME(database_id) = DB.name AND type_desc = 'log') AS  LDF_File_Location,
       user_access_desc
       FROM sys.databases DB
       ORDER BY dbName, [Log MB] DESC, NAME

  • Finding the app server name

    Is there a way to find the app server name through peoplecode?
    The %appserver meta-html variable isn't available through peoplecode and looks like it only resolves when it is used as part of a page source (CNTL+J info page, for example). Our process server and app servers are different, and a user could be logged in through three different app servers. I'm hoping there is a way to get the equivalent of the %appserver meta-html sys variable.
    Thanks,
    Paul

    Hi
    Go to SAP Logon single click on your system and again single click at option change item..that will present at left side of your saplogon pad
    you will get all the information regarding that system on which you have clicke first.

  • Newbie Question: How to find Forms/Reports Server Version

    Hello,
    Is there a way to easily find out what is the patchset installed for the Forms and Reports Server. I know that presently using AS 9i rel1 and Forms 6i, but how do you find out more information on the installed patches on Windows? thanks

    Please see these threads.
    how to find the developer version
    Re: how to find the developer version
    Report Builder version
    Re: Report Builder version
    Form patch set level
    Re: Form patch set level.
    Always search the forum before posting similar questions.
    Thanks,
    Hussein

  • How to find the apps i purchased

    how do i find the apps i already purchased from i tunes and now download back to my ipod touch

    If they are still in the store then they should show in the Purchased tab in the App Store app on your iPod, and under the Purchased link under Quick Links on the right-hand side of the iTunes store home page on your computer's iTunes : re-downloading.

  • How To Find The Right Server........

    Hi Friend�s I am Again Here
    I Have A Question. I have Tool That�s Work is To Check The Duplicate CDR from Three day�s dump and Then Load this CDR�s in Database. I runt his tool on 2.4 GHz System with 1GB ram and I got the result
    74 CDR�s /see Processing.
    This time I Have A problem that I need server to run this tool and I am not getting that how I calculate the right server so that I can get the result upto 500 CDR�s/see
    How Much CPU I need and How Much Ram I Needed. As per My Knowledge this can run fine on 2*2.4 GHz dual core CPU with 8GB ram.
    Is it Fine,,,,,,,,,,,,,,,,,,,
    Can anyone Help to Find Right System for this tool.

    Your post is hard/annoying to read. In English only the start of a sentence is capitalized. There is no need to capitalize every word within a sentence, unless required otherwise, like the pronoun "I" or the person/product names, e.g. "John Doe" and "Java".
    Apart from that, your question has nothing to do with Java at all. Look for a CDR software forum or so.

  • How to make the App Server Listen for HTTPS

    I have a web application that needs to be accesible over an HTTPS connection, not HTTP.
    When I deploy an application with Java Studio Creator to the App Server it is automatically set to an HTTP URL. How do I setup HTTPS ?
    Thank you in advance,
    Joe Paladin

    Looks like I should have thanked myself in advance....
    Turns out its pretty easy. Open the admin console, go to configuration, add and HTTP listener, check the security check box, and fill out the other mandatory fields like the port. Standard SSL port is 443.
    Save changes, and restart the App Server. Any deployed apps should be reachable via https://localhost:443/myWebApp
    This approach uses a default certificate that comes with the app server. Here is a link if you want to create a certificate :
    http://java.sun.com/developer/technicalArticles/WebServices/appserv8-1.html
    Joe Paladin

  • Finding the app. server and system number when importing RFC

    hello experts
    I would like to import RFC and I seem to forgot the app. server, and its system number. where can I find it?
    Thanks
    Kfir

    Hi
    Go to SAP Logon single click on your system and again single click at option change item..that will present at left side of your saplogon pad
    you will get all the information regarding that system on which you have clicke first.

  • URL to public_html docs on the app server version of Portal Server 6.0

    I recently switched from Portal Server 6.0 to the Portal Server version that runs under Sun's Application Server 7.
    I want to create a bookmark that references a URL that is already located on the portal server itself.
    I did this in the previous version by placing my files in a subdirectory under /opt/SUNWam/public_html/go/index.html
    I could access the URL by creating the bookmark with the relative URL /go/index.html
    This no longer works under the application server version of portal server 6.0. I tried placing my file in /opt/SUNWappserver7/SUNWam/public_html/go/index.html and referencing the file as /go/index.html
    Anybody know what the new relative URL would be to access this document?

    By golly, I figured it out.
    In order to use the URL /go/index.html as the bookmark, the file needs to be placed in the "go" subdirectory off the default document root of the application server at /var/opt/SUNWappserver7/domains/domain1/server1/docroot/go/index.html

  • How to find out Forms Server version in pl/sql procedure

    How can I get the version number and/or patchset of the Forms Server through which my pl/sql procedure has been called?
    Thanks,
    Attila

    You can't do this through PL/SQL. PL/SQL runs on the database server whereas Forms Server runs on the web server which are two different environments (even when they are installed on the same physical machine).
    I don't know about Web Forms, but there may be a Forms built-in that can give you the information you require. You could then pass it as a parameter to the PL/SQL procedure.
    Alternatively you could write a Java stored procedure to somehow pick up the information from the OS.
    rgds, APC

  • How to find the xi server wheather it is present or not

    hi all,
    i have  one doubt regarding xi server,how to find out wheather the xi server is there or not in our sap server.
    thanks & regards,
    subba reddy

    Hi
    What u mean by SAP Server (Hope u r saying SAP ECC R/3)
    XI / PI is a Seperate Server installation which doesnot come with ecc
    ECC >=  6.2 only has Integration Serve inbuilt which allows it to communicate with XI in Proxy langauge.
    Still u want to check if u r x System is having XI r not then
    Transaction SXMB_IFR ---> IE opens --> Press IR Design , if it opens IR u r in XI
    Srini

  • How to find the BW system / version details - Urgent Please

    Hi,
    Our BW system version is 3.0b.  I would like to know other details like portal version,IGS and other associated details. Can anyone help me to find the details please.
    Thanks,
    David.

    ON your menu: Go to System >status > under the sap system box there is a icon like a glass. click on it. you will see all the details.
    HOpe this helps.
    BK

  • How to find the servlet API version

    hi
    can u please help me to find out servlet API version?
    Thanks.

    can u please help me to find out servlet API
    API version?Look at the documentation, it usually features the version number.

  • How to find the integrated ITS version

    Hi All,
    We have done the kernel upgrade in our environment. I have to find the ITS version as it is part of SAP kernel now.
    Kindly suggest.
    Regards,
    Karthik.R

    Hi Karthik,
    Check the below link
    http://wiki.scn.sap.com/wiki/display/HOME/ITS+FAQs
    Also the note 366052 - ITS versioning
    Additional comment about the 'SAP-integrated ITS' :
               To determine the version of the ITS integrated into the SAP Web AS kernel, choose System -> Status in the SAP GUI. On the dialog window that then appears, choose Additional kernel information and you then receive the information about the used SAP kernel ("kernel release" and "patch level") in the following dialog window. This is the relevant information for the integrated ITS.
    Regards,
    Rajesh Kumar S

  • How to find the smtp server on a linux box?

    Hello,
    I am trying to set up Notification Methods in OEM and I need to know the SMTP server and port. Which command can I use on Linux to find this information? Thank you in advance.

    Netstat is not necessarily the right tool for this task.
    Sorry, but "netstat -a | grep 25" will not be useful. For example:
    netstat -a | grep 25
    unix  2      [ ]         DGRAM                    128925
    unix  3      [ ]         STREAM     CONNECTED     11825 Better grep for "smtp". For example:
    netstat -a | grep smtp
    tcp        0      0 vm015.example.com:smtp      *:*                         LISTEN
    lsof is a better tool, but requires "root" or superuser privileges. For instance:
    lsof -i :smtp
    COMMAND   PID USER   FD   TYPE DEVICE SIZE NODE NAME
    sendmail 3098 root    4u  IPv4  13077       TCP vm015.example.com:smtp (LISTEN)Keep in mind however that processing and routing email in is usually a more complex task and involves either to know firewall and mail gateway configurations, or ask your mail administrator. The local mail server may not be permitted to relay email to the company wide smtp gateway depending on routing policies.

Maybe you are looking for

  • Navigation attribute in the Alert Monitor

    Hi All, In the alert monitor in SAP APO the display table contains only characteristics and not the navigational attribute. Is there any way through which we can display the navigational attribute also? Thanks, Diana

  • Plz guys help me with this one...

    hi, My MacBook currently has 512mb of ram which i think is not enough. I would like this ram http://www.crucial.com/uk/store/listparts.aspx?model=MacBook1%2E83GHz+Intel+Core+Duo+%2813%2DinchWhite%29 which i am sure will work. i Am all ready to buy it

  • Shuffle with XP Home Edition vs XP Pro

    I have a Dell 8100 Desktop running XP Home Edition SP2. I am getting -50 error and can't use the shuffle. Have a ticket open with Apple Support and they want me to try it on another PC and report back to them. I installed iTunes on my IBM T43 XP Prof

  • How to create services using BAPI_PROJECT_MAINTAIN

    Hi Gurus, I wish to create services ( in Ext Processing tab in tcode CN22) using BAPI_PROJECT_MAINTAIN. Please help me. Regards Ajay Moderator message: please search for available information/documentation before asking, try solving problems yourself

  • Update SPS4 to SPS10 For Solman 7.1 with SUM Problem

    Hello, I am trying to update SOLMAN 7.1 SPS4 to SPS10. I launched SUM, I have put the files Stacks ABAP & JAVA  in /usr/sap/trans/EPS/in I put the SUM directory in /usr/sap/SID with 60GB of size Now I am faced with this error: An error has occurred d