Quantcast
Channel: SQL Server Setup & Upgrade forum
Viewing all articles
Browse latest Browse all 5760

SSMA - Changing Packaged Types

$
0
0

I need to make minor changes to my Oracle packages to properly resolve ROWTYPE.  SSMA for Oracle V6 allows me to change Packaged Functions and Packaged Procdures, but not Packaged Types.  I'd like to change the following statement

TYPE gv_table1_address_type IS TABLE OF table1%ROWTYPE INDEX BY PLS_INTEGER;

to

TYPE gv_table1_address_type IS TABLE OF schema1.table1%ROWTYPE INDEX BY PLS_INTEGER;

How can I change/edit my Packaged Types?


Viewing all articles
Browse latest Browse all 5760

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>