If you can't find what you are looking for, try searching for it below:
ApexLib comes with a better Error Display Solution, which sometimes can cause troubling behaviour.
When displaying error messages in the notification area the rest of the page is shifted downwards a little. This is no problem most of the time, except in this case:
Working on many different Projects leads to a vast number of workspaces and applications over time.
Looking for a certain application can be time consuming if you don’t remember what the workspace this application belongs to is called.
Recently i was dealing with a translation problem regarding multibyte characters (cyrillic). They were stored in a NCLOB and were later on moved to a VARCHAR2.
Before moving the data i had to ensure, that there will be enough space in the VARCHAR2 columns which were defined as VARCHAR2(255 BYTE).