Re: Package clarification [message #50508] |
Tue, 19 March 2002 02:49 |
Hans de Ruiter
Messages: 2 Registered: January 2002
|
Junior Member |
|
|
I've encountered the same error, and searching the internet I came up with a possible workarround.
As the documentation suggest, there is something wrong with VARRAY.
Accourding to an unknown author (HTH; see http://dbforums.com/archive/49/2001/08/4/137367) the solution is to adapt the dbmsldm.sql script. (This generates the neccesary packages logminer is using)
Change inside this script the declaration "TYPE col_desc_array IS VARRAY(513) into VARRAY(700).
I've just tried it, and it solved this problem. (Don't forget to run the changed dbmsldm.sql first to apply the changes)
Regards
|
|
|