Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Sybase | Forum profile

Forum profile page for Sybase on http://www.dbforums.com. This report page is the aggregated overview from a single forum: Sybase, located on the Message Board at http://www.dbforums.com. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "Sybase" on the Message Board at http://www.dbforums.com is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: dBforums - Database Support Community - Sybase (site profile, domain info dbforums.com)
Title: Sybase
Url: http://www.dbforums.com/sybase/
Users activity: 18 post per thread
Forum activity: 52 active threads during last week
 

Posting activity on Sybase:

  Week Month 3 Months
Threads: 52 108 273
Post: 81 169 493
 

Sybase Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
Derek Asirvadem
26
user's latest post:
Present data in a new table er...
Published (2009-11-12 04:37:00)
(The problem has nothing to do with table1 vs table2; just table2 and "how to get the report" you want, correct ?) You do not need to implement anything "fixed" or preconfigure anything. Forcing a main/sub breakdown by key is not necessary (it is a relational db, all columns are available via SQL). You need to Pivot the table, which is not too difficult, and will handle any data volumes. There are many...
owais khan
6
user's latest post:
Sybase database craetion error
Published (2009-11-10 05:52:00)
Hi , Adding to the above if u are not mentioning size in create database command thn it will take the value as set from config parameter "default data size".So check wht is the value set . ya it should be greater than the size for model database.
Neevarp
6
user's latest post:
Query on text datatype
Published (2009-11-13 11:13:00)
Hi all, I am having user defined datatype, whose storage type is "text". I am unable to populate data not more than 32768 chars i.e (select @@textsize = 32768). Adding a new text dataype by default takes only length as 16 (i.e 16*2K = 16*2*1024 = 32768). Is there any way that i can set the lengh column to 32, so that the current column of that datatype accepts more characters. 1> sp_help T_SIGMA_FILE_TYPE 2> go...
bkiddo
5
user's latest post:
Guest account
Published (2009-11-09 00:30:00)
Thanks Derek, was really ilustrative;
ftmjr
5
user's latest post:
How do I use the "JVM...
Published (2009-11-11 11:04:00)
Derek Asirvadem, Please keep in mind that other users are reading this post. They are not interested in your personal grudge or opinion. Please send constructive feedback only... Please read the forum rules and abide by them.
pdreyer
5
user's latest post:
InstallShield Wizard fails (with...
Published (2009-11-12 04:14:00)
I sugest you set JAVAHOME=<the_path_to_the_java_version_required_by _intall> then PATH=$JAVAHOME/bin:$PATH
jannovak
3
user's latest post:
ERROR : During redo the page...
Published (2009-11-07 12:50:00)
I would guess that it is caused by corruption in the database transferred to dump.
mberggren
3
user's latest post:
Present data in a new table er...
Published (2009-11-11 17:36:00)
Hi all, Here is the case. I want to present my data in a new table or view from another table. table1 (Existing) / main columns presented seq item main sub ... .. . I Want to move main , sub column to a new table or create a view. Don´t wish is the most efficient way. Code: CREATE TABLE custom.table2 ( obj_num INT NOT NULL DEFAULT AUTOINCREMENT, main CHAR (50), sub CHAR (50) ) After this I insert the values to table2 from table1 Code: INSERT...
jmcvicker
2
user's latest post:
Sluggish perormance of ASE
Published (2009-11-06 20:10:00)
The paging is not Sybase's fault on AIX - but rather how memory is managed there between applications and file system management and it initializes to be more beneficial to file systems - it's up to the Unix admin to set the minperm/maxperm/maxclient to fix it. But that's speculation. Ok - missed the one note - he did say OPEN CURSOR. That will be based on the SELECT that he cursor is designed on. WHo knows, could be something...
ishu.cs
2
user's latest post:
Sybase and DB migration
Published (2009-11-10 07:49:00)
I haven't done it for MySQL to sybase but I had done it for SQL to sybase. I guess the process will be same. What I followed in my case is 1. Get the DDL of all the objects ie tables,stored procedures,indexes etc. of the Source Database 2. Get the data of all the tables in plain text files(in case of sql and sybase there is a utility BCP) 3. Create the database on target server. 4. Execute all the DDls on target DB. 5. From the plain text...
 

Latest active threads on Sybase::

dBforums - Database Support Community
Started 1 day, 23 hours ago (2009-11-13 11:13:00)  by Neevarp Neevarp is offline Registered User
Hi all, I am having user defined datatype, whose storage type is "text". I am unable to populate data not more than 32768 chars i.e (select @@textsize = 32768). Adding a new text dataype by default takes only length as 16 (i.e 16*2K = 16*2*1024 = 32768). Is there any way that i can set the lengh column to 32, so that the current column of that datatype accepts more characters. 1> sp_...
Thread:  Show this thread (2 posts)   Thread info: Query on text datatype Size: 1,007 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Query on text datatype :: Sybase :: dBforums - Database Support Community"
dBforums - Database Support Community
Started 3 days, 5 hours ago (2009-11-12 04:37:00)  by Derek Asirvadem
(The problem has nothing to do with table1 vs table2; just table2 and "how to get the report" you want, correct ?) You do not need to implement anything "fixed" or preconfigure anything. Forcing a main/sub breakdown by key is not necessary (it is a relational db, all columns are available via SQL). You need to Pivot the table, which is not too difficult, and will handle any data volumes. ...
Thread:  Show this thread (3 posts)   Thread info: Present data in a new table er view + Update ?! Size: 1,028 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: (The problem has nothing to do with table1 vs table2; just table2 and "how
to get the report" you... :: Sybase :: dBforums - Database Support Community"
dBforums - Database Support Community
Started 4 days, 2 hours ago (2009-11-11 07:27:00)  by ftmjr
I've been racking my head against the wall, but can't seem to find the solution... I've even installed the latest JRE (in a new location), but still seem to have the same problem. Please see the notes below... I installed the latest JRE in /export/home/jvm/jre1.6.0_17/ bash-3.00# /export/home/jvm/jre1.6.0_17/bin/java -version java version "1.6.0_17" Java(TM) SE Runtime ...
Thread:  Show this thread (7 posts)   Thread info: InstallShield Wizard fails (with JVM error)... Size: 2,045 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Took the additional steps (but InstallShield Wizard fails (with JVM
error))... :: Sybase :: dBforums - Database Support Community"
dBforums - Database Support Community
Started 3 days, 23 hours ago (2009-11-11 11:04:00)  by ftmjr
Derek Asirvadem, Please keep in mind that other users are reading this post. They are not interested in your personal grudge or opinion. Please send constructive feedback only... Please read the forum rules and abide by them.
Thread:  Show this thread (4 posts)   Thread info: How do I use the "JVM supplied with InstallShield"? Size: 261 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Please send constructive feedback only... :: Sybase :: dBforums - Database Support Community"
dBforums - Database Support Community
Started 3 days, 23 hours ago (2009-11-11 10:55:00)  by beilstwh
Since oracle does not use AUTOINCREMENT, you must be in the wrong forum.
Thread:  Show this thread (2 posts)   Thread info: Organize data + workflow ? Update column .. Size: 112 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Since oracle does not use AUTOINCREMENT, you must be in the wrong forum. :: Sybase :: dBforums - Database Support Community"
dBforums - Database Support Community
Started 4 days, 1 hour ago (2009-11-11 08:34:00)  by Derek Asirvadem
1 The answer is stated in several places in the manuals, and I cannot be asked to type it out here, try the SAG and look for the section "encyclopedia of tasks" ... separating data and log devices. It may look like a Sybase limitation but it isn't. The requirement is a basic data processing issue, not a Sybase limitation; unlike other rdbms, Sybase just ensures that you are never in an ...
Thread:  Show this thread (3 posts)   Thread info: Why dump tran not allowed for data and log on same device Size: 739 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: 1 The answer is stated in several places in the manuals, and I cannot be
asked to type it... :: Sybase :: dBforums - Database Support Community"
dBforums - Database Support Community
Started 2 weeks, 4 days ago (2009-10-28 04:49:00)  by ishu.cs
I guess there is some problem in your interface file. Check that whether its format is right or not. refer the following link Sybase
Thread:  Show this thread (8 posts)   Thread info: Sybase startup error Size: 240 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: I guess there is some problem in your interface file. Check that whether
its format is right or not.... :: Sybase :: dBforums - Database Support Community"
dBforums - Database Support Community
Started 3 weeks, 5 days ago (2009-10-19 13:15:00)  by pvvsnaveen
Hi, Please note down the timings from ASE error logs. If it is occuring at same time for each day. At that particular time, run sp_monitorconfig "number of locks" and also please try to select * from syslocks and also select * from sysprocesses where suid!=0.sp_lock output will show the spid also. run dbcc traceon(3604) and dbcc sqltext(spid collected from sp_lock output). you will come to ...
Thread:  Show this thread (6 posts)   Thread info: ASE has run out of LOCKS Size: 654 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Hi,
Please note down the timings from ASE error logs. If it is occuring at same
time for each... :: Sybase :: dBforums - Database Support Community"
dBforums - Database Support Community
Started 4 days, 21 hours ago (2009-11-10 12:58:00)  by Derek Asirvadem
owais sysmon is highly readable as it is, and we need the existing format for interpreting reports in themselves. But I think you mean something else ... We have a set of commercial scripts for both sysmon and vmstat, to: • set it up to run properly, to a plan (eg. every hour, for a full hour) • awk the 24 (or whatever) output files and extract sysmon/vmstat metrics • bcp or insert ...
Thread:  Show this thread (2 posts)   Thread info: Script for gathering sysmon output Size: 1,367 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: owais

sysmon is highly readable as it is, and we need the existing format for
interpreting reports in themselves.... :: Sybase :: dBforums - Database Support Community"
 

Hot threads for last week on Sybase::

Sybase
Started 3 weeks, 3 days ago (2009-10-22 04:58:00)  by mike_bike_kite
Do you have any cursors holding any records open? This page may offer some insight.
Thread:  Show this thread (10 posts)   Thread info: Sluggish perormance of ASE Size: 173 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Do you have any cursors holding any records open? This page may offer some
insight. :: Sybase :: dBforums - Database Support Community"
Sybase
Started 1 week ago (2009-11-08 02:57:00)  by Derek Asirvadem
Nothing actually. It depends on how well or how badly your security model is set up. In a good security model, where all users have permissions (roles, or groups in the old paradigm) explicitly granted; and users are explicitly added to the db (to grant access to the db), there is no problem. In fact many security conscious orgs delete guest (user) and public (group). In a medium ...
Thread:  Show this thread (7 posts)   Thread info: Guest account Size: 1,433 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Nothing actually.

It depends on how well or how badly your security model is set up. In a
good... :: Sybase :: dBforums - Database Support Community"
Sybase
Started 4 days, 2 hours ago (2009-11-11 07:27:00)  by ftmjr
I've been racking my head against the wall, but can't seem to find the solution... I've even installed the latest JRE (in a new location), but still seem to have the same problem. Please see the notes below... I installed the latest JRE in /export/home/jvm/jre1.6.0_17/ bash-3.00# /export/home/jvm/jre1.6.0_17/bin/java -version java version "1.6.0_17" Java(TM) SE Runtime ...
Thread:  Show this thread (7 posts)   Thread info: InstallShield Wizard fails (with JVM error)... Size: 2,045 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Took the additional steps (but InstallShield Wizard fails (with JVM
error))... :: Sybase :: dBforums - Database Support Community"
Sybase
Started 2 weeks, 4 days ago (2009-10-28 04:49:00)  by ishu.cs
I guess there is some problem in your interface file. Check that whether its format is right or not. refer the following link Sybase
Thread:  Show this thread (8 posts)   Thread info: Sybase startup error Size: 240 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: I guess there is some problem in your interface file. Check that whether
its format is right or not.... :: Sybase :: dBforums - Database Support Community"
Sybase
Started 3 days, 23 hours ago (2009-11-11 11:04:00)  by ftmjr
Derek Asirvadem, Please keep in mind that other users are reading this post. They are not interested in your personal grudge or opinion. Please send constructive feedback only... Please read the forum rules and abide by them.
Thread:  Show this thread (4 posts)   Thread info: How do I use the "JVM supplied with InstallShield"? Size: 261 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Please send constructive feedback only... :: Sybase :: dBforums - Database Support Community"
Sybase
Started 1 week ago (2009-11-08 03:07:00)  by Derek Asirvadem
Not sure about whether the info is directly accessible from Web Services. However, in ASE, the info is easily accessible. The normal high performance method is to have a set of procs, with "wrappers" if they are accessed from Java or a Web server (not in-line SQL as you have posted, that is s.l.o.w). If you are doing that, it is easy. That is, exec a proc on ASE first, to get the client's ...
Thread:  Show this thread (3 posts)   Thread info: How to get client IP address in HTTP request (Web services) Size: 742 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Not sure about whether the info is directly accessible from Web Services.

However, in ASE, the info is easily... :: Sybase :: dBforums - Database Support Community"
Sybase
Started 1 week ago (2009-11-07 12:50:00)  by jannovak
I would guess that it is caused by corruption in the database transferred to dump.
Thread:  Show this thread (4 posts)   Thread info: ERROR : During redo the page timestamp value is less than old timestamp
from Size: 82 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: I would guess that it is caused by corruption in the database transferred
to dump. :: Sybase :: dBforums - Database Support Community"
Sybase
Started 2 weeks, 4 days ago (2009-10-28 04:42:00)  by ishu.cs
probably you are trying to load in normal startup mode try to start theASE server in master recover mode and then try to load the system databases. By the way there is no need to restore all the system databases on UAT. only some Tables need to BCP in in the UAT. Like restoring model is not required. Explain the whole scenario may be i can help u better
Thread:  Show this thread (13 posts)   Thread info: setting up replica of a Sybase Instance Size: 355 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: probably you are trying to load in normal startup mode try to start theASE
server in master recover mode... :: Sybase :: dBforums - Database Support Community"
Sybase
Started 3 days, 23 hours ago (2009-11-11 10:55:00)  by beilstwh
Since oracle does not use AUTOINCREMENT, you must be in the wrong forum.
Thread:  Show this thread (2 posts)   Thread info: Organize data + workflow ? Update column .. Size: 112 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Since oracle does not use AUTOINCREMENT, you must be in the wrong forum. :: Sybase :: dBforums - Database Support Community"
Sybase
Started 4 days, 1 hour ago (2009-11-11 08:34:00)  by Derek Asirvadem
1 The answer is stated in several places in the manuals, and I cannot be asked to type it out here, try the SAG and look for the section "encyclopedia of tasks" ... separating data and log devices. It may look like a Sybase limitation but it isn't. The requirement is a basic data processing issue, not a Sybase limitation; unlike other rdbms, Sybase just ensures that you are never in an ...
Thread:  Show this thread (3 posts)   Thread info: Why dump tran not allowed for data and log on same device Size: 739 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: 1 The answer is stated in several places in the manuals, and I cannot be
asked to type it... :: Sybase :: dBforums - Database Support Community"