can't connect to ASE 16 from SCC 3.3
Hello, I am using SAP ASE 16.0 Dev Edition for Linux (Ubuntu). I can connect to the server from terminal using isql, everything works, but when I want to use SCC 3-3 I can't authenticate the ASE...
View Articlehow much CPU (in %) is being used by a database process?
Hello, Is there a way to know how much CPU (in %) is being used by a query that is currently being runninng?or What is exactly using CPU in % from the database level or database processI tried to look...
View ArticleMy identity values has jumped how to set it normal
Please can you someone help me in the steps in setting the identity value backI have the table which has a identity column and it was good untill 2 days back and now suddenly the value has bumped up by...
View ArticleRe: My identity values has jumped how to set it normal
The easiest thing to do is probably to update the value in the rows that are reflecting the bump, then use sp_chgattribute to reset the new burning set value. Start by backing up the database so that...
View ArticleRe: My identity values has jumped how to set it normal
You may want to check out KBA 2122114 - Identity start value wrong after load of database and transaction logs
View ArticleRe: My identity values has jumped how to set it normal
A few additional items ... - foreign keys If the table's identity values make up part of a foreign key in another table then it'll be necessary to update those FK values at the same time. NOTE: Under...
View ArticleRe: how much CPU (in %) is being used by a database process?
For individual spid cpu times you'll likely want to look at monProcessActivity (mPA). To use mPA you'll need to a) take a sample, b) wait XX seconds, c) take another sample and d) calculate the cpu...
View ArticleSTART profile is not in the SAP instance profiles
Dear Experts, We installed our servers before one year. All are working fine (DEV,QAS,PRD,SOLMAN). Recently we observed that in DEV,QAS and PRD start profile is not in the RZ10 tcode as well as in OS...
View ArticleRe: START profile is not in the SAP instance profiles
Can i have any suggestions on this. Regards,Patan Thavaheer.
View ArticleRe: About SYbase architecture
Hi Nazia, On which RDBMS you have worked earlier?This will help me in drawing analogy and make you understand how sybase works in a much better way.Asking specific doubts will makes sense instead of a...
View ArticleRe: how much CPU (in %) is being used by a database process?
Hi Mark, Thanks for your reply. SPID CPUTime WaitTime PhysicalReads ----------- ----------- ----------- ------------- 146 5221100 912400591 107628...
View ArticleRe: how much CPU (in %) is being used by a database process?
You can't match spid activity (measured *inside* ASE) directly with cpu activity @ the OS level (measured *outside* of ASE). Yes, there's usually a close relationship between spid activity and OS cpu...
View Articledump database dbname using config
Hi, By using sp_config_dump stored procedure have taken backup of database:sp_config_dump @config_name='sampleDB',@stripe_dir = '/sybase/backup' ,@compression = '101' ,@verify = 'header' Have dump the...
View ArticleNeed to supress 3 min wait notification while installing SAP GUI 7.3
Hi, when installing SAP Gui 7.3 for windows(Patch 9) in a workstation I am getting a 3 minute wait notification at first and after 3 minutes it is getting installed. I need to supress this...
View ArticleRe: dump database dbname using config
Hi,I guess you are running SAP application on ASE (this is the comunity for SAP applications running on ASE), therefore the 'enable dump history' parameter is set by default, so you might find the...
View ArticleRe: dump database dbname using config
Hi Maria, Thanks for the reply. Using this syntax it has executedLOAD DATABASE sam FROM '/backup/sam.DB.20150205.113523.000'successfully.But while dumping I have mentioned compression level=101. So...
View ArticleReduce log device
Hi experts, How can decrease the log device? Actually it has 10GB and I want to reduce to 5GB I know that I have to create a new log device and change it, but I do not know the commands. Thanks in...
View ArticleRe: dump database dbname using config
The 'compression' flag is only used during dumps. During loads the backupserver obtains the compression level from the dump file header, thus allowing the backupserver to properly decompress the dump...
View ArticleRe: Reduce log device
Are you talking about reducing the size of a device (created via 'disk init') or are you talking about reducing the amount of log space that's been allocated to a database (via 'create/alter...
View ArticleRe: saptools dataabse size
Hi Ganimede, please try to implement SAP Note 2100175 (SYB: Increased space allocation of data collectors 'Tables' and 'Indexes'). This will schedule some regular cleanup jobs which should reduce the...
View Article