首页 > 数据库技术 > 详细

[hana admin] [sql] Starting the SAP HANA ScriptServer

时间:2020-03-07 00:01:24      阅读:67      评论:0      收藏:0      [点我收藏+]

run with SYSTEM DB user

You must have at least one SAP HANA ScriptServer instance running on the database where the function library is installed.

-- run the alter statement as SYSTEM    
connect SYSTEM password manager;    
    
-- enable script server    
alter system alter configuration (daemon.ini, SYSTEM) set (scriptserver, instances) = 1 with reconfigure;

Starting the SAP HANA ScriptServer (Multitenancy)

-- This is the only operational mode starting with SAP HANA 2.0 SPS01.
alter DATABASE <DBID> ADD scriptserver;
--where <DBID> is the tenant server ID on which the ScriptServer is started.

 

[hana admin] [sql] Starting the SAP HANA ScriptServer

原文:https://www.cnblogs.com/tingxin/p/12431452.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!