Getting Started With SYBASE .....


Registering for a Sybase Account

Please see the Sybase Registration Page and follow the directions. If this is the first time you've used the CISE secure web server, accept the web server certificate. While entering your sybase password, the following points should carefully be noted.

  1. The password should be LONGER than 6 characters.
  2. The password should contain at least one special character (#, !, @ etc.).
  3. The password should contain TWO non-alphabetic characters. (digits)
  4. The Sybase password has to be different from the CISE password.

The Sybase password requires 6 hours to get activated before you can start using it. Please be patient and check it the next day. Once your sybase password is activated, try out the following tutorial.


At the unix prompt, type the following:

    source /local/etc/sybase.cshrc
    sqsh
You see the following message
    sqsh-1.7 Copyright (C) 1995-1999 Scott C. Gray
    This is free software with ABSOLUTELY NO WARRANTY
    For more information type '\warranty'
    Password:  <ENTER YOUR PASSWORD HERE> 

If your password has successfully worked here, then you have been able to enter the Sybase database system.

Let us play with some basic sybase commands


Once we have successfully been able to run the above commands, we are now in a position to run some SQL(Structured Language Query) commands to see how a real time database system works. So lets get started with SQL after going through the ISQL and SQSH page.

Back to Sybase Home Page