How to connect OracleVM from my localhost

Hi All,
I installed OracleLinux Vm on my windows machine.Now i am planning to access that vm through putty.
What are the settings i need to do ?
Regards
Madhu

I think the "Host-only" adapter deserves to have a little bit more attention. After all it is a very important network adapter in the VirtualBox world, in particular when installing Oracle Databases. For instance, it allows any guest OS to use a fixed or automatic TCP/IP addressing according to the range defined by the VirtualBox "vboxnet" adapter. However, and this is were all documentation I have seen so far were unclear to me, any guest OS installed on the same computer must use the IP address of the "host-only" adapter (192.168.56.1) to connect to services provided by the host OS, instead of the actual or real IP address of the host OS.
The VirtualBox forum might actually be a more suitable place to discuss VirtualBox setup questions.
To the original poster: What are you actually trying to accomplish? Do you need to know how to enter an IP address in Putty or how to use it with X Window client software. What is your concern or problem? Please be more specific.

Similar Messages

  • How to connect internet from Toshiba Laptop to Iphone 3G via Bluetooth?

    How to connect internet from Toshiba Laptop to Iphone 3G via Bluetooth?
    I tried to do but i couldn't solve all that kind of matter, so how to do all these?
    If you have any solution then just please help me out.
    Thank You.

    "How to connect internet from Toshiba Laptop to Iphone 3G via Bluetooth?:"
    You don't.
    You can connect iphone to the internet via wi-fi or cellular (3g, edge, gprs) signal.

  • How to connect BiqQuery from crystal reports

    How can i connect crystal reports from BigQuery.I have gone through this thread thread/3265149 but here i want to understand how can i get the following credentials :
    Connection URL:
    Database class name :
    Database:
    User Id
    Password
    Please provide any example

    This is the error image

  • How to connect Systems from different server

    Dear All,
    i am trying to do establish the following connection.
    We have a Data services installed on server A and the SAP system is installed on server B. To get connected to both we are using VPN connection. (We are using different link to get connectedto VPNand can not get logged in both simultaneously)
    I am trying now to connect the data services to the sap system but it do not work.
    How to get the connection establish?
    Thank you.
    Pat

    Hi Pat,
    What kind of connection are you trying to establish? Does that other system has to push/fetch data from SAP? What protocol is being used for that?
    Kind regards,
    Mark

  • How to connect sharepoint from sibel ?

    Hi,
    This is the first time we are connecting to sharepoint from sibel. we do not have much knowledge on that. Also we did not get any article or discussion on this point.
    So when we are trying to call sharepoint site from 'sibel application tool' through 'sharepoint webservice', we are getting the below response.
    (SBL-BPR-00162)--IDS_EAI_WS_OD_RESPONSE_EXPECTED
    PrcExec PropSet 4 0 2010-10-27 19:53:31 Error invoking service 'ListsSoap', method 'GetList' at step 'Call Sharepoint'.(SBL-BPR-00162)
    Operation 'GetList' is expecting a response but no response was received.(SBL-EAI-04311)
    If anybody has done this , please help.
    Thanks in advance.

    Have you been successful, we want to do the same. Thanks.

  • How to connect audio from ASUS TV FM Card to SB Audigy 4 Ca

    I haven't installed the ASUS TV FM Card?yet but I see in the manual that it has an onboard connector for audio which can either go to the motherboard or a sound card (2 plugs on leads, one small, white and the other larger and black). In my case it would have to be the sound card as my onboard audio is disabled. I've been trying to find a detailed spec diagram of my audio card so that I can get the installation details into my brain before messing around inside my PC case. Is there a "Line-in JP Audio-input" on this card?Or do I have to connect the ASUS card to the motherboard - question there is will the sound work?Do I need to connect the audio at all with a PCI slotThis is all above my head and I would appreciate any help.Anyone any hints on this please?Message Edited by Ex-Brit on 0-27-200609:00 AM

    The Best solution is to connect the sound directly to the sound card (eventually it gets there anyway ... even if you connect it to the cards audio input)
    depending on what type of connector you have on the TV (SCART/RCA) you`ll need some adapters.
    the one you`ll most probably need is an RCA Audio -> 3.5 Stereo jack adapter.

  • How can connect to oracle8 server(install in RedHat6.0)

    I have installed Oracle Standard Edition 8.0.5.1
    in RedHat6.0 . Now I can't connect to it with Windows95
    client.
    get an ORA-12500 error.
    1. successful start Oracle use "dbstart"
    2. successful start the LISTENER use "lsnrctl" -- 'start'
    to /home/oracle/805/network/log/listener.log
    Listening on: (ADDRESS=(PROTOCOL=tcp)(DEV=6)
    (HOST=xxx.xxx.xxx.xxx)(PORT=1521))
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=magic.com)(PORT=1521)
    (COMMUNITY=UK_SUP_TCPIP))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for linux ......
    Start Date 23-FEB-98 20:38:50
    Uptime 0 days 0 hr. 0 min. 0 sec
    Trace Level off
    Security OFF
    SNMP ON
    Listener Parameter
    File /home/oracle/805/network/admin/listener.ora
    Listener Log
    File /home/oracle/805/network/log/listener.log
    Services Summary...
    xoracle has 1 service handler(s)
    The command completed successfully
    LSNRCTL> exit
    null

    Hi Sushama,
    Seeburger AS2 Adapter supports the SFTP using PI
    Have you checked this threads
    Help needed for SFTP on Seeburger
    How to connect SFTP from the XI
    Regards
    Ramesh

  • How to connect to sqlplus through Unix

    Hi ,
    Any body can help me how to connect sqlplus from the shall script(.ksh)
    I am using below command, but nor working
    VAR=`$SQLPLUS -s id/password << EOF
    SQL Query
    EOF`

    790264 wrote:
    Hi ,
    Any body can help me how to connect sqlplus from the shall script(.ksh)
    I am using below command, but nor working
    VAR=`$SQLPLUS -s id/password << EOF
    SQL Query
    EOF`
    bcm@bcm-laptop:~$ ./show_sql.sh
    cat show_sql.sh
    sqlplus user1/user1 << EOF
    spool now.lis
    select sysdate from dual;
    exit
    EOF
    cat now.lis
    SQL*Plus: Release 11.2.0.1.0 Production on Fri Aug 12 18:35:54 2011
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> SQL>
    SYSDATE
    2011-08-12 18:35:54
    SQL> Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> select sysdate from dual;
    SYSDATE                                                                        
    2011-08-12 18:35:54                                                            
    SQL> exit
    bcm@bcm-laptop:~$

  • I hooked my laptop to my hdtv using vga cable only have video how to connect audio to tv

    how to connect audio from computer to hdtv using vga cable for video.

    Hi:
    You'll have to run a cable from your headphone out jack into your audio in jack on your TV.
    Paul

  • Connecting Remotely from a PC to a Mac

    Can you tell me how to connect remotely from my home PC to my office's Mac server? I need to do it using the internet.

    We need a lot more information to support you here.
    What are you looking at accesing? What technology are you hoping to use?
    Also since this is from MAC it may be limited support in these forums.
    Regards,
    Denis Cooper
    MCITP EA - MCT
    Help keep the forums tidy, if this has helped please mark it as an answer
    Blog: http://www.windows-support.co.uk 
    Twitter:   LinkedIn:

  • How to connect LIVE CYCLE Policy server from ADOBE ACROBAT

    Hi All,
    I want to know how to connect to Livecycle Policy Server from Adobe Acrobat.
    I had generated mykeystore and changed the server.xml.
    https://localhost:443/ is working on server m/c
    but when i configure Acrobat security setting and add new server with server name as the IP Address of Server(10.224.72.38)
    then it gives error : "Enable to connect to the service at https://10.224.72.38:443.
    Please tell me how to connect to the server.
    Thanks in Advance

    Hi All,
    I want to know how to connect to Livecycle Policy Server from Adobe Acrobat.
    I had generated mykeystore and changed the server.xml.
    https://localhost:443/ is working on server m/c
    but when i configure Acrobat security setting and add new server with server name as the IP Address of Server(10.224.72.38)
    then it gives error : "Enable to connect to the service at https://10.224.72.38:443.
    Please tell me how to connect to the server.
    Thanks in Advance

  • How to connect old aiport express to my new Airport Extreme? My Ipad says "base station e5713b cannot be configured" and my AirPort tool on my PC will not permit me to add my new Airport Extreme network (no network names to choose from)

    How to connect old aiport express to my new Airport Extreme?
    I have a PC running with Win7 and just replaced my Jensen With a brand New Airport Extreme.
    I have set up the Airport Extreme to the internet, Iphones and Ipads and it work as it should.
    I have downloaded latest Version of Airport tool on my PC. In addition i have downloaded the airport tool for Ipad.
    I have reset one of my airport Express and it now shows up both on the Ipad and on the PC airport tool.
    My Ipad says "base station e5713b cannot be configured."
    I have wired the airport Express to my Ethernet to be able to "see it" on my Airport tool.
    My AirPort tool on the PC will not permit me to add the airport Express to my new Airport Extreme network (no network names on the drop-down list to choose from). I wished for an easy set-up, but nothing seems to be plug and play as the Commercial says.. can you please help me?
    Sigve

    Hi
    Thanks for Swift reply.
    Yep - I in fact have two A1088 and one A1264
    I actually bought the new router because the Jensen
    router always lost connection to the Airport Express after some hours or days. I
    always needed to restart my Jensen to play music and that was driving my wife
    mad. The hope was that the Extreme should fix this. Both A1088 have been set up
    to only stream music to two of my stereo amplifiers from my PC’s Itunes library.
    Are the A1088 now useless?
    The A1264 has been set up to feed internet into a Denon Reciever that needed Ethernet cable.
    Please advise
    Regards
    Sigve

  • How can I print from my iPad through my Mac Book Pro which is connected to a printer?  I was told I could do this.

    How can I print from my iPad through my Mac Book Pro which is connected to a printer?  I was told I could do this when the iPad and Mac Book Pro are synched together.

    Antique lady wrote:
    So If I download Printopia on my Mac Book Pro, do I go to iTunes to somehow connect the computer and the iPad? 
    No.
    Printopia (running on your Mac) connects the iPad to your printer.

  • How can I print from my IPAD3 to a printer connected to Airport Express?

    How can I print from my IPAD3 to a printer connected to Airport Express? I have a HP printer and I can print from all my Windows PC and iMAC in the house. How can I print from my IPaD?

    You cannot.
    The USB port on the AirPort Express allow sharing a printer with Windows and Mac OS X, not with iOS:
    "Wireless printing over USB requires a compatible printer and OS X v10.2.7 or later, Windows XP, Windows Vista, or Windows 7":
    http://www.apple.com/airportexpress/#wireless-printing
    "AirPrint-enabled printers  connected using Bluetooth or shared through a USB port of a Mac, PC, AirPort Base Station, or Time Capsule are not supported":
    http://support.apple.com/kb/ht4356
    The HP ePrint app also does not provide such functionality:
    Can I print from the HP ePrint mobile app using USB or Bluetooth?
    No. You can only print directly to supported HP printers on a local wireless network.
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c01923321&lc=en&cc=us&dlc=en &product=5199463#N1176
    Shlomi

  • I've got a wireless network with one iMac and a Vista PC, on the Vista PC is through USB a printer connected. How can i print from my iMac to that particular printer ?

    I've got a wireless network with one iMac and a Vista PC, on the Vista PC is through USB a printer connected. How can i print from my iMac to that particular printer ?

    You need to turn on Printer Sharing on both the PC and OS X. I can't help you on Vista but in OS X it's System Preferences - Sharing - check the Printer Sharing box.

Maybe you are looking for