Accessing remote sybase database on unix/linux machine thru telnet

How can i access a sybase database server thru telnet....using java code. i am writing a client for windows...Also the Sybase server is on a unix or linux machine.............please elp me out ...its urgent..

Why do you want to access it through telenet.
If you want to access/manipulate data in the database use JDBC with a driver for Sybase (Which you will be able to find if you do some googling)

Similar Messages

  • How to start a particular database in unix/linux

    Hi,
    Could any one tell me how to start a particular database in Unix/Linux assuming that my server consists of 10 databases.
    Can we use LSNRCTL tool for this??
    Regards,
    Nagarjun.

    > Could any one tell me how to start a particular database in Unix/Linux
    assuming that my server consists of 10 databases.
    There is something very wrong in basic understanding of Oracle RDBMS architecture, when running 10 Oracle instances on a single server.
    10x temp space. 10x redo space. 10x SGA. 10x system processes footprint. This is NOT how one scales Oracle and NOT how one uses Oracle optimally.

  • Unable to start Oracle DataBase 11g on Linux machine

    Hi friends,
    Issue : NOT able to start the Oracle Data Base 11g on Linux machine
    I've successfully installed Oracle-DB-11g on my Linux machine.
    Note : I haven't declared or exported any variable(s) , actually I'm not sure how and where to do this.
    Can someone look into my issue , and please let me know if i have to export any variables and how/where?
    Thanks

    Hi;
    You need to set your env. or put them in .bash_profile file
    Please see
    http://www.oracle-base.com/articles/11g/oracle-db-11gr2-installation-on-oracle-linux-5.php << section Additional Setup
    Regard
    Helios

  • SCEP 2012 Definition Updates for Linux machines thru SCCM

    We have a situation where SCEP definition needs to be updated on Linux machines which don't have access to internet.
    All I have read is that SCEP functions as stand alone for Linux & Mac machines. Can someone guide thru how do SCEP definitions get updated on Linux machines that are not connected to internet.

    Pls check the below link
    http://www.niallbrady.com/2013/02/22/how-can-i-deploy-system-center-2012-endpoint-protection-definition-updates-from-a-unc-file-shares/
    Thanks, Prabha G

  • Analysing SAP Java Memory Usage in Unix/Linux

    Hi,
    I need to analyze the SAP Java memory usage of Unix /Linux machine..NW 7.0
    Please guide with the commands and steps..complete prcedure.
    Based on it I should decide whether to create a new server node (or) increasing heap size
    Thanks in advance

    Hi,
    Do you have performance problems?
    How many CPU's are in the server?
    Did you check Log Configuration for delays or errors?
    Did you tune any exisiting parameters?
    You can add the nodes only if there is performance problems. You may think of adding one node to start with
    Proper number of server nodes within an instance:
    u2013 #ServerNodes = availableMemory / (JavaHeapPermSpaceStack)
    You can calculate the server nodes based on below formula
    No. of server Node = (RAM you want to assign or available RAM in GB)/2.5 ============> for 64-bit system
    No. of server Node = (RAM you want to assign or available RAM in GB)/1.5 ============> for 32-bit system
    Hence as per above discussion, we should go with 5 server nodes means,
    5 = RAM/2.5 (Assuming you are on 64-bit platform)
    i.e. RAM = 12.5 GB
    2). u2013 Configure JVM heap according to Note 723909 and Note 1008311 - Recommended Settings for NW 7.0 >= SR2 for the AIX JVM (J9)

  • Auto discovered Linux machines platform value is showing as Windows. Need help

    Hi All,
    In my infra, we have set the discovery policy as AD & IP range. All the machines are getting discovered, however in platform tab of Unix/Linux machines shows as 'Windows', and due to this we are unable to license the machines.
    Please help.
    Regards
    MPS

    Post on this forum instead, bigger chanche that you'll find a PRO*C expert there.
    C++ Call Interface (OCCI)
    -Andy

  • Sybase database licensing restrictions

    As explained in the SAP notes 581312, 38403, 890379 related to software licensing that warn about software adaptations to the Oracle database delivered within SAP among other licensing topics, I want to know if there is a license restriction for the SAP systems based on a Sybase DBMS.
    Is it a recommended practice to access the Sybase database delivered within the framework of the SAP software, without using ECC? since I can't find any related documentation about Sybase.
    Any SAP note, SDN thread, URL or document would be useful.
    Thanks.
    Regards,
    Carlos Tolosa

    Thanks REO51ST.

  • Networking with a Linux machine

    Thoug I can easily access the sites in my sites folder from my iBook using the "../~myname" approach, this doesn't seem to work if I try to access my iMac from the Ubuntu Linux machine. Typing in the network address of my iMac into Firefox, accesses the Apache page and Linux recognises the iMac's name, but adding "/~myname" gives an error message about not recognising the server. Since the Apache seerver is already there, what do I need to do?

    Okay, I started qemu with
    qemu-system-arm -kernel archlinux-arm/kernel-qemu -M versatilepb -cpu arm1176 -hda /dev/loop0 -append "root=/dev/sda5 panic=0" -net nic -net user
    And then from within the VM, I tried to ping 8.8.8.8 with no success.
    The output of dhcpd eth0 is:
    [root@james-RPi ~]# dhcpd eth0
    dhcpd[121]: version 5.6.8 starting
    eth0: link up
    dhcpd[121]: eth0: configured as a router, not a host
    dhcpd[121]: eth0: rebinding lease of 10.0.2.15
    dhcpd[121]: eth0: acknowledged 10.0.2.15 from 10.0.2.2
    dhcpd[121]: eth0: checking for 10.0.2.15
    dhcpd[121]: eth0: leased 10.0.2.15 for 86400 seconds
    dhcpd[121]: forked to background, child pid 218
    [root@jamesRPi ~]# ping 8.8.8.8
    PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
    And it just sat there, with no reply, while I typed that ^ all up by hand.
    Running a tracepath just started at 1: james-RPi and gave a bunch of `no reply`s after that.

  • Java App Deploy Axis in Unix/Linux OS to call an external WService

    Hi!
    I would really appreciate some help in this matter.
    I'm developing an application in Java to call a remote .Net Web Service from probably Unix/Linux/Windows 2000/2003 Operating System.
    My question for you is, what requirements do I need to install before I'm able to call a remote web service from Unix/Linux?
    I would like to keep things as simple as possible. The less software I install the better.
    I'm also considering in using c++ instead of Java if the solution is more simpler.
    Thanks

    I reply to myself, if there's someone interested....
    So far, I' ve found 3 ways to approach this issue:
    1) OpenSSH:
    Install an OpenSSH server on WIN side.
    On LINUX side, write a script that opens an OpenSSH transaction and then call the executable; this script is what I call from Runtime.getRuntime().exec()This way, the executable is executed on WIN.
    2) Wine (Windows emulator for LINUX)
    Install WINE on LINUX side.
    Make the executable reachable from LINUX to WIN side (copy/paste or mount the folder) and call Runtime.getRuntime.exec("wine MYEXE.EXE").
    This way, the executable is executed on LINUX (you need to make all DLLs reachable)
    3) RMI
    Write a RMI server as "exe invoker" and deploy it on WIN side.
    Then, replace the portion of code that calls the executable with an RMI client that invoke the RMI server.
    This way, the executable is executed on WIN.
    Finally, I chose this third way.

  • SCOM 2012 R2 UR4 upgrade question - where exactly is the UNIX/Linux agent?

    I am practicing the UR4 on a test |SCOM environment (my first upgrade) and our UNIX Admins have requested the "UNIX/Linux agent" so they can create packages to upgrade the UNIX/Linux agents when the time comes. 
    I have downloaded all the UR4 updates/software. Where exactly is the agent for UNIX/Linux machines?
    I opened the "Update Rollup 4 for Microsoft System Center 2012 R2 - Operations Manager Agent (KB2992020)" folder and I saw the following agents:
    amd64-agent.msp
    i386-agent.msp
    Are one of these the UNIX/Linux agents?
    I know I'm overlooking something here since this is my first time. Any assistance is greatly appreciated.
    Thanks

    Hello,
    After deploy UR4: http://support.microsoft.com/kb/2992020
    Installation instructions for Operations Manager - UNIX and Linux Monitoring (Management Pack Update)
    To install the updated monitoring packs and agents for UNIX and Linux operating systems, follow these steps:
    Apply Update Rollup 4 to your System Center 2012 R2 Operations Manager environment.
    Download the
    updated management packs
          (http://www.microsoft.com/downloads/details.aspx?FamilyID=9f947878-6bf6-48a1-adb1-3cc4c2e5d4af)    
    for System Center 2012 R2.
    Install the management pack update package to extract the management pack files.
    Import the updated management pack for each version of Linux or UNIX that you are monitoring in your environment.
    Upgrade each agent to the latest version by using either the Update-SCXAgent Windows PowerShell cmdlet or the UNIX/Linux Agent Upgrade Wizard in the Administration pane of the Operations Console.
    Regards,
    Regards, Mazen Ahmed

  • Not able to connect linux database instance in another machine

    Hi,
    I have installed oracle 10g database server in Linux, and i created one database instance. and i have added tns entry and listener entry.
    I am to connect the database on that machine. but not in different machine. i am able to access/ping linux machine in another machine also.
    while creating tns entry for linux database instance in another machine using "netca" i am getting this error.
    Connecting...ORA-12560: TNS:protocol adapter error
    The test did not succeed.
    Some of the information you provided may be incorrect.
    Click Back to review the information provided for net service name, or Change Login to change username.
    I verified listener and tns entry ( i think for this listener configuration is enough) also. and database is up.
    If anybody knows why i am not able to connect linux database in another machine. is there any network configurations other than listener configuration.
    Thanks in advance.

    yes i tried to connect with ORACLE_SID, its successful. and using tnsname like you said.
    Instead of using netca to create the tnsnames.ora entry on the second server, copy the tnsnames.ora entry from the DB server. Then use tnsping to test connection :-i done above but not able to ping the tns name, i am getting this error.
    TNS-12560: TNS:protocol adapter error
    ------------------------------------------------

  • Applet in JDK 1.1 accessing remote database

    Hi,
    I'm trying to make an Applet access a remote Oracle Database using Jdbc thin driver. The database and the Web Server are in deferent machines. The browser i'm using is Internet Explorer. But I always get the followin exception:
    Cannot access "remote-machine" at com/ms/security/premissions/NetIOPermissionCheck.
    How can I solve that?
    Thank you,
    Nei

    Another interesting thing is, the applet ( jar) that is signed will display the security dialog if I connect from a client that has java plugin 1.4 ( jsdk 1.4) or if I copy it and run it on a j2sdk1.4 machine. I checked the java.policy files on both 1.3.1 machine and 1.4.1 and they are the same.
    TIA
    Krishna

  • Access remote database in desktop application

    Hi friends,
    I am developing an desktop appication in that I have to access the data reside in another machine.
    how can do this through java.
    how to set url for this.
    since normally we will use the jdbc:odbc:......
    for access remote machine database.
    plz give the procedure in brief.
    Raj with reg.

    What?
    It all depends on what database you are using, and which driver you are using.
    Please google on jdbc and your database name.
    Kaj

  • PERFORMANCE while accessing remote database DB2 on AS/400 using WAS

    Subject: PERFORMANCE while accessing remote database
    We have IBMWebSphere Application Server Standard Edition 3.5.3 running on
    AS/400 iSeries Server (V4R5, test)and local DB2 Database.
    I am using AS/400 Developer Kit for Java JDBC Driver(type2, com.ibm.db2.jdbc.app.DB2Driver)
    to talk to local database. The performance was very good.
    When I try to access remote database (every thing same as local) which is on another AS/400
    machine of V4R4 (we use it for production, remote database) using IBM Toolbox for Java JDBC driver
    (com.ibm.as400.access.AS400JDBCDriver, type 4 driver), I can see 30to40%decrease in performance.
    Here we have WAS on previous V4R5 AS/400 machine.
    My questions are
    Is the performance decrease is due to
    1. the driver I am using? if it is Is there any other alternative drivers to access
    remote database to boost performance?
    2. the release difference of local(V4R5) and remote data base(V4R5)
    3. Currently most uses remote database while we do this testing. Is that the cause?
    or Is there any other cause or Drivers etc??? Suggestions and help is most welcome.
    Thank you.

    What about
    4. the data has to travel across the network.

  • Applet unable to connect to a remote linux machine

    I have an applet running on my system. There is a server running on the linux machine. while trying to connect to this server from my applet the following exception is obtained.
    java.security.AccessControlException: access denied (java.net.SocketPermission 192.168.20.244:5222 connect,resolve)
         at java.security.AccessControlContext.checkPermission(Unknown Source)
         at java.security.AccessController.checkPermission(Unknown Source)
         at java.lang.SecurityManager.checkPermission(Unknown Source)
         at java.lang.SecurityManager.checkConnect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at java.net.Socket.connect(Unknown Source)
         at java.net.Socket.<init>(Unknown Source)
         at java.net.Socket.<init>(Unknown Source)
         at org.jabber.applet.connection.ContinuousConnection.connect(ContinuousConnection.java:148)
         at org.jabber.applet.communication.JabberComm.connect(JabberComm.java:129)
         at org.jabber.applet.JabberApplet.logonUser(JabberApplet.java:1016)
         at org.jabber.applet.JabberApplet.logonDialog(JabberApplet.java:645)
         at org.jabber.applet.JabberApplet.logonDialog(JabberApplet.java:633)
         at org.jabber.applet.JabberApplet.init(JabberApplet.java:407)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    from the applet can i connect to the remote server?
    how could the connection be obtained
    thanks in advance
    zeta

    There could be compatibility issues. Refer to "WebLogic Server Compatibility".
    Link: [http://download.oracle.com/docs/cd/E12839_01/web.1111/e14529/compatibility.htm#INRMP118]
    Are you using a JMS bridge between the two domains?
    Edited by: Manish Chellappan on Sep 3, 2009 3:35 PM

Maybe you are looking for

  • Restoring original Blueberry iBook G3 with Mac OS 8.6

    I recently got a Blueberry iBook G3 and need help restoring it. It has all original documentation and CDs. It has 160 MB of RAM and a 3 GB hard drive. It doesn't have an AirPort card. When I try to restore it it boots and loads to a preloaded desktop

  • Need Info on FG_CA in ERMS and TREX

    Hi, Can anyone help me in knowing how FG_CA works and how is input fed to TREX ?The question is in connection to TREX and ERMS. Regards, Niloufer Edited by: Niloufer123 on Aug 25, 2009 11:04 AM

  • SGA Max Size limit?

    Hi, I have Fujitsu mid range Server with 16gb RAM and 64 bit Windows Server 2003,10g R2 db installed, current i have SGA size 4gb.. What is SGA max size limit???? One of my report runs in 24 seconds...*will this issue b solved increasing the SGA size

  • HT4059 Can ibooks that I have purchased be read on PC based computers?

    I have purchased ibooks on my I Pad and would like to know if I can read them on my Windows PC as well?

  • Skype - Cant make group. or add people in a conver...

    Okay so, i can talk too one person @ a time, but when i try to add people, the one person im talking too can only see the grey picture of the person ive added and we cannot use the call button at all, and when they try to add somebody i get kicked ou