Does Oracle support any kind of client and C/C++ pre compiler for VAX OpenVMS 7.3 to connect to a Oracle server? On oracle.com they only have clients for Alpha and Itanium. I am using a simh VAX. And I have a Oracle 11g express database.
Oracle client support for VAX OpenVMS 7.3
498 Views Asked by AudioBubble At
1
There are 1 best solutions below
Related Questions in ORACLE
- sqlplus myusername/mypassword@ORCL not working with Oracle on Docker
- Oracle setting up on k8s cluster using helm charts enterprise edition
- Oracle Managed Data Access Client can't work from IIS but work for local debug environment
- If composite indexing created - indexing is called?
- Oracle Http server ISNT-07551
- why here not creating table?
- Data migration from Oracle Database Clob to GCP Bucket
- SQL Alchemy custom type, forcing blob bind parameter
- How to send message to syslog agent in plsql
- Whatever the data available in previous record it should add to the new record
- I have an Oracle SQL query that is giving me a "ORA-00918: column ambiguously defined" error on a line that is a comment line
- 'ORA-12170: TNS:Connect timeout occurredORA-12170: TNS:Connect timeout occurred' ERROR while working on oracle with laravel
- Is their any way i can open parallel query tabs
- VSCode Libraries not showing for New Java Project
- I can't ssh to my instance, Connection refused
Related Questions in CLIENTS
- Use a Dictionary between different thread in VB.NET
- How do I deploy a project to multiple clients?
- Site gets 1 heavy use day per year - how do i tune for it
- Does node.js is creating an instance of a server for each client?
- Android Socket is showing "Connected" when a Client Request connection but "cant send messages"
- Java Server having many clients connect without bottlenecking
- signalr .net client reconnect error
- A javascript function that sends infos to clients?
- Sockets in .NET - Getting started with a multithreaded server
- Can single CPU core work with multiple clients using Distributed Tensorflow?
- In Ansible, how can I fetch file from multiple nodes and store this in one file centralized?
- C language - Sockets - A chat between two clients (using one server as middle man)
- How do i receive messages periodically from Signalr to all Clients automatically ,without client input?
- Python Multiplexed server using select.select won't accept clients simulaneously
- Looking for PubSub messaging for end-clients on AWS
Related Questions in OPENVMS
- OpenVMS Record Management Services to Linux Replacement Recommendations
- Openvms: Extracting RMS Indexed file t to Windows as a sequential flat file
- How to run script in OpenVMS?
- Character IO for Ada83 on a VAX/VMS system
- How to create a font alias if system doesn't support the font?
- Using Xming to show VMS display and receiving errors about fonts/color
- Can Git be used on OpenVMS?
- fortran get system environment info in openvms
- How to get command line arguments in OpenVMS Fortran?
- Convert Open VMS FDL (File Definition Language) to linux
- Is it possible to install a openvms image (iso) on VirtualBox?
- openvms create file without version extension (;1,etc)
- C# Navigating an OpenVMS Menu using a Telnet Connection
- Convert a VMS HELP file to HTML
- Wait command in DCL before executing next command
Related Questions in VAX
- Open a 'VAX' file in python
- Is there a libc implementation contained in a single C file?
- OS: how does kernel virtual memory help in making swap pages of the page table easier?
- Floating Point numbers on VAX machine
- Unreadable instruction at address
- Using Xming to show VMS display and receiving errors about fonts/color
- Returning a string from a Function (VAX PASCAL)
- How can I migrate an application written in DEC Ada to Windows?
- vms fortran read/write unit designation
- Change prompt in OpenVMS
- sys$cli in VAX/VMS
- Acessing remote SQL server in VAX VMS
- How to read un-formatted data file saved via a VAX FORTRAN code with "map" and "union"
- OpenVMS (VAX) Fortran function returning a character*(*) to C
- How to compile & run programs written in T (a dialect of Lisp)
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You would need to locate some seriously old Oracle distribution.
Oracle release 7.3.4 is the highest Oracle release supported on VAX;
Oracle releases 9.2 and later do not support connecting with Oracle7. Oracle 7.3.4 may or might not connect to 11G express. I doubt it. For sure anything above 9i was never supported. See Metalink ( 207303.1 ?)
Here is a public place which has a snapshot of the support matrix: http://oracleappstechnology.blogspot.com/2008/09/placeholder_08.html
You can only stretch that vax so far...
Cheers, Hein