Access Oracle On Unix using VMS Client

I am looking for a means to connect a VMS client to an
Oracle database that is running on any open OS
What is the current version support available?
Are there any tools that can be run on a VMS client so as to connect to the Oracle DB.
Thanks

deminpa,
Assuming you have an account on that server and firewall or other networking filters are not in the way, then you should be looking into using SSH or some other modern, secure method of remote connection. I can't imagine that any Oracle server admin would allow telnet connections. If you are not familier with SSH, it is the modern replacement for the very insecure telnet protocol. There are many good SSH tutorials on the web that should get you started.
I have no Oracle experiance so I'll leave it to someone that does to possibly suggest alternative remote connection methods that Oracle provides.
Good Luck,
Tim

Similar Messages

  • How to access oracle R12 applications from windows client

    Hi All,
    I installed R12 oracle applications on Linux through VMWare and every thing was fine now. My database listener, database and applications are up and running. I installed Java and Mozillla and established a soft link on LInux but was not able to access oracle applicaitons from Uniix box. I was seeing if i can do it from windows client. Mine is windows vista and i pinged the ipaddress and its connecting but was not able to access applications from windows client and also from linux.
    Can any one help me accessing applications from windows client and unix box

    Hi;
    I installed R12 oracle applications on Linux through VMWare and every thing was fine now. My database listener, database and applications are up and running. I installed Java and Mozillla and established a soft link on LInux but was not able to access oracle applicaitons from Uniix box. I was seeing if i can do it from windows client. Mine is windows vista and i pinged the ipaddress and its connecting but was not able to access applications from windows client and also from linux.
    Can any one help me accessing applications from windows client and unix box1. Be sure you can ping your linux from your client
    2. Be sure your selinux and firewal disable on linux machine
    3. Add your IP and hostaname to your windows C:\WINDOWS\system32\drivers\etc\hosts file
    4. Add your url to your trusted site on windows
    5. Use IE7 or check below note to can use certified browswer and access EBS
    Recommended Browsers for Oracle E-Business Suite Release 12 [ID 389422.1]
    Regard
    Helios

  • Accessing ORACLE's VARRAY using JDBC

    Hi,
    I have a created a VARRAY type like following in ORACLE:
    CREATE OR REPLACE
    TYPE opr_typ_attrib_val_arr AS TABLE OF VARCHAR2 (255)
    I am trying to access this VARRAY using the following java code:
    ArrayDescriptor arrayDesc = ArrayDescriptor.createDescriptor("opr_typ_attrib_val_arr ", (OracleConnection)connection);
    String arrayValues[] = {"123", "234"};
    ARRAY array = new ARRAY(arrayDesc, connection, arrayValues);
    But in the very first statement, where I am getting the object of ArrayDescriptor, I am getting the java.lang.ClassCastException exception.
    I am using oracle type 4 thin driver. And the above mentioned code I have written in EJB.
    "connection" is a valid connection object.
    Could anybody help me out to resolve this issue.
    Thanks in advance.
    Amit

    Hi,
    With a snap shot of your code it would hv been more easier to pinpoint your problem.
    However this is how I am doing it:
    (the thin driver, classes12.zip must be in the classpath)
    --In the Oracle PL/SLQ proc:
    type REC_TYPE is ref cursor;
    FUNCTION spFindBid(
    p_ORDCreateSeq in number,
    p_RAT in number,
    p_prdID in number,
    p_ACCTID in number,
    p_LAMT in number) return REC_TYPE
    IS
    rc REC_TYPE;
    begin
    open rc for
    SELECT * from table_name
    return rc;
    // in the Java code:
    import oracle.jdbc.driver.*;
    //besides other imports.
    CallableStatement cs
    = cn.prepareCall("{? =....}");
    cs.registerOutParameter(1,
    OracleTypes.CURSOR);
    cs.setString(1, "XXXX");
    cs.execute();
    java.sql.ResultSet rs =
    (java.sql.ResultSet)cs.getObject(1);
    //this will return a standard resultSet,
    //as what is recvd when we execute a
    //SELECT via standard, CreateStatement()....
    //loop on it while(rs.next()) to get
    //the dataI am using the 100% Java thin driver.
    I could not figure how to use an OCI 8 driver
    with a Standalone Java program (not weblogic). Could not find a driver as a(.zip/.jar) file. OCI8 has more easier ways of accessing OracleDB.
    rgds
    Jeevan S
    null

  • How to access Oracle Apps from Linux or Unix Client

    I want to access Oracle Apps 11i from a linux client or Unix client, but I don't have jinit for linux or Unix
    regards,
    Jonathan

    Hi,
    That is not a problem just you can get in to linux inet browser and put the hostname.domainname.com:portnumber/OA_HTML/US/ICSINDEX.HTM
    So that you can get the apps sign on screen will be launched up and available to access in to Oracle applications.
    The work could be done in solaris browser and linux browser is possible.
    Thanks and Regards
    Riyaas
    Oracle Applications DBA
    [email protected]
    Kuwait

  • How to access Oracle database using UNIX?

    Hi,
    Does anyone know how to access Oracle database Oracle 8i that is hosted on unix server via unix command line?
    Thanks,
    Willy

    Well, Oracle probably has a command line tool. I think it's called sqlplus or somesuch. Check you Oracle docs.
    Of course, given that this is a Java forum, it's remotely possible that you're actually asking about accessing the database from a Java program.
    http://java.sun.com/developer/onlineTraining/Database/JDBC20Intro/

  • Connect to Oracle 9i server using oracle 11g client

    Hi,
    my oracle 9i server is on unix machine.
    I got new Window 7 64 bit machine for .NET code development(framework 4.0).It is having Oracle 11G installed.I am getting oracle connection error while running .NET application.
    what changes (connection string/tnsnames.ora/others) will I have to do to connect Oracle 9i server using oracle 11g client ?

    Hi,
    Please post the complete error stack you are getting.
    Regards
    Yoonas

  • How to access oracle with any unix user (like root)?

    I installed Oracle 10g on Redhat Enterprise Linux 3.
    I created one oracle user, and installed oracle in oracle users home directory. In oracle user I can access oracle very well. But I can not use oracle with other unix users like root. What kind of permissions I need to set to do so?

    You should never try to connect to Oracle as root, but if you want to connect as any other OS user, you will need to run ChangePerm.sh in $ORACLE_HOME/install in order to do this. It may not be present until you upgrade above the base release (like 10.2.0.3).
    Can not Logon To SQL*Plus as non-Oracle User: Libclntsh.So.10.1: Permission Denied
    http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=420083.1

  • How to access Oracle Apps 11i forms using Vmware Player?

    Hi,
    I have installed Oracle Apps 11i on native OS OEL5 Server and guest OS Windows XPP using Vmware Player.Now how to access Oracle Apps 11i forms from Windows XPP using Vmware on my OEL5 Server Desktop?
    Thank's
    Regard's
    Rerry

    Hi,
    If you mean how to access eBusiness Suite from within the Virtual Machine, then you just navigate to the same URL you normally would. You may need to put the machine alias in your hosts file if you are referencing it via machine name rather than IP address.
    If you mean that you want to load the form in forms builder (for example) then you need to FTP the form from server to client (as you normally would) and then open it in your client (XP virtual machine).
    If you want to use Workflow Builder (as per your original requirement) then you need to ensure that the TNSNAMES.ora file in the Workflow Builder home has an entry for your instance on Linux, and then you should be able to connect to the database directly.
    HTH,
    Matt
    WorkflowFAQ.com - the ONLY independent resource for Oracle Workflow development
    Alpha review chapters from my book "Developing With Oracle Workflow" are available via my website http://www.workflowfaq.com
    Have you read the blog at http://www.workflowfaq.com/blog ?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

  • Access Oracle 9i from a Client Application without Oracle Client Install.

    Is it possible to access an Oracle Database from a Client Application without having an oracle Client Installation ?
    I want to write a program that connect to an Oracle Server. I use Borland C++. But my Programs only works with having the Client Oracle Software installed on the Client. Is there any way to realise this ?

    The way that 99% of the people that want to do this manage is to write Java code that connects to the database via JDBC, using Oracle's thin JDBC driver.
    If you absolutely have to use C++, you can purchase thin ODBC drivers from third parties (DataDirect for example) that will connect to the database without the Oracle client. I'm not aware of any thin, free ODBC drivers.
    Justin

  • How to access the Oracle from Unix when SID is not provided?

    How to access the Oracle from Unix when SID is not provided.
    User Name : xxx
    Password : yyy
    SID : SID
    I use to access it using below command from Unix prompt:
    sqlplus xxx/yyy@SIDNow since I dont have SID, how to access the Oracle DB from Unix Box?
    User Name : xxx
    Password : yyy
    Service Name : zzz
    Regards,
    Sunny.

    Hi Ajay
    Thanks for the suggesstion :)..It worked as well.
    The Actual problem was in the "tnsnames.ora" file where in I need to make entry for the new SERVICE name.
    Now I am able to connect it properly.
    Regards,
    Sunny.

  • Code for using thin client over connection pool to access blob and clob

    Hi,
    Currently I am running WL5.1SP12 with oracle thin client 8.1.7 to access blob
    and clob data. As the performance for concurrent users is very bad, I like to
    use the thin client over a connection pool to access the blob and clob instead.
    My question is whether this is possible and if so does anyone have a sample code?
    Thanks.
    This is urgent as the site has to roll out in 2 weeks..
    Rgd,
    Jason

    See http://e-docs.bea.com/wls/docs61/jdbc/thirdparty.html#1043705.
    "Jason" <[email protected]> wrote in message news:3eba851f$[email protected]..
    >
    Hi Stephen,
    Thanks for the reply. Can I confirm that what you are saying is that in release
    6.1 I am able to access blob/clob data via thin client over connection pool?
    Rgd.
    Jason
    "Stephen Felts" <[email protected]> wrote:
    Blob/clob support through the connection pool came in with release 6.1.
    "Jason" <[email protected]> wrote in message news:[email protected]..
    Hi,
    Currently I am running WL5.1SP12 with oracle thin client 8.1.7 to accessblob
    and clob data. As the performance for concurrent users is very bad,I like to
    use the thin client over a connection pool to access the blob and clobinstead.
    My question is whether this is possible and if so does anyone havea sample code?
    Thanks.
    This is urgent as the site has to roll out in 2 weeks..
    Rgd,
    Jason

  • Permission required to access oracle client service names

    Hello,
    I  actually have a problem with accessing oracle client service names in Crystal.
    The problem is:
    I installed crystal reports 2008 and installed oracle client on a machine (I used an account that is a local administrator of the machine during installation) but the problem is that the users who are going to access crystal are standard users and they couldnu2019t access the services in oracle client and when they try to refresh the report they get the following error
    "Failed to load database information. Details: the DB connector 'crdb_oracle.dll' couldn't be loaded. the correct version of the database client for this database type might not be installed"
    I gave the users permission on the two folders (C:\program files \Common files \) and RegEdit : (C:\Windows \ System 32\) but the problem wasnu2019t solved so I made them local administrators and the problem was solved but I donu2019t want to make the users  local administrators on the machine , some people told me that I have to install oracle client with the user who will be using crystal but the problem is that two users will be working on the machine not just one and they have two different accounts and when I tried to give the users full control permission on oracle folder , the problem wasnu2019t solved, So I wanted to know if any one faced a similar problem and how to solve it without making the users local administrators.
    Thanks in advance.

    Hello,
    It appears you have everything installed and configured for Cr to work so it looks like it's a DB issue.
    What do you see in the logs if you enable logging on the Server? Are your requests even getting to the Server from CR under the user account?
    Test it using the admin and then the user account.
    You could try checking on the option to use Trusted Authentication in the database log on windows of CR. This should pass the users PC log on credentials to the Server.
    Thank you
    Don

  • Advantages of using Oracle with Unix over Windows server

    Hi there,
    I want some article/document which depicts the advantages of using Oracle with Unix (say HP-UX or Solaris backend). Actually the plan is to use some Data Warehousing applications using Cognos Poweplay, ReportNet and either Decision Stream of Cognos or Oracle Warehouse builder may be used as ETL tool. For Data mining applications we are planning to use SPSS Clementine. The Data volume will be substantial one. At present we are developing some prototype in Windows 2003 advanced environment. We are plaiing to use Risc server and RAID-5. Pl. advice some ideal architecture for us, as you know, it's typically a Govt. level application data (mostly archival data). The reports will be published using Report Net, Adhoc query etc, OLAP analysis will be done using Powerplay.
    Regards,
    Anupam Basu

    Hi there,
    I want some article/document which depicts the advantages of using Oracle with Unix (say HP-UX or Solaris backend). Actually the plan is to use some Data Warehousing applications using Cognos Poweplay, ReportNet and either Decision Stream of Cognos or Oracle Warehouse builder may be used as ETL tool. For Data mining applications we are planning to use SPSS Clementine. The Data volume will be substantial one. At present we are developing some prototype in Windows 2003 advanced environment. We are plaiing to use Risc server and RAID-5. Pl. advice some ideal architecture for us, as you know, it's typically a Govt. level application data (mostly archival data). The reports will be published using Report Net, Adhoc query etc, OLAP analysis will be done using Powerplay.
    Regards,
    Anupam Basu

  • How to make Oracle Developer Suite use different Oracle client version

    Hello,
    I have installed Oracle Developer Suite 10g (9.0.4) on Win7 32bit
    When I run Oracle Forms or Oracle Reports or any DB tool (like SQL Navigator or PL/SQL Developer) and trying to connect to remote Oracle DB 10g (10.2.0.5.0) I get an error ORA-02248: invalid option for ALTER SESSION.
    Then I've installed Oracle Instant Client 10.1.0.4.0 and made DB tools use this client and error was gone, but I still get that error using Forms and Reports.
    So my qustion is, can I make Oracle Forms and Reports use any other Oracle Client but that was installed with Oracle Developer Suite? Or any other suggestions are welcome how to fix connection issue in Forms and Reports?
    I have read many threads and some suggested to set NLS_LANG. Done that, but it didn't help :(

    The better question is why are you trying to use an obsolete Oracle product on such a new OS and expecting it to work properly? Are you also using MS Office 95 on this machine? Attempting to hack a solution is fine if you are just learning to use a product or just playing around. However, I would never recommend attempting to do what you are doing.
    Oracle Forms 9.x was desupported years ago, long before Windows 7 was released. Trying to use it in this manner is risky at best and not something that should be done in a professional environment. If you are a student or just home user trying to learn on your own, I would recommend that you use a virtualization product like Oracle Virtual Box and create a vm of an older OS. For example XP, then install on that platform. If you are a licensed user of Win 7 Pro or higher, I believe Microsoft is still giving away (for free) "XP Mode". Details here:
    http://www.microsoft.com/windows/virtual-pc/download.aspx

  • Client access to Server application using Web Server

    Hi there.
    I'm working on a LabView application that controls several devices, read data from them and show their measures on the front panel, using different graphs and indicators. All the items defined in the project and the collected data is stored in a SQL Server database. The application includes another module ("Reports Module"), which consists of several windows (VIs Front Panels) where queries to the SQL Server database are made and displays lists of the selected data. This module can be accessed by the main menu of the software.
    Our intention is to deploy the application in a PC placed in the working site (server), and access the registered data using remote PCs (clients). The idea is to access the "Reports Module" via web.
    For this purpose, we are using the Web Server feature of LabView. The main VI of the "Reports Module" is defined with "Reentrant execution" (so that it can be accessed by multiple clients), and we create an HTML document of it using the Web Publishing Tool. We make an executable of the application (using the Application Builder) and, to create a Web Server in the deploy machine, we make use of what is stated in the following link:
    http://digital.ni.com/public.nsf/allkb/7F95D43D3F50FCAC8625710E000068E1?OpenDocument
    The problem we find is that when the main application is running in the server computer, if we access the "Reports Module" and begin selecting the queries options through its different windows, the same windows are opened in the server computer screen, so that it's difficult for an operator to control the main application on the server side if someone its accessing simultaneously through a remote client.
    Is there a way to do prevent this behaviour?
    Could you suggest me a different method to accomplish what we intend to do?
    Thanks in advance.
    Regards,
    Francisco

    I played with remote front panels a really long time ago snd it was nothing but problems. I hear they have improved but what I did was abandon them for an extJS application to do what you are doing. It is now called Sencha. Sorry but I can't help with a pure LabVIEW solution.
    =====================
    LabVIEW 2012

Maybe you are looking for

  • On Dreamweaver CC how do I get to the css rule definition box?

    On the other Dreamweavers when I wanted to edit a css, I selected the css and clicked on the pencil icon to open the css rule definition box. The only way I find to get acess to the css rule definition box on the new CC is when I am creating a new di

  • BBM problem with 8530

    Hi.  I have used BBM in the past with a couple of friends that also have the Blackberry Curve phones.  My husband just got a Storm and we are trying to set up BBM so that we can use it.  However, requests are listed as pending authorization, but no o

  • Syncing iPad to apple tv

    How do you sync iPad to apple tv

  • Character not rendering as it should

    I'm running OS X 10.9.2 on my MacBook Air and I'm having problems inserting a particular character into documents. In Character Viewer, it is U+2263, "STRICTLY EQUIVALENT TO", and it displays as three horizontal, parallel lines. However, when I inser

  • Font size appear reduced from original document?

    Hi all-- The fonts appear at least 1/2 pt. smaller in the PDF that I am generating than in the original word document. Is there any way to preserve the size of the original in the PDF output?