Get TNS Adaptor Protocol error 12560 upon first install of 11G

I am installing 11G. The NET Configuration assistant succeeded but the DB Configuration Assistant failed with error 12560. Should I unininstall and try again? I get to 2% of the DB install and then the error. I've retried many times.
This is the failed command found in
U:\app\user\product\11.1.0\db_1\cfgtoollogs\configToolFailedCommands
U:\app\user\product\11.1.0\db_1\oui\bin\runConfig.bat ORACLE_HOME=U:\app\user\product\11.1.0\db_1 MODE=perform ACTION=configure RERUN=false $*
Edited by: user8892579 on Dec 15, 2009 9:37 AM

I assumed that the Installer would create ORACLE_HOME and setting the PATH correctly.
I installed using the Basic Selection. The install was marked successful. During the configuration, I got:
I get an exception in System.Security.Policy.PolicyException in OraProvCfg,exe, which is not found on the Net.
The Oracle Net Configuration Assistent succeeded
listener.ora is:
# listener.ora Network Configuration File: U:\app\ron\product\11.1.0\db_1\network\admin\listener.ora
# Generated by Oracle configuration tools.
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
(ADDRESS = (PROTOCOL = TCP)(HOST = MyServer)(PORT = 1521))
sqlnet.ora is:
SQLNET.AUTHENTICATION_SERVICES= (NTS)
NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
I'm going to manually delete the installation and try the advanced version.
Edited by: user8892579 on Dec 15, 2009 11:51 AM

Similar Messages

  • 0ra 12560:tns adaptor protocol error

    Hi Frenz
    I m New to oracle 10g
    when i insatlled 10g at that tym i created a database from DBCA n it is working fine...
    but now if i am creating a database from DBCA it is giving me ora 12560: TNS adaptor protocol error but Listener on machine is up n working fine...infact when i create a Database manually it is working n db created successfully....
    i want to resolve this problem urgently.
    waitting for the responses from experts.
    Thanks
    Varun

    I assumed that the Installer would create ORACLE_HOME and setting the PATH correctly.
    I installed using the Basic Selection. The install was marked successful. During the configuration, I got:
    I get an exception in System.Security.Policy.PolicyException in OraProvCfg,exe, which is not found on the Net.
    The Oracle Net Configuration Assistent succeeded
    listener.ora is:
    # listener.ora Network Configuration File: U:\app\ron\product\11.1.0\db_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = MyServer)(PORT = 1521))
    sqlnet.ora is:
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    I'm going to manually delete the installation and try the advanced version.
    Edited by: user8892579 on Dec 15, 2009 11:51 AM

  • Getting HTTP 403 Forbidden error on deployed page in Weblogic 11g

    Hi There,
    My console is working fine and all the managed server are running fine on my WebLogic Server.
    How ever I am getting , this error "HTTP 403 Forbidden means that Internet Explorer was able to connect to the website, but it does not have permission to view the webpage."
    http://localhost:10001/welcome1
    (URL has changed here with sample URL)
    Do not understand where to start with, checked all the logs and no error is seen.
    When I give complete URL, it launches the page http://localhost:10001/welcome1/faces/adminlogin.jspx but when enter when enter credential, it again takes to Forbidden page.
    When you give wrong credential, it takes you to page where it says user name  or password is not correct.
    Server on which it is deployed - diagonistic log says;
    [NOTIFICATION] [] [oracle.adf.model.log.customizations.cpx] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: fbedf7c35e3ed90d:-6d221163:14cf94e90e0:-8000-0000000000000143,0] [APP: DocumakerAdministrator] [DSID: 0000KntSldf2fLCpJC_Aif1LFSPB000003] Found existing JUApplicationDefImpl instance for oracle.documaker.administrator.view.DataBindings.cpx
    Please help.
    thanks,
    -r

    In advance i am sending my weblogic.xml details, if that helps;
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <weblogic-web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/ns/weblogic/weblogic-web-app http://www.bea.com/ns/weblogic/weblogic-web-app/1.0/weblogic-web-app.xsd" xmlns="http://www.bea.com/ns/weblogic/weblogic-web-app">
      <security-role-assignment>
        <role-name>valid-users</role-name>
        <principal-name>users</principal-name>
      </security-role-assignment>
      <session-descriptor>
        <cookie-http-only>false</cookie-http-only>
      </session-descriptor>
      <container-descriptor>
        <prefer-web-inf-classes>true</prefer-web-inf-classes>
      </container-descriptor>
        <context-root>DocumakerAdministrator</context-root>
        <library-ref>
            <library-name>adf.oracle.domain.webapp</library-name>
        </library-ref>
        <library-ref>
            <library-name>jstl</library-name>
            <specification-version>1.2</specification-version>
        </library-ref>
        <library-ref>
            <library-name>jsf</library-name>
            <specification-version>1.2</specification-version>
        </library-ref>
    </weblogic-web-app>
    I also check web.xml under  - \servers\dmkr_server\tmp\_WL_user\DocumakerAdministrator\w6i3rm\war\WEB-INF
    Hope I am looking at the right location just to confirm.
    <security-constraint>
        <web-resource-collection>
          <web-resource-name>adfAuthentication</web-resource-name>
          <url-pattern>/faces/ConfigurationUI</url-pattern>
          <url-pattern>/faces/ConfigurationUI.jspx</url-pattern>
          <url-pattern>/faces/EntitiesAbilitySetsUI</url-pattern>
          <url-pattern>/faces/EntitiesAbilitySetsUI.jspx</url-pattern>
        </web-resource-collection>
        <auth-constraint>
          <role-name>valid-users</role-name>
        </auth-constraint>
        <user-data-constraint>
          <transport-guarantee>CONFIDENTIAL</transport-guarantee>
        </user-data-constraint>
      </security-constraint>
      <security-constraint>
        <web-resource-collection>
          <web-resource-name>adfAuthentication</web-resource-name>
          <url-pattern>/adfAuthentication</url-pattern>
        </web-resource-collection>
    Really frustrating...I might be missing someting.
    thanks,

  • I keep getting apple application support error 2 code after installing itunes

    I installed itunes on windows 8. Can't get into it because of error pop up -  apple application support error 2. Don't know what to do about this. Please help !

    Hi teri 5859,
    If you are having launch issues with iTunes on your Windows machine, you may find the following article helpful:
    iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issues
    http://support.apple.com/kb/ts1717
    If the issue persists, you may want to try completely uninstalling and reinstalling iTunes:
    Apple Support: Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    http://support.apple.com/kb/ht1923
    Regards,
    - Brenden

  • I get a shared technology error when trying to install Preiemeire Elements 11 .. suggestions ?

    Tried several methods but, being somewhat technologically handicapped, I can't get by the shared technology error when installing?

    Welcome to the forum, Ted,
    Here's an older "Shared Technologies" thread: http://forums.adobe.com/message/3155897#3155897
    But, I am not sure that we were ever able to help the OP, and they never reported back with the responses from Adobe. Still, might be a tip that is useful.
    Good luck,
    Hunt
    [Edit] I mis-spoke. The OP and another user with the same error WERE helped. What I saw initially was yet another poster, who was going to contact Adobe, but never came back to the thread. In the case of the OP and another users, the issue was caused by having Adobe Bridge, included with other Adobe programs, like Photoshop and Premiere Pro, running. When they killed that, the installation went well.
    Message was edited by: Bill Hunt

  • I GET A CORPUT MESSAGE ERROR WHEN TRYING TO INSTALL

    When trying to install firefox 4, I get an errror message that I have a corput file. What can I do to install your product?

    Welcome to the forum, Ted,
    Here's an older "Shared Technologies" thread: http://forums.adobe.com/message/3155897#3155897
    But, I am not sure that we were ever able to help the OP, and they never reported back with the responses from Adobe. Still, might be a tip that is useful.
    Good luck,
    Hunt
    [Edit] I mis-spoke. The OP and another user with the same error WERE helped. What I saw initially was yet another poster, who was going to contact Adobe, but never came back to the thread. In the case of the OP and another users, the issue was caused by having Adobe Bridge, included with other Adobe programs, like Photoshop and Premiere Pro, running. When they killed that, the installation went well.
    Message was edited by: Bill Hunt

  • Immediate issue upon completing install of 11g XE

    Just installed download for DB on Windows Vista,
    clicked upon Getting Started 11g XE icon and it fails with:
    Windows cannot find "http://127.0.0.1:%HTTPPORT%/apex/f?p=4590'. Make sure typed correctly.
    Que Pasa? Thanks.

    Is Vista supported? (check pre-reqs)
    On 32 or 64-bit version of Vista?
    Use 'Search Forum' with search term: HTTPPORT, or just replace %httpport% with 8080 (or actual port you used during install, if different).

  • TNS:No listener error: Please help me

    Hi all,
    I have installed Oracle 10g in my laptop.few weeks back i was able to work on that. But today when i tried to connect to my database(im using Toad) i am getting TNS:No Listener error.
    I checked in Listener.ORA file also. All seems to be fine.
    What could be the probelm?? Can anyone pls help me in this regard?
    Thanks in advance.
    Raghu

    Hi,
    check whether listener is Up and running or not.
    Use lsnrctl and check for status
    Thanks
    Pavan Kumar N

  • Protocol error help

    Hello.
    When I hotsync my palm centro i get this message:
    Protocol Error: Handheld file could not be opened. (4004)
     SYNCERR_FILE_NOT_OPEN
    Does anyone know how to address/fix this error.....or is it even worth messing with???
    Thank you!!!  
    Post relates to: Centro (Sprint)
    Post relates to: Centro (Sprint)
    This question was solved.
    View Solution.

    Hello surfinkimo, please read the "Sticky" post at the top of this section about the "PMTrace Database Error".
    I'm betting this is what's happening on your Centro...
    http://forums.palm.com/palm/board/message?board.id=windows_hotsync&thread.id=30068&jump=true
    WyreNut 
    Post relates to: Centro (AT&T)
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

  • TNS: lost contact error consuming https web services

    Hi,
    I'm trying this piece of pl/sql code and I'm getting TNS: lost contact error while trying to retrieve soap response. What could be wrong? I'm using oracle 10.2.0.1.0 database. Thanks in advance.
    declare
    envio varchar2(32767);
    peticion UTL_HTTP.req;
    respuesta UTL_HTTP.resp;
    cadena varchar2(32767);
    begin
    envio := 'xxx'; -- soap request
    Utl_Http.Set_Response_Error_Check ( enable => true );
    Utl_Http.Set_Detailed_Excp_Support ( enable => true );
    utl_http.set_wallet('file:/oracle/wallets','xxx');
    peticion := UTL_HTTP.begin_request ('https://xxx','POST','HTTP/1.1');
    UTL_HTTP.set_header(peticion, 'Content-Type', 'text/xml');
    UTL_HTTP.set_header(peticion, 'Content-Length', LENGTH(envio));
    UTL_HTTP.set_header(peticion, 'SOAPAction','');
    UTL_HTTP.write_text(peticion,envio);
    respuesta := UTL_HTTP.get_response(peticion);
    UTL_HTTP.read_text(respuesta, envio);
    UTL_HTTP.end_response(respuesta);
    dbms_output.put_line(envio);
    exception
    when Utl_Http.Request_Failed then
    Dbms_Output.Put_Line ( 'Request_Failed: ' || Utl_Http.Get_Detailed_Sqlerrm );
    when Utl_Http.Http_Server_Error then
    Dbms_Output.Put_Line ( 'Http_Server_Error: ' || Utl_Http.Get_Detailed_Sqlerrm );
    when Utl_Http.Http_Client_Error then
    Dbms_Output.Put_Line ( 'Http_Client_Error: ' || Utl_Http.Get_Detailed_Sqlerrm );
    when others then
    Dbms_Output.Put_Line ('Otros: ' || SQLERRM);
    end;

    The problem is a database bug:
    Bug 5575771 UTL_HTTP cannot handle https connections without a content-length
    If UTL_HTTP is used to retrieve an HTTPS response with no content-length, it
    throws an ORA-12547 on the final read (if the final read is shorter than the
    buffer supplied).
    Workaround:
    Include a Content-Length section on all responses.
    (This may not be possible since some responses may not
    be under your control)
    Message was edited by:
    [email protected]

  • TNS Service starting error- Windows 7.0 Home premium- 64bit machine

    I bought a new DELL Inspiron machine, where windows 7.0 home premium was installed. It is now a 64 bit system.
    I installed Oracle 10g database. It goes well until end, but throws TNS Service could not be started as an error message at the end. However, it mentions that the error could be resolved by starting the service manually. I tried to do that, but I get TNS: Permission Denied error.
    I started installation process by login to adminstrator login. I tried starting the TNS service with admin login.
    Is the error message I am getting because of 64 bit machine? Is permission denied because of Home premium?
    Let me know and suggest your advices.
    Please suggest if there are any turn around for this issue. I am trying to solve this from past 15 days.

    My views is you didn't read my response.
    So here it is again
    Oracle doesn't run on Windows Home. Period. Windows Home doesn't have accounts.
    Oracle 10g doesn't run on Windows 7. Moreover it is desupported.
    11gR2 is about to be certified on Windows 7, but not on Windows Home.
    Sybrand Bakker
    Senior Oracle DBA

  • I get aq run time error when trying to load the latest version of iTunes. Help.

    I get a run time error when attempting to install the latest version of iTunes & now cannot access iTunes. Can anyone help me?

    Hi jalbany,
    Thanks for using Apple Support Communities.  This article has steps you can take for the error you're seeing:
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Cheers,
    - Ari

  • Persistent 205 Error (Win 7) when installing Creative Cloud Desktop

    Please help.  I am at wit's end here.  I am getting a perpetual 205 error when trying to install the Creative Cloud Desktop App. 
    I've reviewed these forums and have tried everything:
    Disabling firewalls, anti-virus, and anti-malware programs;
    Clearing cache;
    Logging on as a different Windows 7 user;
    Dowloading under a different Adobe ID;
    Three different web browsers.
    I even tried using my phone as a mobile hotspot for a download to see if a different internet connection would work.  No dice. 
    VERY frustrated with Adobe right now.  Any help would be appreciated.

    Click on the below link and download Lightroom cc 2015 installer  file and install the Lightroom cc app :
    http://trials3.adobe.com/AdobeProducts/LTRM/6/win64/Lightroom_6_LS11.exe
    Same thing again :
    Access Denied error ?
    Open below link and then try to download Lightroom cc 2015 setup:
    https://helpx.adobe.com/photoshop-elements/kb/photoshop-elements-10-11-downloads.html

  • TNS -12650 Protocol Adaptor error

    Hello everyone,
    I am facing TNS-12560 error while connecting to oracle server from client side.
    I am using VMWare workstation for practice. On one I install Oracle server on linux 4.0 & on other I install Oracle Client on Windows –XP .My server IP address is 192.168.73.129 on which the Oracle server is install & 192.168.73.130 on which client software installed. I am able to ping both machine from each other.
    But when I use tnsping command I am getting the TNS-12650 error
    When I use tnsping 192.168.73.129 I get
    TNS-12560: TNS:protocol adaptor error
    My Oracle Server tnsmaes.ora is as follows:-
    # tnsnames.ora Network Configuration File:
    home/oraeng/app/oracle/product/10.2.0/network/admin/tnsname.ora
    # Generated by Oracle configuration tools.
    BPLPRAGS=
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.73.129)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = bplprags)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    And my client side tnsnames.ora is as follows:-
    # tnsnames.ora Network Configuration File: C:\Oracle\product\10.1.0\Client_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    BPLPRAGS =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.73.129)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = bplprags)
    When I use tnsping 192.168.73.129 from my client I got TNS-12650 TNS:Protocal adaptor error.
    Please help me out to solve this problem.

    In the same folder of your client machine, check to make sure your SQLNET.ORA specifies that it's using TNSNAMES.

  • TNS-12560: TNS:protocol adapter error and TNS-00530: Protocol adapter error

    i just installed oracle 11g on my windows xp professional box. Which user and password shall i use. What username and password should i be using to login to sql plus?
    when i use "Scott" "Tiger" it gives me ORA-12560: TNS:protocol adapter error occurred errorwhen i try to start service i get
    LSNRCTL> start
    Starting tnslsnr: please wait...
    Failed to open service <OracleOraDb11g_home1TNSListener>, error 1060.
    Failed to start service, error 203.
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    I am accessing the database from the same machine. Also do I need to have a ORACLE_HOME for getting sql plus working or it is not necessary?

    Starting tnslsnr: please wait...
    TNSLSNR for 32-bit Windows: Version 11.1.0.6.0 - Production
    System parameter file is D:\Apps\db\oracle11g\network\admin\listener.ora
    Log messages written to d:\app\computeruser\diag\tnslsnr\computer2\listener\alert\
    log.xml
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=computer2)(PORT=1521)
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521
    ipc)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=computer2)(PORT=1521)
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 11.1.0.6.0 - Produ
    ction
    Start Date 13-DEC-2008 21:47:48
    Uptime 0 days 0 hr. 0 min. 5 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File D:\Apps\db\oracle11g\network\admin\listener.ora
    Listener Log File d:\app\computeruser\diag\tnslsnr\computer2\listener\aler
    t\log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=computer22)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
    The listener supports no services
    The command completed successfully
    D:\>
    Edited by: user9938780 on Dec 13, 2008 9:52 PM
    Edited by: user9938780 on Dec 13, 2008 9:52 PM
    Edited by: user9938780 on Dec 13, 2008 9:53 PM
    Edited by: user9938780 on Dec 13, 2008 9:53 PM

Maybe you are looking for

  • Spry Collapsible Panel

    My current web page has 4 tab areas that when the user click on the tab it will expand the information under it. When they click on it again, it will hide the information under it. I use a cookie to hold the value of if the tab should be expanded or

  • HT3924 Using  a 27-inch iMac (Mid 2012) as an external display?

    As I have been using MacBook Pro (Mid 2010) and Mac Air (Mid 2011) for business purpose, I wanna use them working at home. I really expected that there was new cinema display with Retina display, but there wasn't. However, New iMac looks really nice

  • HP Mini 110 PLL number

    Hi,  does anyone know PLL number on HP Mini 110 3010sm WR547EA? I even disassambled it but I cant find a chip!

  • Help with bash function(set background=dark/light in vimrc)

    I couldn't find any gvimrc files so I guess it uses the regular one. And since I work pretty much in X too  I thought it would be nice with a function that sets background=light if I'm in X an background=dark if not. Is that possible? /Richard

  • How to unlock a numbers file?

    After upgrading 10.9 my Number file (ver 3.0) says I do not have permission to write to it? How do I unlock it.