Oracle HTML DB Tutorial: Building an Issue Tracking System with Oracle XE

Hello.
I am using Oracle XE and have loaded the sample Issue Tracking System.
I had to set the time-out to 100 seconds as explained in the Oracle XE thread: “Problem with importing HTML DB applications” (Problem with importing HTML DB applications
I am trying to create users.
The documentation at http://www.oracle.com/technology/products/database/htmldb/pdf/issue_tracking_tutorial_1.6.pdf
on page 82 discusses using HTML DB authentication. However, my understanding is that the HTML DB in Oracle XE currently uses only DATABASE authentication.
Is there any documentation on creating users for the sample Issue Tracking System using Oracle XE?
Thanks!
-Ricky Burke
[email protected]
972-235-5665

Ricky,
I am trying to create users.
The documentation at
http://www.oracle.com/technology/products/database/htmldb/pdf/issue_tracking_tutorial_1.6.pdf
on page 82 discusses using HTML DB authentication. However, my understanding is that
the HTML DB in Oracle XE currently uses only DATABASE authentication.Well, in order to log in to the XE management GUI you use the database account. This is correct.
But for authenticating to the application you are going to build, you still have all possible authentication schemes available as in HTML DB (standalone).
Well, you should be able to just go ahead and create the HTML DB users in your workspace (for example HR). In XE a workspace corresponds to an actual Oracle database user, a workspace is created implicitly for the user.
Thus, just go to Home > Application Builder and will find on the right hand side under "Tasks" the link "Manage HTML DB Users".
There you can create the users in your workspace for your application.
~Dietmar.

Similar Messages

  • Document for configuring Early watch alerts And issue tracking system

    Hello Experts,
    Iam on SAP Solution Manager 4.0 and need step wise step procedure document for configuring Early watch alerts and Issue tracking system in solman 4.0 . I hv checked Help site and other standard config docs by SAP but getting confused and things are not working ,so help shall be appreciated.
    My Email id is [email protected] .
    Requested to revert at earliest as iam in urgent need of it .Points guaranteed.
    Thanks and Regards,
    Somya

    Hi Somya,
    setting up EWA is explained in Application help of SAP Solution Manager.
    It would be helpful to know, what you have already done and what is causing problems for you.
    Prerequisite to process EWA is to configure all steps described in the Basic Settings of SAP Solution Manager Configuration guide (tx SPRO).
    The configuration of Issue Tracking is also described in the IMG (Basically, it's required to activate a BC Set).
    Path in IMG: Basic Settings -> Standard Configuration of Basic Settings -> Solution Manager -> Basic BC-Sets for Configuration -> Activate Issue Tracking BC Set
    Access the configuration guide:
    - run transaction SPRO
    - choose SAP Reference IMG
    - expand tree SAP Solution Manager -> Configuration -> Basic Settings
    - follow the steps under
    "Wizard-based Initial Configuration of Basic Settings", if your SolMan system has not been yet configured or
    "Standard Configuration of Basic Settings", if you have done already some configuration.
    Best regards,
    Ruediger Stoecker

  • Will ORACLE 9i after few years will be completely replaced with ORACLE 10g

    Will ORACLE 9i after few years will be completely replaced with ORACLE 10g or higher versions.
    I have worked on Oracle 9i database and i have basic knowledge about Sql commands and i am planning to go for Oracle 10g Certification does it make any difference if i do not take ORACLE 9i Certification and directly go on to do my Certification.
    Kindly advise

    Will ORACLE 9i after few years will be completely replaced with ORACLE 10g or higher versions. Not sure what you mean by that. There are some systems which are running Oracle 7.x till date and the administrators have not even bothered to upgrade to Oracle 8i, let alone 10g/11g.
    does it make any difference if i do not take ORACLE 9i Certification and directly go on to do my Certification.It does not make any difference unless you want to get certified on every version of Oracle.

  • Integrating Microsoft Filenet content Management system with oracle portal

    1. Client is having Microsoft Filenet system as content management.
    2. Client wants to integrate Filenet system with oracle portal.
    3. Please confirm whether it is feasible or not and kindly suggest us the
    document for integration process.

    I think clue is on the this line;
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
    make sure LDAP connection is working. Make sure use default ports for all connections. Most of the samples on the OTN uses default port, if you change them you, you have to modify sample code.

  • Want to install BI 7.0  on existing portal system with oracle Solaris 10

    Hi gurus
    I want to install (BI 7.0, solaris10, oracle) system on existing portal system with oracle and solaris 10 OS....
    kindly let me know the how to add and create the project in already existing system for new BI system...is there any specific or need to care ful to install one more system on the same instance..
    Thanks in  advance

    Hi balaji,
    If you portal version is 7 then proceed as follows.
    BI 7.0 required ABAP and Java engine.
    You can install the ABAP part alone and then use the existing portal that you have currently for BI also.
    Apply the BI-JAVA related support packs in the portal.
    Establish the connectivity between BI-EP as it is required for BEx Web application.
    For establishing the connectivity refer
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00c4742a-3a4b-2b10-b4ae-b03d08bcde6e
    Use this following link for reference for further reference.
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/004e5f27-374b-2b10-4da9-894986fd04c7
    regards,
    chandru.

  • Tutorial: Issue Tracker, Problem with Authorization

    Hi All,
    I just worked through the Issue Trackin System Tutorial, everything looks great except the Authorization. I did the Tutorial on our local Instance of HTMLDB so I had to modify the Authorization Schemes a little. People should login using their internal HTMLDB-Account, which uses an extra loginname, not the email adress. So i added a column PERSON_LOGIN to the ht_people table which holds the userID. My Authorizationscheme looks like this:
    select '1' from ht_people where
    (upper(PERSON_LOGIN) = upper(:APP_USER) and
    PERSON_ROLE in ('Lead','Member') and
    ASSIGNED_PROJECT = :P7_RELATED_PROJECT)
    or (:APP_USER = 'HOWTO')
    or (:P7_ISSUE_ID is null)
    This Scheme simply does not work, the user does not get the authorization to edit the issues assigned to him. I can´t see the problem, if I do this query I get the expected column back. If I log in to the Application and try to edit the issues, I don´t get the neccesary authorization. Any Ides ?

    From Scott -
    I installed that demo app on our hosted site. I don't see anything structurally wrong with page 0 breadcrumbs. When you edit page 0, do you see the correct menu region, or is there a big number where its name should be? If you find something that you cannot repair, please let us know.
    As for the authorization schemes, I see what's going on. The scheme controls the display of buttons and a region on page 7 and is evaluated during the rendering of the region and the buttons. These events take place before the item P7_RELATED_PROJECT is rendered, thus before its session state is established or altered during that page view. However the implementation of the authorization scheme references the current session state of that item. That won't work. Using standard conditions (vs. authorization schemes) to control the buttons/regions that are earlier on the page than the referenced item would have the same problem if they used the same logic. For situations like this, LOVs that submit the page and result in a branch back to the same page can be very useful, or splitting the page into multiple pages, as in wizard implementations, can also work.
    From Sharon -
    I want to thank you for pointing out this bug. This is our first tutorial document and a lot of time was spent making sure that users could follow the directions and learn how to create all the objects that make up an application. Obviously, not enough time was spent testing the resultant application. The statement below should work for the Authorization Scheme in question.
    select '1'
    from ht_people
    where (person_email = :APP_USER and
    person_role in ('Lead','Member') and
    assigned_project = (select related_project
    from ht_issues
    where issue_id = :P7_ISSUE_ID))
    or (:APP_USER = 'HOWTO')
    or (:P7_ISSUE_ID is null)
    You will notice that is allows the modification of the issue by either the Lead or any Member of the project, not just the one assigned. When I update the document and repost on OTN, I will make a note of that.
    This checks that the current value of related project is the project that the Member or Lead is assigned to. It is true that while viewing the page, the user can change the related project. Once the change is applied, they would no longer be able to edit that issue.

  • Issues integrating WebCenter with Oracle Access Manager

    Hi All,
    I am trying to integrate WebCenter 10.1.3.2 with Oracle Access Manager (CoreId). Followed the steps described in the Chapter 11 of the OC4J Security Guide.
    I was able to successfully authenticate WebCenter using IWA with Access Manager.
    Then I proceeded with the below steps:
    - Implemented ADF Security in the application. Created application roles and login page and worked fine on my local machine.
    - Provide the auth-method of "COREIDSSO" in orion-application.xml
    - Renamed the app-jazn-data.xml to give the OID groups
    - Mapped the OID groups to application roles in orion-application.xml
    - Used the jazn migration tool to populate the system-jazn-data.xml
    When trying to access the application, it looks like the ADF Context identifies that this is an authenticated user.
    ADFContext.getCurrent().getSecurityContext().isAuthenticated() retruns true
    ADFContext.getCurrent().getSecurityContext().isAuthorizationEnabled() returns true
    I get the below error message on the server console:
    [CoreIDLoginModule::getUserSessionFromCookie]: This user session for F3iwZhUGgjej9RSrMLSo0wjH5Ec6c2oeC0OBRH12y7%2FvfPVncz6dYoBoFD6q8DWAlMtzah%2FYV4T1t7jztVFYbxwfOyu0VOMXMEIosRrFicfJwoPRrM8MOkFsziQxpUqo98XrC9iBRHffdWSItNHZRZK4ZoCJMi6HZZ6noOc4Z%2BGJDGj3kWndYHTWjiG0cJhkSbL95wMmrXCDElzZHjPMdkuNQUHW1TfAJvgSlDeX6hhhIThlc%2BGmxMP3MQ%2FZoxUysbKieIJgDXo1%2FEMmLmTVjA%3D%3D is not valid or user is not logged in.
    I also tried using the "Headervar" variable to display the obmygroups value, but it comes as blank.
    Any help would be appreciated.
    Thanks
    Aneesh

    We recently integrated Webcenter Application (with ADF Authentication and Authorization) with OAM. May be the following will be of some help to you.
    We did the following steps documented in Chapter 11 Oracle Access Manager in Oracle J2EE security guide.
    OAM
    1. Created ALL specified policies , authentication schemes, protection specified in OAM section of the document.
    OC4J
    1. Ran all configuration listed for the OC4J section.
    Webcenter
    1. Developed the Webcenter Application
    2. Enabled ADF Security (Authentication & Authorization)
    3. Deployed the application. While deploying chose File based provider.
    4. After the deployment, changed orion-application.xml to have COREIDSSO as documented in Oracle documentation
    system-jazn-data.xml
    1. Added login module details as specified in the document. (Changed only the application name. Rest all was same as we used names as specified in the earlier steps of the document)
    OID Migration
    Reference document: "Configuring a WebCenter Application to Use Oracle Access Manager" in Webcenter Framework Developer guide.
    1. Located app-jazn-data.xml in the deployed application
    2. Removed "realm-name" and "type" subelements of "grantee" tags. Removed any realm details in user name.
    3. changed references to "class oracle.security.jazn.spi.xml.XMLRealmRole" to "oracle.security.jazn.realm.CoreIDPrincipal"
    4. ran the JAZN migration tool with "all" options. Migration from app-jazn-data.xml to OID.
    OAM
    Created policies for protecting our application.
    Test the application.
    Debugging.
    1. Enable oracle.adf.share.security , oracle.j2ee.security & oracle.j2ee.security.oc4j loggers to debug if the application is not working the way you expect to work.
    2. Set log level in Enterprise manager.
    3. All logging information are written in log.xml in $ORACLE_HOME/j2ee/OC4J_Webcenter/log/OC4J_WebCenter_default_group_1/oc4j
    Thanks

  • Build a small linux system with busybox

    Hello,
    i'm looking for information how to build a small linux system based on glibc and busybox.
    I know http://www.linuxfromscratch.org/, but it is quite complex... I want to build a much smaller system.
    Has anybody some information about it or knows a good website?
    I know there are serveral "build systems", for example buildroot (http://buildroot.uclibc.org/), but i really want to build it "from scratch"
    johannes

    I have looked at the following a while back. I wanted to try to build a very small system too. I never got so far though, as I didn't have the time for it.
    http://tldp.org/HOWTO/From-PowerUp-To-B … HOWTO.html
    http://users.cecs.anu.edu.au/~okeefe/p2 … ldMin.html
    What I never really could find a precise answer to was how much is really necessary for a system to "startup".
    Would it really be enough with a bootloader, kernel and /sbin/init?
    (I know there would be just about no functionality in that, but theoretically?)

  • Using the following erp system with oracle

    Dear all,
    Does anyone have experience in using the Infor ERP LN with oracle. Are they fully compatible...the reason why I am asking is to make a good arguement why our company needs to oracle when we migrate over to our new ERP system which is infor ERP LN. currently the vendors are trying to have us change to sql sever.

    The vendor itself should be able to tell you whether they are certified against Oracle. I would definitely official confirmation from the vendor themselves, else you might find yourself in a lot of trouble if it turns out that it isn't certified and you have major problems.
    Saying 'I asked a guy on a forum' wouldn't do anything to help keep your job in that case...

  • Use IBM easy tier on DS8700 storage system with oracle database

    Hi,
    We search best practices to integrate IBM SSD and easy tier technologies on Oracle 10gR2/11gR1/11gr2 database.
    is that someone already done this type of integration with mixed Oracle and IBM technologies ?
    Thanks
    Arnaud

    user8949908 wrote:
    Easy Tier is feature on the DS8700 and the DS8800 that offers enhanced capabilities through automated hot spot management and data relocation, auto-rebalancing, manual volume rebalancing and volume migration, rank depopulation, merging of extent pools, and thin provisioning support.
    Easy Tier determines the appropriate tier of storage based on data access requirements and then automatically and nondisruptively moves data, at the subvolume or sub-LUN level, to the appropriate tier (like SSD) on the DS8000.
    so I search feedback on this technology used in conjunction with Oracle database.
    It's a question oriented for IBMer ...
    Regards
    ArnaudAs I said, this all happens several layers away from anything the Oracle database would know (or care) about. Just like my HP-SAN. It does a lot of the kinds of things you describe above and actually, not only does oracle not know or care, neither does the OS. All of that work is being done by a sub-system that is totally abstracted from the OS and even more abstracted from the Oracle rdbms. When oracle ( or any app) needs data, it sends a request to the OS to "give me X- number of bytes, beginning at offset Y in file Z". He doesn't even know what kind of device file Z is. And with dedicates storage systems like a SAN (and it sounds like Easy Tier) even the OS doesn't really know or care. It simply passes the request along to the interface to the storage system.

  • Tutorial: Issue Tracker, Problem with Authorization Scheme

    Hi, the application works fine, "issue_tracker_1.6" no mods added, except when trying to access like CEO, Manager or Member the system don`t recognize these users only the HOWTO works.
    Thanks in advance.

    Ok, found the a solution viewing at the similar question.

  • Building an online inventory system using Oracle fusion

    I am developing an online inventory system which is my college project and I don't know where to start
    But I have collected materials and learned some about the inventory but I don't have knowledge about jsp/jsf or simply j2ee much. And I saw videos of the jDeveloper, Oracle ADF and many good stuffs
    So can anyone guide through it, just a little
    I am not asking to build the project. I just wanted some opening, where to start
    And i have built a database in oracle .
    And gone through some tutorials provided such as "Building Fusion Web Applications" available on cue cards.
    I have understood the framework a little but i don't know where to start
    Build UI or Business Components or else or a login page .
    I have login details set to the database but i don't know how to implement in ADF Security.
    Edited by: SudeepShakya on Oct 17, 2011 7:49 PM

    Thanks a lot for ur information.
    I have gone through the referred documents and also done an example about the ADF Security from Cue Cards.
    But i want to know something about the Security about the adding Users.
    How can we add, drop and edit users from within the Fusion application or a web application, as for now as in the example we create the users and roles by using the jDeveloper.
    To be clear, like in any other webpages like in a mailing websites or any other.
    As in my program, i want the function to add, edit and remove users through the application.
    I also had written similar comment in Shay's blog and he directed some good thing but I couldn't get to the point.
    Is there any example or tutorials for this ?

  • Data exchange b/w sap crm and external system with oracle adapter

    Hi All,
    I am new to SAP CRM. Previously , I worked on SAP R/3(ERP).
    Our requirement is that we want connection b/w these 2 system (SAP and NON-SAP SYSTEM) through EAI layer and also Point to Point  connection.
    If anyone hav material related to this plz provide me the link.
    hemlata

    Hi,
       Please refer to the URL below
      http://www.oracle.com/technology/products/integration/adapters/dev_support.html
    regards,
    Vivek

  • DMS (Document Managment System) with Oracle BPA Suite 11g

    Hello there.
    I have a empty list of availables DMS in Oracle BPA Architect.
    The message that appears on help is: Contact IDS Scheer to add more DMS servers.
    I have a Alfresco DMS and Entropysoft connector installed, but still nothing.
    Someone knows waht the issue may be ?
    Thank you

    Hi,
    did you check the Alfresco Connector Guide on the DVD (<DVD>\Addons\DMSIntegration\Documents\Technologies\EntropySoft\Connectors\alfresco)?
    Best regards, Danilo

  • Oracle Oracle SOA Suite 10g (10.1.3.1.0) with Oracle Forms

    I need run an Oracle Forms 6i application on then web, after migration process that convert modules to Oracle Forms 10g modules, can i run my application on the Oracle Application Server latest version (Oracle Oracle SOA Suite 10g (10.1.3.1.0))?

    Forms and reports is not included in the 10.1.3 release - so you need to deploy Forms and reports on 10.1.2 and 10.1.3 on a different installation home. Next release of Forms will be 11
    Regards
    Grant

Maybe you are looking for

  • Regarding LOV's in Crystal Reports- Business View

    Post Author: crystalappu CA Forum: General Hi All, I have developed a Business View for our crystal reports, We have like two levels of cascading prompting. In which the user can select ALL option in drop down LOV's in second level. I have added an '

  • Creation of SDEB instead of PReq

    Hi Guys I have a concern in MRP results. I am getting SDEB elements instead of PReqs. for externally procured product. I understand that MRP will give SDeb (purchase proposal) if MRP execution date is out of opening date and start date of the require

  • From 6Mbps to 47Kbps in a heartbeat

    This is not a rant because frankly I don't have the energy for it. I have now been a BT customer for 14 days and I wont even bother going into the utter mess BT made of getting me online after giving them over a months notice of moving into our new h

  • SOAP to IDOC: Unable to convert sender service BS to an ALE logical system

    Hello everyone, I have this scenario where i receive web services calls and have to integrate the received xml messages (idocs) into SAP R3 system. I allready reveive the message in my XI engine, but i'm getting this error (being  BS the name of my B

  • Strange HDD problem in Windows 7

    Have a A660 laptop for 10 months.  HDD died, no boot, no recovery, nothing, and no restore discs.  Sent in to Toshiba for warrantee repair.  They sent it back with new HDD.  We started it up, and ran as a new install, like a new laptop.  Everything l