Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

Go Back  dBforums > Database Server Software > Sybase > Create Index is hanging

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-08-08, 02:59
umakantmirji umakantmirji is offline
Registered User
 
Join Date: Jul 2004
Posts: 9
Create Index is hanging

Hi,

Iam Using ASE 12.0 on solaris 10.

On my production system create index on a particular table is taking very long time /hanging.

Same script runs without any problem on my test server ( same configuration as production server in device , database size , ASE version and OS version)

There is No entry in log.

Iam able to work with the other tables in the database.


Any solutions/pointers are highly apprciated.

Thanks and regards

Umakant Mirji

Last edited by umakantmirji : 07-08-08 at 03:02. Reason: mistake in typing
Reply With Quote
  #2 (permalink)  
Old 07-09-08, 09:10
sudarao sudarao is offline
Registered User
 
Join Date: Mar 2007
Posts: 54
Uma,
is it a clustered or non-clustered index. check what locks are held on the table after you issue the command. how many rows does the table have. how much of free space do u have in the database. when u say it hangs, does it wait there infinitely. do a sp_who and sp_lock and see if the session is running also check the sysprocesses table for the spid and see if the i/o is changing
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On