Is there an Oracle VPN client for Linux (64-bit) ?

Does anyone know if there is an Oracle VPN client for Linux (64-bit) ?
Where to get it ?
How to install it ?
thanks!
Greg

Perhaps OpenVPN will work for you. Unfortunately you did not provide any OS information and VPN requirements.
You can find help to install and setup OpenVPN in Google. You might want to check the Fedora EPEL repository http://fedoraproject.org/wiki/EPEL to install the software using standard yum in Enterprise Linux.

Similar Messages

  • Oracle 8 client for Linux

    I really need to find the Oracle 8 client for Linux. It isn't available anywhere on Oracle's site. Is there an alternate way to get it? I need a modern PHP to be able to connect with an Oracle 7 database. It is not currently an option to upgrade the Oracle database, as much as I would love to do so.

    8.0.4 for linux does not exists nor you need it to connect to a 8 database.
    Just install the 9i client (available at OTN) and recompile your cgi's.
    Saludos

  • Is there really a Cisco VPN client for Linux? _Really?_

    Hello folks,           
            I've finally after almost experiencing a brain aneurysm by trying to think too hard got my Cisco 881-SEC-K9 router properly configured for a multipoint IPSec VPN tunnel to my Amazon Virtual Private Cloud, so that hurdle is finally passed and I actually feel it was a very important milestone in my life somehow. I never thought I'd see the day I actually got my hands on a legitimate Cisco non-stink... erm.. I mean, non-linksys router. Now I just can't seem to find a 'client' VPN program for Linux. I'm currently running a Xen Hypervisor environment on openSUSE Linux because it's the only Linux distribution that completes all of my strenous requirements in a Linux server environment. It's also the most mature, and secure Linux on this planet, making it the most appreciable Linux distribution for my research needs.  Using NetworkManager is not really an option for a basic Linux server environment, and OpenVPN is just too confusing to comprehend for my tiny little head.  I've heard mention of some mysterious "Easy VPN" but after hours of digging online can't find any information about it, even the Cisco download link leads to a Page Not Found error.  I do see a Linux VPN API for the AnyConnect program, but is that an actual VPN client, or just an API?  It seems to want my money to download it but I don't have any money nor do I really know what it is because it's all secretive-like, closed source, and I can't even find a simple README file on it explaining what it is exactly.  I'm just an out-of-work software developer trying to connect to my home router for personal use and I can't really afford to fork over a million and a half dollars for a single program that I'm only going to need to download once in my lifetime that should have been included with the router in the first place. I more than likely won't even be able to figure out how to use the program anyways because I don't know anything about VPN connections which is why I bought this router so I can try to figure it all out as part of the not-for-profit open source, volunteer research I'm presently trying to conduct.  Is there some kind of evaluation or trial period for personal use? That would be really nice so I could at least figure out if I'm going to be able to figure it out or not.  I hate throwing money away when it's in such short supply these days. There's really no alternative to a Cisco router.  It's an absolute necessity for the things I'm trying to accomplish, so trying to settle for something else and going on with my life is not really an option. No, this is something I just need to face head on and get it over with.
    <Rant>
           Maybe I have a little too much crazy in me for my own good, but I don't see why it should take so much money just to learn how to do something for personal reference, it's not really a skill I would ever use otherwise.  Wouldn't it be great if Cisco made their VPN client open source and free to the public to use and modify, to improve on, to learn and to grow and bring the whole world closer together as a community? Even the source code to the old discontinued Cisco VPN client could be used as a valuable learning tool for some poor starving college student or Open Source Software developer somewhere trying to get by on Ramen Noodles and Ramen Noodle Sauce on Toast (don't tell me you never thought about it).  Through the ripple effect, It would drastically improve sales over the course of time, because it would open the door to a whole new market where those who previously could not afford to participate now could. That's the true power of Open Source. It creates a more skilled work force for the future by openly contributing and sharing knowledge together. What if the next big internet technology and the solution to world tyranny - the solution to end all wars forever - were locked in the mind of an unemployed software developer who couldn't afford to upgrade their cisco router software or access the software they needed because it was closed source and required committing to an expensive service contract to download?  That would be just terrible, wouldn't it?  I guess there's no way to ever know for sure. I suppose I'd be just as happy if some kind soul out there could point me to an easy to use alternative to an always on VPN connection that runs in the background which doesn't require NetworkManager or having to spend days upon days digging through and trying to comprehend either some really poor or extremely complex documentation?  I apologize for all the run on sentences posed as questions, but I've just got some serious mental burnout from all of this, being unemployed is some hard work folks. I could really use a vacation.  Perhaps a camping trip to the coast is in order after I get this working, that sounds nice, doesn't it? Nothing like a good summer thunder storm on the ocean beach - far away from technology - to refresh the mind.
    </Rant>

    I do tend to talk too much and I don't mince any words either.  What I am however, is really appreciative for the help. I know you hear that all the time, but you have no idea how much time and headache you just saved me.  I think vpnc might be just what I've been looking for, unless someone can think of a client for Linux that I might be able to throw a little further.  I'm very security minded now, after the backlash of Blackhat 2013, there's no telling which direction the internet might head next. Oh, you didn't hear? Well wether they realize it or not, DARPA basically declared war with other government agencies by releasing their own version of a spy program for civilians to use against the whoever -- possibly even the governmnet itself. They even went so far as to suggest it's private usage to blanket entire cities in information gathering. Civilians are a powerful foe, as they are not bound by the oath of office, any evidence they obtain is admissible in court, wether they know that or not. There's a very important reason for that. It's to prevent another civil war from ever happening, we shed enough blood the first time around less people forgot.  It's something that can and will be avoided because our civilization has advanced beyond the need for bloodshed. The courts have to obey the majority rule, no matter what. For the first time in history, cyberwarfare can reach into the physical world to cause serious damage to physical structures like the nuclear facility incident in Iran.  There's scarry bills trying to sneak through congress that are changing the landscape of technology forever for the entire world. We're at a pivotal point now where things can happen. It will be interesting to see how it all plays out over the next decade or so. No matter which way you look at it, just be preparerd to sell a whole lot of routers.

  • Oracle 9i client for linux & PHP

    I'm looking to connect PHP on my linux server to a remote oracle server running 9i. I have been unsuccessful in finding good documentation on this process, as most people are either using windows or connecting to a local server.
    As far as I can tell, you must install the oracle client for linux, then recompile PHP with oracle support. So:
    1) Is this the best method to do this, and if so where can I get an oracle client for linux?
    2) Is there a location where I can get the oracle extension for PHP without having to recompile PHP?

    I believe the extensions are refered to in the php.ini
    and need to be setup.
    ;Windows Extensions
    ;Note that MySQL and ODBC support is now built in, so no dll is needed for it.
    extension=php_oracle.dll
    ;Don't know if this is needed and whether there is a
    ;php_oci9.dll
    ;extension=php_oci8.dll
    which can be found by this:
    extension_dir = "C:\WINDOWS"
    I am trying to perform a similar task, well, sort of. I am running Oracle 9i (9.2.0.1.0) on a Win2003Server machine and do not want to build PHP either.
    Please let me know if you find your answer.
    Thanks
    [email protected]

  • Failed to install php-oci8 with instant Client for linux 64

    Hello,
    I have a 64-bits Linux box with RHEL4, and PHP version has been upgraded from 4.3.9 to 5.1.6. I try to make the connection to remote oracle server.
    I download instantclient-basic-linuxppc-10.2.0.2-20060327.zip , and follow the instruction to
    install it.
    But when i try to install php-oci8*.rpm, no matter which i use:
    php-oci8-5.1.6-1.el5.i386.rpm or php-oci8-4.3.9-2.2.el4.i386.rpm
    The installation always failed due to dependencies errors with oracle instant client.
    I also tried with some other packages like: php-oci8-4.3.9-3.el4.x86_64.rpm
    All my tries gave me dependency errors.
    sometime like:
    error: Failed dependencies:
    libclntsh.so.10.1 is needed by php-oci8-5.1.6-1.el5.i386
    oracle-instantclient = 10.2.0.3 is needed by
    php-oci8-5.1.6-1.el5.i386And I cannt find the right RPM for oracle instant client for linux 64 bits box, and php-oci8 5.1.6 64 bits.
    I have been trying on this problem for more than one week, and so frustrated. I will appreciate if I can be guide on this issue.
    Thanks in advance!

    See my followup to your duplicate post in the PHP forum

  • Is there a 64-bit version of the VPN Client for Vista coming?

    Is there a 64-bit version of the VPN Client for Vista coming for the VPN 3000 series concentrators?

    February 18, 2010
    Due to popular demand, the Cisco VPN Client v5.0.7 open beta is now available!
    In addition to serving as a general maintenance release, the Cisco VPN Client 5.0.7 beta is compatible with Windows 7 & Windows Vista 64-bit environments. 
    A 64-bit specific compatible image is available for installation on these platforms.
    Please have communicate feedback (both positive and problems) to [email protected]
    Key Capabilities available for Beta Testing:
    New Platform support – Windows 7 & Windows Vista 64-bit platform compatibility
    Software Access: http://tools.cisco.com/support/downloads/go/Redirect.x?mdfid=281940730 (under 5.BETA)
    Software is available for download by any customer with a Cisco.com SMARTnet™ enabled login.
    Release Notes will be available next week via a link once the download image is selected.

  • Oracle 91 client under linux ppc

    hello,
    i´m searching for the oracle client for linux on ppc(pseries 630/670/690)
    the cd-set for intel linux is, for sure, not running. there you couldn´t even start the runInstaller.
    so which cd set i have to download. that are always more than 1gb to download. and so trying take much time.
    thanks in advance.

    no, there should be an fileset, because Joel Pérez told me to download one. but not which ;-)

  • How to create a VPN client for Windows Phone 8.1?

    We have our own VPN client for Windows and Android. I would like to create a VPN client  for Windows phone 8.1. After referring these site I found that there are some third
    party VPN plugins available for WP 8.1.
    I checked OpenVPN but it is also not available for WP 8.1.
    Is there any APIs available for creating a VPN client in WP 8.1 similar to
    VpnService provided by Android SDK ?

    The VPN APIs for WP8.1 are not open at this time.
    Matt Small - Microsoft Escalation Engineer - Forum Moderator
    If my reply answers your question, please mark this post as answered.
    NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with undefined
    objects and unknown namespaces.

  • Cisco Jabber Client for Linux

    Are there any plans to have a Cisco Jabber client on linux?

    Mike,
    The larger body of use case and development for Jabber has centered on Windows and mobile iOS and Android devices. That's not to say that there isn't a contingency of customers that want a Linux client but, as of today, there is no "Jabber" client for that platform. However, I've heard this question asked in a few different forums and the answer thus far has typically been one or both of the following:
    1) There is a Jabber SDK, which could potentially be used to custom develop an application.
    2) Use 3rd-party XMPP client (e.g. Pidgin)
    As for an official answer on "will there be in the future" with a yes/no/maybe and/or a possible timeframe, you would need to reach out to Cisco or your trusted partner as roadmap items cannot be discussed without having a non-disclosure agreement in place. That's what Jamie is getting at in his response.
    D. Hailey
    NetCraftsmen, LLC.

  • Oracle Instant Client for Intel MacOS X

    Hi all, this is my first post here (so I don't know if it's the proper place, but to try it is free. Sorry for any inconvenience).
    Anybody, can confirm/explain why, one year after launch, there isn't one available download of Oracle Instant Client for Intel MacOS X?
    Without it's impossible, for example, to compile PHP with OCI support under Intel MacOS X (native mode) and it's really a pain.
    With PPC version existing since ages, wouldn't be absolutely easy to recompile that cool stuff for Intel MacOS X?
    TIA and ciao, Eloy Lafuente :-)

    Hi again...
    just to know a bit more... two months later... how is customer demand going...?
    Have you searched for "macos x instant client intel" ?
    Aren't PHP/Perl/Ruby applications enough?
    I sincerely think it's a big mistake to don't offer native connectivity for MacOS X Intel users... of course, your mistake.
    Some developers, like me, will stop developing/improving Oracle support in their applications just because they use MacOS X to develop. So, those applications won't run ok under Oracle, no matter where you deploy them.
    With thousands of applications running natively under MacOS X Intel... isn't there (@ Oracle) able to recompile that tiny piece of software to run under Intels... sorry but I cannot believe it.
    I'll email SJ right now! Ciao :-)

  • Oracle Validated rpm for Linux 5.9

    I am looking for the correct oracle-validate rpm for Linux 5.9. There are several out there but I dont know which is the correct one. Any help would be appreciated.

    user8631788 wrote:
    I am looking for the correct oracle-validate rpm for Linux 5.9. There are several out there but I dont know which is the correct one. Any help would be appreciated.Are you looking to oracle's public yum server? Just configure public-yum-el5.repo to enable [el5_latest].

  • Where to download Oracle 11G lib32 for Linux x86-64

    Hi,
    can you tell me where to download 11G 32bit client for Linux 86-64? I need the 32 bit lib.
    Thanks

    Hello,
    You should install the Client which match your platform.
    If you have a Linux *32 bit* platform you should choose this Client:
    http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-linuxsoft-085393.html
    If you have a Linux *64 bit* platform then, you should use the link I sent you on my previous post:
    http://www.oracle.com/technetwork/database/enterprise-edition/downloads/112010-linx8664soft-100572.html
    I'm not sure about Linux, but I know that on Unix, Oracle for 64 bit platform has 2 directories for the Library:
    $ORACLE_HOME/lib      --> 64 bit
    $ORACLE_HOME/lib32    --> 32 bitI guess you may have the same components on Linux.
    Hope this help.
    Best regards,
    Jean-Valentin

  • "Personal Edition" & "Oracle Database 10g for Linux"

    Is there a personal edition for "Oracle Database 10g for Linux" ?

    The enterprise edition download CD will give you the option of installing the personal edition as one of the install options.

  • Updated Instant Client 11.2 for Linux 64 bit is on OTN

    The 11.2 Instant Client for Linux 64bit has been updated on http://www.oracle.com/technology/software/tech/oci/instantclient/htdocs/linuxx86_64soft.html
    It is now at the same patch level as 32 bit.

    I just tried to download these as RPMs. I was able to download the basic rpm but the sqlplus rpm and supplemental jdbc rpms failed. Instead of getting a prompt to save the file, content was displayed by the browser (binary content). It appears as is the mime type was not set correctly?
    Brad

  • Is there any Oracle DB version for VM Ware Arch ?

    Hi All,
    I have installed VMWare workstation in my laptop and i am interested to install oracle DB on it.
    Is there any Oracle DB version for VM Ware Arch ?
    Regards,
    Rameshkumar

    I use VMWare to host Linux and install Oracle DB in the Linux.
    A buddy of mine does the same for Windows in VMWare.

Maybe you are looking for

  • Can't get my ipod out of Disk Mode

    My iPod froze and was not being recognized by my computer. I got it into Disk Mode and now the computer is recognizing it but I can't get it out of disk mode. Any suggestions? Thanks!!!

  • How do I reorganise documents into folders?

    My current version is 5.5.2 (2120) in OS X Yosemite 10.10.3 (14D131) and Im looking to move created documents into specific folders. As a student I regularly create documents on specific topics and in my Pages I have folders for each topic. What I wo

  • Phone is reported stolen every time i do an apple update.

    For the last three time that apple has had an update i run the update hours later my phone stops working i call verizon and they tell me my account was suspended due to the phone being reported lost or stolen.  I purchased my phone direclty from veri

  • How to arrange textfield in vertical way in a panel???

    Suppose I want to arrange textfield text1, text2 and text3 in a panel so that text1 is in the first line and text2 in the second line and text3 in the third. How can I make this? Thank you.

  • Ivr interaction with database

    How IVR interact with database. Any idea? I mean to say mechanism it follows to populate data using IVR system for inbound and outbound calls.