cancel
Showing results for 
Search instead for 
Did you mean: 

In SAP Hana Cloud, do packages exist as database objects, like in Oracle?

jesinaloa
Discoverer
0 Kudos

Hello experts, we are recently developing a couple of things in the SAP HANA CLOUD database

We have experience developing in ORACLE with PL/SQL
We would like to know if the packages exist in Hana as well as in Oracle

Package as database object

Thanks and regards

View Entire Topic
HakanHaslaman
Product and Topic Expert
Product and Topic Expert
0 Kudos

It looks, that SAP HANA Cloud does not have the concept of packages as database objects like Oracle does. In Oracle, a package is a schema object that groups logically related PL/SQL types, items, and subprograms.