11.2.0.4 version, RDBMS :The value (80) of MAXTRANS parameter ignored. (alert log messege)



===================REFRENCE ==============
This is an informational error that you are getting this error because somebody is running a DDL (create table/index) that is specifying the maxtrans parameter. 

Please refer the below note for more details: 
DataPump Export/Import Generate Messages "The Value (30) Of Maxtrans Parameter Ignored" in Alert Log ( Doc ID 455021.1 ) 

======================================

No comments:

Post a Comment

View running queries in postgresql

 View running queries in postgreSQL: SELECT * FROM pg_stat_activity;