General :: Can't Connect Oracle On Fedora Virtual Box?
Mar 13, 2010
im a newbie in this of linux. I want to have a linux virtualbox with DB servers like Oracle, MySQL, PostgreSQL and so on, so i installed Fedora in virtualchine of virtualbox. In the network configuration i set the Bridge Connection to enable Fedora to get IP from DHCP and it works fine. After that i've installed Oracle 10G Express and it works fine, i can connect without problems to oracle admin web application from Fedora. Previously i checked if port 1521 is open on fedora so when Oracle is running i use nmap and i get this:
Code:
nmap locahost
Starting Nmap 5.21 ....
[code]...
View 7 Replies
ADVERTISEMENT
May 10, 2011
I have Win 7 installed on my laptop with 4GB RAM. I have installed Oracle VirtualBox-3.2.8-64453-Win. Kindly let me know the steps to install RHEL 6 on this.
View 2 Replies
View Related
May 31, 2011
how can i connect remotly to Oracle Database using shellscript?.is oracle client is require for connect to oracle db remotly?
View 2 Replies
View Related
Apr 16, 2011
me as to how i should go about accessing the oracle-xe db that I just installed on my ubuntu 10.04 notebook via sqlplus? I have successfully installed the �oracle-xe 10g server� and client� and I can access the admin page from the browser.However when I try to say sqlplus on the s me this:�error while loading shared libraries:libsqlplus.so: cannot open shared object file: No such file or directory�I have set the paths and variables right Im sure, but I just cant connect with sqlpolus
View 1 Replies
View Related
Aug 23, 2010
On RHEL 5.2, i have installed Oracle client 11.1 and Php 5.1.6. After that i somehow installed and configured oci8.so. When i do phpinfo Under oci8 it shows oci8 support enabled.However on running php program that connect with oracle database i get following error PHP Warning: oci_connect() [<a href='function.oci-connect'>function.oci-connect</a>]: OCIEnvNlsCreate() failed. There is something wrong with your system - please check that ORACLE_HOME and LD_LIBRARY_PATH are set and point to the right directories in /var/www/html/index.php on line 5
View 5 Replies
View Related
Apr 29, 2011
How do i connect from java to oracle through driver 1?
i have installed open suse linux 11.3 and jdk 1.6.20.0.
View 2 Replies
View Related
May 30, 2010
tried hard to install oracle-11g-R2 in my CentOS5.5,during the install,I did all my job step by step as this article says: Q1: when I 'su oracle 'sqlplus /nolog',it said:"sqlplus: error while loading shared libraries: libsqlplus.so: cannot open shared object file: No such file or directory".The article has a ution for this problem:"Solution: Install libaio and libaio-devel packages. If packages already installed and error still occurs try execute "ldconfig" as root."Then i executed "ldconfig" as root ,and run "sqlplus /nolog",it occured another problem:"SP2-0667: Message file sp1<lang>.msbSP2-0750: You may need to set ORACLE_HOME to your Oracle software directory"
View 2 Replies
View Related
Sep 15, 2010
How i will use sqlplus in shell script? Can any one provide sample code which explain following:
1. Connect to oracle DB
2. Exceute select * from tablename
3. Release connection to the DB
4. Append output in file everytime when query executes.
View 1 Replies
View Related
Mar 28, 2010
I'm trying to configure unixODBC on Linux rehat EL 5 32 bit to connect to an Oracle 10g database server. But when I retest the connection after the configuration then The error occurs:
# isql -v oralab4_dns vonphot vonphoto
isql: symbol lookup error: /usr/lib/libreadline.so.3: undefined symbol: PC
I have searched on Google.com for 2 days but I can't resolve the problem.
View 3 Replies
View Related
Nov 27, 2010
I'm a new user for oracle,tried to install oracle 10g on redhat linux 5 but gettinh the same error message.response/ runInstaller[oracle2@localhost database_10201]$ sh runInstaller _runInstaller: line 54:/tmp/database_10201/install/.oui: Permission denied_Doany one plz help me how to give full set of permisions to an user in linux to access a folder??
View 2 Replies
View Related
Mar 17, 2011
you add a rule which allows a virtual machine to connect to ssh on the main fedora host?so connecting from a virtual machine to the main fedora host installation? I think i have to use an iptables command but not really sure
View 3 Replies
View Related
Apr 15, 2011
I have installed oralce-xe 10g on CentOs. I am facing error while connecting it
SQL> connect
Enter user-name: HR
Enter password:
[code]...
View 1 Replies
View Related
Aug 24, 2010
I have a main Ubuntu system and a virtual Windows system, set up using QEMU/KVM. So, I can start Windows using virt-manager and connect to it using a VNC client.But what I really want to have is a new Xorg display that is connected to this Windows system, so that e.g. CTRL-ALT-F8 shows Ubuntu, CTRL-ALT-F9 shows Windows. That'd be a real alternative to a Linux/Windows dual-boot setup.
I know that GDM had some option to connect to another X server (XDMCP), but I couldn't get this to work with GDM2/Ubuntu 10.4. Would this somehow also work to connect to a VNC server (like the virtual Windows system)? how to make Xorg provide a display for incoming VNC connections, but nothing on how to do the opposite.
View 1 Replies
View Related
Jan 30, 2011
I have installed virtual Redhat in Redhat using Xen virtualization. The ip of the virtual OS is 192.168.0.3 and of main OS is 192.168.0.2. But even then I apply "ping" command then "Destination unreachable" error occur. How to connect virtual and main Redhat!
View 5 Replies
View Related
Mar 9, 2010
I've a Windows 7 host OS and I've installed Fedora 11 as a Virtual OS using Virtualbox.I want a friend of mine to connect to my Fedora server using telnet from internet. What I would like to know is how do i configure my Virtualbox to allow my friend to connect to my server. Also, is there any setting I need to change in Fedora to allow this?
View 9 Replies
View Related
Mar 14, 2009
I'm using Kubuntu 8.04 and now I've installed OpenOffice 3, both in Spanish.I have oracle client installed and can connect to Oracle databases with clients like tora.What I try:
- Open Database and select connect to an existing database.
- Select Oracle JDBC.
- Next
- DatabaseName: I put the sid of the database of oracle. (orcl)
Server URL: The name of the server containing the database. It's resolved by a ping. (database.organization.es)
Port: 1521
- Oracle JDBC Driver:
oracle.jdbc.driver.OracleDriver
But I press the test button, I receive an error: JDBC Driver can't be loaded (really, the message is in spanish).
View 2 Replies
View Related
Feb 6, 2010
How can I connect to Linux (which is in a VM) from the host PC using putty? I can ping the 192.168.1.108 from my host PC. And there is sshd process running on Linux. I choose the SSH to connect, but gives error.
View 5 Replies
View Related
Jul 24, 2011
I've AMD64 system with Ubuntu 11.04 installed. It's been rough ride for me to install oracle-xe-universal. I've already spent more than 2 days on this. Still unsuccessful.
1) First I downloaded the packages libaio_0.3.104-1_i386.deb and oracle-xe-universal_10.2.0.1-1.1_i386.deb
2) Then I ran
sudo apt-get install bc (ran fine)
sudo dpkg -i --force-architecture libaio_0.3.104-1_i386.deb (ran fine)
sudo dpkg -i --force-architecture oracle-xe-universal_10.2.0.1-1.1_i386.deb
(gave me dependency error for libc6 (>= 2.3.2), I modified the control file to remove dependency and rebuilt the package) (now worked fine) Oracle xe is now installed. Then I tried to start the DB it started but it's HTTP client never started. So I decided to uninstall the oracle-xe=universal. None of the sudo apt-get remove oracle-xe-universal command's didn't worked for me. So i went for manual uninstallation directions as per oracle link.
I ran the following command-
--Manually uninstalling Oracle 10g--
sudo rm -rf /usr/lib/oracle /etc/oratab /etc/init.d/oracle-xe /etc/sysconfig/oracle-xe /usr/share/doc/oracle_xe /usr/share/doc/oracle_xe_client
Then I again ran the following command to install oracle-xe
sudo dpkg -i --force-architecture oracle-xe-universal_10.2.0.1-1.0_i386.deb
See below what I got as the output-
rocky@ubuntu:~/git/mygit/edas2/libaio$ sudo dpkg -i --force-architecture oracle-xe-universal_10.2.0.1-1.1_i386.deb
dpkg: warning: overriding problem because --force enabled:
package architecture (i386) does not match system (amd64)
[code]....
Even in applications menu I don't see the if oracle has been installed. So i conclude first time installation was ok but somehow http client didn't worked. After manual uninstallation, second installation didn't even loaded/installed the oracle-xe in init.d directory.
View 1 Replies
View Related
Oct 26, 2010
I'm trying to connect one computer to two others in an ad-hoc infrastructure.
[computer 1] ---- [computer 2] ---- [computer 3]
computer 2 is running Linux and has a single NIC wlan0. I want to it to connect to both computer 1 and computer 3 so each computer can talk to the other. No switch is available so it needs to be an ad-hoc setup.
[Code]...
View 1 Replies
View Related
Jun 29, 2010
I would like to configure and SAN disk. But I do not have a physical SAN disk. Is it possible to create and configure a Virtual SAN disk and work on it with virtual machines?I have around 400GB of space in my Laptop.
View 7 Replies
View Related
Jan 23, 2011
I want to connect Fedora 9(laptop-2) to the Fedora 9 GUEST(laptop-1).
1. Which Adapter should I use in VirtualMachine's settings?(Bridged OR Host-only)?
2. How should I do this? i.e. Please tell me the steps.
View 4 Replies
View Related
Dec 27, 2010
I have successfully installed Slackware though in virtualbox.I thought to learn first before falling into any pitfalls. Will do hard disk installation after learning more in virtualbox..But, I see now that I can't connect to the internet in the virtualbox... The host OS is Windows 7 and Virtualbox guest additions are installed and configured too.
View 7 Replies
View Related
Dec 2, 2009
I've installed fedora 12 on my laptop now i would like to install oracle, i need suggessions for installing oracle on fedora 12 and the installation procedure.
View 3 Replies
View Related
Apr 7, 2010
I Have installed oracle 11g release 2 in fedora 12 but after completion of the installation there is no launch shortcut has generated nor any where any icon for launching oracle is given so now how can i run oracle.
View 3 Replies
View Related
Jun 18, 2010
Have not done this before. What is the best way to install the Oracle client for 10g on a Fedora 13 machine?
View 4 Replies
View Related
Jan 25, 2011
Can someone give me instructions/guide on how to install Oracle Developer Suite 10g on Fedora 14.
View 1 Replies
View Related
Mar 20, 2011
I have this old Toshiba Tecra 730CDT laptop, pretty useless with it's 150MHz Pentium processor and 48MB RAM. I am considering to throw it out for good. But, before I do it, I wanted to hear maybe it is still possible to use it:
1) perhaps there is some really thin linux distro that would let me to connect to a virtual PC on a server, transmit the mouse and keyboard events, and get the image and sound streamed back.
2) Maybe there is some other smart use of such gear, like installing it in car or something. I doubt it though, because it's heavy (8lbs~3.6Kg), bulky and energy-inefficient. But still... it's so hard to accept that such smart pile of electronic must go to the junk yard.
View 1 Replies
View Related
Apr 26, 2010
I installed Oracle Enterprise Linux on Virtual Machine.
I try now to connect to internet through this VM but i cannot.
How can i make connect?
View 7 Replies
View Related
Mar 17, 2010
I installed VMware player and installed windows xp on it, but i can't connect it to the internet. I tried NAT mode and when i click connect, it shows me the error "Could not connect Ethernet0 to virtual network /dev/vmnet8" . If i select bridge mode instead, it connects successfully but i am not able to get an internet connection then and can't ping any ip except 192.168.1.1 .
View 3 Replies
View Related
Sep 5, 2010
Any body can give me the step by step instruction how I can install Sun virtual box in Fedora 12 64Bit edition. I am using the folloeing hardware.
Server: Dell PowerEdge 1950
RAM: 16 GB
Processor: Zion Multicore
HDD: SAS 132GB
View 1 Replies
View Related