Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Create and drop tables in package procedure

user5108636Dec 5 2017 — edited Dec 6 2017

Hi All,

    I have been tasked to move all the legacy code to PLSQL packages.

Question: Is it possible to move the table creation scripts to a package procedure and is it best practice.

I see that the legacy code logic drops and recreates this table before applying some processing logic and inserts data into these tables.

I am not concerned about best practices in regards to usage of temporary tables and want to just replicate the legacy logic as is due to project time constraints.

Thanks

This post has been answered by Frank Kulash on Dec 5 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 3 2018
Added on Dec 5 2017
7 comments
1,189 views