ORA-06553: PLS-553: character set name is not recognized [message #462160] |
Wed, 23 June 2010 01:30 |
soft_doctor
Messages: 33 Registered: May 2010
|
Member |
|
|
Hi All,
We have changed the character set of one database to US7ASCII.
Now when we are trying to take the backup of a user using exp
utility, we are getting stuck up with the below error message.
Export: Release 11.1.0.7.0 - Production on Wed Jun 23 12:31:39 2010
Copyright (c) 1982, 2007, Oracle. All rights reserved.
Connected to: Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
Export done in US7ASCII character set and AL16UTF16 NCHAR character set
About to export specified users ...
. exporting pre-schema procedural objects and actions
. exporting foreign function library names for user SYSTEM
. exporting PUBLIC type synonyms
EXP-00008: ORACLE error 6552 encountered
ORA-06552: PL/SQL: Compilation unit analysis terminated
ORA-06553: PLS-553: character set name is not recognized
EXP-00000: Export terminated unsuccessfully
Please help me as soon as possible as i have to provide the
solution. Thanks in advance.
|
|
|
|
|
|
|
|
|
Re: ORA-06553: PLS-553: character set name is not recognized [message #462260 is a reply to message #462246] |
Wed, 23 June 2010 05:38 |
|
ramoradba
Messages: 2457 Registered: January 2009 Location: AndhraPradesh,Hyderabad,I...
|
Senior Member |
|
|
Quote:EXP-00091 Exporting questionable statistics
Cause: Export was able to export statistics, but the statistics may not be useable. The statistics are questionable because one or more of the following happened during export:
- A row error occurred, client character set or NCHARSET does not match with the server, a query clause was specified on export,
- Only certain partitions or subpartitions were exported, or a fatal error occurred while processing a table.
Action: To export non-questionable statistics, change the client character set or NCHARSET to match the server, export with no query clause, or export complete tables. If desired, import parameters can be supplied so that only non-questionable statistics will be imported, and all questionable statistics will be recalculated.
|
|
|
|
|
|
|
Re: ORA-06553: PLS-553: character set name is not recognized [message #462294 is a reply to message #462274] |
Wed, 23 June 2010 07:24 |
soft_doctor
Messages: 33 Registered: May 2010
|
Member |
|
|
Hi,
Same issue regarding character set. I have changed the character
set to original one i.e. AL32UTF8 as usually by updating props$ view.
Now I tried to change the character set from AL32UTF8 to
US7ASCII with the below procedure.
1. Ran the csscan utility.
2. Restarted the database with restrict option.
3. ran the csalter utility.
But I got the message like below.
This script will update the content of the Oracle Data Dictionary.
Please ensure you have a full backup before initiating this procedure.
Would you like to proceed (Y/N)?y
old 6: if (UPPER('&conf') <> 'Y') then
new 6: if (UPPER('y') <> 'Y') then
Checking data validity...
Exceptional data found in scanner result
PL/SQL procedure successfully completed.
Checking or Converting phrase did not finish successfully
No database (national) character set will be altered
CSALTER finished unsuccessfully.
Observed that in csscan, got the below issue.
ORA-30967: operation directly on the Path Table is disallowed
CSS-00144: failed to scan table XDB.XDBACL_PATH_TAB
Can any one please help me....
[Updated on: Wed, 23 June 2010 07:30] Report message to a moderator
|
|
|
|
|
|