You might find this helpful:
Session: Inside The OpenEdge RDBMS: After-Image Log Records And Their Uses
Speaker: Gus Bjorklund
Excerpt: In this talk we will open the bonnet on the topic of After-Image Journaling and Recovery Log Records (aka “Notes”). We will describe what they are, what they...
One potentially valid reason to delete data is that retaining records beyond your required legal responsibility may expose you to a requirement to produce those records in legal proceedings. If your company has a record retention policy for that reason then you should certainly follow that...
NO! YOU DO NOT WANT TO USE THE -i PARAMETER!
That is suicidal when updating a production database. If *anything* goes wrong - like the error below, you are in an UNRECOVERABLE state if you used -i.
You might also want to post a bit more than "delete where" as a code snippet.
Having said that...
The stream isn't shared among sessions so "deadly embrace" really doesn't come into play. More likely is that if you have multiple sessions writing to a single log file you will get "blended" log content. IOW lines that are overwriting and interspersing one another. Especially if you open your...
I'm kind of old-school so I still create my libraries as persistent procedures that set themselves to be session super procedures, i.e.
session:add-super-procedure( this-procedure ).
when they are instantiated.
I have recently decided to take steps to explicitly ensure that only one copy of...
That sounds like you have corrupted data feeding that drop down.
Unfortunately I know nothing about Report Builder and how it is configured so that's about all that I can say.
I am told that site registration is not working.
FWIW -- I, personally, have no ability to do anything about that. I also lack a means of contacting the site owner. The best that I can do is to post this and hope that he sees it.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.