Credential Retrieval

On installing Oracle 8i I let a database get created. On initialising the database an error occurred, something to do with credential retrieval. I've forgotten what the error code was. Anybody got any ideas.
Many thanks
Andrew

I have a similar configuration. I'm running Oracle client on Win2k. The 8.1.6 server is running on a different. I didn't have this problem until last week when we upgraded the server from NT 4 to Win2k Advance Server.
As best I can tell, the problem has to do with the server trusting the client (at a network level). I can connect fine using sqlplus. But a custom DLL running as a service gets the credential error unless I change the service to run as a account known to the NT Domain, not just a local Win2k account.
Robert
null

Similar Messages

  • Kerberos Authentication between Sharepoint 2013 Foundation - SSRS 2012 - Oracle 11g failing with ORA-12638: Credential retrieval failed

    I have set up SharePoint 2013 Foundation, SharePoint Reporting Services and SQL Server 2012 in a single server. I then created a Data Connection to Oracle 11g. Upon testing the connection, it throws the error “ORA-12638: Credential retrieval failed”.
    Given below are the steps of installation and configuration.
    Installation till basic authentication:
    The installation has been done in a
    single server.
    Installed SQL Server 2012 (Developer version).
    Selected only the following features:
    Database Engine Services
    Analysis Services
    Reporting Services – SharePoint
    Reporting Services Add-in for SharePoint Products
    Management Tools – Basic
    - Management Tools - Complete
      2. Installed SQL Server 2012 SP1.
      3. Installed SQL Server 2012 SP2.
      4. Installed SharePoint Foundation 2013.
      5. Created web application (without Kerberos; we did not even create the SPNs).
          The application pool has been configured to use Reporting Services account since it is a single server installation. This account has been registered as a managed
    account.
      6. Created Site Collection.
      7. Verified that Reporting Services is not installed.
      8. Installed SharePoint Reporting Services from SharePoint 2013 Management Shell.
      9. Verified that Reporting Services is installed.
     10. Created a new SQL Server Reporting Services Service Application and associated the Web Application to the new SQL server Reporting Services Service Application.
      11. Verified that SQL Server Reporting Services Service Application and its proxy have started. Reset IIS.
      12. Created a Site.
      13. Created a Data Connection library with “Report Data Source” content type.
      14. Created a Report Model library with “Report Builder Model” content type.
      15. Created a Report library with “Report Builder Report” content type.
      16. Uploaded an SMDL to the Report Model library.
      17. Added the top level site to Local Intranet instead of as a Trusted Site in the browser settings.
      18. Able to create and save a report using Report Builder.
    Hence, basic authentication is working and SSRS is able to connect to Oracle database.
    Next we have to configure Kerberos settings between SharePoint and SQL Server.
    Implementation of Kerberos authentication
    In the Report Server machine, opened the file C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\WebServices\Reporting\rsreportserver.config  and added the Authentication Types of RSWindowsNegotiate
    and RSWindowsKerberos.
     2.  Set up the following SPNs.
                   a) SQL Server Database Engine service (sqlDbSrv2):
                    setspn -S MSSQLSvc/CER1110:1433 CERDEMO\sqlDbSrv2
                    setspn -S MSSQLSvc/CER1110.cer.demo.com:1433 CERDEMO\sqlDbSrv2
                 In the Delegation tab of the account, selected "Trust this user for delegation to any service (Kerberos only)".
    b) Account: SharePoint Setup Admin account (spAdmin2)
         setspn -S HTTP/CER1110:9999 CERDEMO\spAdmin2
                    setspn -S HTTP/CER1110.cer.demo.com:9999 CERDEMO\spAdmin2
                    In the Delegation tab of the account, selected "Trust this user for delegation to any  service
    (Kerberos only)".
    c) Account: SQL Server Reporting Service account (sqlRepSrv2)
                       setspn -S HTTP/CER1110 CERDEMO\sqlRepSrv2
                       setspn -S HTTP/CER1110.cer.demo.com CERDEMO\sqlRepSrv2
                       In the Delegation tab of the account, selected "Trust this user for delegation to any service
    (Kerberos only)".
      3. Configure the Web Application to use “Negotiate (Kerberos)”.
      4. Logged in as SharePoint Administrator to the SharePoint server and opened the top level site in the IE browser.
         The Event Viewer logged the login process for the SharePoint Administration account as
    Negotiate and not Kerberos.
      5. Implemented Kerberos for Oracle database and client.
         Able to connect to the Oracle database via Kerberos authentication using SQL Plus.
      6. Turn on Windows Firewall.
      7. While testing the site's data connection using Kerberos settings, got the error
    “Can not convert claims identity to windows token. This may be due to user not logging in using windows credentials.”
          Note: The Data Connection for basic authentication still worked.
      8. Created a Claims to Windows Token Service account (spC2WTS2).
      9. Started the Claims to Windows Token Service.
     10. Registered the Claims to Windows Token Service account as a Managed Account.
     11. Changed the Claims To Windows Token Service to use the above managed account.
     12. Verified that the Claims to Windows Token Service account (spC2WTS2) is automatically added to the WSS_WPG local group on the SharePoint box.
          Note: The Reporting Services service account is also a part of the WSS_WPG local group.
     13. Added the Claims to Windows Token Service account (spC2WTS2) to the Local Admin Group on the machine having the SharePoint App Server.
     14. In the SharePoint box, added the Claims to Windows Token Service account (spC2WTS2) in the Act as part of the operating system policy right.
     15. The Claims to Windows Token Service account (spC2WTS2) has the WSS_WPG group configured.
          When the C2WTS service was configured to use the managed account Claims to Windows Token Service account (spC2WTS2) earlier, the spC2WTS2 account was automatically
    added to the WSS_WPG local group on the SharePoint box. The WSS_WPG group in turn is configured in c2wtshost.exe.config file.
     16. Verified that the Reporting Services account is a managed account and part of the WSS_WPG group.
     17. Earlier Service Application Pool - SQL Server Reporting Services App Pool service was associated with the SharePoint Admin account.
          Changed this to associate the Reporting Service account with the Service Application Pool - SQL Server Reporting Services App Pool service.
     18. Changed the delegation of the Reporting Service account to constrained delegation with Protocol Transitioning. This is because we are transitioning from one authentication scheme (Claims) to another (Windows Token).
          For this, the delegation has been changed to "Trust this user for delegation to specified services only". Also, selected the sub radio button "Use
    any authentication protocol". Selected the Oracle Kerberos service as the service to which this account can present delegated credentials.
          Note: The Reporting Service account already had an HTTP SPN.
     19. Next, the goal was to make the Claims To Windows Token Service account match the Reporting Service account.
           For this, we created a fake SPN for the Claims To Windows Token Service account since the delegation tab was missing.
           The delegation has been changed to "Trust this user for delegation to specified services only". Also, selected the sub radio button "Use any
    authentication protocol". Selected the Oracle Kerberos service as the service to which this account can present delegated credentials.
     20. Restarted the SharePoint server.
     21. Tested the data connection with the Kerberos settings again.
           Got the error
    “ORA-12638: Credential retrieval failed”.
    Can anyone tell me what is wrong with this setup?

    http://www.freeoraclehelp.com/2011/10/kerberos-authentication-for-oracle.html
    Problem4: ORA-12638: Credential retrieval failed
    Solution:  Make sure that SQLNET.KERBEROS5_CC_NAME is set in sqlnet.ora and okinit has been run before attempting to connect to the database.
    Do check 
    http://webcache.googleusercontent.com/search?q=cache:5a2Pf3FH7vkJ:externaltable.blogspot.com/2012/06/kerberos-authentication-and-proxy-users.html+&cd=5&hl=en&ct=clnk&gl=in
    If this helped you resolve your issue, please mark it Answered. You can reach me through http://itfreesupport.com/

  • 11.2g Installation error on Win7:  ORA-12638 Credential Retrieval Failed

    I'm attempting to install an Oracle instance on my computer, which is Windows 7, 64-bit. In the middle of the installation I got an error fro Credential Retrieval. I've looked for solutions and they all related to modifying sqlnet.ora. However, at this point in the installation, there does not appear to be such a file on my system, so I can't very well change it. What can I do to install this? Thanks. I thought this might take thirty minutes, not my entire work day.
    Ken
    Edited by: user639117 on Aug 29, 2011 3:34 PM

    Here is the last 100 lines of the installation log. First, though, I have an Oracle client to use to talk to the Oracle database behind PeopleSoft, but I don't want to touch that database for what I'm doing. I need to have a separate database I can experiment in. Thanks.
    INFO: Launching Oracle Database 11g Release 2 Installer
    INFO: Started executing the flow in INTERACTIVE mode
    INFO: Waiting for completion of background operations
    INFO: Finishing all forked tasks at state prepInstall
    INFO: Waiting for completion all forked tasks at state prepInstall
    INFO: All forked task are completed at state prepInstall
    INFO: Completed background operations
    INFO: Executing action at state prepInstall
    INFO: Completed executing action at state <prepInstall>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <prepInstall>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <prepInstall>
    INFO: Completed validating view at state <prepInstall>
    INFO: Validating state <prepInstall>
    WARNING: Validation disabled for the state prepInstall
    INFO: Completed validating state <prepInstall>
    INFO: Verifying route success
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state decideOCMInstall
    INFO: Completed executing action at state <decideOCMInstall>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <decideOCMInstall>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <decideOCMInstall>
    INFO: Completed validating view at state <decideOCMInstall>
    INFO: Validating state <decideOCMInstall>
    WARNING: Validation disabled for the state decideOCMInstall
    INFO: Completed validating state <decideOCMInstall>
    INFO: Verifying route requireOCM
    INFO: Get view named [OCMDetailsUI]
    INFO: View for [OCMDetailsUI] is oracle.install.ivw.common.view.OCMDetailsGUI@6aa218a5
    INFO: Initializing view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Completed initializing view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Displaying view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Completed displaying view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Loading view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Completed loading view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Localizing view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Completed localizing view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state getOCMDetails
    INFO: Completed executing action at state <getOCMDetails>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <getOCMDetails>
    INFO: Pause Oracle Database 11g Release 2 Installer
    INFO: Resume Oracle Database 11g Release 2 Installer
    INFO: Exit Status is 0
    INFO: Shutdown Oracle Database 11g Release 2 Installer

  • Credential retrieval failed

    I get Credential retrieval failed when trying to loggin to "run SQL Command" tool:
    SQL*Plus: Release 10.2.0.1.0 - Production on Fri Dec 8 16:08:26 2006
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL> connect sys/<pwd> as sysdba
    ERROR:
    ORA-12638: Credential retrieval failed
    SQL> connect / as sysdba
    ERROR:
    ORA-12638: Credential retrieval failed
    SQL>
    Message was edited by:
    VS1

    You've posted to the wrong forum, this is the Application Express forum.

  • Express edition and Credential retrieval failed - again

    Following a successfull installation of the Express edition, I get the common problems of home page not available and 'credential retrieval failed' when I try to login as the system/sysdba. I have read all the threads I have found and have found no remedies which help. I have also tried the following:
    - sqlnet.ora: removing the (NTS) auth. service. This just creates another error message:'Oracle not available'
    What more is there to check?
    My OS is Windows XP SP3
    Re-installation: tried multiple times as local administrator and user with the admin rights - no change.

    Well, I am not an expert but, after having installed Oracle XE several times on several platforms, and having experienced some problems, I suspect that you should give a try with WXP SP2 instead of WXP SP3...
    Good luck!
    Victor

  • ORA-12638 CREDENTIAL RETRIEVAL FAILED

    Yesterday when I started my server after holiday it gives error ORA-12638 Credential Retrieval Failed,
    Can anyone help. I have taken export backup of my schema before holiday. I can load that but I need advice what should I do to recover. To me its login connectivity problem.

    check the file sqlnet.ora where the database is installed for an entry like SQLNET.AUTHENTICATION_SERVICES= (NTS). If so, disable it.

  • Can't connect to sql*net, ORA-12638: Credential retrieval failed

    after installed oracle9i, I can use sqlplus, but when I try to use sql navigator, I can't connect to sql*net.
    I found out the following error message in logfile:
    Fatal NI connect error 12638, connecting to:
    (DESCRIPTION=
    (ADDRESS=
    (PROTOCOL=BEQ)
    (PROGRAM=oracle)
    (ARGV0=oracleoms)
    (ARGS='(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))'))
    (CONNECT_DATA=(SID=oms)(CID=(PROGRAM=c:\oracle\ora92\bin\ORACLE.EXE)(HOST=JZQGG31)(USER=OraUser))))
    VERSION INFORMATION:
         TNS for 32-bit Windows: Version 9.2.0.1.0 - Production
         Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version 9.2.0.1.0 - Production
    Time: 11-MAR-2004 17:04:17
    Tracing not turned on.
    Tns error struct:
    nr err code: 0
    ns main err code: 12638
    TNS-12638: Credential retrieval failed
    ns secondary err code: 0
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0
    =============================================
    Hope somebody can help me! Thanks!

    change in sqlnet.ora file
    find under oracle home\network\admin\sqlnet
    and
    SQLNET.AUTHENTICATION_SERVICES = (NTS)
    CHANGE TO
    SQLNET.AUTHENTICATION_SERVICES = (NONE)
    hope it will solve u r problem
    kuljeet pal singh

  • Help .....Credential retrieval failed Error

    Hi all,
    I am geting below error, when i run my application with backend Oracle 9i.
    ORA-12638: Credential retrieval failed
    Please Help.
    Thanks,
    Sam

    I believe this is because of Active Directory servers on your network.
    Essentially, your NT logon information has been lost by the network AD server. You will probably find that you can log on to a single session, but if you try and connect to another session from that one you will get this error. This can sometimes happen if you leave your client machine logged on over long periods of time (days or weeks).
    Try rebooting your client PC, which usually re-registers your credentials with the AD server.
    If it continues, speak to your network admin team.

  • ORA-12635 Credential Retrieval Failed

    Hi All
    When I try to install the Oracle database enterprise edition 8.1.7(release 3) on windows NT client(with service pack 5) it stopped at configuration assistant with an error ORA-12635 Credential failed with prompt to Ignore or Abort, when i chose ignore it hangs , so i cancelled the Installation and redo again. but the same error came out and i am unable to continue installation.
    when i try to connect database using SQLPlus as scott/tiger it gives an error TNS:12560-Protocol adaptor error.
    Thanks in anticipation for the reply
    M.Ayub

    Install the Oracle Server without any database and
    after try to create the database through the assistant.
    I recommend you to apply servipack6 for NT which is
    the lastest servipack for that OS.
    Joel P�rez

  • Oracle 9i ODBC - credential retrieval error

    I am unable to get past opening a connection through ODBC (or
    OLE/DB) into Oracle 9i. My code works fine with Oracle 8i and
    fails with 9i at the ADO open connection point. Needless to say
    I'm happy with the network setup etc in every other way in that
    I can get into the database with SQL*Plus and indeed JDBC!
    Heres a trace of the error:
    --- TRACE CONFIGURATION INFORMATION FOLLOWS ---
    New trace stream is D:\Database\Oracle\Ora90
    \network\trace\svr_1356.trc
    New trace level is 6
    --- TRACE CONFIGURATION INFORMATION ENDS ---
    --- PARAMETER SOURCE INFORMATION FOLLOWS ---
    Attempted load of system pfile source D:\Database\Oracle\Ora90
    \network\admin\sqlnet.ora
    Parameter source loaded successfully
    -> PARAMETER TABLE LOAD RESULTS FOLLOW <-
    Successful parameter table load
    -> PARAMETER TABLE HAS THE FOLLOWING CONTENTS <-
    TRACE_LEVEL_SERVER = ADMIN
    TRACE_LEVEL_CLIENT = ADMIN
    NAMES.DIRECTORY_PATH = (TNSNAMES)
    SQLNET.AUTHENTICATION_SERVICES = (NTS)
    NAMES.DEFAULT_DOMAIN = ilkley.cre8tiv.com
    --- PARAMETER SOURCE INFORMATION ENDS ---
    --- LOG CONFIGURATION INFORMATION FOLLOWS ---
    Log stream will be "D:\Database\Oracle\Ora90
    \network\log\sqlnet.log"
    Log stream validation not requested
    --- LOG CONFIGURATION INFORMATION ENDS ---
    nigini: entry
    nigini: Count in NI global area now: 1
    nigini: Count in NI global area now: 1
    nrigbi: entry
    nrigbni: entry
    nrigbni: Unable to get data from navigation file tnsnav.ora
    nrigbni: exit
    nrigbi: exit
    nigini: exit
    niqname: Hst is already an NVstring.
    niotns: entry
    niotns: Not enabling dead connection detection.
    niotns: listener bequeathed shadow coming to life...
    nlpcaini: entry
    nlpcaini: No process parameters set
    nlpcaini: exit
    nsinherit: connecting...
    ntpcon: entry
    ntpcon: toc = 6
    ntpcon: exit
    ntpcon: entry
    ntpcon: toc = 4
    sntpinherit: entry
    sntpinherit: Attempting to make pipe \\.\PIPE\ORANTP45C.54C
    sntpinherit: Listening on pipe \\.\PIPE\ORANTP45C.54C
    sntpinherit: Successfully established pipe 716 to parent
    sntpinherit: exit
    ntpcon: NT layer IPC connection has been established
    ntpcon: exit
    nsinherit: doing connect handshake...
    ntprd: entry
    ntprd: exit
    ntprd: entry
    ntprd: exit
    nsinherit: ADR="(ADDRESS=(PROTOCOL=tcp)(DEV=284)(HOST=10.0.1.71)
    (PORT=1521))"
    ntprd: entry
    ntprd: exit
    nsinherit: bufl=1025
    nsmal: 476 bytes at 0xcd1fa54
    nsmal: 2312 bytes at 0xcd21e70
    nsopen: opening transport...
    nttcon: entry
    nttcon: toc = 6
    nttcnp: entry
    ntvlin: entry
    ntvllt: entry
    ntvllt: tcp.validnode_checking not turned on
    ntvllt: exit
    ntvlin: exit
    nttcnp: Validnode Table IN use; err 0x0
    nttcnp: exit
    nttcon: exit
    nsopen: transport is open
    nsoptions: lcl[0]=0x0, lcl[1]=0x0, gbl[0]=0x0, gbl[1]=0x0,
    cha=0x0
    nsoptions: lcl[0]=0x7fefff, lcl[1]=0x0, gbl[0]=0x7e3f, gbl[1]=0x0
    nsopen: lcl[0]=0x7fefff, lcl[1]=0x0, gbl[0]=0x7e3f, gbl[1]=0x0,
    tdu=32767, sdu=2048
    nsmfr: 2312 bytes at 0xcd21e70
    nsmfr: 476 bytes at 0xcd1fa54
    nttbnd2addr: entry
    nttgetport: entry
    nttgetport: port resolved to 1521
    nttgetport: exit
    nttbnd2addr: using host IP address: 10.0.1.71
    nttbnd2addr: exit
    nsmal: 476 bytes at 0xcd1fa54
    nsmal: 2312 bytes at 0xcd21e70
    nsopen: opening transport...
    nttcon: entry
    nttcon: toc = 2
    nttcnp: entry
    ntvlin: entry
    ntvlin: exit
    nttcnp: Validnode Table IN use; err 0x0
    nttcnp: getting sockname
    nttcnp: exit
    nttcon: exit
    nsopen: transport is open
    nsoptions: lcl[0]=0x0, lcl[1]=0x0, gbl[0]=0x0, gbl[1]=0x0,
    cha=0x0
    nsoptions: lcl[0]=0x7fefff, lcl[1]=0x0, gbl[0]=0x7e3f, gbl[1]=0x0
    nsopen: global context check-in (to slot 0) complete
    nsopen: lcl[0]=0x7fefff, lcl[1]=0x0, gbl[0]=0x7e3f, gbl[1]=0x0,
    tdu=32767, sdu=2048
    nsdo: cid=0, opcode=65, bl=0, what=0, uflgs=0x0, cflgs=0x2
    nsdo: rank=64, nsctxrnk=0
    nsdo: nsctx: state=7, flg=0x4202, mvd=0
    nsmal: 44 bytes at 0xcd23598
    nsdo: nsctxrnk=0
    nttaddr2bnd: entry
    nttaddr2bnd: exit
    nsinherit: hoff=12587
    nsinherit: REDIR="(ADDRESS=(PROTOCOL=tcp)(HOST=10.0.1.71)
    (PORT=2519))"
    ntpwr: entry
    ntpwr: exit
    ntpwr: entry
    ntpwr: exit
    ntpdisc: entry
    ntpdisc: exit
    nsmal: 476 bytes at 0xcd1f440
    nsmal: 2312 bytes at 0xcd245e4
    nsopen: opening transport...
    nttcon: entry
    nttcon: toc = 3
    nttcnp: entry
    ntvlin: entry
    ntvlin: exit
    nttcnp: Validnode Table IN use; err 0x0
    nttcnp: getting sockname
    nttcnp: exit
    nttcnr: entry
    nttcnr: waiting to accept a connection.
    nttcnr: getting sockname
    nttvlser: entry
    nttvlser: valid node check on incoming node 10.0.1.71
    nttvlser: Accepted Entry: 10.0.1.71
    nttcnr: exit
    nttcon: set TCP_NODELAY on 716
    nttcon: exit
    nsopen: transport is open
    nsnainit: answer
    nainit: entry
    nagblini: entry
    nau_gin: entry
    nau_gparams: entry
    nam_gbp: Reading parameter "sqlnet.authentication_required" from
    parameter file
    nam_gbp: Parameter not found
    nau_gparams: Using default value "FALSE"
    nau_gslf: entry
    nam_gic: entry
    nam_gic: Counting # of items in "sqlnet.authentication_services"
    parameter
    nam_gic: Found 1 items
    nam_gic: exit
    nam_gnsp: Reading parameter "sqlnet.authentication_services"
    from parameter file
    nam_gnsp: Found value "NTS"
    nauss_set_state: entry
    nauss_set_state: exit
    nau_gslf: exit
    nau_gparams: exit
    nau_gin: exit
    nagblini: exit
    na_saveprot: entry
    na_saveprot: exit
    nacomin: entry
    nas_init: entry
    nas_init: exit
    nau_ini: entry
    naugcp_get_connect_parameters: entry
    nauss_set_state: entry
    nauss_set_state: exit
    naugcp_get_connect_parameters: exit
    nau_gettab: entry
    nau_tadv: entry
    nau_fad: entry
    nau_fad: exit
    nau_fad: entry
    nau_fad: exit
    nau_fad: entry
    nau_fad: exit
    nau_fad: entry
    nau_fad: exit
    nau_tadv: exit
    nau_gettab: exit
    nau_sini: entry
    nau_sini: exit
    nau_ini: exit
    naeeinit: entry
    nam_gbp: Reading parameter "SQLNET.FIPS_140" from parameter file
    nam_gbp: Parameter not found
    nam_gnsp: Reading parameter "SQLNET.ENCRYPTION_SERVER" from
    parameter file
    nam_gnsp: Parameter not found
    naequad: Using default value "ACCEPTED"
    nam_gic: entry
    nam_gic: Counting # of items in "SQLNET.ENCRYPTION_TYPES_SERVER"
    parameter
    nam_gic: Parameter not found
    nam_gic: exit
    naesno: Using default value "all available algorithms"
    naeshow: entry
    naeshow: exit
    naeeinit: exit
    naecinit: entry
    nam_gnsp: Reading parameter "SQLNET.CRYPTO_CHECKSUM_SERVER" from
    parameter file
    nam_gnsp: Parameter not found
    naequad: Using default value "ACCEPTED"
    nam_gic: entry
    nam_gic: Counting # of items
    in "SQLNET.CRYPTO_CHECKSUM_TYPES_SERVER" parameter
    nam_gic: Parameter not found
    nam_gic: exit
    naesno: Using default value "all available algorithms"
    naeshow: entry
    naeshow: exit
    naecinit: exit
    nainit: exit
    nagetctxinfo: entry
    nagetctxinfo: exit
    nsnainit: NS Connection version: 311
    nsnainit: inf->nsinfflg[0]: 0x61 inf->nsinfflg[1]: 0x61
    nsnainit: "or" info flags: 0x61     Translations follow:
         native service(s) is (are) wanted
    nsnainit: "or" info flags: 0x61     Translations follow:
         native service(s) is (are) wanted
    "and" info flags: 0x61     Translations follow:
         native service(s) is (are) wanted
    nsopen: global context check-in (to slot 1) complete
    nsopen: lcl[0]=0x7fefff, lcl[1]=0x0, gbl[0]=0x7e3f, gbl[1]=0x0,
    tdu=32767, sdu=2048
    nsdo: cid=1, opcode=65, bl=0, what=0, uflgs=0x0, cflgs=0x2
    nsdo: rank=64, nsctxrnk=0
    nsdo: nsctx: state=7, flg=0x4200, mvd=0
    nsmal: 44 bytes at 0xcd1f980
    nsmal: 44 bytes at 0xcd269a0
    nsdo: nsctxrnk=0
    nsdo: cid=1, opcode=68, bl=2048, what=8, uflgs=0x0, cflgs=0x3
    nsdo: rank=64, nsctxrnk=0
    nsdo: nsctx: state=14, flg=0x4204, mvd=0
    nsdo: gtn=0, gtc=0, ptn=10, ptc=2019
    nscon: doing connect handshake...
    nscon: recving a packet
    nsmal: 44 bytes at 0xcd27204
    nsprecv: reading from transport...
    nttrd: entry
    nttrd: socket 716 had bytes read=300
    nttrd: exit
    nsprecv: 300 bytes from transport
    nsprecv: tlen=300, plen=58, type=1
    nsprecv: 242 bytes to leftover
    nscon: got NSPTCN packet
    nsconneg: vsn=311, lov=300, opt=0x0, sdu=2048, tdu=32767,
    ntc=0x860e
    nsconneg: vsn=311, gbl=0x0, sdu=2048, tdu=32767
    nscon: recving connect data
    nsdo: cid=1, opcode=68, bl=232, what=1, uflgs=0x4001, cflgs=0x0
    nsdo: nsctx: state=2, flg=0x4204, mvd=0
    nsdo: gtn=58, gtc=58, ptn=10, ptc=2019
    nsrdr: recving a packet
    nsprecv: 242 bytes from leftover
    nsprecv: tlen=242, plen=242, type=6
    nsrdr: got NSPTDA packet
    nsrdr: NSPTDA flags: 0x0
    nsdo: what=1, bl=232
    nsdo: 232 bytes from NS buffer
    nscon: got 232 bytes connect data
    nsdo: nsctxrnk=0
    nstimarmed: no timer allocated
    nsdo: cid=0, opcode=98, bl=0, what=0, uflgs=0x40, cflgs=0x2
    nsdo: rank=64, nsctxrnk=0
    nsdo: nsctx: state=7, flg=0x4202, mvd=0
    nsdo: nsctxrnk=0
    nsclose: closing transport
    nttdisc: entry
    nttdisc: Closed socket 1124
    nttdisc: exit
    nsclose: global context check-out (from slot 0) complete
    nsmfr: 2312 bytes at 0xcd21e70
    nsmfr: 476 bytes at 0xcd1fa54
    nsinherit: connected
    nsdo: cid=1, opcode=67, bl=0, what=9, uflgs=0x0, cflgs=0x3
    nsdo: rank=64, nsctxrnk=0
    nsdo: nsctx: state=2, flg=0x4204, mvd=0
    nsdo: gtn=242, gtc=242, ptn=10, ptc=2019
    nscon: sending NSPTAC packet
    nspsend: plen=32, type=2
    nttwr: entry
    nttwr: socket 716 had bytes written=32
    nttwr: exit
    nspsend: 32 bytes to transport
    nscon: doing connect handshake...
    nscon: nsctxinf[0]=0x61, [1]=0x61
    nsconbrok: asking transport to enable NTOBROKEN
    nttctl: entry
    nsdo: nsctxrnk=0
    nagetctxinfo: entry
    nagetctxinfo: exit
    nsnainconn: inf->nsinfflg[0]: 0x61 inf->nsinfflg[1]: 0x61
    nsnainconn: "or" info flags: 0x61     Translations follow:
         native service(s) is (are) wanted
    nsnainconn: "or" info flags: 0x61     Translations follow:
         native service(s) is (are) wanted
    "and" info flags: 0x61     Translations follow:
         native service(s) is (are) wanted
    naconnect: entry
    snauiinit: entry
    na_info: entry
    nas_version: entry
    nas_version: exit
    nacomsu: entry
    nacomfsd: entry
    nacomfsd: exit
    nacomdp: entry
    nacomdp: exit
    nacomsu: exit
    nau_info: entry
    nau_info: exit
    nacomsu: entry
    nacomfsd: entry
    nacomfsd: exit
    nacomdp: entry
    nacomdp: exit
    nacomsu: exit
    nacomsu: entry
    nacomfsd: entry
    nacomfsd: exit
    nacomdp: entry
    nacomdp: exit
    nacomsu: exit
    nacomsu: entry
    nacomfsd: entry
    nacomfsd: exit
    nacomdp: entry
    nacomdp: exit
    nacomsu: exit
    na_info: exit
    snauiinit: exit
    na_server: entry
    snauicomparehash: entry
    nacomrc: entry
    nsnareceive: buffer address: 0xcc7a124 bytes wanted: 2048
    nsnareceive: calling NS to receive 2048 bytes into address
    0xcc7a124
    nsdo: cid=1, opcode=68, bl=2048, what=0, uflgs=0x0, cflgs=0x3
    nsdo: rank=64, nsctxrnk=0
    nsdo: nsctx: state=8, flg=0x2420c, mvd=0
    nsdo: gtn=242, gtc=242, ptn=10, ptc=2019
    nsrdr: recving a packet
    nsprecv: reading from transport...
    nttrd: entry
    nttrd: socket 716 had bytes read=165
    nttrd: exit
    nsprecv: 165 bytes from transport
    nsprecv: tlen=165, plen=165, type=6
    nsrdr: got NSPTDA packet
    nsrdr: NSPTDA flags: 0x0
    nsdo: what=1, bl=2048
    nsdo: 155 bytes from NS buffer
    nsdo: nsctxrnk=0
    nsnareceive: received 155 bytes
    nsnareceive: no more data to receive - returning
    nsnareceive: total bytes received: 155
    nacomus: entry
    nacomdp: entry
    nacomdp: exit
    nacomdp: entry
    nacomdp: exit
    nacomdp: entry
    nacomdp: exit
    nacomus: exit
    nacomus: entry
    nacomdp: entry
    nacomdp: exit
    nacomdp: entry
    nacomdp: exit
    nacomdp: entry
    nacomdp: exit
    nacomdp: entry
    nacomdp: exit
    nacomdp: entry
    nacomdp: exit
    nacomus: exit
    nacomus: entry
    nacomdp: entry
    nacomdp: exit
    nacomdp: entry
    nacomdp: exit
    nacomus: exit
    nacomus: entry
    nacomdp: entry
    nacomdp: exit
    nacomdp: entry
    nacomdp: exit
    nacomus: exit
    nacomrc: exit
    snauicomparehash: exit
    na_csrd: entry
    nas_scn: entry
    nacomrp: entry
    nacomrp: exit
    nacomrp: entry
    nacomrp: exit
    nas_sval: entry
    nacomra: entry
    nacomrp: entry
    nacomrp: exit
    nacomra: exit
    nas_svsl: entry
    nas_svsl: exit
    nas_svsl: entry
    nas_svsl: exit
    nacomsu: entry
    nacomfsd: entry
    nacomfsd: exit
    nacomdp: entry
    nacomdp: exit
    nacomsu: exit
    nacomsa: entry
    nacomfsd: entry
    nacomfsd: exit
    nacomdp: entry
    nacomdp: exit
    nacomsa: exit
    nas_sval: exit
    nas_gusl: exit
    nas_scn: exit
    nau_scn: entry
    nau_gpl: entry
    nau_csl: entry
    nau_csl: exit
    nau_grl: entry
    nau_rsp: entry
    nau_rsp: exit
    nau_grl: exit
    nau_gpl: exit
    nau_sgci: entry
    nau_rpv: entry
    nacomrp: entry
    nacomrp: exit
    nau_rpv: exit
    nau_sgl: entry
    nau_srl: entry
    nacomrp: entry
    nacomrp: exit
    nau_srcs: entry
    nacomrp: entry
    nacomrp: exit
    nau_srcs: exit
    nau_sras: entry
    nacomrp: entry
    nacomrp: exit
    nacomrp: entry
    nacomrp: exit
    nau_sras: exit
    nau_sras: entry
    nacomrp: entry
    nacomrp: exit
    nau_sras: exit
    nau_srl: exit
    nacomsu: entry
    nacomfsd: entry
    nacomfsd: exit
    nacomdp: entry
    nacomdp: exit
    nacomsu: exit
    nacomsu: entry
    nacomfsd: entry
    nacomfsd: exit
    nacomdp: entry
    nacomdp: exit
    nacomsu: exit
    nacomsd: entry
    nacomfsd: entry
    nacomfsd: exit
    nacomdp: entry
    nacomdp: exit
    nacomsd: exit
    nau_gse: entry
    nau_fad: entry
    nau_fad: exit
    nau_fad: exit
    naunts: entry
    naunts: exit
    nauninit: entry
    nauninit: exit
    nau_tadv: exit
    nau_tadv: exit
    nau_gse: exit
    nau_sgl: exit
    nau_gsai: entry
    naunadinfo: entry
    naunadinfo: exit
    nacomsu: entry
    nacomfsd: entry
    nacomfsd: exit
    nacomdp: entry
    nacomdp: exit
    nacomsu: exit
    nacomsu: entry
    nacomfsd: entry
    nacomfsd: exit
    nacomdp: entry
    nacomdp: exit
    nacomsu: exit
    nau1sasi_send_info: exit
    nacomsu: entry
    nacomfsd: entry
    nacomfsd: exit
    nacomdp: entry
    nacomdp: exit
    nacomsu: exit
    nau1sasi_send_info: exit
    nau_gsai: exit
    nau_sgci: exit
    nau_scn: exit
    naeesn: entry
    nacomrp: entry
    nacomrp: exit
    nacomrp: entry
    nacomrp: exit
    naeshow: entry
    naeshow: exit
    nacomsu: entry
    nacomfsd: entry
    nacomfsd: exit
    nacomdp: entry
    nacomdp: exit
    nacomsu: exit
    naeesn: exit
    naecsn: entry
    nacomrp: entry
    nacomrp: exit
    nacomrp: entry
    nacomrp: exit
    naeshow: entry
    naeshow: exit
    nacomsu: entry
    nacomfsd: entry
    nacomfsd: exit
    nacomdp: entry
    nacomdp: exit
    nacomsu: exit
    naecsn: exit
    na_csrd: exit
    nacomsn: entry
    nacomap: entry
    nacomps: entry
    nacomps: exit
    nacomap: exit
    nsnasend: bytes to send: 153
    nsdo: cid=1, opcode=67, bl=153, what=1, uflgs=0x22, cflgs=0x3
    nsdo: rank=64, nsctxrnk=0
    nsdo: nsctx: state=8, flg=0x2420c, mvd=0
    nsdo: gtn=165, gtc=165, ptn=10, ptc=2019
    nsdo: 153 bytes to NS buffer
    nsdofls: DATA flags: 0x0
    nsdofls: sending NSPTDA packet
    nspsend: plen=163, type=6
    nttwr: entry
    nttwr: socket 716 had bytes written=163
    nttwr: exit
    nspsend: 163 bytes to transport
    nsdoacts: flushing transport
    nttctl: entry
    nsdo: nsctxrnk=0
    nacompd: entry
    nacompd: exit
    nacomsn: exit
    snauicomparehash: entry
    nacomrc: entry
    nacompd: entry
    nacompd: exit
    nsnareceive: buffer address: 0xcc7a124 bytes wanted: 2048
    nsnareceive: calling NS to receive 2048 bytes into address
    0xcc7a124
    nsdo: cid=1, opcode=68, bl=2048, what=0, uflgs=0x0, cflgs=0x3
    nsdo: rank=64, nsctxrnk=0
    nsdo: nsctx: state=8, flg=0x2420c, mvd=0
    nsdo: gtn=165, gtc=165, ptn=10, ptc=2019
    nsrdr: recving a packet
    nsprecv: reading from transport...
    nttrd: entry
    nttrd: socket 716 had bytes read=87
    nttrd: exit
    nsprecv: 87 bytes from transport
    nsprecv: tlen=87, plen=87, type=6
    nsrdr: got NSPTDA packet
    nsrdr: NSPTDA flags: 0x0
    nsdo: what=1, bl=2048
    nsdo: 77 bytes from NS buffer
    nsdo: nsctxrnk=0
    nsnareceive: received 77 bytes
    nsnareceive: no more data to receive - returning
    nsnareceive: total bytes received: 77
    nacomus: entry
    nacomdp: entry
    nacomdp: exit
    nacomdp: entry
    nacomdp: exit
    nacomdp: entry
    nacomdp: exit
    nacomdp: entry
    nacomdp: exit
    nacomdp: entry
    nacomdp: exit
    nacomus: exit
    nacomrc: exit
    snauicomparehash: exit
    na_csrd: entry
    nau_scn: entry
    nau_rai: entry
    nacomrp: entry
    nacomrp: exit
    nacomrp: entry
    nacomrp: exit
    nau1sari_receive_info: exit
    nacomrp: entry
    nacomrp: exit
    nau1sari_receive_info: Server Authentication is disabled
    nau1sari_receive_info: exit
    nau_rai: exit
    naunval: entry
    nacomrp: entry
    nacomrp: exit
    nacomrp: entry
    nacomrp: exit
    nacomsd: entry
    nacomfsd: entry
    nacomfsd: exit
    nacomdp: entry
    nacomdp: exit
    nacomsd: exit
    nacomsd: entry
    nacomfsd: entry
    nacomfsd: exit
    nacomdp: entry
    nacomdp: exit
    nacomsd: exit
    naunval: exit
    nau_scn: exit
    na_csrd: exit
    nacomsn: entry
    nacomap: entry
    nacomps: entry
    nacomps: exit
    nacomap: exit
    nsnasend: bytes to send: 67
    nsdo: cid=1, opcode=67, bl=67, what=1, uflgs=0x22, cflgs=0x3
    nsdo: rank=64, nsctxrnk=0
    nsdo: nsctx: state=8, flg=0x2420c, mvd=0
    nsdo: gtn=87, gtc=87, ptn=10, ptc=2019
    nsdo: 67 bytes to NS buffer
    nsdofls: DATA flags: 0x0
    nsdofls: sending NSPTDA packet
    nspsend: plen=77, type=6
    nttwr: entry
    nttwr: socket 716 had bytes written=77
    nttwr: exit
    nspsend: 77 bytes to transport
    nsdoacts: flushing transport
    nttctl: entry
    nsdo: nsctxrnk=0
    nacompd: entry
    nacompd: exit
    nacomsn: exit
    snauicomparehash: entry
    nacomrc: entry
    nacompd: entry
    nacompd: exit
    nsnareceive: buffer address: 0xcc7a124 bytes wanted: 2048
    nsnareceive: calling NS to receive 2048 bytes into address
    0xcc7a124
    nsdo: cid=1, opcode=68, bl=2048, what=0, uflgs=0x0, cflgs=0x3
    nsdo: rank=64, nsctxrnk=0
    nsdo: nsctx: state=8, flg=0x2420c, mvd=0
    nsdo: gtn=87, gtc=87, ptn=10, ptc=2019
    nsrdr: recving a packet
    nsprecv: reading from transport...
    nttrd: entry
    nttrd: socket 716 had bytes read=31
    nttrd: exit
    nsprecv: 31 bytes from transport
    nsprecv: tlen=31, plen=31, type=6
    nsrdr: got NSPTDA packet
    nsrdr: NSPTDA flags: 0x0
    nsdo: what=1, bl=2048
    nsdo: 21 bytes from NS buffer
    nsdo: nsctxrnk=0
    nsnareceive: received 21 bytes
    nsnareceive: no more data to receive - returning
    nsnareceive: total bytes received: 21
    nacomus: entry
    nacomus: exit
    nacomrc: exit
    snauicomparehash: failed with error 12638
    snauicomparehash: exit
    na_server: returning status: "connection in progress"
    na_server: exit
    nadisc: entry
    nacomtm: entry
    nacompd: entry
    nacompd: exit
    nacompd: entry
    nacompd: exit
    nacomtm: exit
    nas_dis: entry
    nas_dis: exit
    nau_dis: entry
    naundiscon: entry
    naundiscon: exit
    nau_fad: exit
    nau_dis: exit
    naeetrm: entry
    naeetrm: exit
    naectrm: entry
    naectrm: exit
    nagbltrm: entry
    nau_gtm: entry
    nau_gtm: exit
    nagbltrm: exit
    nadisc: exit
    naconnect: failed with error 12638
    naconnect: exit
    nserror: nsres: id=1, op=79, ns=12638, ns2=0; nt[0]=0, nt[1]=0,
    nt[2]=0; ora[0]=0, ora[1]=0, ora[2]=0
    nioqper: error from niotns: nsaccept failed...
    nioqper: nr err code: 0
    nioqper: ns main err code: 12638
    nioqper: ns (2) err code: 0
    nioqper: nt main err code: 0
    nioqper: nt (2) err code: 0
    nioqper: nt OS err code: 0
    niotns: No broken-connection function available.
    niomapnserror: entry
    niqme: entry
    niqme: reporting NS-12638 error as ORA-12638
    niqme: exit
    niomapnserror: returning error 12638
    niomapnserror: exit
    niotns: Couldn't connect, returning 12638
    niotns: exit
    nstimarmed: no timer allocated
    nsdo: cid=0, opcode=98, bl=0, what=0, uflgs=0xc0, cflgs=0x2
    nsdo: rank=64, nsctxrnk=0
    nsdo: nsctx: state=8, flg=0x4208, mvd=0
    nsdo: nsctxrnk=0
    nsclose: closing transport
    nttdisc: entry
    nttdisc: Closed socket 716
    nttdisc: exit
    nsclose: global context check-out (from slot 0) complete
    nsmfr: 2312 bytes at 0xcd245e4
    nsmfr: 476 bytes at 0xcd1f440
    nsbrfr: nsbfs at 0xcd27204, data at 0xcd26178.
    nsbrfr: nsbfs at 0xcd269a0, data at 0xcd269dc.
    nsbrfr: nsbfs at 0xcd1f980, data at 0xcd27240.
    nsbrfr: nsbfs at 0xcd23598, data at 0xcd23dbc.
    nigtrm: Count in the NI global area is now 0
    nnfgdei: entry
    nrigbd: entry
    nrigbd: exit
    nigtrm: Count in the NL global area is now 0

    Did not see the 9i version on OTN. If you have a support contract you file an SR to request the media.
    In the 10g version the Oracle Installer is not required you copy the files into a folder on the client and then set an environment variable to point to the files.

  • Error 12638-Credential retrieval failed

    I am running net8 on a win98 machine and attempting to connect to a v8.1.6 db on an NT box. I run in a Novell environment and do not load the "Client for Microsoft Networks". When this client is loaded I can connect, otherwise I get the 12638 error.
    My network people are adement about not loading the Microsoft Client.
    Does the Oracle client require that the Microsoft Client be loaded? Or is this indicative of a different problem?
    Thanks
    null

    Michael,
    Oracle uses a listener to set up all network protocols to listen for (listener.ora on the server). You may load or not Microsoft Network, but the you need to set up the listener to cary about Novell's SPX or to enable TCP/IP protocol in Novell env. Then you have to include a database descriptor, according SPX protocol in tnsnames.ora (on client site). In my oppinion, you are loosing one of your protocols when Microsoft Networks is not loaded (should not but...) and Oracle is not set to listen on Novell's SPX
    null

  • TNS-12683 "Credential retrieval failed"

    Hi all,
    Can someone explain to me what that error means?
    On the forums I find this:
    "“NTS” option tries to use your Windows credentials to authenticate with Oracle. So unless your Oracle logins match your Windows login – this may fail."
    "The Oracle Database adapter requires the adapter clients to provide client credentials. The adapter uses these credentials to authenticate the user with the Oracle database and to establish a connection."
    What this really means? I can not connect to my database.
    One solution is:
    in sqlnet.ora change
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    to
    SQLNET.AUTHENTICATION_SERVICES= (NONE)
    My question is what cous this error, and why database works well for few year, and suddenly the error occurs? My listener.log file is 2Gb large, is this a reason for error?
    Tnx,
    Smee

    I have had this error when there were too many sessions for my database. Ran fine for a few months and then hit our session limit from initialization parameters. Ours had been set to 250 and we needed 300.

  • Credential Failure (solved by client reboot)

    We are developing an app that goes against a 9.2.x database in our development environment. We've had SQLPLUS and other connections fail to establish at times with a "TNS-12638 Credential retrieval failed" message, typically after stress testing of the jdbc connected user interface.
    Checking the server side shows no database errors and the sqlnet logs show the same credential failures.
    The problem is resolved by rebooting client pc's, with no action required on the server at all.
    Any ideas as to what we should do to avoid these errors??
    thanks,
    Ed Swain

    Hi,
    I don't understand why this work fine after reboot.
    But, if client is on Windows 2000 or 2003 domain servers, you can see Metalink note HOWTO Debugging Failed Oracle NTS Connections (290147.1)
    Nicolas.

  • Database home page cannot be displayed

    Installed XE on Windows XP platform and getting page cannot be displayed.
    http://127.0.0.1:8080/apex/
    This is the oradim.log ..............
    C:\oraclexe\app\oracle\product\10.2.0\server\bin\oradim.exe -startup -sid xe -usrpwd * -log oradim.log -nocheck 0
    Fri Dec 07 22:35:59 2007
    ORA-01078: failure in processing system parameters
    ORA-01565: error in identifying file 'C:\oraclexe\app\oracle\product\10.2.0\server\dbs/spfileXE.ora'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.
    This is the cloneDBCreation.log ..............
    SQL> startup nomount pfile="C:\oraclexe\app\oracle\product\10.2.0\server\config\scripts\init.ora";
    ORA-12638: Credential retrieval failed
    SQL> @C:\oraclexe\app\oracle\product\10.2.0\server\config\scripts\rmanRestoreDatafiles.sql;
    SQL> set echo off;
    SP2-0640: Not connected
    SP2-0640: Not connected
    SP2-0640: Not connected
    ERROR:
    ORA-12638: Credential retrieval failed
    lsnrctl status displays the following ....
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Production
    Start Date 08-DEC-2007 23:01:53
    Uptime 0 days 0 hr. 7 min. 26 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Default Service XE
    Listener Parameter File C:\oraclexe\app\oracle\product\10.2.0\server\network\admin\listener.ora
    Listener Log File C:\oraclexe\app\oracle\product\10.2.0\server\network\log\listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC_FOR_XEipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=xyz.company)(PORT=1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    tnsping xe displays the following .....
    TNS Ping Utility for 32-bit Windows: Version 10.2.0.1.0 - Production on 09-DEC-2
    007 00:35:30
    Copyright (c) 1997, 2005, Oracle. All rights reserved.
    Used parameter files:
    C:\oraclexe\app\oracle\product\10.2.0\server\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = xyz.company)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME= XE)))
    OK (30 msec)
    Any suggestions? Thanks!

    Several common issues
    1) attempting to install without being administrator on the machine
    2) attempting to install while being Domain administrator instead of local administrator
    3) machine has DHCP address and Micorosft Loopback Adapter is not installed
    4) Insufficient memory
    5) Other Oracle stuff installed already
    6) Other stuff installed that uses port 1521 and/or port 8080
    7) XP Home
    8) Not following the install instructions at http://www.oracle.com/pls/xe102/homepage
    The list goes on, and on.

  • Trying to setup a RADIUS connection with challenge response

    I need to test a RADIUS authentication and I've read note id 272804.1 and http://download.oracle.com/docs/cd/B19306_01/network.102/b14268/asoradus.htm.
    I'm trying to connect from DEVDB machine using sqlplus as client and connect to the local database server 10gr2 which then should act as RADIUS client to finally try to reach another machine with hostname DEVRADIUS.
    I'm using freeRadius which delegate authentication and authorization phases to a OTP service. Other middleware services are able to use this kind of RADIUS authentication with no problem: so this radius configuration is perfectly working for other clients.
    I've done some tests, but I'm not able to connect to DEVRADIUS from the Oracle database.
    Executing ./adapters and ./adapters ./oracle showed me the RADIUS authentication is available.
    When I try to connect using my external user I'm receiving the following error:
    ORA-12638: Credential retrieval failed
    A firewall exists between the database server and clients, but the port 1812 used to connect my database DEVDB to radius server DEVRADIUS has been open (UDP)
    My sqlnet.ora
    # sqlnet.ora Network Configuration File: /u01/app/oracle/product/10.2.0/db_1/network/admin/sqlnet.ora
    # Generated by Oracle configuration tools.
    SQLNET.AUTHENTICATION_SERVICES= (RADIUS)
    SQLNET.RADIUS_PORT= (1812)
    SQLNET.RADIUS_AUTHENTICATION_PORT = 1812
    SQLNET.RADIUS_SECRET = (/u01/app/oracle/product/10.2.0/db_1/network/security/radius.key)
    SQLNET.RADIUS_AUTHENTICATION_TIMEOUT = 10
    SQLNET.RADIUS_AUTHENTICATION = DEVRADIUS
    SQLNET.RADIUS_CHALLENGE_RESPONSE = (ON)
    SQLNET.RADIUS_CHALLENGE_KEYWORD = (CHALLENGE)
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)Into /u01/app/oracle/product/10.2.0/db_1/network/security/radius.key there's only the shared secret RADIUS key.
    Previously I've created this user:
    SQL> create user rad_user identified externally;
    SQL> grant connect, resource to rad_user;
    SQL> show parameter OS_A
    NAME TYPE VALUE
    os_authent_prefix string
    remote_os_authent boolean FALSE
    SQL> show parameter OS_RO
    NAME TYPE VALUE
    os_roles boolean FALSE
    remote_os_roles boolean FALSEThis is the error I receive:
    sqlplus /nolog;
    SQL> connect /@DEVDB;
    ERROR:
    ORA-12638: Credential retrieval failedOn RADIUS server started in debug mode, I don't see any attempt to connect.
    Any suggestions?

    loqs wrote:You built the package (using --asroot with makepkg is not a good idea ) but you did missed Install_the_package
    Also see Kernel_Modules so the module is loaded automatically at boot.
    Seriously? I spent that many hours searching for my several error messages, trying to solve them, not wanting to ask for help without putting too much of my own effort into it and when I finally decide to ask for help it is when I didn't get a super essential thing like makepkg doesn't install and is merely to create .pkg.tar.xz?? Oh gosh... (;
    Well, thank you! I guess I'll take my next change to use Google to find out how to use makepkg without --asroot. Yes, wl is loaded now and it's set as the kernel driver in use!
    Unfortunately, after ip link set wlp2s0 up and typing dmesg | grep wl I get:
    wl: module license 'Mixed/Proprietary' taints kernel.
    wlan0: Broadcom BCM4727 802.11 Hybrid Wireless Controller 6.30.223.248 (r487574)
    systemd-udevd[148]: renamed network interface wlan0 to wlp2s0
    wl 0000:02:00.0: no hotplug settings from platform
    wl 0000:02:00.0: no hotplug settings from platform
    wl 0000:02:00.0: no hotplug settings from platform
    wl 0000:02:00.0: no hotplug settings from platform
    And therefor: No firmware loaded. Google doesn't give much about this message but hints to PCI or PCI-Express not working as it should. I found this and tried starting with pciehp.pciehp_force=1 and ordered a modprobe acpiphp but nothing changed.

Maybe you are looking for