Hi. I have a little problem here. Not so far we have moved our base to oracle 11g from 10g. And now we have one on 11g and one on 10g for tests. When i generate units whith Package wizard (PW) on 10g i have no problems. Result units is fully correct. But when i try to generate the same on 11g on Step 3 in PW I've got an empty list. And then i've got unit with no procedures or funcions. Actually unit is not clear. It contains commented interface block of package. And class declaration:
TSpInterface = class(TOracleCustomPackage)
public
published
property Name;
property Session;
property Cursor;
end;
It seems like PW doesn't see a body of package. Can you help me? What can i do in this case?
TSpInterface = class(TOracleCustomPackage)
public
published
property Name;
property Session;
property Cursor;
end;
It seems like PW doesn't see a body of package. Can you help me? What can i do in this case?