Sybase 文摘
分类
|
数据库原理(3)
|
基础知识(15)
|
安装配置(60)
|
日常维护(39)
|
错误处理(16)
|
|
性能优化(12)
|
备份恢复(26)
|
数据迁移(5)
|
编程开发(48)
|
解决方案(11)
|
|
工具软件(4)
|
考试论证(0)
|
DBA之路(10)
|
unix/linux基础(9)
|
|
发布日期:2007年12月28日 点击:404 回复:0
负责的项目要迁移到Sybase,本身工期就紧,而数据库迁移的事情谁都不提。公司的DBA即没有Sybase的经验,又没有时间搭理我们。手下几个兄弟都在忙着赶工,于是决定自己干,NND!CyberDs.项目原有的架构中对数据库的访问是用Hibernate对JDBC进行了封装。所以程序方面需要处理一下问题:1. Hibernate映射文件(.hbm.xml)2. 建表SQL CyberDs.3. 代码和原始数据插入...
|
|
|
发布日期:2007年12月27日 点击:360 回复:0
http://froebe.net/blog/2006/12/11/ASE (12.5.x, 15.x) will not run on a system with glibc 2.4.x (that’s Fedora Core 5 and later, among others). Here is a work-around, supplied by "Chris" in sybase.public.ase.linux: Symptoms of the problem are ASE’s failing to build when you run the installer, or "Segmentation Fault" when trying to start an ASE instance. The Seg Fault happens right after Engine ) is brought online in the error log. If you are running Fedora Core 5 or 6 You will need to set ...
|
|
|
发布日期:2007年12月17日 点击:811 回复:0
我用的修复命令是:myisamchk -r bbsthreads其中bbsthreads是我出问题的表名,当然使用这个命令还得进入mysql你所出问题的数据库的表的存放路径,具体更详细的命令可以看帮助:myisamchk --help;如果用以上命令你不能解决问题请看后面,后面的内容是我转载的。我的网站出问题了,访问一看,果然全屏报错,检查mysql日志,错误信息为: Table '.\dedecmsv4\dede_archives' is marked as crashed and...
|
|
|
发布日期:2007年12月16日 点击:329 回复:0
作者:GGGO 2005-01-22 17:22:43 来自:Linux公社 undefinedundefined 一直在用mplayer,其他的播放器很少用。以下是我使用过程中的一些心得。 注意,下面用的路径都是在我的电脑上的路径,使用时请不要照抄!应该换成你的电脑上的正确路径。 一、首先还是讲安装方面的问题。 具体的安装见本版的精华帖子,这里不详细讲。 http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=80676 ...
|
|
|
发布日期:2007年12月05日 点击:365 回复:0
The answer to this relies somewhat on the platform that you are using.UnixASE Versions Before 12.0This applies to Unix and variants, Linux included. Install the various releases of software into logical places within your filesystem. I like to store all application software below a single directory for ease of maintenance, choose something like /sw. I know that some are keen on /opt and others /usr/local. It is all down to preference and server usage. If you have both Oracle and Sybase on the...
|
|
|
发布日期:2007年12月02日 点击:388 回复:0
说到磁盘阵列(RAID,Redundant Array of Independent Disks),现在几乎成了网管员所必须掌握的一门技术之一,特别是中小型企业,因为磁盘阵列应用非常广泛,它是当前数据备份的主要方案之一。然而,许多网管员只是在各种媒体上看到相关的理论知识介绍,却并没有看到一些实际的磁盘阵列配置方法,所以仍只是一知半解,到自己真正配置时,却无从下手。本文要以一个具体的...
|
|
|
发布日期:2007年12月02日 点击:674 回复:0
(由于本人水平有限,此部分的内容大幅度地抄录了段风雷编著的《Solaris 10红宝书》中的第9 章《Solaris 10的预测性自我修复》的有关段落。抄录的部分仅是针对初学者有用,如果您需要进一步了解与本章节有关的技术细节,建议您购买此书深入学习。)Solaris 服务管理器(Service Management Facility, SMF)是Solaris 10以及后续版本的Solaris操作系统当中采用的软件服务管理工具。SMF按照服务...
|
|
|
发布日期:2007年12月01日 点击:317 回复:0
目录 一.安装和设置步骤 1. 安装前的准备 2. 磁盘空间划分 3. BIOS设置 4. 安装 5. 启动 Solaris操作系统 6. 图形界面方案选择 7. 登录 Solaris 8. 运行 sys-unconfig命令,对系统重新进行设置 9. Xorg设置二. 附录 1. 附录一 sys-unconfig用法 2. 附录二 Solaris 10中进行 xorg设置 一 . 安装和设置步骤 1. 安装前的准备1. 1. 为了应对安装过程中发生的不可预知情况,强烈建议在安装...
|
|
|
发布日期:2007年12月01日 点击:549 回复:0
一. Xorg简介 XOrg是Solaris 10使用的图形界面方案。Solaris 10在启动时,会根据监测 到的显示设备(显卡,显示器)的型号,生成一个.xorg.conf文件(隐藏文件,需运行ls -a才能看到),并将其存放在/etc/X11目录下。在进入图形界面时,系统根据该文件的内容,加载相应的显示设备的驱动程序,并进行相关的配 置。但使用系统自动生成的缺省.xorg.conf文件,有时会遇到显示的分辨率...
|
|
|
发布日期:2007年12月01日 点击:309 回复:0
Mich Talebzedah, SearchOpenSource.com site expert08.22.2006Rating: -5.00- (out of 5)Don't cross Sybase on Linux off your evaluation list just because it's not the world's number two database anymore, says Dr. Mich Talebzadeh, principal consultant for London-based Peridale Ltd., which creates heterogeneous database architectures for large global trading systems. Thanks to last fall's sterling upgrade, Sybase Adaptive Server Enterprise (ASE) 15, and its Linux-friendliness, the database is winni...
|
|
|
发布日期:2007年12月01日 点击:243 回复:0
Here are 10 quick shortcuts for using the Sybase database on Linux, compliments of Dr. Mich Talebzedah, SearchEnterpriseLinux.com's resident Sybase expert and principle consultant for London-based Peridale Ltd. You'll get advice on starting using Perl to access stored Sybase data, shutting down SQLServer using Sybase ASE and more. How to support user-defined functions in Sybase on Linux In any version of Sybase you can use stored procedures easily to return a value back, like any user-defined...
|
|
|
发布日期:2007年12月01日 点击:255 回复:0
Mich Talebzadeh10.11.2006Rating: --- (out of 5)When a table is created in Sybase Adaptive Server Enterprise (ASE), the default locking scheme is the server-wide setting for the configuration parameter lock scheme. The default value for this parameter is "allpages," or APL. DOL (data only locked) tables include everything that is not in allpages (APL) locking. DOL is divided in two categories, data page locking (DPL) and data row locking (DRL). ASE allows you to set the table-locking scheme to...
|
|
|
发布日期:2007年11月27日 点击:320 回复:0
If you are going to be using ASE 12.5 or ASE 15 with the upcoming Red Hat Enterprise Linux 5.0, there are two CRs that you need to know about :CR 450004 - XP Server and Backupserver (64bit) CR 432482 - ASE 15 The problem is the result of using the jmp() and longjmp() functions in the GNU C Library version 2.4 (glibc 2.4).setjmp() and longjmp() are useful for dealing with errors and interrupts encountered in a low-level subroutine of a program. setjmp() saves the stack context/environment in e...
|














