How to maintain the different password for connection and PIA Appdesigner?

Hi Experts,

Can you help me how could maintain different passwords for the same user in the designer applications and PIA connection.

According to my knowledge if the user exists in the psoprden table it could access Appdesigner and PIA. But how could give us differnty passwords for the same user while loggin to PIA and designer of the app?

Thank you
Yarli

getyarli wrote:
My friend had the same type of installation in its environment. And it is unclear how it was setup.

He has been asked to use different password for connection Appdesigner and PIA, log in to the same user.

Person working within a level LDAP (PIA) one directly to the database (AppDesigner)?

Nicolas.

Tags: Oracle Applications

Similar Questions

  • How can I change my password for connection of Firefox? (Not the master password for the Firefox links saves itself)

    (1) how can I change my password for connection of Firefox? (Not my main password for things Firefox stores)
    (2) how can I change my password for connection of Thunderbird? (Not my master
    password for things Thunderbird stores)
    Just answer (Email removed by mod)

    You don't have to log in to Firefox. Firefox is just a browser, such as Internet Explorer. Everything you have to do is double-click it and open it. It's like Internet Explorer. If you have some sort of password extension protecting your Firefox, it's different and you need to contact the developer of the extension.

  • How to change the default path for documents and settings

    How to change the default path for documents and settings

    I try to change in the registry, but the profile can create but error! had no choice to change the default path % lecteur_systeme % d: /.

    Hello

    I suggest you to download TweakUI, this could help you or get you headed in the right direction
    http://Windows.Microsoft.com/en-us/Windows/downloads/Windows-XP

    Also this KB could help as well:
    http://support.Microsoft.com/kb/236621

    It will be useful.

  • How to remove the shared password for XP?

    I have a XP computer on my network. I am connected to a Windows 7 computer through it. Now instead of asking the password, when I click on the computer icon, it automatically opens the computer windows 7. How to clear the saved password?

    If the user of the XP machine is connected to Windows XP with the same user name and password as a valid user on the Windows 7 computer, then it will automatically authenticate without asking for a password.

    HTH,
    JW

  • How can I reset my password to connect and to prevent people from using my internet service?

    How can I reset my password to connect, or better still to prevent people from the accessing and using my GB of internet service.  I tried the longer and cannot re - set up after getting the box to a different links.

    Moved from the community involvement Center
    Original title: password

    If you mean your [outlook.com, Hotmail etc] MSAccount go to this page and you can then use his link to reset your password.

    When you cannot connect to your Microsoft - Microsoft Help account

  • How to unplugged the set password for the user identified externally?

    DB version: 11.2
    Operating system: Solaris

    For the unix wmapp user I created a DB schema called OPS$ WMAPP as below
    create user OPS$WMAPP IDENTIFIED EXTERNALLY  default tablespace USERS temporary tablespace TEMP;
    But I put a password for this user using password command by mistake. Now, the unix user becomes
    ORA-01017: invalid username/password; logon denied
    How can I remove the password I had set? That is to say. I don't want to put any password for this user.

    Tried to put the password to null. It did not work
    SQL> PASSWORD OPS$WMAPP
    Changing password for OPS$WMAPP
    New password: 
    Retype new password: 
    ERROR:
    ORA-00988: missing or invalid password(s)
    
    
    Password unchanged
    SQL>
    I can't recreate this user as he has already spent in production with business objects

    Published by: Ken_73 on November 1, 2011 02:33

    Not sure it works so simple, but you can try

    ALTER user identified xxx outwardly;

    Currently (by mistake) the userid password authentication, you may be able to restore it.

    Werner

  • Laptop Pavilion g6: how to clear the admin. password for the installer

    After you have set the admin. password has decided to disable or 'clear '. I am able to change it but not delete or disable.

    No help for it?

    Thank you!

    Hello

    You can remove the need for a password as follows.

    Shut down the laptop.  Now on TAP the ESC key as soon as you press the power button to access the start menu, then select f10 to open the Bios menu.  Use the arrows to select the Security tab and press ENTER.  Use the arrow keys again to select the password option and press ENTER.  Enter the current password and then the new password, simply leave this blank and press on enter - do the same for the confirmation field.  Press f10, select this option to save the new settings and press to enter.

    Kind regards

    DP - K

  • How to get the different records for the date max.

    Hi all

    Here is the sample sql for sample table and data.

    Create table student (dept_id number(10), first_name varchar2(10),last_name varchar2(10),join_date date,years_attended number(10));

    insert into student values (1,'Ann','Coleman',to_date('3/7/1917','MM/DD/YYYY'),4);
    insert into student values (1,'Ann','Coleman',to_date('3/7/1916','MM/DD/YYYY'),5);
    insert into student values (2,'Rock','Star',to_date('1/1/1920','MM/DD/YYYY'),5);
    insert into student values (2,'Rock','Star',to_date('1/1/1921','MM/DD/YYYY'),6);
    insert into student values (3,'Jack','Smith',to_date('7/1/1900','MM/DD/YYYY'),3);

    insert into student values (3,'Jack','Smith',to_date('7/1/1901','MM/DD/YYYY'),4);

    commit;

    I need to get maximum date records when the name and dep_id corresponds to. I wrote the query below and it becomes the expected result, but I'm not sure it's quite effective.

    SELECT s.dept_id, s.first_name,s.years_attended

    FROM (SELECT dept, MAX (join_date) join_date

    STUDENT GROUP BY dept_id) x

    Student JOIN s ON x.dept_id = s.dept_id AND x.join_date = s.join_date;

    This above query returns records like below, and this is the goal.

    DEPT_ID NAME YEARS_ATTENDED

    1                         Ann                                4

    2                         Rock                              6

    3                         Jack                              4

    Can you please let me know the query SQL I wrote is effective or not? This sample table may have less data, but I'm dealing with millions of records.

    Hello

    Thanks for posting CREATE TABLE and INSERT statement. This really helps.

    Here's a solution. I also added a name that seems logical. In which case you can delete:

    Select dept_id, first_name, last_name

    , max (years_attended) Dungeon years_attended (last dense_rank order by join_date)

    the student

    Group of dept_id, first_name, last_name;

    DEPT_ID FIRST_NAME LAST_NAME YEARS_ATTENDED

    ---------- ---------- ---------- --------------

    1 Ann Coleman 4

    Rock 2 star 6

    3 Jack Smith 4

    Kind regards.

    Alberto

  • How to run the code (invisible) after connecting and before the first page of the user.

    Our site has a standard login page that I can't change. But I want to run code 1) after logging in the application (not APEX!) and 2) before the first page of the user of the application. How could I (can I?) put it on a page that runs invisible and then transfers it to the first page of the user application? Also, it would be great for testing I could reiniitalize easily between test scenarios without having to log in again.

    Thanks - Howard

    You could put it on page 0 and condition the process so that it works only on the login page.

  • How to change the Canvio Basics for backup and delete backup files?

    I installed the drive HARD Canvio Basics HDTB305EK3AA to do a weekly backup.
    After a few weeks, he stopped to save because there is no free memory.
    the first backup took 300GB and after several backups fill all memory.

    1. How can I reprogram the backup and change the folders of the backup?
    2. how to remove backup files without harming the internal programs of the HARD drive?
    3. all files in backup does not have the name of the original file and it is difficult to manage, can we change it?
    4. in the case of Troubé - how can I use the backuo to restore the data on my PC?

    Thank you
    zipim

    The Canvio Basic one a common external USB 2.5 "HDD.
    You can delete folders or files or format the HARD drive as with other external hard drives...

  • How to know the right value for SHMMAX and SHMALL for ia64 memory 32 GB

    Hi all

    I want to install the database to Oracle 10 g R2 on RHEL 5 ia64.
    Here is the specification of the server:

    Proc: itanium64 (montecito)
    MEM: 32 GB

    # getconf PAGE_SIZE = 16384

    MetaLink says that SHMMAX should be half of the physical memory and SHMALL SHMMAX / PAGE_SIZE.
    kernel.shmmax = 17179869184
    kernel.shmall = 1048576


    My Question is this is a correct value for SHMMAX and SHMALL on my server... ??

    Thank you

    Yes...

    Look for the details about this

    Oracle database on Unix AIX, HP - UX, Linux, Mac OS X, Solaris, Tru64 Unix operating system Installation and Configuration requirements checklist (8.0.5 to 11.2) [ID 169706.1]

  • How to use the different start for the resolution of specific device screen

    How to use different splash Screen for the resolution of specific device in Webworks for Smartphone.
    Please suggest me the solution.

    The BB10, you can use the element of the rim: splash:

    https://developer.BlackBerry.com/HTML5/documentation/rim_splash_element.html

  • How to remove the automatic password for my outlook accounts?

    Recently, I noticed that when I go to access my outlook email accounts password is already filled by something much more of my password (I only see points, as expected). I want those deleted, but don't know how to 'remove '. I can delete them manually and enter my password and it works very well. How to stop these passwords "automatic"?

    Hello Gladiatorlady, while you are on the login page, you can click somewhere on an empty spot & go see information page > Security > view saved passwords you can remove stored passwords.

  • able to connect to a different database 2 with 2 different password for sys...

    Hello everyone, I had a weird problem. Different password for different database is connect in the same database. As you can see from downstairs... the different password is used to connect to 2 different times. One is the correct password for database (s3crds) con... and its logs me in the database proper (con)... but the 2nd attempt to connect to the database using a different database password (password for sys = ownerformts) is connect me perfectly well... in database design... but I use the mts database password... Why is this happening? any idea? is this related to the listener?

    And oh by the way don't worry... the password I put here is different from that of the original password used on the server... wanted just to boost my problem... Please advise... we're 10.2.0.3, and hp - ux... there's no passwrod file...

    $:/home/oracle> export ORACLE_SID=con
    $:/home/oracle> sqlplus /nolog
    
    SQL*Plus: Release 10.2.0.3.0 - Production on Fri Sep 4 09:42:12 2009
    
    Copyright (c) 1982, 2006, Oracle.  All Rights Reserved.
    
    SQL> connect sys/s3crds as sysdba
    Connected.
    SQL> select * from global_name;
    
    GLOBAL_NAME
    --------------------------------------------------------------------------------
    con
    
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    $:/home/oracle> sqlplus /nolog
    
    SQL*Plus: Release 10.2.0.3.0 - Production on Fri Sep 4 10:03:32 2009
    
    Copyright (c) 1982, 2006, Oracle.  All Rights Reserved.
    
    SQL>  connect sys/ownerformts as sysdba
    Connected.
    SQL> select * from global_name;
    
    GLOBAL_NAME
    --------------------------------------------------------------------------------
    con
    
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    
    $:/home/oracle> sqlplus /nolog
    
    SQL*Plus: Release 10.2.0.3.0 - Production on Fri Sep 4 10:11:13 2009
    
    Copyright (c) 1982, 2006, Oracle.  All Rights Reserved.
    
    SQL> connect sys/s3crds as sysdba
    Connected.
    SQL> select * from global_name;
    
    GLOBAL_NAME
    --------------------------------------------------------------------------------
    con
    
    SQL> select database_name from v$database;
    
    DATABASE_NAME
    --------------------------------------------------------------------------------
    con
    
    SQL> exit
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    $:/home/oracle> sqlplus /nolog
    
    SQL*Plus: Release 10.2.0.3.0 - Production on Fri Sep 4 10:11:51 2009
    
    Copyright (c) 1982, 2006, Oracle.  All Rights Reserved.
    
    SQL> connect sys/ownerformts as sysdba
    Connected.
    SQL> select database_name from v$database;
    
    DATABASE_NAME
    --------------------------------------------------------------------------------
    con
    
    SQL>
    Published by: S2K on September 4, 2009 10:22

    Hmm, this isn't a bug or something but just a dcumented and behavior quite right. You connect using operating system authentication. You must have an oradba group or dba including your username o/s (Fortunately we bearing the name of Oracle) would be a part of. Let the user be on that group and try again, it won't work. You won't be able to connect.

    HTH
    Aman...

  • not able to locate the link HERE, in this FORUM mozilla firefox, change my password HERE. How can I change my password for mozilla help forum (only one)?

    I want to be part of this mozilla firefox support community forum. That's what I call it: a help forum. but it's sorta a little ironic, don't you think (?) that I'm not able to change my password, here, on this forum.

    do you know how I can change my password for THIS website in mozilla firefox help? There is no link that takes me to this particular thing. It is not available in all the links that are related to my profile. If I can not log on in the future, what good is to join?

    Bellissimo! I am so grateful. It worked! I might suggest that a link to change your password is immediately visible at the top of page for new members of this forum.

    I am also very grateful with the rigor that you put into your response, because it gives me the way to mark this issue as being resolved, too. Be healthy and happy!

Maybe you are looking for