I am working on OpenSuse and need to work with sybase on Windows.
I am intreseted is it possible to shared connection to sybase db installed on Windows in Virtualbox. I mean can other lan users connect to this sybase db?
Anyone who can reach the IP address on which the Sybase server is running, can connect to it. It's that simple.
Related
I have a PC with many connections, all runs correctly.
I received a new PC Win 10, I work via Cisco Any Connect from home.
I install SQL Developer 20.2 and 19.4 (same version of my old PC), I import my connections (about 15), only 2 connections send me "Success" during a test, all the others give me this error:
Failed: no ocijdbc19 in java.library.path
I install also PostgreSQL jdbc and the server is connected correctly.
The difference between the two PC is that in my old PC I had also installed XE and some odbc drivers to use with others products.
Thanks
I am new in this world, and I have been learning oracle database.
I have installed the Oracle Developer Days vm on mac os x,
and it works well.
but I want to work with database in vm locally on mac(not in vm).
How can I do that?
Thanks.
Barry McGillin has an excellent writeup on how to do just that.
If you succeed in vm installation then you can connect internal vm from host mac. So run the sql developer or any other oracle client in mac host machine and connect the oracle database by providing db-host-ip as vm ip address.
Following link help you to understand how to connect oracle database in vm from host PC.
http://praitheesh.blogspot.com.au/2013/10/oracle-developer-day-vm-how-to-use-pre.html
First, my setup:
Mac OSX 10.8
Windows 7 running in VM (VMWare Fusion)
SQL Server 2008 R2 running in VM
Boatload of Python scripts + my highly customized Python installation on the Mac side.
I'd like to be able to run scripts locally on my laptop against a snapshot of our development database, which exists happily in my VM. I'd also like to not have the PITA that is rebuilding my Python installation in the Windows VM.
So the question: how can I access the SQL Server instance running in my VM from the Mac side? To access the production data, I use pymssql, which is based on FreeTDS.
I am running with this configuration, as follows:
Create an additional network adapter for the VM and set it as
"Private to my Mac". The default network adapter created during the VM set-up will be used by Windows to get to the network to which the Mac is attached (Internet, etc.) and this new one you create will be used for communication between the Mac and VM host.
The Mac IP on the virtual network can be identified using ifconfig. In my case it was named vmnet1 with IP 192.168.23.1
The Windows VM IP will, by default, be dynamically allocated. You should go into the network setup in Windows and set a static IP that is on the same network as that of the Mac IP. In my case the Windows network adapter created by Fusion was named Ethernet1. I set this to 192.168.23.100/255.255.255.0. Do not set a gateway address as you do not want routes down this path
Create an entry in the Mac /etc/hosts file for the Windows IP, e.g. "192.168.23.100 mywinsys.local"
Create an entry in the Windows /windows/system32/drivers/etc/hosts file for the mac IP, e.g. "192.168.23.1 mymacsys.local"
Be sure to turn off Windows firewall or otherwise open up necessary ports
Be sure that SQL Server is configured to accept IP connections
https://technet.microsoft.com/en-us/library/hh231672(v=sql.110).aspx
Processes running on the mac can connect to Windows processes with mywinsys.local. Processes running on Windows can connect to Mac process with mymacsys.local
I got win7 home basic and on my VMware i got linux red hat 5.4. I created oracle database on that linux.
I'm asking that : can i connect the that oracle database with VS2010 from my win7 side ?
Is that possible ??
Oracle inside virtualized machine can accept connections. Make sure that networking setting on vm is allowed and that Linux firewall accepts requests for Oracle database (ports are open). I assume that you started database and listener and that you set and use correctly Oracle client side (ODBC,OCI,...)
I am a freshman to oracle,but I have ever used sql server.I realize that there is a graphical console called oem,we can use it from web browser.
the oracle is installed in CentOS 6.3,it is oracle 11g r2.
the os in my computer is win7.
I can access oem in the server machine locally,but I can not access it from my computer using ip address.So what configurations should I do?
my error page like this:
thank you