Hi All,
I try to use owa_opt_lock.checksum oracle SYS's function. My problem is that Oracle dont want to use the second version.
The first version is : owa_opt_lock.checksum(p_buff VARCHAR2) RETURN NUMBER;
and the second one : owa_opt_lock.checksum(
p_owner VARCHAR2,
p_tname VARCHAR2,
p_rowid ROWID) RETURN NUMBER;
If I use the second version, it returns "wrong number or type of arguments".
I tried to view the package declaration on the database, if ound this function declared with both headers, however, my SQL assistant software shows only the list of arguments for the first version. I suppose this list is retreived somewhere from the datadictionnary.
Anyone having an Idea on this problem.
Best Regards,
Zeph
I try to use owa_opt_lock.checksum oracle SYS's function. My problem is that Oracle dont want to use the second version.
The first version is : owa_opt_lock.checksum(p_buff VARCHAR2) RETURN NUMBER;
and the second one : owa_opt_lock.checksum(
p_owner VARCHAR2,
p_tname VARCHAR2,
p_rowid ROWID) RETURN NUMBER;
If I use the second version, it returns "wrong number or type of arguments".
I tried to view the package declaration on the database, if ound this function declared with both headers, however, my SQL assistant software shows only the list of arguments for the first version. I suppose this list is retreived somewhere from the datadictionnary.
Anyone having an Idea on this problem.
Best Regards,
Zeph