How to calculate hits on OAS 10g

hi,
i have been told to calculate :
hits/misses on site
ipaddress of machine who has connecte to OAS
activity done by this ipaddress etc
does OAS 10g has any inbuilt feature ?
how should i go about it?
regards,
avinash

Are you using OAS or IAS?
OAS has a dedicated Http Server writen from ORACLE while IAS uses Apache.
You can use WebAlyzer. Its a free-tool that it analyzes Apache's logs, in general it reads CLS(Common Logfile Format) log file. See http://www.mrunix.net/webalizer/
Apache (IAS) supports CLS.

Similar Messages

  • How to calculate Median In OBIEE 10g

    hi
    I am trying to calculate median in OBIEE 10 g .
    The problem is that if suppose we Since the column measures are already having aggregates by default set in RPD. hence if we apply median to any measure column, then if we try to group by the report by Year or Quarter then the results are varying with undesired results . in my case i didnt wanted to apply the median function on a measure , so i created a column calculating the total number of rows in the column BRANDS , then i Applied the median function to it. like ----MEDIAN(COUNT("D4 Product"."P04 Brand") BY "D0 Time"."T03 Per Name Qtr")------. heres the scenario that i want to implement.
    Qtr Sales Median
    1 10
    2 20
    3 15
    etc...
    to be precise .. how to apply median function most appropriately over any measure or column count . and wht do i need to take care of ???
    please help ..
    thanks in advance

    Hi,
    Try with level based measures: http://gerardnico.com/wiki/dat/obiee/measure_level_based
    J.

  • How o set envoirmental settings of OAS 10g (10.1.2.0.2)?

    Hi,
    I am first time installing the OAS 10g (having OSS and OID) on OEL 5.5 x86 , and after that I will go to integrate it with EBS (12.0.6) with database 10g.
    I have 3 machines:
    1: One for oracle Application server (EBS r12 (12.0.6)) ----> Red Hat Linux 4.6 x86 ---------> Install and functioning.
    2: Second for oracle database server (oracle 10g (10.2.0.3)) ---> Red Hat Linux 4.6 x86 ---------> Install and functioning.
    3: Third for OAS 10g(10.1.2.0.2) with "OAS Infrastructure" and "OAS Middle Tier" (On same machine with different ORACLE_HOME). ------> OEL 5.5 x86 ------> Not Installed .
    So, I had installed the "OAS Infrastructure" , but not install the "OAS Middle Tier",, and I restart the OS , after that my envoirnment is not loaded and I cannot startup the OAS services.
    Please guide me about my above plan is correct or any helpful suggessions from ur side, I will appretiate in advance?
    Please also guide me how to set the envoirnmental setting for OAS?
    Thanks.

    export STAGE_PATH=............
    export INFRA_INSTANCE=............
    export BIF_INSTANCE=................
    export ORACLE_BASE=/suo1/oracle/.....
    export ORACLE_HOME=/su01oracle/infra.......
    export ORACLE_SID=iasdb
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib:/usr/local/lib
    export DISPLAY=............
    PATH=$PATH:$ORACLE_HOME/bin:$ORACLE_HOME/Apache/Apache/bin
    PATH=$PATH:$ORACLE_HOME/dcm/bin:$ORACLE_HOME/opmn/bin
    export PATH

  • How to execute a procedure on OAS 10g release 3

    Hi,
    1 - I installed OAS 10G, and Oracle 10g, but I don´t know what the path to execute a html procedure(htp.p('hi')...etc), the installer say that Oracle HTTP Server was installed in http://server:80/, but I try and I have a page not found...
    Tks.

    How I make sure that I can access static HTML??
    I read the documentation and created dad but not yet he functions, now I receive the message
    Service Temporarily Unavailable
    The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
    Oracle-Application-Server-10g/10.1.3.0.0 Oracle-HTTP-Server Server at araga Port 80
    this is the dad
    # ============================================================================
    # mod_plsql DAD Configuration File
    # ============================================================================
    # 1. Please refer to dads.README for a description of this file
    # ============================================================================
    # Note: This file should typically be included in your plsql.conf file with
    # the "include" directive.
    # Hint: You can look at some sample DADs in the dads.README file
    # ============================================================================
    <Location /plsqlapp>
    SetHandler pls_handler
    Order deny,allow
    Allow from all
    AllowOverride None
    PlsqlDatabaseUsername scott
    PlsqlDatabasePassword tiger1
    PlsqlDatabaseConnectString orcl
    PlsqlAuthenticationMode SingleSignOn
    PlsqlDefaultPage scott.home
    PlsqlDocumentTablename scott.wwdoc_document
    PlsqlDocumentPath docs
    PlsqlDocumentProcedure scott.wwdoc_process.process_download
    </Location>
    What´s still wrong
    if a try tnsping orcl, its ok.

  • How to add a java option in oas 10g 9.0.4?

    I need add a java option in my oas 10g...
    I have an application implemented with jdeveloper 10g (10.1.2) and its need to use other jdbc libraries acording:
    http://radio.weblogs.com/0118231/stories/2005/05/27/workaroundForDeployingAdf1012AppUsingIntermediaDomainsToOracleAs904.html
    Using EnterpriseManager, i add a java option for the OC4J instance where my ADF 10.1.2-based application will be deployed:
    [b]-Xbootclasspath/p: C:\oracle\infra\jdbc-10.1.0.4\ojdbc14.jar;C:\oracle\infra\jdbc-10.1.0.4\orai18n.jar
    but now, ths oc4j instance dont init
    ...my opmn.xml file contains:
    <process-type id="ADF_050615" module-id="OC4J">
    <module-data>
    <category id="start-parameters">
    <data id="java-options" value="-server -Xrs -Djava.security.policy=C:\oracle\infra\j2ee\ADF_050615\config\java2.policy -Djava.awt.headless=true
                             -Xbootclasspath/p: C:\oracle\infra\jdbc-10.1.0.4\ojdbc14.jar;C:\oracle\infra\jdbc-10.1.0.4\orai18n.jar"
                             />
    <data id="oc4j-options" value="-properties"/>
    </category>
    <category id="stop-parameters">
    <data id="java-options" value="-Djava.security.policy=C:\oracle\infra\j2ee\ADF_050615\config\java2.policy -Djava.awt.headless=true"/>
    </category>
    </module-data>
    </process-type>
    Help me please

    Rigoberto, there should be no space between "-Xbootclasspath/p:" and the path "C:\oracle\infra\jdbc-10.1.0.4\ojdbc14.jar;C:\oracle\infra\jdbc-10.1.0.4\orai18n.jar"
    By the way, one can always take a look at the logs at
      $ORACLE_HOME/opmn/logs
    especially those files whose names start with OC4J~ if there is some wrong with oc4j processes. Those files are the default oc4j stout and sterr. If oc4j can not init, there should be some kind of error message in them.
    By the way, the following line may be deleted since no property file is specified.
      <data id="oc4j-options" value="-properties"/>
    Hope this helps.

  • How to clone OAS 10g having SSO+OID??

    Hi,
    We are runnig OAS 10g having SSO+OID, which is integrated with EBS 12.0.6 with datebase 10.2.0.3.
    Please provide me the steps and metalink doc for cloning the OAS 10g having SSO+OID, and also clone EBS 12.0.6 env???
    Please provide the tecnical steps if anyone have?
    Envoirnment: Linux x86 (Redhat AS4), and multi node envoirnment.
    Thanks
    Edited by: 723962 on Jan 24, 2011 2:46 AM

    Is there any update plz?

  • Generate txt output using a program unit in web report (OAS 10g)

    Hi Everyone.
    I have a c/s report (6i) which generates a txt file in a program unit using TEXT_IO package. I need to move this report to web (Reports 10g) and publishing it in OAS 10g. I've done that (without the text file generation), I can see the report on the browser in PDF Format and works fine... but, I still have a problem... when I use Text_io package, the c/s version of the report in 10g runs an generates the output.txt file but when I move it to web I got an error in the before report trigger (in which I invoke the program unit sp_generate_txt)
    I looked around for a solution and I just find the usage of webutil package, but as you know, webutil package is only usable in Forms.
    Any Ideas on how can I solve this problem?

    Hello,
    TEXT_IO can be used in Reports deployed on the web.
    The difference with Client /Server is the fact that the file create by TEXT_IO will be created on the "Middle Tier Server" and not on the Client.
    Regards

  • How to calculate #Buffer Gets    # Exec           Buffer Gets/Exec

    Hi,
    How to calculate #Buffer Gets,# Execution time,Buffer Gets/Exec for a sql query?

    Nirmal
    You can find out these statistics from two places
    1) using SQL_TRACE (10046 trace) and then TKPROF (or Autotrace in SQL*Plus)
    2) or looking at V$SQL which records the cost assigned to each SQL statement since the statement was first cached.
    If you use Statspack or AWR, you can see the difference between two points in time, so you can calculate the cost for a period of time.
    See Using SQL_Trace and TKPROF
    http://download-uk.oracle.com/docs/cd/B10501_01/server.920/a96533/sqltrace.htm#1018
    and Using Statspack
    http://download-uk.oracle.com/docs/cd/B10501_01/server.920/a96533/statspac.htm#34837
    (see the 10g documentation equivalents if necessary).
    Remember, ratios (eg gets/exec) aren't always very helpful. You're best off concentrating on those operations which take longest (ie where there is the most potential to save time). See (eg) www.hotsos.com, www.oraperf.com, and others to identify effective performance methodologies.
    HTH
    Regards Nigel

  • How to setup System propterty in 10g EM

    Can anyone tell me how to setup System property in 10g EM or any system config file?
    My existing application has following code to access System property:
    this.logDir = System.getProperty("ServletLogDirectory");
    My current application server is oas 4.0. I am upgrading the application from oas 4.0 to 10g.
    Thanks in advance
    Don

    On the OAS Control's OC4J section, there is a place you can set the OC4J instance server settings. You can create certain number of JVMs and their runtime properties.

  • Migration of OAS 10g v(9.0.4.1) from one server to another?

    Hi,
    I would want to know how I can migrate j2ee applications that are deployed in OAS 10g v(9.0.4.1)installed on Sun server to OAS 10g v(9.0.4.1) installed on AIX server at the same OAS 10g version and patch level?
    My question is: Can I just copy the application files from the existing instance to new instance or do I have to deploy each application independtly on the new instance?
    How I can perform migartion of OAS 10g from one platform to another platform?
    Thanks in advance!
    GN

    Hi GN!
    I would think that copying the files will not be enough, as the DCM will not have the information about the deployed applications. Just redeploy them and it should waok as well as on the original server.
    cu
    Andreas

  • How to calculate 4 GB size,

    Dear All,
    How to calculate 4 GB size. i mean including (apex,system,sys,sysaux) or excluding (apex,system,sys,sysaux)
    with thanks and regards
    Sivakumar.G

    Hi,
    I did read your other posts so I assume you talking about Oracle XE storage limit ?
    You calculate limit without system and sysaux tablespace
    Here is similar post from XE forum
    Limitation Detail of Oracle 10g XE Database
    Br, Jari

  • Calculate Hits of documents in folder

    Hi,
    I have created folder in KM in which there are Bi reports external links and some PDF docuemnts.
    So basically i want  to calculate hits for this  links and documents created inside the folder.
    Can any one pls guide me how can i do this programatically or there are configuration.. .. ??
    Regards,
    Jigar Oza

    Hi Jigar,
    You can carry out this activity by activating the activity reporting service for KM folders as described below:
    [Activity Reporting Service for KM|http://help.sap.com/saphelp_nw70/helpdata/en/45/74eeda9ba26975e10000000a114a6b/frameset.htm]
    Hope this helps.
    Thanks.
    Regards,
    Shailesh

  • Internal 500 when accessing OAS 10g

    Hi all,
    I have installed and configured my custom application on OAS 10g.
    -If I hit my web page using the IP (i.e: http://192.168.1.1:777/ISRA) from a remote workstation, I will see the login page. After entering the credential and click login I get the Internal 500 ERROR. Note: When I get the Internal 500 Error, the IP from the URL had become the OAS name (i.e:http://oas10g:7777/web/search.jsp). And I also have an entry of the OAS in my hosts file.
    -If I hit the webpage using the server name (i.e: http://oas10g:7777/ISRA).Everything is working fine. After I click login, the server name does not get translated back to the IP address.
    NOTE:
    -If I run these two tests on the actual Application Server. Everything is working fine.
    I hope my explanations are clear.
    Thank you guys.
    SN

    hi if you've got the following message when you start your proxy in a console :
    http://unknown started
    this is normal. You should have a problem with your dns (/etc/resolv.conf)

  • Configure OAS 10g R3 as a browser MS Project reader

    Looking for instructions how to configure OAS 10g Release 3 diplay MS Projects (.mpp) files.
    Our desire is provide this capability through OAS and not install the MS-Projects reader on multiple pc's.
    Any assistance or references would be greatly appreciated.

    Okay, lets see how many of these we can already deal with:
    ** General Look And Feel Issues:
    * Missing icons and redrawing issues in the file browser
    Loged as new bug 3609752
    * ...useScreenMenuBar has been depreciated message
    Can find this, are you sure this is not being confused with the antialiasing messages?
    * Dialog background colors
    Logged as bug 2610818
    * Open dialog sorting
    Logged as new bug 3609768
    * AWT exception on exiting:
    Logged as bug 3525259
    * Multi monitor bug
    Unfortunately we only have a few macs and non of them have more than one monitor at the moment. But from your description this problem seem to lie with Apple rather than us. I will keep an eye on it for you though.
    ** Error messages on startup
    I belive this is a common problem accross all platform.
    ** Inner classs issue
    Again this is a problem with all versions of JDeveloper. Logged as bug 3546309, not currently scheduled to be fixed until the next release. Note that this only seems to affect the highligthing in the editor and nothing else.
    ** Items not being saved, position not being restored.
    If you press Apple-Q the Java virtual machine will kill jdeveloper and not allow it to close down properly. This can be resolve by addin hooks provided by apple. For the 903 preview release we had an addin for this. I will look at providing a drop in for 9.0.5.1
    ** Symbolic links, and other enhancements
    In will invetigate symbolic links and get back to you. I will also look at tracing down ER or log bugs for the other enhancemnts you mention
    Thanks for the details,
    G.

  • Weblogic 10.3.2 as a replacement of OAS 10g full of Oracle Forms

    hello, quick question: Can I take a entire system in Oracle Forms with OAS 10g technology and deploy them on a Weblogic 10.3.2 as an upgrade/replacement option ?
    Can weblogic run Oracle forms out of the box or is there a vendor lock-in trick ?
    Thanks in advance,
    fabio

    Out of the box, WLS is not able to run Oracle Forms.
    At the time of this writing, for a complete replacement you need the following components:
    - WLS 10.3.2
    - OFM 11g Forms
    (optional for single sign-on)
    - OFM 11g OID
    - AS 10.1.4 OID DAS and mod_osso
    HTH,
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Maybe you are looking for