Skip to Main Content

Breadcrumb

Question and Answer

Connor McDonald

Thanks for the question, Sreedharan.

Asked: May 15, 2020 - 6:41 pm UTC

Last updated: May 19, 2020 - 1:32 am UTC

Version: 18C

Viewed 1000+ times

You Asked

Hi,

I am having a package with 10 Procedures in it. I am calling all the procedure's in the package in async call from different sessions. Is there any memory/performance impact on this.

and Connor said...

Packages only consume memory as required to run the code component being run. There are plenty of huge packages already in the database, eg

SQL> select max(line) from dba_source;

 MAX(LINE)
----------
      9350


so its unlikely you'll have any issues.

Is this answer out of date? If it is, please let us know via a Comment

More to Explore

APEX

Keep your APEX skills fresh by attending their regular Office Hours sessions.