Authentication Scheme - Database Account with login user exists in table

Hi all,
I m new to APEX. Could anyone tell me how can i modify the authentication scheme to validate the user by Database Account DB user & password, also the username must exist in a table
As the DB is not only designed for one application, so DB account may incl. DB users more than the users who can access the APEX application. So I must check the user name exists in a table also.
Thx.

Scott,
I try to save the msg in application item and set the message by application item in process before header, it works perfect. The message display as what i want :)
One more question is i would like to give this link to user will go let the user go to the target page and can edit the page without doing any searching b4.
http://XXX/apex/f?p=115:3::NO:::P3_ID:82
If the user hvnt login, system will prompt login page, after the user login it, it will direct go to the target page. I have try if the user type in a wrong username / password it still work after i retype a correct one. The page can redirect to the target page.
However, if i type in a user name & password is correct but not exist in my define table like what i stated b4. Then i type in a correct one I can just go to page 1 instead of the target one.
How can i do the same thing?
Sorry for non-stop questioning, but pls help. Thanks a lot.

Similar Messages

  • Target Recon does not link accounts with OIM user

    Hi all,
    We have developed a custom connector (provisioning and reconciliation connector) to integrate a custom LDAP server.
    It is not a trusted source, so, we are performing a target reconciliation.
    We have OIM populated with all the users (by a bulk load from a HR resource). Then, when we integrate the LDAP server resource, in the first time reconciliation, we expect that OIM will link LDAP accounts with OIM users, using OIM User ID and LDAP uid attribute for matching.
    Our reconciliation connector creates reconciliation events ok, but we always get "not match found" as reconciliation event status.
    In the Process Definition we have configured "User ID" as key field, mathed with "User ID" Field of the Resource Object, and uid LDAP attribute.
    We have defined all the reconciliation fields in the Resource Objetc.
    Why OIM is not matching resource account with OIM users, creating a resource (provisioned resource) for each OIM user?
    It seems that OIM is trying to match reconciliation events against already provisioned resources for users, and not against OIM users.
    Any ideas?

    Hi,
    After running bulk loading from the HR resource, all your target Users will get created at OIM. Now if you try to run Target Resource Reconciliation against that LDAP targetfor these records, the first thing OIM will do is to execute the reconciliation rule. After successful matching of this rule OIM will see for Process matching. So try this out after defining a reconciliation rule for your Resource Object with the following rule element values.
    User Profile Data - User Login
    Operator - Equals
    Attribute - uid LDAP attribute *(Primary Field at the target Or the filed against which you want the matching at OIM)*
    Transform - None
    Object should be Your RO + Rule should be Valid and Active
    After this matching you need to have the Reconciliation Action rules in place as well. Check that the following two rules exist:
    Go to Resource Object -> Object Reconciliation -> Reconciliation Action Rules
    1) One Entity match Found - Establish link \\\\\ *(must for your case)* \\\\\
    2) One Process Match Found - Establish link
    If not create the rules and Try then.
    Regards
    Edited by: rajsunny on Jan 27, 2009 4:20 AM

  • Email accounts with same user id

    Hi,
    how can we create 2 different email accounts in different domains with the same user id's . When i try to create an email account with a username thats already exist it shows the message that, 'user already exist'
    Is it not possible to create 2 different accounts with same user id ? please help me to solvwe this issue
    Regards

    She can't. She needs to setup her own AppleID and then create an iCloud account using that.
    You can still continue to share your existing AppleID for iTunes and App Store purchases.

  • HT204053 i RECENTLY PURCHASED ANOTHER IPHONE.  MY INTERNET IS NOT WORKING.  I JUST CREATED AN APPLE ID.  WHAT'S NEXT?  I NOW HAVE TWO DIFFERENT ACCOUNTS WITH DIFFERENT USER NAMES.  HOW CAN I USE ONLY ONE ACCOUNT FOR ITUNES, ICLOUD APPLE ID ETC???

    I RECENTLY PURCHASED ANOTHER IPHONE.  MY INTERNET IS NOT WORKING.  I JUST CREATED AN APPLE ID.  WHAT'S NEXT?  I NOW HAVE TWO DIFFERENT ACCOUNTS WITH DIFFERENT USER NAMES.  HOW CAN I USE ONLY ONE ACCOUNT FOR ITUNES, ICLOUD APPLE ID ETC???

    Welcome to the Apple community.
    iTunes and iCloud and different accounts, you will need to delete both accounts from your device before adding the new details in their place.
    For iCloud go to settings > iCloud, scroll down and hit the delete button. You can then sign back in using your correct details. For iTunes go to settings >store, tap your account ID and then sign out, you can then sign back in using your correct Apple ID.

  • I share an itunes account with 3 users. How can I find out which person downloaded a certain app?

    I share an itunes account with 3 users. How can I find out which person downloaded a certain app?

    Agile,
    Any of the above will work, depending how you would like to set it up.
    Given that kids tend to eventually grow up and be independent, the best long term answer for most people is to let her have her own account and her own library as soon as she can handle it.  Keep in mind that content purchased from the iTunes Store is permanently tied to the account from which it was originally purchased, so separating later is a challenge.
    If you want to sync multiple devices to the same library, that will work.  Or if you want separate libraries (as I would recommend), they can be either on separate computers or on separate Windows user accounts on the same PC.
    For the name change:  Connect the device.  When the name appears in the left sidebar of iTunes, highlight it and change it.

  • Authentication using database accounts (EJB)

    Hi.
    I'm developing a web app(struts, jsp). Users should log-in using their Oracle
    database accounts (created with CREATE USER ...). Is it possible to accomplish that using EJB? How?
    I've read that i can somehow map application server's users with database users
    using sql authentication providers: Wouldn't then sql queries made by ejbs
    still be executed with the same user every time?

    Normally application servers use a shared login to allow using a shared connection pool, and avoid the cost of logging in and out.
    Are you using JPA or the native TopLink API? Are you using JTA?
    TopLink / EclipseLink have several features for user logins.
    You can use Oracle proxy connections, these allow a shared connection pool to be used, but allow setting a proxy user on the connection.
    See, org.eclipse.persistence.config.PersistenceUnitProperties.ORACLE_PROXY_TYPE
    You can also use real database logins with JPA (or ServerSession) through using a JPA EntityManager properties or a ConnectionPolicy.
    See, org.eclipse.persistence.config.EntityManagerProperties, org.eclipse.persistence.sessions.server.ConnectionPolicy.
    You also have the option of using a shared login for reads, and a user login for writes.
    If you are using the native API, you can also use DatabaseSessions.
    James : http://www.eclipselink.org

  • Database starts with other user

    Hi everyone!
    I have a rman catalog I want to start with orarman OS user.
    The binaries belong to oracle user, since it's installed in a two-nodes cluster. Active node has the production instance (startup with oracle), and the pasive node the rman catalog.
    There is only one oracle software in each node (which belongs to oracle)
    When I try to start rman catalog with orarman in the second node, it only starts up with oracle user and not with orarman.
    orarman@wareflow2:~> sqlplus "/as sysdba"
    SQL*Plus: Release 10.2.0.4.0 - Production on Fri May 13 12:16:47 2011
    Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
    Connected to:
    Oracle Database 10g Release 10.2.0.4.0 - 64bit Production
    SQL> select * from v$Instance;
    INSTANCE_NUMBER INSTANCE_NAME
    HOST_NAME
    VERSION STARTUP_T STATUS PAR THREAD# ARCHIVE LOG_SWITCH_WAIT
    LOGINS SHU DATABASE_STATUS INSTANCE_ROLE ACTIVE_ST BLO
    1 RMAN10
    wareflow2
    10.2.0.4.0 13-MAY-11 OPEN NO 1 STOPPED
    ALLOWED NO ACTIVE PRIMARY_INSTANCE NORMAL NO
    SQL> ! ps -ef | grep pmon
    orarman 12651 9108 0 12:17 pts/15 00:00:00 /bin/bash -c ps -ef | grep pmon
    orarman 12653 12651 0 12:17 pts/15 00:00:00 grep pmon
    oracle 31082 1 0 12:14 ? 00:00:00 ora_pmon_RMAN10
    orarman@wareflow2:~> which sqlplus
    /oracleeng/app/oraclese/bin/sqlplus
    orarman@wareflow2:~> ls -lrta /oracleeng/app/oraclese/bin/sqlplus
    -rwxr-x--x 1 oracle oinstall 9523 2011-01-27 00:16 /oracleeng/app/oraclese/bin/sqlplus
    I have tried everything...
    Executing with root: su - orarman -c /home/orarman/arranca.sh
    Does someone how to do?? Thanks in advance!!!

    Welcome to the forums.
    Provided the orarman user is in the Unix dba group, you should be able to startup the database.
    In your post you don't show the result of a startup command, not even a startup nomount.
    So far no one can see what you did to reach the result the instance is stopped.
    Can you
    sqlplus / as sysdba
    startup nomount
    if this doesn't work stop here and post the error message.
    alter database mount;
    again if this doesn't work stop here and post the error message.
    alter database open;
    ditto
    Sybrand Bakker
    Senior Oracle DBA

  • Sharing common mail account with multiple users on the same Mac

    My parents recently switch to an iMac from a PC where they were using AOL. They had the PC set up with two users accounts and they did all their mail/internet using AOL.
    With the new iMac, I wanted to set it up in the same way as the PC so I set them up with two user accounts and showed them how they can use Fast User Switching to switch back and forth. This works well for them because my father has mostly business stuff on the computer and my mom has mostly projects and they like to keep them separate.
    Where they are getting into problems is that I have them both set up with Mail under their respective accounts to access their common AOL account. What seems to be happening is that in some cases one user will get a new mail whereas the other user might never see it. I had them configured using IMAP which I thought would be okay since the mail is stored on the server but now I am not so sure.
    I'm thinking that it might help to set Keep copies of messages for offline viewing in the advanced tab to Don't keep copies of any messages, but I wasn't sure. Is a setup like this possible? Or is it just a recipe for trouble?

    What you’re observing is probably an AOL issue, not a Mail issue. AOL automatically purges mail from the server after some time (just a few days if the messages have already been read). There is nothing you can do about it other than moving/copying those messages somewhere else to avoid losing them.
    You may also want to read the following article. It’s somewhat outdated, but still useful to understand how AOL’s IMAP access works:
    Accessing the AOL Mail System using IMAP - An Unofficial Guide

  • Can I share an Account with another user?

    I am a current Thunderbird user, as are my coworkers. One of my coworkers is getting bogged down with emails he shouldn't waste time on.
    What I need is a way for me to access his email and filter out junk mail and emails he shouldn't be concerned with. So he would need to see any emails I have flagged or starred indicating they need his attention when he opens his email.
    In addition to this, my coworker will also need to be able to access and read emails offline. Ideally he would be able to access his email while on a plane and see the flagged emails here as well. Then once he is able to access the internet again, it would be best if he and I would be able to see the updates that he made while offline.
    Ultimately, I need to know if I can continue to use Thunderbird and tag team an email account(s) with another user.

    There's nothing to stop you both setting up the same account, though there's a risk the server won't let you both use it concurrently.
    You'll both need to use IMAP if your colleague is to be able to see the results of your activities.
    An alternative is for you to assume total ownership of the colleague's account, do your triage and then send on approved messages to a new account set up for your colleague purely for this arrangement. Mail Redirect would allow you to pass messages to your colleague which would appear to have come directly from the original sender, whereas regular email forwarding loses the provenance.

  • Ichat AV 4.0 Video chat through gtalk account with PC user

    Hi
    I use ichat AV with my gtalk account with Yahoo transport to chat with my gtalk and yahoo buddies using a mac.
    I was wondering If could video chat through my gtalk account with someone using a PC.

    Essentially No.
    GoogleTalk have added AIM protocols and SIP recently but the PC users has to sign up for it.
    It unclear whether this will allow Video to non GoogleTalk clients.
    8:06 PM Friday; January 11, 2008

  • Start Database Service with another user

    Hi Everyone ,
    i've a little problem with the Oracle 10 Console Service on a W2K3 server.
    I want to start that Service with another user as "Local System"
    I created a local user that is member in the "ORA_DBA" group and in the local Admin Group. But the Service won't start. When i start the service with the "local system" account it starts.
    Is there another possibility to start the service this way or where is my error ?
    Greetz Byte

    Hi
    I searched metalink and came across a note that mentioned following actions. I hope it works in your situation.
    1. Launch locally on the windows host the Local Security Policy tool
    2. For the domain user or local user starting the Management Agent service
    Give the following Advanced Privileges
    - Log on as a batch job
    - Act as part of the operating system.
    - Adjust memory quotas for a process
    or (for windows 2000 and Windows NT)
    - Increase memory quotas"
    - Replace a process level token.
    3. Ensure that the same local user or domain user starts all the other Oracle Windows services monitored by the Management Agent
    The same fix must be applied for the standalone dbconsole service on windows.
    Rgds
    Adnan

  • Generating database in the user schema other than the login user

    I have to generate database into ESP schema.
    But in my office the schema specific users don't have create privileges(ex: ESP user for ESP schema).
    Cause, we usually have to work on more than one project at a time, so our DBA gives all the privileges to my own id(ex: navya) and only select privilege to schema specific users. So, when i have to generate a database, if i give ESP login details, i get error of insufficient privilege. And if i give my personal login the database is getting generated in my schema. All i am doing right now is generating ddl files and in those files adding schema name in front of the objects.
    But, is there any better way to do it.
    Thanks.
    Navya.

    Hai!
    I belive it is not a license issue.
    Please tell me the following things-
    How can I mapped the period on the numbering series window ?
    >> Their is a field in Numering window as Period Indiator (if, not enable using form settings)
    this should be same as Period Indicator in Posting Period window of selected period
    How can I set the default periodset for all users. where is the option to set it for all users?
    >> First, click the Drop down box of Posting Period in Numbering Window
    select the current period. Numbering window display only the Numbering series linked with current Period.
    select any one Numbering series on those by cliking on it's row no.
    Click to Set as Default Button in right coner of Numbering window.
    Select second option For All Users
    Now, try to open the Document for which you have done this settings.
    Regards,
    Thanga Raj.K
    +91 9710445987

  • HFM database configuration with domain user

    I have ceated a DOMAIN user in MSSQL 2005 as hypadmpr.This user is give db owner and all credentials.When configuring the shared serice, under the data base creation window, i am putting the data base name\and instead of username of native user, i am putting the domain user hypadmpr and password:
    It throws an error:unnable to connect to database Shared.
    In stead if use it blank username and password/ or a SQL native user it works.
    I heard that when using window authentication we need to be leave it blank for user and password.
    wats the concept arround this...this can also be tested by a udl file:
    just create a udl file and instead of SQL authentication try windows authenticationit it wont ask for username and password but the test connection will be succesfull.
    how the domain user i am pulling in shared services get authentication is sql?
    so all those domain user need to be given provisioning in SQL also?
    its clear when not using windows auth. that one user with dbowner rights will be used when configuring HFM.Shared service will handle the restriction of the user.
    But, when windows auth. the user auth.in shared service and to get in to data base he need to be again pulled in sql and give proper rights to it..
    if its more than 100 users how its possible to do it sql?

    I don't know Jack about Windows admin. Can you see someone's C:\ when logged in on their PC as a domain user? Are you using AD (Active Directory) for authenticaion? Grasping at straws....

  • I would like to share my iTunes account with another user

    I would like to share my itunes account on the same Mac with a different user. I do not see the shared folder in itunes sidebar

    Just plug the iPod in and open iTunes. It will the iPod will show in the devices section of the iTunes sidebar. Click on the iPod go to the summary tab and set you syncing options. You can do this for as many iPods/iPhones/iPads as you like.

  • One account with several user devices

    My wife and I both have iPhones. I recently discovered the icloud features, but unfortunately don’t have much use for it. My wife has not used the feature yet either, but now I got her an iPad for Christmas and I feel that she will find it useful for syncing calendar info between her ipad and iphone. My question is, we both share the same iTunes account for downloading apps and music, and to my understanding, this is that same account used when using iCloud. How does iCloud distinguish (or how do I configure) her calendars, and other iCloud info to be synced between only her devices and leave my devices out, and vice versa (being that we use the same account)?
    I figure that this is a typical family setup so there must be a simple solution to this, but what is it?  Whatever solution that may be, personal things like calendar events we would like to keep limited to sync to our own devices, but things like app purchases, song purchases and pictures taken I can see that we may want to “share” between ALL devices.  Is a setup like this possible?  

    Check to see whether your account is listed as the owner of both folders in the Ownership & Permissions section of the Get Info window, which is available by control-clicking the folder; if so, open the NetInfo Manager in the /Applications/Utilities/ folder, click the padlock, and type in your password. Next, locate the home property for your user account and change the instance of Dad to Peter in it without changing or deleting any other accounts, groups, or properties. Log out and log back in.
    The contents of the Users folder do not indicate which accounts are present on the machine; this folder is the default location for the home folders associated with accounts you've created. It is possible to have a folder inside Users without a corresponding account, and you can have an account on the machine without its home folder being in Users; this applies to system-level accounts by default, but you can set it up for your account or other accounts you've created in the NetInfo Manager.
    (15829)

Maybe you are looking for