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,...)
Related
I can't seem to find any information whether Oracle Linux comes with pre-installed Oracle-DB or not.
It does not come pre-installed. Oracle Linux is just an operating system - specifically a clone/derivative of Red Hat Linux - suitable for many uses and not just as a database server. It does come with certain kernel tweaks meant to make it a better database server should you choose to use it for that, and with available RPM packages to help you pre-configure the server for database installation, but not with an actual installed database instance.
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 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.
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
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