Sybase Commands

download Sybase Commands

If you can't read please download the document

description

sybase commands

Transcript of Sybase Commands

useradd sybase -d /home/sybase -g sapsys ln -s /hanadata/sybase /usr/sap/source /sybase/SAPNLS/IQ.shexport PATH=$PATH: /usr/sap/sybase/server/shared/JRE-7_0_7_64BIT/binexport IQTMP16=/usr/sap/sybase/sapdata/sa_tempcache # set SA cat temp cachealias start_nls='start_iq @SAPNLSDB.cfg SAPNLSDB.db'alias stop_nls='stop_iqdbisql -c "UID=DBA;PWD=mypwd;DBN=utility_db"/* ============================================================*//* create_database.sql *//* Sybase IQ database instance "SAPNLSDB" - CREATE DB *//* V.20130320-01 *//* ============================================================*/create database 'SAPNLSDB.db'log on '../log/SAPNLSDB_log.log'collation 'CESU8BIN'encoding 'CESU8'temporary path '../tmp/SAPNLSDB_tmp_001.iqtmp'case respectiq path 'SAPNLSDB_main_001.iq'message path '../messages/SAPNLSDB_msg.iqmsg'iq page size 524288iq size 8192temporary size 8192jconnect onjava onblank padding on;to drop the file ALTER DBSPACE NLSDBSPACE001 DROP FILE NLSDBSPACE001_008;http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00801.1510/html/iqrefso/BABFDHII.htm