|
More site info...
|
|
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.
|
|
|
|
|
Posting activity on Sybase:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
52
|
108
|
273
|
|
Post:
|
81
|
169
|
493
|
|
|
Sybase Posting activity graph:
|
Top authors during last week:
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...
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.
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...
user's latest post:
Guest account
Published (2009-11-09 00:30:00)
Thanks Derek, was really ilustrative;
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.
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
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.
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...
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...
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::
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_...
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. ...
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 ...
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.
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.
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 ...
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
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 ...
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 ...
|
|
Hot threads for last week on 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.
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 ...
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 ...
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
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.
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 ...
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.
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
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.
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 ...
|
|