Statistics on Oracle as Portal

Hi,
I would like to know if Oracle As Portal can generate visitor's statistics.
Examples :
- Hits by page
- Most used practice in website
- Best pages
- Navigator's informations
- Time of session by user
Thanks for all

You may want to look at the white papers on:
Object Access Reporting from the Performance Logs in Oracle9iAS.
http://portalstudio.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/OTN_CONTENT/MAINPAGE/ARCHITECTURE/BIZ_REPORTING_FROM_ACCESS_LOGS.HTM
for some of the data you are after.
cheers
Nick

Similar Messages

  • How can I customize the whole oracle webcenter portal

    We have a project that uses oracle webcenter portal. I want to customize it starting to its landing page til the content. I tried using extending webcenter spaces project but my build.xml has an error in clicking clean-stage. I followed the instructions correctly but still not working. I also tried following the tutorial about customizing at runtime, it works but its only for a specific tab. Is there any other way in customizing the product?
    here is the error in build.xml:
    Buildfile: C:\Users\Admin\Documents\JDeveloper\mywork\ExtendWebCenterSpaces\CustomWebCenterSpacesWAR\build.xml
    [taskdef] Could not load definitions from resource net/sf/antcontrib/antcontrib.properties. It could not be found.
    [taskdef] Could not load definitions from resource net/sf/antcontrib/antcontrib.properties. It could not be found.
    clean:
    [echo] ----------------------------
    [echo] ----Cleaning deploy directory ---
    [echo] ----------------------------
    init:
    pre-compile:
    [echo] ----------------------------
    [echo] ----Updating the manifest file with the
    correct version specification and implementation version
    [echo] ----------------------------
    BUILD FAILED
    C:\Users\Admin\Documents\JDeveloper\mywork\ExtendWebCenterSpaces\CustomWebCenterSpacesWAR\internal-targets.xml:85: Problem: failed to create task or type if
    Cause: The name is undefined.
    Action: Check the spelling.
    Action: Check that any custom tasks/types have been declared.
    Action: Check that any <presetdef>/<macrodef> declarations have taken place.
    Total time: 1 second
    can you help me in configuring config.properties to an application server?
    check if my configuration is right:
    #My properties
    #Fri Jul 30 00:00:00 PDT 2010
    ############ User Inputs Required ###################
    ## Enter the base directory where JDeveloper is installed.
    ## For example:
    ## On Windows, if JDeveloper is installed in the directory
    ## C:\MYJDEV, enter the path as: C:\\MYJDEV
    ## On Linux, if JDeveloper is installed in the directory /scratch/MYJDEV,
    ## enter the path as: /scratch/mywork/MYJDEV
    ## Note that the JDeveloper directory contains other folders such as jdeveloper,
    ## wlserver_10.3, modules, and so on.
    #jdeveloper.install.home.directory=C:\\rohit\\jdev\\ps2\\jdevfinal
    jdeveloper.install.home.directory=C:\\Oracle\\Middleware\\jdeveloper ---------------------->my jdeveloper path
    ## Enter the wlst executable
    ## For example:
    ## On Windows, wlst.cmd
    ## On Linux, wlst.sh
    #wlst.executable=wlst.cmd
    wlst.executable=wlst.cmd ---------------------->my wlst executable
    ## Enter the absolute path of the ExtendWebCenterSpaces project.
    ## For example:
    ## On Windows, enter the path as:
    ## extending.spaces.home.dir=C:\\JDeveloper\\mywork\\ExtendWebCenterSpaces
    ## On Linux, enter the path as:
    ## extending.spaces.home.dir=/scratch/mywork/ExtendWebCenterSpaces
    #extending.spaces.home.dir=C:\\rohit\\jdev\\ps2\\jdevfinal\\ExtendWebCenterSpaces_ps2\\ExtendWebCenterSpaces
    extending.spaces.home.dir=C:\\Users\\Admin\\Documents\\JDeveloper\\mywork\\ExtendWebCenterSpaces #my extendwebcenterspaces path
    ## Enter the path for ojdeploy.exe.
    ## For example:
    ## On Windows, enter the path as:
    ## oracle.jdeveloper.ojdeploy.path=${jdeveloper.install.home.directory}\\jdeveloper\\jdev\\bin\\ojdeploy.exe
    ## On Linux, enter the path as:
    ## oracle.jdeveloper.ojdeploy.path=${jdeveloper.install.home.directory}/jdeveloper/jdev/bin/ojdeploy
    #oracle.jdeveloper.ojdeploy.path=${jdeveloper.install.home.directory}/jdeveloper/jdev/bin/ojdeploy
    #oracle.jdeveloper.ojdeploy.path=${jdeveloper.install.home.directory}\\jdeveloper\\jdev\\bin\\ojdeploy.exe
    oracle.jdeveloper.ojdeploy.path=${jdeveloper.install.home.directory}\\jdeveloper\\jdev\\bin\\ojdeploy.exe ---------------------->is this right?
    ## Enter the port number on which the WLS Administration Console is running.
    ## The URL of the Administration Console contains the port number.
    ## For example: http://<host>:<port>/console
    wls.port=7001 ---------------------->my application server port
    ## Enter the WebCenter host machine on which you intend to deploy the
    ## custom.webcenter.spaces.jar shared library.
    wls.host=my.bir.gov.ph ---------------------->my application server
    ## For security purposes, administrator user name and password details
    ## are stored in secure files.
    ## Obtain the location of these secure files from your systems administrator
    ## or run WLST commands to generate these files as follows:
    ## 1. Navigate to: WC_ORACLE_HOME/common/bin
    ## 2. Enter the command: wlst.sh
    ## 3. At the WLST command prompt, connect to the Administration Server
    ## for Oracle WebCenter:
    ## connect('<admin_user>','<admin_pwd>', '<host>:<port>')
    ## Where admin_user is the user name of the administrator, admin_pwd is
    ## the administrator's password, host is the WebCenter instance, and port is
    ## the Administration Server port.
    ## 4. Run the following command to create a user configuration file and key file
    ## in a specified location:
    ## storeUserConfig('<userConfigFile>', <userKeyFile>')
    ## Where userConfigFile is the name and location of the file storing user details
    ## and userKeyFile is the name and location of the file storing passwords.
    ## For example:
    ## storeUserConfig('C:/myFiles/myuserconfigfile.secure', 'C:/myFiles/myuserkeyfile.secure')
    ## For example:
    ## On Windows, enter the path as:
    ## wls.userkey=C:\\JDeveloper\\mywork\\ps1userkeyfile.secure
    ## wls.userconfig=C:\\JDeveloper\\mywork\\ps1userconfigfile.secure
    ## On Linux, enter the path as:
    ## wls.userkey=/scratch/myfiles/ps1userkeyfile.secure
    ## wls.userconfig=/scratch/myfiles/ps1userconfigfile.secure
    ## Use the wls.userconfig property to set the userConfigFile path and
    ## the wls.userkey property to set the userKeyFile path.
    wls.userkey=C:\\JDeveloper\\mywork\\ps1userkeyfile.secure ---------------------->i dont know how can i configure this
    wls.userconfig=C:\\JDeveloper\\mywork\\ps1userconfigfile.secure ---------------------->i dont know how can i configure this
    ## Enter the targets on which the custom.webcenter.spaces.war file is deployed.
    ## Obtain this information from your systems administrator or from the
    ## WLS Administration Console as follows:
    ## 1. Login to WLS Administration Console.
    ## 2. Navigate to Deployments>custom.webcenter.spaces>Targets
    ## The list of servers display here.
    wls.target=WLS_Spaces,AdminServer ---------------------->application server target
    ## Enter the targets on which the webcenter.ear file is deployed.
    ## Obtain this information from your systems administrator or from the
    ## WLS Administration Console as follows:
    ## 1. Login to WLS Administration Console.
    ## 2. Navigate to Deployments> custom.webcenter.spaces>Targets
    ## The list of servers display here.
    wls.webcenter.app.target=WLS_Spaces---------------------->application server deployment target
    ## Enter the name of the WebCenter Spaces application.
    ## Obtain this information from your systems administrator or from the
    ## WLS Administration Console as follows:
    ## 1. Login to WLS Administration Console.
    ## 2. Navigate to Deployments> webcenter>Overview
    ## The application's name displays here.
    webcenter.app.name=webcenter ---------------------->name of my webcenter portal
    ## Use the restart.implementation.version.suffix property to override the next default
    ## implementation version number for custom.webcenter.spaces.war.
    ## You can obtain the current implementation version from your
    ## systems administrator or from the WLS Administration Console as follows:
    ## 1. Login to WLS Administration Console.
    ## 2. Navigate to Deployments> custom.webcenter.spaces>Overview
    ## The version number displays here. For example: 11.1.1.2.5
    ## The current implementation version is the last number, that is, 5 in this example.
    ## By default, the implementation version increments by 1 each time that you rebuild
    ## custom.webcenter.spaces.war (using Run Ant Target>clean-stage).
    ## You can restart at a higher value if necessary. For example, if the current value is
    ## 11.1.1.2.20 and you want the next new version to be 11.1.1.2.41 rather than
    ## 11.1.1.2.21, do so by resetting the restart.implementation.version.suffix property to 40.
    ## Note:
    ## The first time you run Run Ant Target>clean-stage, the manifestImpl.properties file
    ## is created and the manifest.implementation.version property is set to
    ## 11.1.1.2.1. This initial version number is derived from the default.implementation.version
    ## set in build.properties (11.1.1.2) and appended with the restart.implementation.version.suffix property below.
    ## For example, if the restart.implementation.version.suffix is set to 1, the initial
    ## manifest.implementation.version will be 11.1.1.2.1.
    ## During subsequent builds, the restart.implementation.version.suffix and the lastNumber property
    ## in manifestImpl.properties are compared, and the higher of the two numbers is incremented by 1.
    ## If, for any reason, the manifestImpl.properties file is deleted, the file is recreated the next time
    ## that you run Run Ant Target>clean-stage, and the implementation version resets using the
    ## restart.implementation.version.suffix only (as if for the first time). For example, 11.1.1.2.1,
    ## if the restart.implementation.version.suffix=1
    restart.implementation.version.suffix=3
    help me pls thx

    It assumes that you have this file available in your jdev
    ${jdeveloper.install.home.directory}/modules/net.sf.antcontrib_1.0.0.0_1-0b2/lib/ant-contrib.jar
    Add ant-contrib.jar into jdeveloper\modules\net.sf.antcontrib_1.0.0.0_1-0b2\lib directory. You can download it from http://ant-contrib.sourceforge.net/.
    Other useful advice:
    http://jwebcenter.blogspot.com/2011/05/how-configure-webcenter-space.html

  • Where to download and how to install Oracle AS Portal ?

    Greetings,
    I'm using portal servers from BEA, IBM and JBoss since several years. I bought a book on Oracle AS Portal which showed me a couple of interesting things I wanted to look at. Surprinsingly enough, this book doesn't start as normally, with how to download and install the product. This already seemd a little bit wear to me. But when I tried to find by myself the Oracle AS Portal bundle to download and install, I didn't find anything. Looking in the Oracle AS 10.1.3 documentation, it seems that Oracle AS Portal is not a part of it. I finally managed myself to find some documentation saying that in order to install the last version of Oracle AS Portal, one should install Orackle AS 10.1.2.0.2 and upgrade afterward to Orcale As Portal 10.1.4. Yes, but when I tried to install Oracle AS 10.1.2.0.2, I dind' find any option concerning the portal. There OC4J, ther is Infrastructure (identity management and other things), development kits but not portal.
    So could someone explain what does this big mistery around Oracle As Portal mean exactly and how to download and install it quickly ?
    Many thanks in advance.
    Nicolas

    First you would need to install the infrastructure which in itself should include the Identity Management and the metadata repository, which portal uses. Then after you're done with that, you can then start the installer again and choose to install the application server (the middle tier). When you're installing the Application Server, it asks for more options. You may choose just to install a J2EE server..in your case if you want portal choose the corresonding option that contains portal. If you're wanting to install Forms/Reports services, you'll need to select the corresponding option. Hopes this helps you get started.

  • Coherence integration with oracle weblogic portal for Session management

    Could you please let me know how to configure coherence integration with oracle weblogic portal for Session management. Its very urgent. please help.

    Please take a look at the following web page -
    http://coherence.oracle.com/display/COH35UG/Coherence*Web+Session+Management+Module
    -Luk

  • Oracle WebLogic Portal 10g Certification

    Hello,
    Oracle provides instructor led training only for Oracle WebLogic Portal 10g. I'm wondering, where can i buy self study CD or kit for Oracle WebLogic Portal 10g Certification?
    Thanks

    user11928512 wrote:
    Hello,
    I have found certification for "Oracle Weblogic Portal 10g Developer" in the oracle university site. The latest version of BEA weblogic being 10.3 and we are currently working on the same, I would like to know whether there is certification exam for Weblogic Portal 10.3 Developer.A assume you have found:
    [http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=140]
    [http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=282]
    [http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=41&p_exam_id=1Z0_110]
    Which is the relevant exam. You can double change by going down the list of ceriifcation exams:
    [http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=42]
    My understanding is that for developers often releases are broadly similar and therefore the effort in updating the exam is simply unsustainable. For say Oracle DBA exams the situation may be different as their may be signifcant changes/enhancements between releases that are important to be aware of to manager the database effectively.
    Please be aware I am not massively familiar with weblogic and myy anwer is not authorative.
    Rgs - bigdebloy.

  • Oracle Weblogic portal 10.3.5 domain upgrade error

    Hi,
    I am trying to upgrade oracle weblogic portal 10.2 to 10.3.5. When I upgrade my domain, I get the following error.
    ERROR [prepare] com.oracle.cie.wizard.WizardController - Uncaught Exception
    java.lang.NoClassDefFoundError: com/bea/plateng/domain/DomainInfoParser
         at com.bea.wlp.upgrade.PortalDomainInfoPlugIn.prepare(PortalDomainInfoPlugIn.java:59)
         at com.bea.plateng.wizard.plugin.silent.tasks.PreparePlugInTask.execute(PreparePlugInTask.java:80)
         at com.oracle.cie.wizard.silent.tasks.AbstractSilentTask.run(AbstractSilentTask.java:28)
         at java.lang.Thread.run(Thread.java:662)
    Can you please advise.
    regards
    Hari

    Hi,
    I am trying to upgrade oracle weblogic portal 10.2 to 10.3.5. When I upgrade my domain, I get the following error.
    ERROR [prepare] com.oracle.cie.wizard.WizardController - Uncaught Exception
    java.lang.NoClassDefFoundError: com/bea/plateng/domain/DomainInfoParser
         at com.bea.wlp.upgrade.PortalDomainInfoPlugIn.prepare(PortalDomainInfoPlugIn.java:59)
         at com.bea.plateng.wizard.plugin.silent.tasks.PreparePlugInTask.execute(PreparePlugInTask.java:80)
         at com.oracle.cie.wizard.silent.tasks.AbstractSilentTask.run(AbstractSilentTask.java:28)
         at java.lang.Thread.run(Thread.java:662)
    Can you please advise.
    regards
    Hari

  • How to genrate and check wait statistics in oracle 10g

    Dear all,
    how to genrate and check WAIT STATISTICS in oracle 10g on RHEL4.
    Regards,
    Ali

    Oracle Kernel keeps track of these statistics. Query v$waitstat for overall system level wait statistics or v$session_wait for individual session wait statistics.

  • Oracle WebLogic Portal 10.3.6 Vs. Oracle Portal 11g

    I have a basic question on the latest release. We have BEA (now Oracle) WebLogic Portal 9.2 and need to upgrade. Should we upgrade to Oracle WebLogic Portal 10.3.6 OR  Oracle Portal 11g? Am I comparing the two correctly?
    Thanks,
    Channu

    WebLogic Portal 10.3.6 is the last version of WLP, you can upgrade your application from 9.2 to 10.3.6 with tools provided by Oracle.
    Oracle Portal 11g is a complete different product.

  • Segment level I/O statistics in Oracle 8i

    I need to get segment level i/o statistics in Oracle 8i. I am looking at v$session_wait to find out the block id each i/o event is happening to. But for 'db file parallel write' event, there is only number of files and number of blocks info. How do I determine which file and which block id the event is happening to? Thanks a lot!

    Thomas,
    You need to use table alias for this:
    select E.att_ext.NAME from emp_ext E;
    Notice the 'E' here.
    Regards,
    Geoff
    null

  • Oracle weblogic portal 10.3开发的问题

    按照oracle weblogic portal 10.3帮助中的例子做了,但是部署不成功。
    看了错误是:
    1)The associated EAR "myPortalEAR" is not a Portal Application Services EAR
    2)A Portal Application Services web application should be associated with a Portal Application Services EAR for proper deployment
    但我的myPortalEAR项目是按照例子一样的,是portal EAR工程啊,不知道为何有这个错误,有没有人遇到过?
    我使用weblogic portal 10.2和10,还有9.2都没有这个问题。

    我也遇到这种情况,幸好Oracle官方论坛有解决方案,地址是
    WLP103 Solution:The associated EAR is not a Portal Application Services EAR

  • How to see the statistics in Oracle Cloud.

    While executing the select command, how can i see the execution plan and statistics in oracle cloud SQL Command Window
    select * from test_random where empno=1000;
    I need to find the consistent read and physical reads of the particular query.
    When I tried to execute the following command
    SET AUTOTRACE ON EXPLAIN STATISTICS
    I am getting error.

    I think you have to create it in SE11 first. Although you can probably use native SQL to access it from an ABAP program.
    Rob

  • Oracle WebLogic Portal 10.3.6: Creating a Java Page Flow Portlet in WorkShop

    Hello,
    We are not able to create a Java Page Flow Portlet in WorkShop. While adding the Beehive NetUI Facet(1.0.2) getting the following error in the workshop.
    error installing beehive netui facet
    File template generation failed: Unable to configure AvalonLogSystem : java.io.FileNotFoundException: C:\Windows\System32\velocity.log (Access is denied)
    Following are the environment details:
    WebLogic Server 11gR1
    Oracle WebLogic Portal 10.3.6
    Any Solution for this issue??

    Hi Chris,
    I have already gone through this document. But the procedure that is given in it is not working. I mean I am not able to render diffferent different jspx files based on the menu link clicked. It will great if you can provide me steps by step process since I am new to the portal World.
    Thanks a lot for your reply

  • Installing Pre-built Virtual Machine for Oracle WebCenter Portal error

    Hi,
    I am trying to install the Pre-built Virtual Machine for Oracle WebCenter Portal: Framework 11gR1 (11.1.1.4.0) onto a Laptop (500G HDD 8G Ram) running Windows 7 to learn.
    http://www.oracle.com/technetwork/middleware/webcenter/portal/downloads/owcs-portalfw-vbox-284132.html
    I want to run in a VirtualBox Linux setup etc.
    I have downloaded all the files except the REAVDD-HOL-WC.ovf which would not download so I saved in browser to the same directory etc.
    I have set the preferences in Virtual Box to the same directory where I have downloaded the files to but when I Import Applicance and select C:\users\Tony\Virtual Box VMs and select the defaults and import I get an error box stating:
    Failed to import appliance C:\Users\Tony\VirtualBox VMs\REAVDD-HOL-WC.ovf.
    Could not open the medium storage unit 'C:\Users\Tony\VirtualBox VMs\REAVDD-HOL-WC-disk1.vmdk'.
    VD: error VERR_ACCESS_DENIED opening image file 'C:\Users\Tony\VirtualBox VMs\REAVDD-HOL-WC-disk1.vmdk' (VERR_ACCESS_DENIED).
    Result Code: VBOX_E_FILE_ERROR (0x80BB0004)
    Component: Appliance
    Interface: IAppliance {3059cf9e-25c7-4f0b-9fa5-3c42e441670b}
    Anybody got any idea how to fix this?
    Thanks
    Tony
    Edited by: 880197 on 19-Aug-2011 03:08
    Edited by: 880197 on 19-Aug-2011 03:44

    I've imported this appliance (and others) on Windows 7 32-bit on a Lenovo W500, on an iMac, and on a MacBook. The one error you should encounter during the "import appliance" step is a path error related to shared folder (the canned/hard-coded path in the ovf file points to a place that is not likely to exist on your computer, so just comment out the D:\TEMP\Host path, or make it for that matter).
    <!--SharedFolders-->
    <!--SharedFolder name="Host" hostPath="D:\TEMP\Host" writable="false" autoMount="true"/ -->
    <!-- /SharedFolders-->
    You can alter system set memory_target=300M scope=both and set your VM memory to 2.5GB and everything will run fine (using the vmctl script to start up what's needed). The "1" option is all that is needed for the tutorial shown in the documentation. If you run the admin server, you will see things run a good bit slower. Part of the tutorial assumes you know about UCM and how to take the UCM content in the sample files and upload those into the repository. You can delete the file already loaded and then do a single file upload to "re-load" the various directories/folders for the menu/home/etc. Upload the png and other files into the same folder (menu.html, menuBanner.png, etc. all go into the same Menu folder). It's not worth the time to set the bulk upload because you have to go out into UCM and dig around the admin settings, stop/restart, and so on. You can also use the contentadmin user (welcome1) to do the file upload.

  • Oracle Portal 11g, Oracle WebCenter Suite or Oracle WebLogic Portal ?

    Witch of these technologies, Oracle Portal 11g,
    Oracle WebCenter Suite or Oracle WebLogic Portal ?
    is the future product of oracle ?
    I am going to use portal but I don't know witch of these product is the correct one.
    I need help to clarified it. As i am going to use portal I want to use the one that oracle intend to support

    Hi Harish,
    There are lot differences are available when you compare these three products, some them are
    Oracle Web Center Suite
    Comprises of various components such as Web Center Interaction,Oracle Entitlement Server,Oracle Personalization Server an Ensemble(for proxying content and mashups) and chat server,wiki server,blog server,forum etc are available with web center suite.The collaboration tools are out of the box,so you dont require to redevelop anything to enable collaboration for your site.Basically webcenter is more powerful when used to develop intranet sites rather than a website which requires less collaboration.
    Oracle Portal 10g
    Oracle Portal 10g is the primary oracle portal product before oracle bought BEA.The main difference is the architecture and framework,Oracle Portal uses sql/plsql intensively for processing the page as all their pages are developed from browser.Every thing you develop is streaming that is queried from DB in contrast with weblogic portal which has the feature of file based portal which is faster compared to the streaming(persistent desktops).The architecture is different compared to weblogic and webcenter.For ex:There are sql and pl/sql portlets which can be developed very faster which not there in the other two platforms.
    Oracle Weblogic Portal 10.3
    It is hot in the market right now and development is easier and architecture supports both file based and streaming,the primary features of all the portal product are more or less same but webcenter has more collaborative features.Weblogic portal is very stable as it is on WLS which is a stable weblogic server.
    I prefer if you have any previous experience on any of these products then built on that one.Else start with weblogic portal which is easier to startwith compared to others.
    Regards,
    Dinesh

  • What is (roughly) the implementation duration for Oracle weblogic portal an

    Dear All
    i need to knwo r(oughly) how long does it take to implement oracle weblogic portal (for exmpale 5-7 months or 1 year,etc) for an company that contains around 2700 employees, and how much will it cost (roughly).
    thanks in advance for any help.

    Hi Ryan,
    Is there any posssibility of editing or adding the content from UCM-VCR,when i edit or add content through portal it is giving me unsupported feature exception.
    Please let me know if there is any way????
    -Prabu

Maybe you are looking for