Database Backup and Recovery (MOSC)

MOSC Banner

11gR2 RMAN and NLS_COMP/NLS_SORT

edited Apr 5, 2010 7:38AM in Database Backup and Recovery (MOSC) 2 commentsAnswered
We have a new 11.2.0 database that the users wanted to have case-insensitive sorting on. As such, we set the following:
ALTER SYSTEM SET NLS_COMP=LINGUISTIC SCOPE=SPFILE;  
	
	
ALTER SYSTEM SET NLS_SORT=BINARY_AI SCOPE=SPFILE;
We later ran into some problems with this database. One was ORA-04031, the other was that RMAN was hanging.

I did discover that if I turned off the NLS_COMP and NLS_SORT (setting back to BINARY) at the database level then RMAN would not hang anymore. Oracle Support was able to reproduce this and provide a workaround whereby they set these to BINARY in RMAN before running the backup. I decided to try it:

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