PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

CRM Tables with NOLOGGING

edited Jan 19, 2020 4:00AM in PeopleTools and Lifecycle Management - PSFT (MOSC) 6 commentsAnswered
Hi all,
We have an old CRM 9.0 application, it has been updated with new PeopleTools and Bundles.   Right now we have a problem, if we launch a report to count the number of tables configured with NOLOGGING option we find many SYSADM objects.

The query:

SELECT  OWNER, TABLE_NAME, STATUS
FROM    DBA_TABLES
WHERE   LOGGING = 'NO'
AND     OWNER NOT IN ('SYS') 
ORDER BY OWNER;

Returns about 50 standard PeopleSoft application objects.

Do you know if PeopleSoft CRM needs standard tables to be configured with NOLOGGING?
Is there any possible impact to changing this objects to LOGGING (excluding the performance difference)?
Have you ever seen this configuration on any other PeopleSoft CRM application?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center