Unable to connect using Net service name

I'm running 10.2.0.3 on a RHEL 4 box. I am able to connect to Oracle locally using :
sqlplus username
however, if i try to login using:
sqlplus username@SID, i get this error message:
================================
ERROR:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux Error: 2: No such file or directory
==================================
My sqlnet.ora file looks like this:
=======================
SQLNET.AUTHENTICATION_SERVICES=(NONE)
NAMES.DEFAULT_DOMAIN = world
NAMES.DIRECTORY_PATH=(TNSNAMES)
=============================
and my tnsnames.ora file looks like this:
===========================
testsid.world =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 1.2.3.4)(PORT = 1521))
(CONNECT_DATA =
(SERVICE_NAME = testsid)
==================================
i ran TNSPING on the box, and that returns a success code, so I'm not really sure what I'm missing here. Any help would be greatly appreciated.

Peculiar.
When you show yourself logging on to an instance, wouldn't it be a good idea to then demonstrate that you've actually connected to the right instance? Instead, you do a mere count from a table. Why not, instead, do a select instance_name, status from v$instance? Then we would indeed know that an instance called TESTSID is running and that its status is OPEN. Without that, your statement that "this is how I know the database is up" is really just a faith-based proposition. The statement you show simply tells us AN instance is up: it doesn't tell us WHICH one, though (and your lsnrctl status feedback makes it clear more than one is running).
Your output from tnsping is largely irrelevant, too. TNSPING tells you whether your client can talk to a listener, and that's it. It says nothing at all about whether the instance you're trying to reach is up, down or otherwise engaged.
A better command to diagnose these sorts of things, incidentally, is lsnrctl services, because it's a service you are ultimately trying to connect to, so seeing what services your listener is aware of is more useful than knowing the status of the listener.
Anyway: your listener has been configured statically to listen for two instances (PBDPASSM and TESTSID). "Configuring statically" means simply that your listener.ora will have a SID_LIST section in which both those services are listed as things the listener should be listening for. Because they're in the SID_LIST, that's why those services are listed in your lsnrctl status report -and that's also why they're listed as status UNKNOWN.
If the instances were actually running, and unless you've set the LOCAL_LISTENER parameter in the init.ora for each instance to something weird, you would **also** see each service listed as 'Ready', because each instance's PMON background process would be registering the existence of its instance dynamically and actively with the listener. It's not saying, "Please listen for this but I don't know if it's running or not" but "here I am and I want you to listen on my behalf". So the listener does know its status at that point, and hence records it as 'ready'.
The fact that you don't have any statuses of 'ready' means the instances aren't running or they are running but unable to register with the listener (perhaps because LOCAL_LISTENER is directing them to some other listener running on another port). But if dynamic registration was not working for that reason, static registration would still be fine for the purposes of making connections if the instance was actually up. Which again raises the question of which one you managed to connect to when you did the sqlplus / as sysdba in your test.
I don't believe the case of anything is the issue here, by the way: your listener reports "testsid" and your SERVICE_NAME is asking for a connection to "testsid", so I see no problem there. It would be different if one said 'TESTSID' and the other 'testsid', but that's not what's happening.
I'd like to see the output of a ps -ef | grep PMON for this host. I'd also like to see the results of a select instance_name, status from v$instance when you do your test connection. And I'd finally like to see the output of show parameter local_listener.

Similar Messages

  • I keep getting "unable to connect to web services" when attempting to use them.

    I purchased an HP Envy 114.  I have connected to the network and am able to print from mulitple computers with no problem.  When attempting to connect and authorize web services it asks me to accept the terms, then "checking for product updates".  It always comes back saying "Unable to connect to web services.  Confirm internet access and try again.".  I have set up the wireless and it diesplays the IP Address and Network name.  I'm not sure what else to try at this point.  There is no help after that, I just keep getting sent in circles. 
    This question was solved.
    View Solution.

    Hello davidarmstrong.
    Try replacing the DNS server's IP address to 8.8.8.8 and 8.8.4.4.
    For this, you will need to enter the printer's EWS by typing the printer's IP address in the URL in any internet browser (Internet Explorer or Firefox).
    If you have any doubt, please let me know.
    Cheers!
    Wixma.
    I am an HP employee.
    Say thanks by clicking the Kudos star in the post.
    If my reply resolved your problem, please mark it as as Accepted Solution so that it can be found easier by other people.

  • Tns error ora-12162 net service name is incorrectly specified

    Hello gurus ,
    I am trying to connect database using telnet from windows machine ,
    after login os , username ,password
    i got $ prompt , after that i have given sqlplus command , then I have enter username,pwd correctly ,but I am unable to connect its giving error " Net service name is incorrectly specified ,
    I have checked my tnsnames.ora file at the database system , i find all the entries are correct
    plzzz can anybody help me .. how to connect database via telnet

    user10608990 wrote:
    Hello gurus ,
    I am trying to connect database using telnet from windows machine ,
    after login os , username ,password
    i got $ prompt , after that i have given sqlplus command , then I have enter username,pwd correctly ,but I am unable to connect its giving error " Net service name is incorrectly specified ,
    I have checked my tnsnames.ora file at the database system , i find all the entries are correct
    plzzz can anybody help me .. how to connect database via telnet"I have enter username,pwd correctly "
    "i find all the entries are correct "
    And yet, it doesn't work!
    =============
    "I have checked my tnsnames.ora file at the database system "
    when you start sqlplus ... is that on the same machine that is running the db, or some other machine? Remember .. (and I'm really feeling like a broken record on this one) <b><i>TNSNAMES.ORA IS USED BY THE <U>CLIENT</U> PROCESS.</i></b>
    Show us the contents of your listener.ora file -- from the server machine
    Show us the contents of your tnsnames.ora and sqlnet.ora files -- from the client machine.

  • How to bypass net-service-name

    When I login to database using SqlPlus with dba unix account,I go the following error message.
    command>sqlplus username/passwd
    ERROR:
    ORA-01034: ORACLE not available
    It is Ok for the following command.
    command>sqlplus username/passwd@service-name
    But If I login with "oracle"(a unix account),
    command>sqlplus username/passwd
    it is OK too.
    The primary group of "dba unix account" and "oracle" is same.
    How can I login database bypass net service name??
    Thanks!!

    ¿Ehm?
    You'll need have to have a connection first, before you can query a table/view.
    @ OP
    i want connect to SQLDEVELPOERSounds like some 'Poor SQL devil' is driving you nuts...
    Who's your DBA? ( Apparently not Sybrand ;) )
    Don't get me wrong:
    It's good to be 'OraHungry', but always try to understand what you 'eat' ;)
    Read the docs, as Sybrand already asked you, you'll learn a lot for free.
    It will give you information Google will not give you, unless you're willing to check out 1000's of links in vain first.

  • C028: Unable to connect to Siebel Gateway Name Server during Siebel Server

    Hi,
    I'm getting above error during Siebel Server Configuration when I run the Configuration Wizard
    C028: Unable to connect to Siebel Gateway Name
    Gateway name Server is up and running on same machine, Database Server is up and running on other machine and Application server machine can make connection to database machine through Oracle database client all Oracle net configuration entries are properly added in the Client TNSNAMES.ora file, the Siebenv.sh contain all necessary entries including ORACLE_HOME, bin path and lib32 path along with proper Oracle_sid entry and also I'm giving proper gateway name server credentials i.e of sadmin.
    Here are the logs of the gateway name server
    File Name:= NameSrvr.log
    DBCLog DBCLogError 1 000000114dc910be:0 2011-05-10 18:26:32 523 80
    GenericLog GenericError 1 000000114dc910be:0 2011-05-10 18:26:32 (secmgr.cpp (2679) err=4597538 sys=0) SBL-SEC-10018: 523 80
    GenericLog GenericError 1 000000114dc910be:0 2011-05-10 18:26:32 (secmgr.cpp (2735) err=4597527 sys=0) SBL-SEC-10007: The password you have entered is not correct. Please enter your password again.
    GenericLog GenericError 1 000000114dc910be:0 2011-05-10 18:26:32 (client.cpp (309) err=4597527 sys=0) SBL-SEC-10007: The password you have entered is not correct. Please enter your password again.
    SisnTcpIp SisnSockError 1 000000114dc910be:0 2011-05-10 18:26:32 530: [TCPIP-server] recv() failed for sd=-1 (err=9 | Bad file number)
    SisnTcpIp SisnSockError 1 000000114dc910be:0 2011-05-10 18:26:32 530: [TCPIP-server] send() failed for sd=-1 (err=9 | Bad file number)
    File Name:- nameserver_audit.log
    Timestamp Record Type Host Name ProcId Client Name User Name Key Name Value
    2011-05-10 17:09:16 FailedLogin Siebelmachine 958544 java SADMIN
    Kindly help me in identifying where I'm making the mistake as I've configured all necessary thing needed for Allpication Server Configuration upto best of my knowledge. Your help will be highly Appriciated.
    Regards,
    Abbasi

    Abbasi,
    This error message can be related with Doc ID 751784.1, here is the workaround suggested:
    1. Stop all Siebel Enteprise components (Gateway/Siebel Server/Web Server)
    2. Copy SIEBEL_ROOT/siebsrvr/IVSE.LIC to SIEBEL_ROOT/gtwysrvr/
    3. Restart the Siebel Enterprise components
    4. Use srvrmgr to confirm a connection to the Gateway Name Server can be made without error e.g.
    srvrmgr /g gateway1 /e enterprise1 /u sadmin /p sadmin
    If successful a message such as "Connected to 1 server(s) out of a total of 1 server(s) in the enterprise" will be displayed.
    Hope it helps.
    Wilson

  • Enumerate Net Service Names in C++?

    Is there some API that would allow me to enumerate the locally configured Net Service Names (those in tnsnames.ora) using C++ without having to parse the file directly. I'm not running Oracle Names on my network.

    k1ng87 wrote:
    Hi Ed,
    thanks for the response. I tried what you suggested:
    Data Source=(DESCRIPTION= (ADDRESS= (PROTOCOL=TCP) (HOST=105.1.12.190) (PORT=1521)) (CONNECT_DATA= (SERVICE_NAME=OMP1)))
    but get the same result back...here is the full code:
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using Oracle.DataAccess.Client; // ODP.NET Oracle managed provider
    using Oracle.DataAccess.Types;
    namespace OracleListenTrigger
    class Program
    static void Main(string[] args)
    string oradb = "Data Source=(DESCRIPTION= (ADDRESS= (PROTOCOL=TCP) (HOST=105.1.12.190) (PORT=1521)) (CONNECT_DATA= (SERVICE_NAME=OMP1)));User ID=user;Password=pass;";
    OracleConnection conn = new OracleConnection(oradb); // C#
    conn.Open();
    OracleCommand cmd = new OracleCommand();
    cmd.Connection = conn;
    cmd.CommandText = "SELECT cast(Count(*) as varchar(20)) as trig FROM ZDMSN.TRIGGER_TEST";
    //cmd.CommandType = CommandType.Text;
    OracleDataReader dr = cmd.ExecuteReader();
    dr.Read();
    int cnt;
    if (int.TryParse(dr.GetString(0), out cnt))
    if (cnt > 0)
    System.Diagnostics.Process.Start(@"C:\AutoBatch\backup\trigger2.bat");
    cmd.CommandText = "TRUNCATE TABLE ZDMSN.TRIGGER_TEST";
    cmd.ExecuteNonQuery();
    conn.Dispose();
    I used brackets just to see if that would work...I'm no C programmer, so am not sure about the interface. I do question the wisdom of hard-coding that connect descriptor into a compiled program. As a general rule, I don't like hard-coding any run-time values that are even remotely subject to change. Why NOT rely on the tnsnames file?
    That aside, to solve your immediate problem the next step I'd take would be to set up a level 16 client-side tns trace. The parms are set into the sqlnet.ora file. Details in the [url http://docs.oracle.com/cd/E11882_01/network.112/e10835/sqlnet.htm#i500318]fine manual
    Once you get the trace file, just go on a fishing expedition.

  • LDAP(iPlanet & OID) Net Service Names

    Hi There,
    Is it possible to use iPlanet's LDAP for net service names lookup instaed of Oracle Names?
    Is there a way to extract the schema in OID and import into iPlanet ldap. If this could be done then NET8 should be able to connect to the directory server. Why I say this is: according to Oracle documentation, Net8 supports directory naming:
    "Service addresses and net service names can be stored in a Lightweight Directory Access Protocol (LDAP)-compliant directory server."
    Has anyone done this?.
    With the release of Orcale 9i Oracle is due to ship a product called Oracle Names LDAP Proxy. Is there any information on this product.
    All comments and suggestions are very welcome and appreciated
    Regards
    Pat Lehane

    Hi Jay,
    Thanks for the reply.
    I installed NET 8.1.7 and am trying to connect to iPlanet LDAP through NET8 Configuration Assitant to create an Oracle schema in the in the iPlanet Directory Server but I get an error as follows:
    configexception: Could not create Oracle schema:oracle.net.config.ConfigException
    You must update the schema from a computer which directly supports your type of directory
    There are still only three options in the directory server type in NET8 config assitant.
    Is there another way of creating the schema in iPlanet or is there some steps to be done in iPlanet first.
    Regards
    Pat

  • N8 Email - Unable to connect to mail service serve...

    I have my Nokia N8 for a good few months. Email stop sync-ing so deleted my 1 and only email account (Hotmail) and now I can not get any email back.
    I have played with internet settings, rebooted my phone but still nothing.
    Basically, this is what happens:
    Got to set up email
    Some text comes up about what mail can do and you have the option of start of exit
    Press start, and it says preparing for set up, then it comes up with Unable to connect to mail service server. try again later.
    The next options I have are to enter email and password or cancel.
    If I enter email and password it comes up with an option to click on mail for exchange and I have to start entering user name, domain, etc or I can exit.
    So, can anyone help me restore the email function. When I got the phone you had an option of hotmail, yahoo, etc etc. And that is what I want back.
    Also I should mention, I don't have any options around pushing or pulling email as it never gets that far into setting up email.
    I live in the UK, so was wondering if I should just take it into my local carphone warehouse who deal with Nokia support and demand it gets repaired? It's part of what I paid for so they should repair/replace for me?
    Any advice would be good,
    Thanks
    Vicki
    Solved!
    Go to Solution.

    For the answer of both how and why please refer to the post by Abi99 earlier this week:
    http://discussions.nokia.com/t5/Symbian-Devices/qu​ot-Unable-to-connect-to-mail-service-server-quot-o​...
    Please click the star below that post to draw attention to the expired Nokia certificate, which Microsoft Mobile Oy must renew to solve the problem! - Also use the false username and false password trick, if it is a first time mail setup on a freshly reset Symbian phone, to avoid any Nokia Messaging clutter, and then input server details manually.
    EDIT: The expired certificate was renewed is now valid until 2015-07-10
    Hans

  • Net service name is incorrectly specified

    Hi,
    Please can anyone explain me why am I getting this error ?
    " ORA-12162: TNS:net service name is incorrectly specified "
    Thanks

    ORA-12162: TNS:net service name is incorrectly specified
    Cause:      The connect descriptor corresponding to the net service name in TNSNAMES.ORA or in the directory server (Oracle Internet Directory) is incorrectly specified.
    Action:      If using local naming make sure there are no syntax errors in the corresponding connect descriptor in the TNSNAMES.ORA file. If using directory naming check the information provided through the administration used for directory naming.
    Regards
    Asif Kabir

  • How to bypass net service name when logining database

    When I login to database using SqlPlus with dba unix account,I go the following error message.
    command>sqlplus username/passwd
    ERROR:
    ORA-01034: ORACLE not available
    It is Ok for the following command.
    command>sqlplus username/passwd@service-name
    But If I login with "oracle"(a unix account),
    command>sqlplus username/passwd
    it is OK too.
    The primary group of "dba unix account" and "oracle" is same.
    How can I login database
    bypass net service name??
    Thanks!!

    Let's assume your service name was "orcl.oracle.com" and now is "orcl", you can do (as sysdba) :
    SQL> alter system set service_names='orcl, orcl.oracle.com'; -- (or just orcl.oracle.com)
    If you use initSID.ora to start the DB, then you have to change it there, and bounce the DB.

  • C028:unable to connect to siebel gateway name server

    Hi Siebel Guru,
    I am facing issue with C028:unable to connect to siebel gateway name server when i configuring a new enterprise for gateway name server.
    please help me out to sole this issue ASAP.
    Regards
    Prabhat

    HI
    I configured my gateway server with default port 2320.
    and my gateway server up and running mode.
    my port also listening.
    netstat -na | grep 2320
    tcp 0 0 0.0.0.0:2320 0.0.0.0:* LIST EN
    -bash-3.1$ list_ns
    started at Thu May 21 01:00:39 2009, pid: 5834, autostart: no
    -bash-3.1$ start_ns
    service is already running
    started at Thu May 21 01:00:39 2009, pid: 5834, autostart: no

  • C028 unable to connect to siebel gateway name server while enterprise installation

    Dear All,
    I am getting this error while setting up an enterprise in the gateway server.The configuration wizard is failing with the error
    "C028 unable to connect to siebel gateway name server"
    Kindly request to assist, the server needs to be delivered on priority
    I checked the gateway..cfg this seems to be fine and the gateway server is up and running.
    The name server log says the following,but the username and password of sadmin is same as configured in DB
    2021 2014-09-04 15:14:20 0000-00-00 00:00:00 +0100 00000000 001 003f 0001 09 GtwyNS 19368 1081086784 /data/siebel/sia811/gtwysrvr/log/NameSrvr.log 8.1.1 [21111] ENU
    DBCLog DBCLogError 1 0000000254084ba8:0 2014-09-04 15:14:20 ㈵″㐴8쾈䃬쯌䀔꼄ࢂ쯌䀔쾨䃬ȁ䀇꼄ࢂ,
    GenericLog GenericError 1 0000000254084ba8:0 2014-09-04 15:14:20 (secmgr.cpp (2679) err=4597538 sys=0) SBL-SEC-10018: ㈵″㐴8쾈䃬쯌䀔꼄ࢂ쯌䀔쾨䃬ȁ䀇꼄ࢂ,
    GenericLog GenericError 1 0000000254084ba8:0 2014-09-04 15:14:20 (secmgr.cpp (2735) err=4597527 sys=0) SBL-SEC-10007: The password you have entered is not correct. Please enter your password again.
    GenericLog GenericError 1 0000000254084ba8:0 2014-09-04 15:14:20 (client.cpp (309) err=4597527 sys=0) SBL-SEC-10007: The password you have entered is not correct. Please enter your password again.
    SisnTcpIp SisnSockError 1 0000000254084ba8:0 2014-09-04 15:14:20 1089268624: [TCPIP-server] recv() failed for sd=-1 (err=9 | Bad file descriptor)
    SisnTcpIp SisnSockError 1 0000000254084ba8:0 2014-09-04 15:14:20 1089268624: [TCPIP-server] send() failed for sd=-1 (err=9 | Bad file descriptor)
    DBCLog DBCLogError 1 0000000354084ba8:0 2014-09-04 15:14:20 ㈵″㐴8
    GenericLog GenericError 1 0000000354084ba8:0 2014-09-04 15:14:20 (secmgr.cpp (2679) err=4597538 sys=0) SBL-SEC-10018: ㈵″㐴8
    GenericLog GenericError 1 0000000354084ba8:0 2014-09-04 15:14:20 (secmgr.cpp (2735) err=4597527 sys=0) SBL-SEC-10007: The password you have entered is not correct. Please enter your password again.
    GenericLog GenericError 1 0000000354084ba8:0 2014-09-04 15:14:20 (client.cpp (309) err=4597527 sys=0) SBL-SEC-10007: The password you have entered is not correct. Please enter your password again.
    SisnTcpIp SisnSockError 1 0000000354084ba8:0 2014-09-04 15:14:20 1104309136: [TCPIP-server] recv() failed for sd=-1 (err=9 | Bad file descriptor)
    SisnTcpIp SisnSockError 1 0000000354084ba8:0 2014-09-04 15:14:20 1104309136: [TCPIP-server] send() failed for sd=-1 (err=9 | Bad file descriptor)
    DBCLog DBCLogError 1 0000000454084ba8:0 2014-09-04 15:14:31 ㈵″㐴8
    GenericLog GenericError 1 0000000454084ba8:0 2014-09-04 15:14:31 (secmgr.cpp (2679) err=4597538 sys=0) SBL-SEC-10018: ㈵″㐴8
    GenericLog GenericError 1 0000000454084ba8:0 2014-09-04 15:14:31 (secmgr.cpp (2735) err=4597527 sys=0) SBL-SEC-10007: The password you have entered is not correct. Please enter your password again.
    GenericLog GenericError 1 0000000454084ba8:0 2014-09-04 15:14:31 (client.cpp (309) err=4597527 sys=0) SBL-SEC-10007: The password you have entered is not correct. Please enter your password again.
    SisnTcpIp SisnSockError 1 0000000454084ba8:0 2014-09-04 15:14:31 1104309136: [TCPIP-server] recv() failed for sd=-1 (err=9 | Bad file descriptor)
    SisnTcpIp SisnSockError 1 0000000454084ba8:0 2014-09-04 15:14:31 1104309136: [TCPIP-server] send() failed for sd=-1 (err=9 | Bad file descriptor)
    Please let me know what else can be checked.Kindly request all to assist me because this server needs to be delivered asap.Let me know if more details is required. Please assist.I checked multiple possibilities even re configuring the gateway server :-( :-( 
    Regards,
    Pramodh

    Hi,
    i have the same problem, i want to use different schemas on db, i have the schema siebel/sadmin and other schema siebelA/sadminA, i'm installing siebel on linux redhat 6.5, and when i'm on Siebel Server Configuration and i write the user and passw sadminA/sadminA i get the error c028 C028 unable to connect to siebel gateway name server, i made the test by sqlplus using sadminA/sadminA and is ok, i made the test configuring to the schema siebel/sadmin and pass, i need to change some for siebel can work with another schema? i'm new here and i dont know if is correct to write my question here.
    Thanks in advance
    I add my gateway.cfg
    [InfraNameServer]
    EnableAuditTrail = FALSE
    [InfraSecMgr]
    SecAdptName = DBSecAdpt
    SecAdptMode = DB
    [DBSecAdpt]
    DBSecAdpt_SecAdptDllName = sscfsadb
    DataSourceName = ServerDataSrc
    DBSecAdpt_PropagateChange = TRUE
    [DataSources]
    ServerDataSrc            = Server
    LDAPSecAdpt              = LDAP
    [ServerDataSrc]
    Docked                   = TRUE
    ConnectString            = DemoEnt_DSN
    TableOwner               = SIEBELA
    DLL                      = sscdo90
    SqlStyle                 = OracleCBO
    MaxCachedCursors         = 16
    MaxCachedDataSets        = 16
    ReverseFillThreshold     = 100
    FileSystem               = /u01/app/siebel81/gtwysrvr/fs
    GatewayAddress           = awsdemo:2320
    EnterpriseServer         = DemoEnt
    CurrentSQLID             = %SQLID%
    MaxCursorSize            = -1
    PrefetchSize             = -1
    ChartServer              = localhost:8001
    ChartImageFormat         = png
    [LDAPSecAdpt]
    SecAdptDllName              = sscfldap
    ServerName                  = $(FQDNName)
    Port                        = $(Port)
    BaseDN                      = $(BaseDN)
    SharedCredentialsDN         = $(SharedCredentialsDN)
    UsernameAttributeType       = $(UsernameAttributeType)
    PasswordAttributeType       = $(PasswordAttributeType)
    CredentialsAttributeType    = $(CredentialsAttributeType)
    RolesAttributeType          = $(RolesAttributeType)
    SslDatabase                 = $(SslDatabase)
    ApplicationUser             = $(ApplicationUser)
    ApplicationPassword         = $(ApplicationPassword)
    HashDBPwd                   = $(HashDBPwd)
    PropagateChange             = $(PropagateChange)
    CRC                         = $(CRC)
    SingleSignOn                = $(SingleSignOn)
    TrustToken                  = $(TrustToken)
    UseAdapterUsername          = $(UseAdapterUsername)
    SiebelUsernameAttributeType = $(SiebelUsernameAttributeType)

  • Netca Local Net Service Name Configuration

    Hello,
    I'm searching for a while now on how to configure a local net service name configuration silently with netca.rsp.
    I can't found any Template according to that kind of configuration.
    So I need to add a "Local Net Service Name configuration" into the Oracle Net Configuration Assistant.
    I just have to configure the service name, TCP, hostname, username and password but I don't know how to setup the response file.
    Here is the generic Template of netca.rsp
    ## Copyright(c) 1998, 2011 Oracle Corporation. All rights reserved. ##
    ## Specify values for the variables listed below to customize your  ##
    ## installation.                                                    ##
    ## Each variable is associated with a comment. The comment          ##
    ## identifies the variable type.                                    ##
    ## Please specify the values in the following format:               ##
    ##         Type         Example                                     ##
    ##         String       "Sample Value"                              ##
    ##         Boolean      True or False                               ##
    ##         Number       1000                                        ##
    ##         StringList   {"String value 1","String Value 2"}         ##
    ## This sample response file causes the Oracle Net Configuration    ##
    ## Assistant (NetCA) to complete an Oracle Net configuration during ##
    ## a custom install of the Oracle11g server which is similar to     ##
    ## what would be created by the NetCA during typical Oracle11g      ##
    ## install. It also documents all of the NetCA response file        ##
    ## variables so you can create your own response file to configure  ##
    ## Oracle Net during an install the way you wish.                   ##
    [GENERAL]
    RESPONSEFILE_VERSION="11.2"
    CREATE_TYPE="CUSTOM"
    # Name       : SHOW_GUI
    # Datatype   : Boolean
    # Description: This variable controls appearance/suppression of the NetCA GUI,
    # Pre-req    : N/A
    # Default    : TRUE
    # Note:
    # This must be set to false in order to run NetCA in silent mode.
    # This is a substitute of "/silent" flag in the NetCA command line.
    # The command line flag has precedence over the one in this response file.
    # This feature is present since 10.1.0.3.
    SHOW_GUI=false
    # Name       : LOG_FILE
    # Datatype   : String
    # Description: If present, NetCA will log output to this file in addition to the
    #        standard out.
    # Pre-req    : N/A
    # Default    : NONE
    # Note:
    #  This is a substitute of "/log" in the NetCA command line.
    # The command line argument has precedence over the one in this response file.
    # This feature is present since 10.1.0.3.
    LOG_FILE=""C:/netca.log""
    [oracle.net.ca]
    #INSTALLED_COMPONENTS;StringList;list of installed components
    # The possible values for installed components are:
    # "net8","server","client","aso", "cman", "javavm"
    #INSTALLED_COMPONENTS={"server","net8","javavm"}
    #INSTALL_TYPE;String;type of install
    # The possible values for install type are:
    # "typical","minimal" or "custom"
    INSTALL_TYPE=""typical""
    #LISTENER_NUMBER;Number;Number of Listeners
    # A typical install sets one listener
    LISTENER_NUMBER=1
    #LISTENER_NAMES;StringList;list of listener names
    # The values for listener are:
    # "LISTENER","LISTENER1","LISTENER2","LISTENER3", ...
    # A typical install sets only "LISTENER"
    LISTENER_NAMES={"LISTENER"}
    #LISTENER_PROTOCOLS;StringList;list of listener addresses (protocols and parameters separated by semicolons)
    # The possible values for listener protocols are:
    # "TCP;1521","TCPS;2484","NMP;ORAPIPE","IPC;IPCKEY","VI;1521"
    # A typical install sets only "TCP;1521"
    LISTENER_PROTOCOLS={"TCP;1521"}
    #LISTENER_START;String;name of the listener to start, in double quotes
    LISTENER_START=""ERPSERVER""
    #NAMING_METHODS;StringList;list of naming methods
    # The possible values for naming methods are:
    # LDAP, TNSNAMES, ONAMES, HOSTNAME, NOVELL, NIS, DCE
    # A typical install sets only: "TNSNAMES","ONAMES","HOSTNAMES"
    # or "LDAP","TNSNAMES","ONAMES","HOSTNAMES" for LDAP
    NAMING_METHODS={"TNSNAMES","ONAMES","HOSTNAME"}
    #NOVELL_NAMECONTEXT;String;Novell Directory Service name context, in double quotes
    # A typical install does not use this variable.
    #NOVELL_NAMECONTEXT = ""NAMCONTEXT""
    #SUN_METAMAP;String; SUN meta map, in double quotes
    # A typical install does not use this variable.
    #SUN_METAMAP = ""MAP""
    #DCE_CELLNAME;String;DCE cell name, in double quotes
    # A typical install does not use this variable.
    #DCE_CELLNAME = ""CELL""
    #NSN_NUMBER;Number;Number of NetService Names
    # A typical install sets one net service name
    NSN_NUMBER=1
    #NSN_NAMES;StringList;list of Net Service names
    # A typical install sets net service name to "EXTPROC_CONNECTION_DATA"
    NSN_NAMES={"EXTPROC_CONNECTION_DATA"}
    #NSN_SERVICE;StringList;Oracle11g database's service name
    # A typical install sets Oracle11g database's service name to "PLSExtProc"
    NSN_SERVICE={"PLSExtProc"}
    #NSN_PROTOCOLS;StringList;list of coma separated strings of Net Service Name protocol parameters
    # The possible values for net service name protocol parameters are:
    # "TCP;HOSTNAME;1521","TCPS;HOSTNAME;2484","NMP;COMPUTERNAME;ORAPIPE","VI;HOSTNAME;1521","IPC;IPCKEY" 
    # A typical install sets parameters to "IPC;EXTPROC"
    NSN_PROTOCOLS={"TCP;HOSTNAME;1521"}
    Does anyone have an idea or some information on how to configure the netca.rsp?
    Thanks in advance

    Just one more question how could i uninstall ORACLE client, it is not listed in the Add/remove programs.run Oracle Universal Installer (again).
    OUI contains uninstall capability

  • "Unable to connect to web services" when trying to scan to e-mail on a HP Photosmart 7520

    Hello -  I used to be able to scan to e-mail with no problems and then all of a sudden I keep getting the "Unable to connect to Web Services" error message.  I have checked my network connection and it is fine, I have turned off my router and unplugged my printer but still no luck.  I have seen that this seems to be a common problem from others in this forum but I was hoping someone could help me figure this out.
    I really need to be able to scan documents to my e-mail..... ughh... please help!
    Thanks,

    I am having the same issue.  Please help.

  • HP 7520 Photosmart scanning error message: Unable to connect to Web Services

    After many successful efforts in the past, suddenly I cannot scan to email on my HP Photosmart 7520. I have tried several of the solutions posted to no avail. I keep getting the error message "Unable to connect to Web Services. Confirm Iternet access and try again." I'm on Mac OS X. Very frustrating; I would appreciate help.

    Hello skagitsusan,
    Welcome to the HP Support Forums!
    I am not 100% as to the steps you have tried in attempt to resolve the Scan to Email issue on the 7520, but I would like to offer the steps I have given in another Thread.
    Re: Trouble scanning using Photosmart 6520 <---
    The steps will cover your printer, even though they are different Photosmarts.
    Let me know if this works.
    JERENDS
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

Maybe you are looking for

  • Data appearing in VI Logger task not showing up in database but exists on disk

    Using VI logger lite 2, we ran a task that upon completion, appeared in the data selection subtree of the task much like successful data runs.  However, when one clicks on that data string, an error message stating that the task run selected cannot b

  • Maximum Render Quality no longer shown.......

    I'm using CS4. I have had great success with Steve Bellune's suggested settings for exporting media and encoding HDV 1080 60i projects for DVD burning. Now, all of a sudden,  for some crazy reason  all I have on the small drop down menue are  the fol

  • How do I enable apps to use my iPhone's camera?

    I've looked in privacy and even doing what the app told me to do and the option does not come up anywhere.

  • Problem with a GP tutorial

    Hello, I have a small problem with this tutorial: https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/609c52aa-8f0a-2b10-d59e-b5248a7ac1e2 I've actually, been able to do the whole tutorial, but i have some issues when i try to change

  • Add functionality for enter and close in a dialogue window

    Hi I have a dialogue screen. On pressing enter or the enter icon I need some functionality. And on clicking the close icon or close(on the dialogue window) i need to exit. How to add functionality to close and enter? (The icons are functioning proper