Hello to everybody,
I'm starting to carry out a migration from Oracle PL-SQL to Teradata Stored Procedure Language and I can't find how to declare my own packages.
I've already seen a post talking about this where they say that there is not an equivalent to Oracle's packages in Teradata.
So that means that there is not a way of grouping a bunch of procedures/functions under one single entity?
Thanks in advance and best regards
No packages in Teradata. The closest to "one single entity" would be a database (which is a schema actually).
Dieter
Ok. Thanks for the answer!
Hello to everybody,
I'm starting to carry out a migration from Oracle PL-SQL to Teradata Stored Procedure Language and I can't find how to declare my own packages.
I've already seen a post talking about this where they say that there is not an equivalent to Oracle's packages in Teradata.
So that means that there is not a way of grouping a bunch of procedures/functions under one single entity?
Thanks in advance and best regards