Operating System authenticated Oracle account

Hi all,
Can i use the oracle built-in account "APPS" as the Operating System authenticated Oracle account? If I have an UNIX account "apps", then can i just alter user apps and set it to externally? Or I will need to create a new OPS$apps database account? Will there any conflict between the account apps and OPS$apps?
Thank you!

Can i use the oracle built-in account "APPS" as the Operating System authenticated Oracle account?
Yes
If I have an UNIX account "apps", then can i just alter user apps and set it to externally?
Yes.
I will need to create a new OPS$apps database account?
Yes, if your initialization parameter 'OS_AUTHENT_PREFIX' is set to 'OPS$'. Note that this parameter could be set to null. Also note that the text of the 'OS_AUTHENT_PREFIX' parameter is case sensitive on some operating systems.
Will there any conflict between the account apps and OPS$apps?
If the initialization parameter 'OS_AUTHENT_PREFIX' is set to 'OPS$', there are now two different Oracle users.
They are 'APPS' and 'OPS$APPS'. The following link will provide you a lot of information on authentication.
http://otn.oracle.com/pls/db10g/db10g.drilldown?remark=&word=AUTHENTICATION&book=&preference=
If I were you, I would try it on a development/test
system before implementing it in production.

Similar Messages

  • Operating System authentication

    Hi,
    I have a question about Operating System authentication:
    How can I find out the OSDBA and OSOPER groups after I installed Oracle?
    Is there any data dictionary view to find out this groups.
    I run Oracle 9.2 on Sun Solaris and want to change from password file authentication to operating system authentication.
    Thanks for your help
    Bernahdr

    If they exist they will be in the file /etc/groups. If not, they need to be created by your sys admin.

  • Operating System Authentication (OBIEE 10g)

    I am trying to find out how to enable operating system authentication, but cannot figure which AUTHENTICATION_TYPE to enable in NQSConfig.INI:
    #AUTHENTICATION_TYPE = NQS; // optional and default
    #AUTHENTICATION_TYPE = DATABASE;
    #AUTHENTICATION_TYPE = BYPASS_NQS;
    When operating system authentication is enabled, user connecting to BI server should not type a user ID or password at the logon prompt. If a user enters a user ID and (optionally) a password at the logon prompt, that user ID and password overrides the operating system authentication and Oracle BI Server performs the authentication.
    Appreciate any help on this!
    Edited by: user9213142 on Dec 2, 2010 7:03 AM
    Edited by: user9213142 on Dec 2, 2010 7:10 AM

    What you want is possible but not trivial. You are obviously completely lost as the settings you refer to have nothing to do with that. Start by reading this thread:
    OBIEE SSO on Windows desktop.

  • Connection from jdbc or sqlj using operating system authentication

    Is it possible to use the operating system authentication to connect to oracle which is on the same box from jdbc or sqlj??
    Any help is appreciated

    You can logon using external credentials with the oci driver by passing in null's as username and password.

  • Jdbc operating system authentication

    Is it only possible to use operating system authentication for jdbc connections (thin/oci) with an oracle11g database ?
    Is it possible to use operating system authentication for jdbc connections with earlier versions of oracle ?
    Thanks, Seb

    Seb,
    As far as I am aware, you cannot use operating system authentication for JDBC connections in all versions up to and including 10g.
    I have not used Oracle 11g, so I don't know about that version.
    Good Luck,
    Avi.

  • Configuring operating system authentication

    hi.
    i need to verify if operating system authentication has been enabled on a database. can that be verified through oracle enterprise manager or is there an initialization parameter for it in the init.ora file. can someone plz explain. thanks

    Check here...OS Authentication.

  • Operating System Authentication in Windows

    Hi gururs,
    How to turn on Operating System Authentication in NQSConfig.ini file?
    I could not find it in the documentation.
    Thanks
    Laszlo

    Hi John,
    Thanks the link.
    However, I want to use OS authentication (I mean Windows) and I guess I can do it without SSO authentication.
    Simply, what about if I don't have SSO environment?
    Regards
    Laszlo

  • Most widely used operating system for oracle database

    hi,
    can anyone figure out which operating system is widely used for oracle database around the world.
    thanks and regards,
    Ashok

    I don't think you can safely pick one single operating system for Oracle.
    Over the years I have seen various Unix flavors, VAX/VMS, Windows and others being used to a great extent for running Oracle database.
    Picking one flavor will be tougher then having to program the database under any operating system it is made available.

  • Certified operating system for Oracle Identity Management 10g (10.1.4.0.1)

    Hello,
    I have a question regarding the certified operating system for Oracle Identity Management 10g (10.1.4.0.1)
    http://www.oracle.com/technology/software/products/ias/files/idm_certification_101401.html
    - for an Intel EM64T 64 bit machine
    for the application server database it is stated that we need
    Windows 2003 R1 (64 bit OS)
    and the application server platform is certified with
    Windows 2003 R1 with SP1 or higher (64 bit OS)
    an installation of application server platform + database on a single Intel EM64T with Windows 2003 R1 with SP1 is not certified ? or with other words, if I add Sp1 to 2003 than the application server database is not on a certified platform ?
    thanks

    Hi Florin
    My guess is that you are looking at the Oracle Identity Federation certification section in the link for the IDM certification.
    The IDM certification for windows is in par. 2.3
    For a 64 bits machine it specifies that you need Windows 2003 R2 to run it. And it is only certified for an Oracle database version 9.0.3.1. The footnote says:
    Oracle Database includes Oracle 9i 9.2.0.8, Oracle 10g 10.1.0.5, Oracle 10g 10.2.0.1, and Oracle 10g 10.2.0.2
    so I would go for the latest Oracle database version 10g 10.2.0.2. However the link with the Oracle database versions only notes an Oracle database version 10.2.0.1 available for Windows 64 bit. A quick lookup under the certifify tab in metalink shows that Oracle 10g R2 is certified for Windows 2003 10g R2 and that there is a 10.2.0.2 patch set that can be applied upon the Oracle database 10.2.0.1 base release. Don't forget to apply the latest CPU after this is done.
    I have this from the documentation links you added in your question. I have not installed IDM 10.1.4 on Windows 64 bit myself.
    Cheers

  • Oracle.ManagedDataAccess.Client Operating System Authentication

    Hi.
    I am trying to get OSA to work with Oracle.ManagedDataAccess.Client, is this not supported?
    I get the following Error: ORA-01017: invalid username/password; logon denied
    Here are some of the variations of connection string, I have been testing with.
    Data Source=BLA.BLA.COM;
    Data Source=BLA.BLA.COM;User Id=/;
    Data Source=BLA.BLA.COM;Integraded Security=SSPI;
    Data Source=BLA.BLA.COM;Trusted Connection=True;
    Data Source=BLA.BLA.COM;User Id=/;Integraded Security=SSPI;
    Data Source=BLA.BLA.COM;User Id=/;Trusted Connection=True;
    Integrated Security and Trusted Connection gives me, unknown or illegal connection string attribute errors.
    My first assumption would be that my Operating System Account doesn't have access to the Oracle Database I am trying to log on to.
    But I am fully capable of connecting to the database with OSA with sqlplus, sqldeveloper and toad.
    Can somebody explain to me why this isn't working? And what I may do to fix it?
    It may be worth mentioning that I am trying to use the 12c x86 ODP.NET Managed Provider, against 11g/11.2 Oracle Databases.

    That's correct. Kerberos is not currently supported by managed ODP.NET. We are working to support this feature, but don't have an ETA on when it will be available.
    What company or organization is requesting this feature?
    I believe there's an open feature request for Kerberos support in the Oracle .NET Feature Request Tool. Fee free to add your vote to this request.

  • Operating System Authentication on Winnt 4.0

    Dear Is any body here to solve the problem?
    I wana setup Operating Sytem authentication on Winnt 4.0 server
    on Oracle 8.0.5 Ent. Help me please with ull instructions
    Regards

    Hi ,
    For Installing LMS 4.0 on windows 2008 R2 ,you have to installed the below Patch:
    http://www.cisco.com/en/US/docs/net_mgmt/ciscoworks_lan_management_solution/4.0/install/guide/instl.html#wp1616783
    I hope this will help
    Thanks
    afroj

  • What Operating Systems does Oracle db support?

    Can't find a link on supported OS's at oracle.com.
    Does the Oracle db (8, 8i, 9i) support AS400 specifically? Does someone have a link?
    Thanks,
    Chris

    Hi TR,
    You can migrate from BW 3.5 to  SAP BI 7.0 using Windows 2003.
    Following are some of the operating systems where you can install/upgrade SAP BI 7.0/ NW 2004s.
    *Windows NT
    *Windows 2003
    *Unix Platforms
    *SUN Solaris Platforms ...
    -Sreekanth

  • Linix/Unix Operating System ( For Oracle Database instalation)

    I have much experience installing and managing Oracle Database 8.x, 9.x, 10g and 11g, Database Guards, streams, RAC and Grid on MS Advance Server 2000, MS Server 2003 ect. Now i want install Unix\Linux OS. I have required Unix/Unix OS Version and release information.
    Any one who can tell me about OS versions and release for Fedora, RedhHat, Ubuntu, ALinix etc.
    Thanks in Advance
    Naeem Sheeraz
    Faisalabad,Pakistan
    MCS + OCP (DBA 10g – Developer 2000,6,6i)
    email : [email protected]
    URL : www.saifisoft.net

    thx for ur response ..i already install silently oracle 10 g express edition on xp using command :OracleXE.exe /s /f1"D:\oracle10g\OracleXE-Install.iss" /f2"d:\oracle10g\xe_temp\setup.log"
    where OracleXE-install.iss is my response file and its content is:
    ** Response file to perform silent install of Oracle Database 10g Express Edition **
    ** Values for the following variables are configurable: **
    ** szDir - Provide a valid path **
    ** TNSPort - Provide any valid available port number **
    ** MTSPort - Provide any valid available port number **
    ** HTTPPort - Provide any valid available port number **
    ** SYSPassword - Provide a valid password string **
    ** bOpt1 - 1 or 0 : 1 launches the Database Homepage at end of install and 0 doesn't **
    [{F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-DlgOrder]
    Dlg0={F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-SdWelcome-0
    Count=9
    Dlg1={F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-SdLicense2Rtf-0
    Dlg2={F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-SdComponentDialog-0
    Dlg3={F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-AskTNSPort-13013
    Dlg4={F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-AskMTSPort-13012
    Dlg5={F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-AskHTTPPort-13014
    Dlg3={F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-AskSYSPassword-13011
    Dlg4={F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-SdStartCopy-0
    Dlg5={F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-SdFinish-0
    [{F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-SdWelcome-0]
    Result=1
    [{F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-SdLicense2Rtf-0]
    Result=1
    [{F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-SdComponentDialog-0]
    szDir=d:\or\oraclexe\
    Component-type=string
    Component-count=1
    Component-0=DefaultFeature
    Result=1
    [{F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-AskTNSPort-13013]
    TNSPort=1521
    Result=1
    [{F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-AskMTSPort-13012]
    MTSPort=2030
    Result=1
    [{F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-AskHTTPPort-13014]
    HTTPPort=8080
    Result=1
    [{F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-AskSYSPassword-13011]
    SYSPassword=oraclexe
    Result=1
    [{F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-SdStartCopy-0]
    Result=1
    [{F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-SdFinish-0]
    Result=1
    bOpt1=1
    bOpt2=0
    plz check

  • JAAS - operating system authentification

    Hi everyone,
    I'm developing a web application with Oracle database. The security of the application is managed thru database accounts. So if I have an account on database I can login in my web application. I use for to this the DBSystemLoginModule.
    Now some users have a account managed by the system authentification. My question is.. it's possible to login to the database with a OS account ? How ?
    Thx

    I have some questions about operating system
    authentification.The word is authentication :-)
    Now some users have a account managed by the system
    authentification. My question is.. it's possible to
    login to the database with a OS account ? How ?What's special about these users?
    There is a short overview here in the Concepts guide. Then you may want to read about External Authentication, one of the methods of user (identity) authentication mentioned for example in the Security Guide.
    The term 'operating system authentication' is somewhat confused; sometimes this refers to the special case of using os groups to assign the "extreme" sysdba/sysoper rights.
    Message was edited by:
    orafad

  • Operating System specific variables

    I would like to determine the operating system on which the application server is installed.
    We have a Linux and a Windows operating system running Oracle application server 6i and Oracle application server 9i.
    The forms look in the database for the path from where to run reports. Initially we had only the windows machine so we have path specific to windows, we have added a new linux operating system with Oracle 9i application server, so we are having problems with path.
    Is there a way by which I can determine the operating system and accordingly change the path.
    Thanks in advance.
    -P

    You have presumable noticed that the System.getenv() method is deprecated.
    You might look at bug ID 4199068
    http://developer.java.sun.com/developer/bugParade/bugs/4199068.html
    which calls for it to be reinstated.
    In the user comments there is some JNI code to implement your own getenv function, and other workarounds. Unfortunately this RFE is now closed, so we can't vote for it.
    Martin

Maybe you are looking for

  • PO not getting created in the backend

    Hi I have made settings for R/3 PO to be created once a SC is approved, but I get the following errors in the "Application monitors>Shopping cart> backend application errors" 000Creation of PO using Enjoy BAPIunsuccessful MEPO 085Check item number 0

  • Query Browser not available in Dashboards appl !?

    Hello, We installed SAP BO Dashboards 4.1 SP2 (14.1.2.1121) and want to use universe queries in the dashboard. The workspace feature "Query Browser" is empty. We don't get the icons to logon to BOXI (to universe). Is this an installation issue? What

  • Term len 0 equivalent ?

    Hi, I would like to grab a show run-config without the breaks so I can run it through the WLC Config Analyzer. (On a side note, does anyone know where to get the WLC Config Catcher that the training video mentions ?) I can't use "config paging disabl

  • Any way to refresh the calendar?

    iPhone 3G with MS Exchange Email, Contacts & Calendars set to manual fetch ... In my mail Inbox, I can press the refresh button in the lower left to update the Inbox. Is there any way to do this in Calendar (other than changing my Fetch settings) or

  • Can't uninstall Photoshop CS5 on my new MacBook Pro

    I migrated everything from my old laptop to my new MacBook Pro. I can't uninstall Adobe CS5 now from my new MacBook Pro. How can I do this?