Вы находитесь на странице: 1из 1

useradd sybase -d /home/sybase -g sapsys

ln -s /hanadata/sybase /usr/sap/
source /sybase/SAPNLS/IQ.sh
export PATH=$PATH: /usr/sap/sybase/server/shared/JRE-7_0_7_64BIT/bin
export IQTMP16=/usr/sap/sybase/sapdata/sa_tempcache # set SA cat temp cache
alias start_nls='start_iq @SAPNLSDB.cfg SAPNLSDB.db'
alias stop_nls='stop_iq
dbisql -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 respect
iq path 'SAPNLSDB_main_001.iq'
message path '../messages/SAPNLSDB_msg.iqmsg'
iq page size 524288
iq size 8192
temporary size 8192
jconnect on
java on
blank 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

Вам также может понравиться