Service name or instance name is not specified

Hi,
I am adding third node in oracle 11gr2 on rhel.i have successfully configureg grid and oracle but while adding an instance using dbca i am getting an error "service name or instance name is not specified".I have already expot ORACLE_SID=dev but still getting an error,can anybody suggest me on the same...

[grid@rac2 bin]$ env
HOSTNAME=rac2.raczone.com
SHELL=/bin/bash
TERM=xterm
HISTSIZE=1000
KDE_NO_IPV6=1
QTDIR=/usr/lib/qt-3.3
OLDPWD=/raczone/grid_home/network/admin
QTINC=/usr/lib/qt-3.3/include
USER=grid
LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:
KDEDIR=/usr
MAIL=/var/spool/mail/grid
PATH=/usr/lib/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/grid/bin
INPUTRC=/etc/inputrc
PWD=/raczone/grid_home/bin
LANG=en_US.UTF-8
KDE_IS_PRELINKED=1
SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
SHLVL=1
HOME=/home/grid
LOGNAME=grid
QTLIB=/usr/lib/qt-3.3/lib
CVS_RSH=ssh
LESSOPEN=|/usr/bin/lesspipe.sh %s
DISPLAY=:0.0
G_BROKEN_FILENAMES=1
_=/bin/env
[grid@rac2 bin]$

Similar Messages

  • [A4017]: Destination name is not specified.

    Hi,
    I created a topic resource as follows
    <jms-resource enabled="true" jndi-name="jms/topicDestination" res-type="javax.jms.Topic">
    <description>publish subscribe</description>
    <property value="topicDestination" name="DestinationName"/>
    </jms-resource>
    But the I started the server I got the error below
    INFO: JMS5015: Install JMS resources ...
    INFO: JMS5002: Binding [< JMS Destination: jms/topicDestination, javax.jms.Topic, No properties >]
    SEVERE: JMS5027: Exception in creating JMS destination administered object [jms/topicDestination]: [[A4017]: Destination name is not specified.]
    SEVERE: JMS5031: Exception in creating JMS destination administered object javax.jms.JMSException: [A4017]: Destination name is not specified.
    at com.sun.messaging.jmq.admin.jmsspi.JMSAdminImpl.createDestinationObject(JMSAdminImpl.java:194)
    at com.iplanet.ias.jms.IASJmsConfig.createDestination(IASJmsConfig.java:85)
    at com.iplanet.ias.jms.IASJmsUtil.installJMSResources(IASJmsUtil.java:219)
    at com.sun.enterprise.resource.ResourceInstaller.installJMSResources(ResourceInstaller.java:1383)
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:418)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:1415)
    at com.iplanet.ias.server.ApplicationServer.onInitialization(ApplicationServer.java:212)
    at com.iplanet.ias.server.J2EERunner.confPreInit(J2EERunner.java:114)
    Does anyone know how to properly specified the destination name and physical destination name in the porperties page in GUI admin console? And how it would look like in the server.xml file?
    Thanks in advance for your help.
    Sha

    Hi Sha ,
    The exception you are getting is because you have specified
    the property name as "DestinationName" instead of "imqDestinationName".
    This is how you specify the destination name using the GUI console :
    1. Create a jms destination resource throught the admin
    GUI.
    2. Click the properties button to add imqDestination name.(property button is displyed after cliking on the jms destination resource)
    3. Add a property imqDestination, specify value say
    SampleTopic.
    The SampleTopic name specified is the physical estination name
    1.To create a physical destination name , right click the Physical Destination node under jms->service
    2. Click new ,specify the Destination Name as
    SampleTopic.
    After doing the above , you will find the following changes in your server.xml file -
    <jms-resource enabled="true" jndi-name="jms/topic" res-
    type="javax.jms.Topic">
    <property value="SampleTopic "
    name="imqDestinationName"/>
    </jms-resource>
    Hope this helps.Get back in case of any issues.

  • OSX SQLPLUS error:ORA-12162:TNS:net service name is incorrectly specified

    Dear oracle community,
    just stepped today into oracle world.
    Installed OracleXE on my remote UBUNTU server.
    From the server, sqlplus works perfectly.
    From my client (followed this tutorial http://www.danilovizzarro.it/?p=10 ), i can connect via the
    sqlplus connection string: #sqlplus hr/PASS@HOSTipADDRESS/XE .
    But when i try just sqlplus and enter username/password later on, i get
    ORA-12162:TNS:net service name is incorrectly specified .
    My config:
    OS - MAC OS X LEOPARD 10.5.5
    #echo $ORACLE_SID
    XE
    #echo $ORACLE_HOME
    /opt/oracle/instantclient_10_2/
    #echo $TNS_ADMIN
    /opt/oracle/tns/
    # cat /opt/oracle/tns/tnsnames.ora
    XE =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = HOSTipADDRESS)(PORT = 1521))
    (CONNECT_DATA =
    (SID = XE)
    Any ideas - is it that sqlplus doesn't locate my tnsnames.ora file, or, maybe, there's an error in it?
    thanks for any ideas, recipies, suggestions :)
    enjoy the day,
    james

    If I understand you correctly you only give userid and password,but no connect string. That would be a LOCAL connection,which will not work,because you issue the command on the client,not the database server. For local connections you have to specify a value for ORACLE_SID. If you do that on your client (doesn't make sense , because you don't have a database here), you should see a message like 'Oracle not available'. If ORACLE_SID is not defined you get ORA-12162,which is a little misleading.
    Werner

  • Please help ! "Oracle Reports Server CGI - Reports Server name is not specified."

    Hello Gurus,
    I have an html form that allows putting in a parameter. Upon
    submit the form, it'll pass a string URL with the parameter to a
    new browser.
    My url: http://localhost/servlet/oracle.reports.rwcgi.RWServlet?
    diary&14252
    I also used keymap looks like this
    diary: report=Diary.rdf server=servername desformat=pdf
    destype=cache userid=id/psswd@db myoid=%1 %*
    But I get an Error: The requested URL was not found, or cannot
    be served at this time. Oracle Reports Server CGI - Reports
    Server name is not specified.
    However, if I move the cursor to the end of the same url (or put
    a space at the end) and hit Enter, then the report is
    displayed. I guess there must be something wrong with my
    configuration. Please help. I appreciated any inputs from you.
    Thanks in advance.
    Ashley

    I found the solution to my problem. It was nothing to do with
    the cgicmd.dat keymap file, but the html form itself. It's
    confused between the url arguments and form arguments from the
    submit button. So, what I did was open a new window with all
    arguments instead of using the submit function.
    Regards,
    Ashley

  • 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.

  • 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

  • Continue to get this error on a site I use every day - "WebSpeed error from messenger process (6019) Msngr: the specified service name does not exist or has a bad format. (5825):" Any ideas what's wrong?

    I've tried clearing the browser cache and restarting the computer, but nothing helps. No idea what's wrong. Any ideas?

    You also could delete any saved cookies for that site:
    While viewing a page on the site, right-click and choose View Page Info > Security > "View Cookies"
    Then try reloading the page. Does that help?
    When I search this error message, I find threads indicating it is a problem on the web server, and there's not much a user can do to fix it. For example:
    http://www.fixya.com/support/t2835936-webspeed_error_from_messenger_process
    You could try to confirm that diagnosis by using a different browser or a different computer.
    If it persists, you probably should complain to the site. Perhaps they are aware of some add-on conflict or other browser configuration issue that affects Firefox users specifically.
    Edit: When I visit the site's root address, within about 5 seconds I get the error. But links I visit from Google results (site:hachik.com) work fine, e.g., http://www.hachik.com/about.html So there is something about the dynamic navigation that is broken.

  • ITS service name is not visible

    Hi All,
         I have created a Internet service as said in the[documentation|http://help.sap.com/saphelp_nw04/helpdata/en/70/579509a7c611d3961700a0c94260a5/content.htm] and even I have published it , but when I execute SICF txn and check the path am not able to see the name of the service that I have created, is there any thing I missed
    Thanks & Regards
    Pavan

    Not related to BSP , please post in ITS forum.
    Regards,
    Anubhav

  • Ora-12162 TNS: net service name is incorrectly specified

    hi ,
    i have installed oracle 11g on an AIX node and configured asm as well. when i su - oracle and give sid as +ASM am able to get in to sqlplus as ASM and oracle home is ASM.
    but when i give oracle_home to db i get the error. the thing is that these files were not created wen i installed oracle. i created them manually :(
    thanks in advance
    --------- listener.ora-------------
    # listener.ora.rac01 Network Configuration File: /u01/oracle/product/11.1.0.7/db
    /network/admin/listener.ora.rac01
    # Generated by Oracle configuration tools.
    LISTENER=
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = rvn14)(PORT = 1521)(IP = FIRST))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.160.103.46)(PORT = 1521)(IP = FIRST))
    (SID_LIST_LISTENER=
    (SID_LIST=
    (SID_NAME=sys)
    ADR_BASE_LISTENER_RAC01=/u02
    ---------- sqlnet.ora------------
    names.default_domain = world
    names.directory_path = (TNSNAMES)
    trace_level_client = off
    tcp.nodelay = yes
    bequeath_detach = yes
    sqlnet.expire_time = 10
    sqlnet.inbound_connect_timeout = 0
    adr_base=/u02
    --------tnsnames.ora----------
    LISTENER=
    (DESCRIPTION=
    (ADDRESS_LIST=(ADDRESS=(COMMUNITY=tcp.world)(PROTOCOL=TCP)
    (Host=10.160.103.46)(Port=1521)))
    (CONNECT_DATA=(SID=sys)

    Hi;
    Please see:
    ORA-12162 When Logging in Using BEQ (no tnsnames alias) [ID 312348.1]
    Similar issue also mention before here. Please see:
    https://forums.oracle.com/forums/search.jspa?threadID=&q=ora-12162+&objID=c18&dateRange=all&userID=&numResults=15
    Regard
    Helios

  • Database Service Name or Global Database Name with Oracle 10G, when Oracle

    I have an old installation of Oracle 9i (SID=ORCL) and now have installed Oracle 10G (SID=ORC2). I can get connection to Oracle 10G if i define it as an Oracle 8 compatible identification (ie I access to a SID, and don´t provide a Service Name.
    Now I want to install Oracle HTML DB, and succeeded to install the SQL-script that came with the download, but when I install Apache and HTML DB from the Oracle Companion CD I am asked to give the Database Service Name (in the Help it is explained as the Global Database Name).
    When i give the Net Service Name I get error messages (incomprehensible).
    When I look in Net Manager, the Net Service Name does not have a Service Name, but only points to a SID (ie ORC2).
    Where can I find the Database Service Name (or Global Database Name), OR define it if it is not defined??
    Thanks for your help,

    create a net service for oracle10g and provide the name of this service during HTML DB installation it is required for installation.

  • Fusion App Provisioning Wizard - DB Config - Service Name

    Dear all,
    I'm trying to create new Provisioning Plan for Fusion Apps 11.1.1.5.0, Linux. The Wizzard doesn't allow me to proceed with the Database Configuration (step 8 of 19):
    Our company domain contains character "-" in it's name, therefore Global Name of the database is in format "dbname.company-domain.com"
    Such Service Name is not allowed by the Provisioning Wizard.
    What can I do in such case?
    I'm surprised by such constraint... this kind of domain name is nothing unusuall, und other Oracle installers don't have any problem with such Service Name...
    Thanks for support
    Daniel

    I have just got to know, that DB_DOMAIN may be different from the network domain. I have changed the DB_DOMAIN to name without hyphen.

  • Oracle8i Start problem - TNS:Service Name Incorrect

    Hi Folks
    My installation of Oracle8i was working fine. I installed webDB today and that was worked fine too.
    But before shutting down the machine I forgot to shutdown the database.
    When I reboot and try to start the database as root thus: ./oracle8i start, I get the following error -
    ORA-12162 TNS:Service name is incorrectly specified.
    Looks like something is wrong with SID or TNSNAMES.
    Could somebody suggest a solution please.
    Thanks.

    For information sake, if someone else comes across the same situation, here is the cause and solution:
    When webDB2.2 is installed it seems to make an entry in the /etc/oratab file for the service name that is provided during installation. Cosequently my 'oratab' file went from:
    ora8i:/../oracle/product/8.1.6:Y
    To:
    *:/../oracle/product/8.1.6:Y
    ora8i:/../oracle/product/webdb22:N
    Hence the problem when 'oratab' is invoked.
    I don't know if webDB is supposed to make this kind of a change.
    I replaced the '*' with 'ora8i' and everything works fine including webDB

  • Generic service 'Analysis Services (TEST1)' could not be brought online (with error '1060') during an attempt to open the service. Possible causes include: the service is either not installed or the specified service name is invalid.

    Hi,
    We have a cluster with 2 nodes. Everything works fine in Node1. When I try to failover TEST1 database to Node-2 it fails with this message.
    Generic service 'Analysis Services (TEST1)' could not be brought online (with error '1060') during an attempt to open the service.  Possible causes include: the service is either not installed or the specified service name is invalid.
    Any help is much appreciated.
    Thanks

    Hello,
    The error message is pretty straight forward, it's saying either the service isn't installed or it's not installed as the same service on that node. Did you install analysis services on the second node (from the error it seems like it isn't)?
    Sean Gallardy | Blog |
    Twitter

  • ORA-12154 TNS Could not resolve the service name

    I am working on Oracle 9i(Release 2) windows version. I want to change the value of
    shared pool size, buffer size and others database parameter through "Enterprise Manager Console" but
    when i connect to sysdba mode message comes "ORA-12154 TNS Could not resolve the service name".
    How can I solve this problem?

    these problem are you getting from OEM?
    post
    lsnrctl status
    lsnrctl services
    make sure database is running.. all the services running in services.msc
    check error code and start..
    ORA-12514:
         TNS:listener does not currently know of service requested in connect descriptor
    Cause:      The listener received a request to establish a connection to a database or other service. The connect descriptor received by the listener specified a service name for a service (usually a database service) that either has not yet dynamically registered with the listener or has not been statically configured for the listener. This may be a temporary condition such as after the listener has started, but before the database instance has registered with the listener.
    Action:      
    - Wait a moment and try to connect a second time.
    - Check which services are currently known by the listener by executing: lsnrctl services <listener name>
    - Check that the SERVICE_NAME parameter in the connect descriptor of the net service name used specifies a service known by the listener.
    - If an easy connect naming connect identifier was used, check that the service name specified is a service known by the listener.
    - Check for an event in the listener.log file.

  • What's the reason for this message, "A server with the specified host name could not be found" ? I'm using iPhone 4s, 16gB, iOS 7.0.4

    I get a pop-up message saying "A server with the specified host name could not be found", whenever I try to access any streaming websites/apps or even WhatApp over Wi-Fi and I cannot access the specific THING for that moment, and I've tried switching Wi-Fi On and Off both in my Phone and also in the Router. I got an internet connection and a Wi-Fi router just before two days, and it's happening since. I got the internet speed around 80kbps and i can easily stream YouTube videos except sometimes, I receive that annoying message. I can't even browse the internet in Safari, which says "No Internet Connection"(Even though the Wi-Fi is connected), and I can access it after somewhile (say 10 minutes, it'll be perfectly alright). I use iPhone 4s. And everything about the internet connection is totally fine in my Computer, but not in my iPhone, as I've explained the issues, above. If there are any technical settings that I should change/modify, either on my computer(Windows 7 OS) or in my iPhone(iOS 7.0.4), PLEASE let me know
    I hope I've provided enough information for the reader to understand my point. (I apologize for my verbal mistakes, if there are )
    THANKS

    Hello Paneesh,
    Thank you for the details of the issue you are experiencing with Wi-Fi on your iPhone 4s.  I recommend the following steps:
    Be sure you're in range of your Wi-Fi router (access point).
    Tap Settings > Wi-Fi and turn Wi-Fi off and on. If your W-Fi setting is dimmed, follow these steps.
    Confirm that your Wi-Fi router and cable or DSL modem are connected to power, turned on, and connected to the Internet. If not, refer to your network administrator or Internet service provider (ISP) for assistance.
    Restart your iOS device.
    Tap Settings > Wi-Fi and locate the Wi-Fi network to which you're connected.
    Tap and Forget this Network.
    Try to connect to your desired Wi-Fi network.
    Note: You may need to enter your Wi-Fi password again if your network requires one.
    Turn your Wi-Fi router off and on2. If your ISP also provides cable or phone service, check with them before attempting this step to avoid interruption of service.
    Update your device to the latest version of software.
    Update your Wi-Fi router to the latest firmware2. For AirPort Base Stations, install updates using the AirPort Utility.
    If the issue is still unresolved Wi-Fi disconnects or signal strength is less than expected
    Move closer to the Wi-Fi router (access point).
    Check for sources of potential interference.
    Remove any case, stand, or other accessories from your iOS device and see if signal strength improves.
    Reset network settings by tapping Settings > General > Reset > Reset Network Settings. Note: This will reset all network settings including
    previously connected Wi-Fi networks and passwords
    recently used Bluetooth accessories
    VPN and APN settings
    You can find the full article here:
    iOS: Troubleshooting Wi-Fi networks and connections
    http://support.apple.com/kb/ts1398
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

Maybe you are looking for

  • Does anyone 'not' have an afflicted superdrive?

    Everyone is talking about how the superdrives don't work, but is there anyone out there who has read this that does have one that works? Just thought it would help us all out, getting a perspective on how many work... Thanks!

  • Safari wont open web pages using Vista

    After installing Safari on a windows vista PC I keep getting the same message Safari can't open the page. I am able to open web pages with internet explorer

  • Polar equation of a line between two points

    I am trying to make a method to output the points (in polar coordinates (r, theta)) along a line between two given polar coordinates. This will mimick the path of an object traveling across a radar screen. Is this possible?

  • WCS WLC Config Files

    I am finding it difficult to locate the backup config files for my controllers on the WCS server.  Can someone tell me the file extension and the file folder where these files are saved so I can verify they are getting saved?  This seems to be more c

  • Adjusting volume from coverflow view

    When I"m playing an album in coverflow view can I adjust the volume? I can't figuer out how