Sybase ADDICT

Sybase tips, howto and technical informations – All in a blog !
  • Home
  • Sybase Downloads
  • Sybase Related Links
  • Sybase Jobs


  


  • ASE v15.0.3 on Linux Slackware, libpam issue…

    May 24th, 2009 @ 5:10 PM by Jean-Francois LEBON | 2 Comments

    Sybase ASE (Adaptive Server Enterprise) can now be installed easily on Linux distribution running kernel 2.6.x.

    So i tried to install ASE 15.0.3 ESD1 on my favorite Linux: Slackware 12.2. Why Slackware ? Because it rocks !! In my opinion, the best Linux distribution ever, and 64 bits release came out recently.

    But this come with a little issue… Sybase ASE need PAM to be installed.

    Otherwise it will not start. And guess what ? Slackware does not come with PAM. Well, the truth is you don’t really need the all PAM package to start ASE, you just really need the PAM libraries.

    Install PAM libraries is easy:
    - just download the PAM library sources at http://www.kernel.org/pub/linux/libs/pam/library/
    - unzip and untar the file

    and start compilation:

    ./configure
    make
    make install
    

    Now you can start ASE on Slackware Linux ! You know what ? I’m happy now :-)


    Tags: ase, howto, linux, sybase, Sybase Adaptive Server Enterprise, tips

  • Find tables with identity columns

    May 23rd, 2009 @ 9:28 PM by Jean-Francois LEBON | 1 Comment

    Quickly find out the database’s tables having identity columns:

    select object_name(id) as "tablename",name as "column_name"
    from syscolumns where status =128
    go

    Enjoy ;-)


    Tags: ase, howto, sql, sybase, Sybase Adaptive Server Enterprise, tips, transact-sql



Categories:

  • Review
  • Sybase Adaptive Server Enterprise
  • Sybase Adaptive Server IQ
  • Sybase Articles
  • Sybase HowTo
  • Sybase News
    • End of Life Notice
    • General News
  • Sybase Replication Server
  • Sybase Tips & Tricks
  • Sybase Transact-SQL Code
  • Videos/Podcasts/Webcasts

Quick Links:

  • Sybase quick refence
  • Sybase Bookmarks
  • Sybase Team Forums
  • Sybase Inc
  • International Sybase User Group
  • CodeXchange
  • SQL Anywhere question and answer
  • Sybase Jobs [US]
  • You need a Sybase DBA

Archives:

  • February 2011
  • January 2011
  • October 2010
  • August 2010
  • May 2010
  • April 2010
  • March 2010
  • February 2010
  • January 2010
  • December 2009
  • September 2009
  • July 2009
  • May 2009
  • April 2009
  • January 2009
  • December 2008
  • October 2008
  • September 2008
  • May 2008
© Sybase-ADDICT.com - All Rights Reserved. Entries RSS Comments RSS sybase addict