× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



On 06-Mar-2014 15:14 -0800, Hoteltravelfundotcom wrote:
I created a table to be used as a Data Warehouse table to our
reporting tool or even on the i. This is going to be refreshed
nightly. It will be used strictly in a reporting mode.
Do we need to be concerned about the Not Journal status?

Message ID : SQL7905
Message. . : Table DTAWHSO in PROJ_T1 created but was not journaled.
<<SNIP>>
Recovery . : The table was created, but until the table is
journaled, COMMIT(*CHG), COMMIT(*CS), COMMIT(*RS), COMMIT(*RR),
COMMIT(*UR), and COMMIT(*ALL) will not be allowed for table DTAWHSO.

The "Recovery" explains whether a concern is warranted; i.e. if an isolation level other than NC [no-commit] is required, for any reason when accessing the file [data; i.e. effectively just for DML, including SELECT], then the data access will fail [with SQL7008]. To ensure a SELECT does not operate with a commitment-control\isolation level other than *NC, then use\append the WITH NC clause to the request.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.