Provision SAP HANA Cloud trial account

Provision SAP HANA Cloud trial account

以下是使用试用帐户配置 SAP Hana 数据库的步骤

Below are the steps to provision SAP Hana Database using a trial account

让我们从创建一个 temporary email 开始,用于注册目的

Let’s start with creating a temporary email for registration purposes

0

不要关闭上面的窗口,否则会生成一个新的电子邮件 ID。

Don’t close the above window, otherwise a new email id would get generated.

转到 sap.com 并导航到 productsTrials and Demos

Go to sap.com and navigate to productsTrials and Demos

1

点击 Advanced Trials

Click Advanced Trials

2

点击 SAP BTP Trial

Click SAP BTP Trial

3

点击 Start your free 90-day trial

Click Start your free 90-day trial

4

粘贴我们在第一步中创建的 temporary email id ,然后点击 Next

Paste the temporary email id that we created in the first step, and click Next

5

我们填写详细信息并点击 Submit

We fill in our details and click Submit

6

好的,这是用Gemini将这段文字翻译成中文的结果:是时候检查我们临时电子邮件账户的收件箱了。

It’s time to check the inbox of our temporary email account

7

用Gemini将这段文字翻译成中文:请注意,我们的临时电子邮件帐户收到了一封电子邮件。

Notice that there is an email received in our temporary email account

8

打开电子邮件并激活试用账户。

Open the email and click to activate the trial account

9

系统将提示创建密码。提供密码并点击创建

It will prompt to create a password. Provide a password and click Submit

10

试用账户已创建。点击登录

The trial account is now created. Click to start the trial

11

提供您的电话号码并点击继续

Provide your phone number and click Continue

13

我们将收到一个OTP(一次性密码)到该电话号码。提供OTP并点击验证

We receive an OTP on the phone number. Provide the code and click continue

14

选择地区美国

Select the region as US East (VA) - AWS

15

点击继续

Click Continue

16

试用账户已准备就绪。点击开始

The SAP BTP trial account is ready. Click Go to your Trial account

17

点击子账户

Click the Trial sub-account

18

打开账户

Open Instances and Subscriptions

19

现在是创建订阅的时候了。点击创建订阅按钮。

It’s time to create a subscription. Click the Create button

20.1

在创建订阅时,选择服务云平台计划标准,然后点击下一步

While creating a subscription, Select service as SAP Hana Cloud and Plan as tools and click Create

20.2

请注意,云平台订阅已创建。点击左侧面板上的用户

Notice that SAP Hana Cloud subscription is now created. Click Users on the left panel

21

选择用户名(我们之前提供的临时电子邮件)并点击编辑

Select the username (temporary email that we supplied earlier) and click Assign Role Collection

22

搜索角色并选择所有显示的3个角色集合。点击保存

Search hana and select all the 3 role collections that gets displayed. Click Assign Role Collection

23

我们的用户现在拥有所有3个角色集合。点击订阅

Our user now has all the 3 role collections. Click Instances and Subscriptions

24

现在,点击订阅下的应用程序

Now, click SAP Hana Cloud application under subscriptions

25

目前还没有实例。让我们点击创建实例

There are no instances yet. Let’s click Create Instance

26

选择类型为自定义。点击创建

Select Type as SAP HANA Cloud, SAP HANA Database. Click Next Step

27

请为DBADMIN管理员提供 Instance NameDescriptionpassword 。选择最新版本 2024.2 (QRC 1/2024) 。点击 Next Step

Provide Instance Name, Description, password for DBADMIN administrator. Select the latest version 2024.2 (QRC 1/2024). Click Next Step

28

保持所有默认设置。点击 Next Step

Keep everything as default. Click Next Step

29

点击 Next Step

Click Next Step

30

选择 Allow all IP addresses 并点击 Next Step

Select Allow all IP addresses and click Next Step

31

点击 Review and Create

Click Review and Create

32

点击 Create Instance

Click Create Instance

33

请注意, SAP Hana Database 实例的配置已开始。配置需要一些时间,请耐心等待。

Notice that the provisioning of SAP Hana Database instance has started. It takes some time to provision - please be patient.

34.1

一旦实例配置完成(状态显示为 Running ),我们可以通过点击实例并选择 Connections 来获取数据源URL( SQL Endpoint

Once the instance is provisioned (status is displayed as Running) we can get the datasource url (SQL Endpoint) by clicking the instance and selecting Connections

34.2

我们点击 …​ 导航到 SAP Hana Database Explorer

We navigate to SAP Hana Database Explorer by click the …​

35

提供管理员凭据并点击 OK

Provide the administrator credentials and click OK

36

打开SQL控制台,使用以下DDL语句创建表 CRICKET_WORLD_CUP

Open SQL console and create the table CRICKET_WORLD_CUP using the following DDL statement:

CREATE TABLE CRICKET_WORLD_CUP (
    _ID VARCHAR2(255) PRIMARY KEY,
    CONTENT CLOB,
    EMBEDDING REAL_VECTOR(1536)
)
37

导航到 hana_dev_db → Catalog → Tables 查找我们的表 CRICKET_WORLD_CUP

Navigate to hana_dev_db → Catalog → Tables to find our table CRICKET_WORLD_CUP

38

右键点击表并点击 Open Data

Right-click on the table and click Open Data

39

请注意,表数据现在已显示。由于我们尚未创建任何嵌入,因此目前没有行。

Notice that the table data is now displayed. There are now rows as we didn’t create any embeddings yet.

40

下一步: SAP Hana Vector Engine