|
|
|
Re: How to change the size of a picture on the page [message #540178 is a reply to message #540115] |
Fri, 20 January 2012 10:01 |
c_stenersen
Messages: 255 Registered: August 2007
|
Senior Member |
|
|
DBMS_LOB is a built-in package in Oracle. DBMS_LOB
DBMS_LOB.getlength will simply give you the length of the lob in bytes. Picture_muid is the alias you're giving to dbms_lob.getlength(picture) so that later you can refer to it by that name. It's not something already defined in the table. This query will then just give you a number and the value of legal_person.muid.
Look at the column properties in the report properties to see what might be going on behind the scenes. There must be some manipulation somewhere if this is in fact the report where your picture shows up.
|
|
|
|
|
|