Can i use the oralce9ias listener to connect to oracle8.1.7 database

Due to my oracle8.1.7 listener process doesn't work and My oracle9ias listener process is right,I have tried to connect oracle8.1.7 database by starting oracle9ias listener process ,It is unlucky for me. How can i solve this problem?

That's not possible, it was designed to handle one device at a time. 
I don't work for Cisco. I'm just here to help.

Similar Messages

  • Can I use the Airport Express to connect to a Linksys Wireless Network and then use the Ethernet port on the Airport for a wired connection to a device for internet access?  Would I be able to then also use that Ethernet pt to a Ntwk Hub for more wired c

    Thanks for the help.  Looked but not clear on what I am trying to do as being possible.  Can I use an Airport Express to connect wireless to a Linksys Wireless Router, such that I can then use the Ethernet ports on the Airport to either connected to a PC wired, or even use a hub off the Airport Express to allow multiple wired connections to it? 
    I am not looking to have the Airport Express extend my wireless network, just connect to it and provide me wired connections in a different location from where my Linksys Route is located.  Would prefer to replace Linksys with all Apple, but just not possible financially yet.  Thanks for the help.

    If the AirPort Express Base Station (AX) is an 802.11n model, then yes, you can reconfigure it as a wireless Ethernet bridge. In this configuration, the AX would join the wireless network provided by the Linksys router and its Ethernet port would be enabled for either a single wired device or for an Ethernet hub or switch for multiple devices.

  • Can i use the same socket to connect to more than one servers

    hi,
    I'm new to java. I want to know whether a socket created using Socket() constructor can be used to connect to multiple servers, not necessarily at a particular point of time. ie, i want to connect to various servers using a single socket and register some info abt them, possible using a loop, one by one. I use connect() method to connect to particular server.
    In other words is Socket class is mutable.
    Edited by: itsraja on Feb 25, 2008 5:50 AM

    In short, I don't think so.
    Setting the server name for a socket is in the constructor.
    Socket s = new Socket("localhost", 501);I don't believe that there are any functions, such as:
    s.setHost("localhost");
    s.setPort(501);However, JavaDocs suggests that when you use the no-args constructor, your class becomes an automatic SocketImpl class, but you can't reach any of its variables unless you derive from the class, itself. But that's probably a bigger headache than it's worth.
    Now TECHNICALY, if you didn't want to create a new variable, you could use:
    Socket s = new Socket("localhost", 501);
    s.close();
    s = new Socket("remotehost", 502);
    s.close();However, this is still creating a new instance and thus a new object in memory.
    I hope this answers your question.
    Let us know exactly what you're trying to do for a more exact answer.
    ~Derek

  • Can i use the GPS without internet connection ?

    hey if im driving and i dont have inenet, can i sill use the gps ?

    IMPO, no Internet connection is definitely fine for Nokia Maps as the software uses offline map data to guide your drive.
    BUT, the phone must be under your mobile provider's coverage as it needs A-GPS to help lock the position. Othewise, it would take ages to lock or might be not working at all.
    bbao
    * If this post helped you, please click the white Kudo star.
    * If this post has solved your issue, please click Accept as Solution.

  • I can not use the Ethernet Port to connect another device.  My Airport Express allowed me to do this.

    I want to use the Ethernet Port for my Apply TV for another device (Direct TV box), but it doesn't work.  I have Airport Express with an Ethernet port and I was able to plug my Direct TV box to download.

    It's not designed to extend a network, and plugging in ethernet disables wi-fi in any case.
    AC

  • Can i use the apple tv3 to connect a blu-ray player to the internet through the ethernet port?

    I Have a blu-ray player which can access teh internet but only through a wired connection. Unfortunately, do to some renovating a can't really pass a wire from my router to the player. I was thinking of getting the express base station and hooking up an ethernet cable and getting it to connect that wy. However, for just an extra 10$ i can get teh apple tv and started to wonder if it would do the same.
    Anybody know if i connect an an ethernet cable between my blu-ray player and apple tv3 if it will be able to connect to the internet?
    Thanks for you help!

    Your blu-ray play can't play to your AppleTV, neither using a wired connection or wi-fi.
    AppleTV only support compressed format.  Therefore, your AppleTV require your content to be within your iTunes library and on the supported format; http://www.apple.com/appletv/specs.html
    There are however wireless devices on which you can plug an HDMI cable.  I don't know the price of such wireless devices but you'll find them on the net.

  • Can i use the airport express in my hotel with wired connection?

    I'm going to be traveling quite a bit coming up and staying in hotels with wired internet connections in the room.  Can i use the airport express to connect with the hotel's internet connection and then my ipad and/or iphone 4S?  I'm new to Apple products so will certainly appreciate any info that may help.  Thank you!

    You will need to have AirPort Utility installed on the iPad and/or iPhone. It is free on the App Store
    App Store - AirPort Utility
    Connect the AirPort Express 802.11n to the hotel Ethernet jack using an Ethernet cable
    Power up the AirPort Express and wait 40-45 seconds
    Tap Settings, then tap Wi-Fi on the iPad
    Tap the AirPort Express under the heading of Set up an AirPort Base Station
    AirPort Utility will take a moment to to analyze the connection and then you can proceed with the easy guided setup
    Once the AirPort Express is configured, you should not have to set it up again at the next hotel. But, you could if you want to.

  • Can I use the iPhone charge to charge N97?

    As the title says, can I use the iphone wall charger, connect my data cable to it and charge my N97?

    Why would you want to ?
    This will charge almost anything !!!!!!!!!!!!!
    https://powertraveller.com/iwantsome/primatepower/000239/
    If I have helped at all, a click on the White Star is always appreciated :
    you can also help others by marking 'accept as solution' 

  • Can't get Listener to use the Correct listener.ora file

    I am on a Windows 2003 Server. I have copied the 10gR2 ORACLE_HOME from a diffent Windows 2003 server on to this one.
    I want to start the Oracle Listener on this server. I have:
    set TNS_ADMIN = E:\oracle\product\10.2.0\network\admin\EBIZBLK_nvciebizdbblk. In this folder is a listener.ora file.
    set ORACLE_HOME = E:\oracle\product\10.2.0
    This is what I get:
    C:\Documents and Settings\oracle>lsnrctl start
    LSNRCTL for 32-bit Windows: Version 10.2.0.4.0 - Production on 02-FEB-2009 15:42:06
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Starting tnslsnr: please wait...
    Failed to open service <OracleTNSListener>, error 1060.
    TNSLSNR for 32-bit Windows: Version 10.2.0.4.0 - Production
    Message 279 not found; No message file for product=NETWORK, facility=NL
    Message 1073 not found; No message file for product=NETWORK, facility=TNS
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.4.0 - Production
    Start Date 02-FEB-2009 15:42:10
    Uptime 0 days 0 hr. 0 min. 2 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Log File listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=nvciebizdbblk.NVCI.org)(PORT=1521)))
    The listener supports no services
    The command completed successfully

    Chris Wendell wrote:
    I am on a Windows 2003 Server. I have copied the 10gR2 ORACLE_HOME from a diffent Windows 2003 server on to this one.
    I want to start the Oracle Listener on this server. I have:
    set TNS_ADMIN = E:\oracle\product\10.2.0\network\admin\EBIZBLK_nvciebizdbblk. In this folder is a listener.ora file.
    set ORACLE_HOME = E:\oracle\product\10.2.0
    This is what I get:
    C:\Documents and Settings\oracle>lsnrctl start
    LSNRCTL for 32-bit Windows: Version 10.2.0.4.0 - Production on 02-FEB-2009 15:42:06
    Copyright (c) 1991, 2007, Oracle. All rights reserved.
    Starting tnslsnr: please wait...
    Failed to open service <OracleTNSListener>, error 1060.
    TNSLSNR for 32-bit Windows: Version 10.2.0.4.0 - Production
    Message 279 not found; No message file for product=NETWORK, facility=NL
    Message 1073 not found; No message file for product=NETWORK, facility=TNSAny time you get "Message nnn not found; No message file for product...", it means your environment is not set up correctly ... there are some environment variables that have incorrect values. Thus, it can't even find the message file to report the message associated with "Messasge nnn". No doubt because you installed by simply copying some files instead of running the installer.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.4.0 - Production
    Start Date 02-FEB-2009 15:42:10
    Uptime 0 days 0 hr. 0 min. 2 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Log File listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=nvciebizdbblk.NVCI.org)(PORT=1521)))
    The listener supports no services
    The command completed successfullyLooks like the listener is running, but it has no services registered with it. So far I see no indication that it is using the wrong listener.ora, only that some incorrect environment variables are preventing it from completely reporting any problems. How many listener.ora files do you have, and where are they located?

  • Wifi problems.  I am using my ipad connected to a secure server.  I keep having connection problems.  My ipad shows I am connected, but I can't use the internet at all.  I keep getting a not connected message.  Help

    I am using my ipad on a secure network.  I have problems staying connected.  It shows I'm connected with full bars but I can't use the internet.  I turn the wireless off, reset the network and turned off the ipad, but this problem keeps happening. (Its been going on about 2 weeks)  Any ideas?

    Sayingyou went through all the steps of fixing provides us with little information see we do not know what step you tried.
    - Have you reset your iPod:
    Reset iPod touch:  Press and hold the On/Off Sleep/Wake button and the Home
    button at the same time for at least ten seconds, until the Apple logo appears.
    - Powered off and then back on your router?
    - The troubleshooting here:
    iPhone and iPod touch: Troubleshooting Wi-Fi networks and connections-
    - Configuring your router to use no encryption as a test. If OK, the try a simple password.

  • Can I use the HDMI out on a HP ALL IN ONE TOUCHSCREEN Desktop to connect a second monitor with HDMI

    Can I use the HDMI out on a HP ALL IN ONE TOUCHSCREEN Desktop to connect a second monitor with HDMI  in without any additional  software or graphics adaptor.  I have a 520-1070
    HP - 23" Touch-Screen TouchSmart All-In-One Computer - 8GB Memory - 2TB Hard Drive ? I used a HDMI to HDMI cable and the monitor was not  recognized.

    Here are the specs for your HP TouchSmart 520-1070 Desktop Computer. As previously stated your computer Doesn't have a HDMI output, instead it has a HDMI input. This is designed to let you connect a game console, a DVD/Bluray player, etc. to use as a monitor.
    If you wish to conect a second monitor to your computer, you will need to use a USB-to-video adapter such as the EVGA UV Plus+ UV39 or EVGA UV Plus+ UV19. Using an adapter like these with the touch feature of your computer may cause issues with pointer control and you may need to disable the touch feature to use "extended desktop".
    Frank
    {------------ Please click the "White Kudos" Thumbs Up to say THANKS for helping.
    Please click the "Accept As Solution" on my post, if my assistance has solved your issue. ------------V
    This is a user supported forum. I am a volunteer and I don't work for HP.
    HP 15t-j100 (on loan from HP)
    HP 13 Split x2 (on loan from HP)
    HP Slate8 Pro (on loan from HP)
    HP a1632x - Windows 7, 4GB RAM, AMD Radeon HD 6450
    HP p6130y - Windows 7, 8GB RAM, AMD Radeon HD 6450
    HP p6320y - Windows 7, 8GB RAM, NVIDIA GT 240
    HP p7-1026 - Windows 7, 6GB RAM, AMD Radeon HD 6450
    HP p6787c - Windows 7, 8GB RAM, NVIDIA GT 240

  • Can I use a USB hub to connect more than 1 hard drive/flash drive device to the EA4500?

    Can I use a USB hub to connect more than 1 hard drive/flash drive device to the EA4500?

    That's not possible, it was designed to handle one device at a time. 
    I don't work for Cisco. I'm just here to help.

  • Need to connect to upgraded Oracle EBS R12 version from R11. The current ODI set up is pointing to R11, Can i use the same connection to point to R12? Please hele experts..

    Need to connect to upgraded Oracle EBS R12 version from R11. The current ODI set up is pointing to R11, Can i use the same connection to point to R12? Please hele experts...
    Rp

    1. in physical connections part can i use the same work schema
    2. Can i use same contexts created or do i need to create everything as new and then try?
    Thanks,
    Rp.
    Hi,
    As you mentioned that you just upgraded the database, so the data is same and schema is same you can connect with the same work schema.
    Yes, you can use the same contexts , but need to do Reverse Engineering for your new database.
    And about data server, i think you also have no need to create new data server, if hostname,sid and port etc are same as these were with R11(consult with your DBAs regarding it)

  • I have an airport extreme and express, if I use the extreme as a base station connected to my old router can I use the express to extend the signal while also creating a new network that only I can use?

    I have an airport extreme and express, if I use the extreme as a base station connected to my old router can I use the express to extend the signal while also creating a new network that only I can use? Essentially having two wifi connection off the same network? If so how do I set this up?

    Extending using a wireless connection always results in a performance compromise.
    If the Express is going to extend using a wireless connection, then the Express will need to be located about half way between the AirPort Extreme and the general area where you need more wireless coverage. The more that you have line-of-sight between the Extreme and Express, the better the network will operate.
    Remember......the Express can only "extend" the quality and signal speed that it receives, so it needs to be located where it can get a very good signal from the Extreme. Although Apple cleverly uses the term "extend", a more accurate term for the Express would be "repeater".
    If the Express will extend by connecting to the Extreme using a permanent, wired Ethernet cable connection......highly recommended for best performance.....then the Express can be located exactly where you need more wireless coverage. There is no signal loss at all through the Ethernet cable, so the Express gets a full speed signal no matter where it might be located.
    Post back to let us know which way to you want to go.

  • I bought a second hand 4s iphone and I can't use the internet on 3g even though it looks like I'm connected ... can you help please?

    I bought a second hand 4s iphone and I can't use the internet on 3g even though it looks like I'm connected ... can you help please?

    Who's your carrier?
    What country are you in?
    Was it from a shop or a personal deal?
    If your phone doesn't function on the cellular network, goto the carrier first

Maybe you are looking for

  • How do I find what mixes a song is in?

    I thought that was an option when hitting the small arrow next to the track name but it doesn't show it.   It only allows me to add the track to a mix.

  • Hyperlinks in InDesign

    Does anyone know if there is a way in InDesign to create hyperlinks that will open a new browser window or tab?

  • GL account given in Default Settings for Items is not taking precedence

    Hi All, Could you please give your valuable inputs for my query Which takes precedence....GL account given in Default Settings for Items at the top of the shop screen or the Product category and GL account assignment maintained in SRM GUI? Scenario:

  • Acrobat Pro XI Failed to Install-again

    I have followed instructions to the last detail. Installation failed on "Running Package Scripts" - I signed out of the "creative cloud" - tried it again - "Installation failed on "Running Package Scripts" . I then shut down my computer & restarted m

  • Exporting results in scrambled pdf, unable to package

    When I try to export a document as a Press Quality pdf the content on the pages scrambles/disappears/moves and the pages don't export as facing pages. When I try to package the document I get an error report saying 'Cannot copy necessary linked file(