Previous Topic: Review the Prerequisites for a Sybase MartNext Topic: Transact-SQL Commands


Create a Sybase Database

The DBA and the system administrator responsible for installing the software on a Sybase database management system perform the following tasks:

  1. Use a graphical user interface (GUI) tool, ISQL (all versions), SQL Administrator, Sybase Central Java, or Enterprise Manager to create the mart database. If a GUI tool is not available, use ISQL to type the appropriate commands manually.

    Your database must meet the following criteria:

  2. Verify the Stored Procedure Cache.

    Set the Stored Procedure Cache size to at least 8 MB. Setting it higher improves performance, especially when many users are accessing the server concurrently. Setting it lower results in fatal errors and rollbacks when the Stored Procedure Cache size is exceeded.

    Note: The installation creates more than 100 stored procedures. The client invokes these stored procedures to control changes to the data in the database.

  3. Verify tempdb size.

    Significant temporary space is required for installation and use. The temporary segments need at least 16 MB of available space. Increase the available space as the number of concurrent users increase.

  4. Verify the memory allocated to the database server.

    Allocate at least 32 MB of RAM to the database server. The amount of RAM allocated is ideally half of the available RAM on the server.

Back to Top