ORA-12703: this character set conversion is not supported

Hello

STH wrong here, can someone please advice what should I do?

You can see the details below,


Thank you





RMAN > RUN
2 > {}
3 > SET until TIME ' to_date (May 24, 2010 18:00 ',' DD-MM-YYYY HH24:MI:SS') ";
4 > RESTORE database;
5 > RECOVER DATABASE;
{6 >}

executing command: SET until clause

From restoration to May 25, 10
using channel ORA_DISK_1

creation of data fno = 6 name file = D:\ORACLE\BISE1\ORADATA\BISE1DB\DWH_PRD_STAGING_01_
REOR_REORG0. DBF
creating file data fno = 14 name = D:\ORACLE\BISE1\ORADATA\BISE1DB\DWH_PRD_STAGING_02
Comprehensive REORG0. DBF
channel ORA_DISK_1: from datafile backupset restoration
channel ORA_DISK_1: specifying datafile (s) to restore from backup set
restoring datafile 00001 to D:\ORACLE\BISE1\ORADATA\BISE1DB\SYSTEM01. DBF
restoring datafile 00002 to D:\ORACLE\BISE1\ORADATA\BISE1DB\UNDOTBS01. DBF
restoring datafile 00003 to D:\ORACLE\BISE1\ORADATA\BISE1DB\SYSAUX01. DBF
restoring datafile 00004 to D:\ORACLE\BISE1\ORADATA\BISE1DB\USERS01. DBF
restoring datafile 00005 to D:\ORACLE\BISE1\ORADATA\BISE1DB\EXAMPLE01. DBF
restoring datafile 00007 to D:\ORACLE\BISE1\ORADATA\BISE1DB\DWH_PRD_DIMENSIONS_0
1 DBF
restoring datafile 00008 to D:\ORACLE\BISE1\ORADATA\BISE1DB\DWH_PRD_FACTS_01_REO
RG0_REORG0. DBF
restoring datafile 00009 to D:\ORACLE\BISE1\ORADATA\BISE1DB\DWH_PRD_INDEXES_01.D
BF
restoring datafile 00011 to D:\ORACLE\BISE1\ORADATA\BISE1DB\DWH_TST_DIMENSIONS_0
1 DBF
restoring datafile 00012 to D:\ORACLE\BISE1\ORADATA\BISE1DB\DWH_TST_FACTS_01_REO
RG0_REORG0. DBF
restoring datafile 00013 at D:\ORACLE\BISE1\ORADATA\BISE1DB\DWH_TST_INDEXES_01.D
BF
restoring datafile 00015 to D:\ORACLE\BISE1\ORADATA\BISE1DB\DWH_TST_STAGING_01_R
EORG0. DBF
channel ORA_DISK_1: backup D:\TESTBI_BACKUP\32LEG5CR_1_1 piece reading
channel ORA_DISK_1: restored the backup part 1
piece handle = D:\TESTBI_BACKUP\32LEG5CR_1_1 tag = BACKUP_BISE1DB_000_052410030823
channel ORA_DISK_1: restore complete, duration: 00:41:37
RMAN-00571: ===========================================================
RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
RMAN-00571: ===========================================================
RMAN-03002: failure of the restore command at 25/05/2010 16:32:18
ORA-12703: this character set conversion is not supported

Try following

SET NLS_LANG = AMERICAN_AMERICA. AR8MSWIN1256
NLS_DATE_FORMAT value = HH24:MI:SS: DD-MM-YYYY

RMAN > RUN
2 > {}
3 > SET until TIME ' to_date (May 24, 2010 18:00 ',' DD-MM-YYYY HH24:MI:SS') ";
4 > RESTORE DATABASE;
5 > RECOVER DATABASE;
{6 >}

for example:

C:\Documents and Settings\Administrateur > SET NLS_LANG = AMERICAN_AMERICA. AR8MSWIN12
56

C:\Documents and Settings\Administrateur > value NLS_DATE_FORMAT = HH24:MI:S DD-MM-YYYY
S

C:\Documents and Settings\Administrateur > rman target /.

Recovery Manager: Release 10.2.0.1.0 - Production on Tue may 25 20:30:51 2010

Copyright (c) 1982, 2005, Oracle. All rights reserved.

connected to target database: T (DBID = 608834747)

RMAN > run
2 > {}
3 > SET until TIME ' to_date (May 25, 2010 20:29 ',' DD-MM-YYYY HH24:MI:SS') ";
4 > RESTORE DATABASE;
5 > RECOVER DATABASE;
{6 >}

executing command: SET until clause
using the control file of the target instead of recovery catalog database

From restoration to 2010-05-25 20:32:33
allocated channel: ORA_DISK_1
channel ORA_DISK_1: sid = 159 devtype = DISK

channel ORA_DISK_1: from datafile backupset restoration
channel ORA_DISK_1: specifying datafile (s) to restore from backup set
restoring datafile 00001 to D:\ORACLE\PRODUCT\10.2.0\ORADATA\T\SYSTEM01. DBF
restoring datafile 00002 to D:\ORACLE\PRODUCT\10.2.0\ORADATA\T\UNDOTBS01. DBF
restoring datafile 00003 to D:\ORACLE\PRODUCT\10.2.0\ORADATA\T\SYSAUX01. DBF
restoring datafile 00004 to D:\ORACLE\PRODUCT\10.2.0\ORADATA\T\USERS01. DBF
channel ORA_DISK_1: backup D:\ORACLE\PRODUCT\10.2.0\FLASH_REC piece reading
OVERY_AREA\T\BACKUPSET\2010_05_25\O1_MF_NNNDF_TAG20100525T202245_5ZQTT62X_. BKP
RMAN-00571: ===========================================================
RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
RMAN-00571: ===========================================================
RMAN-03002: failure of the restore command at 2010-05-25 20:32:37
ORA-19870: error reading backup total D:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AR
EA\T\BACKUPSET\2010_05_25\O1_MF_NNNDF_TAG20100525T202245_5ZQTT62X_. BKP
ORA-19573: failed to get exclusive enqueue for datafile 1

RMAN > shutdown immediate;

database closed
dismounted database
Instance Oracle to close

RMAN > startup mount;

connected to the database target (not started)
Oracle instance started
mounted database

Total System Global Area 125829120 bytes

Bytes of size 1247660 fixed
67110484 variable size bytes
54525952 of database buffers bytes
Redo buffers 2945024 bytes

RMAN > run
2 > {}
3 > SET until TIME ' to_date (May 25, 2010 20:29 ',' DD-MM-YYYY HH24:MI:SS') ";
4 > RESTORE DATABASE;
5 > RECOVER DATABASE;
{6 >}

executing command: SET until clause

From restoration to 25/05/2010 20:34:25
allocated channel: ORA_DISK_1
channel ORA_DISK_1: sid = 156 devtype = DISK

channel ORA_DISK_1: from datafile backupset restoration
channel ORA_DISK_1: specifying datafile (s) to restore from backup set
restoring datafile 00001 to D:\ORACLE\PRODUCT\10.2.0\ORADATA\T\SYSTEM01. DBF
restoring datafile 00002 to D:\ORACLE\PRODUCT\10.2.0\ORADATA\T\UNDOTBS01. DBF
restoring datafile 00003 to D:\ORACLE\PRODUCT\10.2.0\ORADATA\T\SYSAUX01. DBF
restoring datafile 00004 to D:\ORACLE\PRODUCT\10.2.0\ORADATA\T\USERS01. DBF
channel ORA_DISK_1: backup D:\ORACLE\PRODUCT\10.2.0\FLASH_REC piece reading
OVERY_AREA\T\BACKUPSET\2010_05_25\O1_MF_NNNDF_TAG20100525T202245_5ZQTT62X_. BKP
channel ORA_DISK_1: restored the backup part 1
room handle=D:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\T\BACKUPSET\2010_05_25
\O1_MF_NNNDF_TAG20100525T202245_5ZQTT62X_. Tag BKP = TAG20100525T202245
channel ORA_DISK_1: restore complete, duration: 00:00:35
Restoration finished in 2010-05-25 20:35:03

Starting recover at 2010-05-25 20:35:03
using channel ORA_DISK_1

starting media recovery

archive log thread 1 sequence 3 is already on the disk that the file D:\ORACLE\PRODUCT\10.
2.0\FLASH_RECOVERY_AREA\T\ARCHIVELOG\2010_05_25\O1_MF_1_3_5ZQTYVPY_. ARC
archive log thread 1 sequence 4 is already on the disk that the file D:\ORACLE\PRODUCT\10.
2.0\FLASH_RECOVERY_AREA\T\ARCHIVELOG\2010_05_25\O1_MF_1_4_5ZQTZC1Y_. ARC
archive log thread 1 sequence 5 is already on the disk that the file D:\ORACLE\PRODUCT\10.
2.0\FLASH_RECOVERY_AREA\T\ARCHIVELOG\2010_05_25\O1_MF_1_5_5ZQV6SRW_. ARC
archive log filename=D:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\T\ARCHIVELOG\2
010_05_25\O1_MF_1_3_5ZQTYVPY_. Wire ARC = 1 = 3 sequence
archive log filename=D:\ORACLE\PRODUCT\10.2.0\FLASH_RECOVERY_AREA\T\ARCHIVELOG\2
010_05_25\O1_MF_1_4_5ZQTZC1Y_. Wire ARC = 1 sequence = 4
media recovery complete, duration: 00:00:02
Finished recover at 2010-05-25 20:35:07

RMAN > alter database open resetlogs;

open database

RMAN >

Published by: admin on May 25, 2010 08:37

Tags: Database

Similar Questions

  • ORA-13754: 'SQL Tuning Set' 'string' does not exist for the user "sysman."

    ORA-13754: 'SQL Tuning Set' 'string' does not exist for the user "sysman."

    Hello
    in 10g R2 when I run the following in isqlplus I error of the United Nations:
    SELECT * FROM TABLE(DBMS_SQLTUNE.SELECT_SQLSET(
    'my_sql_tuning_set',
    '(disk_reads/buffer_gets) >= 0.05'));
    
    ORA-13754: "SQL Tuning Set"'my_sql_tuning_set" does not exist for user "sysman". 
    No problem if I run it as sys to sqlplus.

    Thanks for the help.

    How to activate for sys isqlplus?

    You are logged in as sysman,

    Check the user from the sql prompt.

    show user
    
  • ORA-28132: the MERGE syntax IN does not support security policy

    Hello

    With the help of Oracle 11 g R2.

    I have the following problem:

    If the user attempts to perform a MERGE INTO statement on a table (T1), it receives the error ORA-28132: The MERGE IN syntax does not support security policy.

    Is there a way I can solve this problem by giving the user more rights on this specific table, T1? Or I need to rewrite the SQL code using UPDATE and INSERT instead MERGER?

    I can't grant POLICE ACCESS TAX-FREE, it would be too powerful privilege...

    Please advise,

    M.R.

    You may need to recreate the political VPD:

    Note:

    In previous versions of Oracle database, when you created a strategy Oracle virtual private database on an application that included the MERGE INTO statement, the MERGE INTO declaration could be avoided with a ORA-28132: Merge into syntax does not support security policies error, due to the presence of the virtual private database policy. From Oracle Database 11 g Release 2 (11.2.0.2), you can create policies on applications that include MERGE INTO operations. To do this, in the DBMS_RLS . ADD_POLICY statement_types parameter, include the INSERT , UPDATE , and DELETE statements, or simply omit statement_types setting altogether. Refer to the Oracle Database Security Guide for more information on the application of the strategies on specific types of SQL statement.

    FUSION

  • ORA-26744: STREAMS capture process "STRING" does not support the "STRING".

    Hi all

    I set up the flow of the oracle to help noted "How to configure one-way replication of SCHEMA [ID 301431.1] level flow" at the level of the schema

    All changes translate perfectly and was running smooth, but today, all of a sudden I faced the error and the capture below is abandoned

    ORA-26744: capture FLOW process 'STREAM_CAPTURE' does not support the "AMSATMS_PAWS". "' B_SEARCH_PREFERENCE ' for the following reason:
    ORA-26783: unsupported data type column

    Some suggestions on the forum are to add a negative ruleset, please suggest me how can I add a set of rules negative and if it is added to the ruleset negative then how will contribute to reflect changes made to this table in the target database...?

    Please help me...

    Thank you

    I have no clue why she treats your XMLTYPE stored as a CLOB as a binary XMLTYPE. The doc, we read:

    http://download.Oracle.com/docs/CD/B28359_01/server.111/b28321/ap_restrictions.htm#BABGIFEA

    Unsupported Data Types for Capture Processes
    
    A capture process does not capture the results of DML changes to columns of the following data types:
    
        *       SecureFile CLOB, NCLOB, and BLOB
        *      BFILE
        *      ROWID
        *      User-defined types (including object types, REFs, varrays, and nested tables)
        *      XMLType stored object relationally or as binary XML                   <----------------------------
        *      The following Oracle-supplied types: Any types, URI types, spatial types, and media types
    
    A capture process raises an error if it tries to create a row LCR for a DML change to a column of
    an unsupported data type. When a capture process raises an error, it writes the LCR that caused
    the error into its trace file, raises an ORA-26744 error, and becomes disabled. 
    

    For your support

    NOTE: 556742.1 -extended data type of support (EDS) to a stream

    to exclude the table:

    NOTE: 239623.1 -how to exclude a Table of Capture of Schema and replication when you use level streams schema replication

    Sounds like a specific patch. You have not indicated what version of Oracle you are using.

  • Need help! This version of Windows does not support this version of Windows Media Technologies.

     

    I got this error message when I tried to install Hotel Giant 2. Don't really know what to do... Pls help!

    Contact Microsoft Corporation support

    This version of Windows does not support this version of Windows Media Technologies. This product, which was created by Microsoft Corporation, has been blocked from running because it can prevent your computer from starting correctly in the future.

    Recommendation

    Hi Dot77,

    Thanks for posting on the Forum of answers.

    I suggest to download the patch from the site Web of Nobilis.

    I hope this helps.

    Chris
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Error trying to open the photos scanned in the Windows Photo Gallery: Windows Photo Gallery can't open this photo, the format is not supported

    I scanned a few photos, but its entry in the adobe format, I wan't it in windows photo gallery, which will make

    I right click on the image, click on the Prog by default to choose, select windows photo gallery, but it did not open, he writes

    "Photo Gallery can't open this photo, the format is not supported.

    Your better off using paint to scan directly to, because for one, it has a way to change the types of files and two he has a check-in feature, more than anything the photo library has.

    All you have to do is open paint, click the blue button and click option of scanner or camera, follow the prompts.

    http://Windows.Microsoft.com/en-us/Windows7/using-paint

  • RAID 0 for a RAID configuration not "this computer's hardware may not supported booting from this drive.

    I want to install a new HARD drive in a tower of the mine to a friend. It was initially created as a RAID 0 configuration with two 160 GB HDD. The replacement is a single 1 TB of HARD drive. I get the message "this computer's hardware may not supported booting to this disk.» Am I missing an approach from a RAID 0 for a RAID configuration, no?

    Hi RegularPencils,

    I suggest that you check in the basic input/output system (BIOS), if you find an option to disable the RAID. If you find, disable the RAID and try to install Windows vista, check if it helps.

    Important: Change (CMOS) BIOS/complementary metal oxide semiconductor settings can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the configuration of the BIOS/CMOS settings can be solved. Changes to settings are at your own risk.

    Error message when you try to install Windows Vista on a computer that contains multiple RAW hard disks: "Windows cannot find a system volume that meets its criteria for installation.

    http://support.Microsoft.com/kb/933925

    I hope this helps!

    Halima S - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • This computer's hardware may not support booting to this disk

    I get the error message "this computer's hardware may not support booting to this disk" when you try to install Windows Vista on a Western Digital Scorpio 640 Gb SATA hard drive in my laptop Q320.  The laptop works very well with WD Scorpio 320 GB hard drives.  I formatted the disk in the installation procedure and use Diskpart to create a partition/format etc, but still no luck.  I have only one disk in the machine.  Can someone advise. Thank you

    Are you sure you are using the correct bit size on the disk (32-bit or 64-bit) depending on your computer?  Download and check things with the Vista Upgrade Advisor:http://www.softpedia.com/progDownload/Windows-Vista-Upgrade-Advisor-Download-40277.html (although I suppose that it is is not possible if you have already formatted the drive) and at least check the different devices and installed the software in Vista Compatibility Center: http://www.microsoft.com/windows/compatibility/windows-vista/.

    Here is an article on this specific problem with recommended solutions: http://support.microsoft.com/kb/925481/en-us.  Note that it says may be a problem with the BIOS (the installation or version) - so you should check the settings and then contact the manufacturer of the computer for the updates that you can install.

    I hope this helps.

    Good luck!

    Lorien - MCSA/MCSE/network + / has + - if this post solves your problem, please click the 'Mark as answer' or 'Useful' button at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • Error, Windows cannot be installed to this disk. This computer's hardware may not support booting to this disk.

    problem with installing win7 on my toshiba satellite c600 system. during the installation of the OP it says that windows cannot install on the drive. in the detailed information, it says"windows cannot be installed to this disk. This computer's hardware may not support booting to this disk. ensure that the drive controller is enabled in the bios menu. the computer', but there is no such thing of controller in my bios menu. IM using usb to install win7 ultimate. Thank you

    I would check with the computer manufacturer to see if there is an updated BIOS updated.

    Thank you

  • "This edition of Windows does not support themes.

    I have windows 7 Home Basic.

    When I download a theme on the internet the theme is not able to install. This error message come "this edition of Windows does not support themes.

    I've seen computer my parent with even windows and the computer, but he was able to install themes.

    So, how to install a theme?

    Your edition of Windows 7 does not support the themes of design. However there are ways around it. Take a look at this sticky thread:

    http://social.answers.microsoft.com/Forums/en-US/w7desktop/thread/fcaea33e-2b81-4f98-a21e-d93f4c68ce2b .

    All the answers and suggestions are provided by an enthusiastic amateur and are therefore no explicit or implicit guarantee. Basically, you use my suggestions at your own risk.

  • When you try to install Windows 7, download "this computer's hardware may not supported booting from this drive.

    I have a LG laptop I want to install Windows 7 on my try to choose a hard drive it says hardware on this computer, but it may not support booting to this disk. Ensure that the drive controller is enabled in the computer's BIOS menu. Please tell me the solution of this problem.

    See the following topics:

    http://support.Microsoft.com/kb/925481

    Boot from the Windows 7 DVD

    Click Install now

    Accept the license agreement

    When the option is displayed to select a type of installation, click (Custom advanced)

    Click on drive Options

    Select the disc/s click on Delete

    Click new

    Click on apply

    Click OK

    Click Format, and then click next to proceed with the installation

  • How to upgrade my Adobe Acrobat 9 Pro? Got this message on an adobe document: this file seems to use a new format that this version of Acrobat is not supported. It can not open or display correctly. Adobe recommends that you upgrade to the last verse

    How to upgrade my Adobe Acrobat 9 Pro? Got this message on an adobe document: this file seems to use a new format that this version of Acrobat is not supported. It can not open or display correctly. Adobe recommends that you upgrade to the latest version of our Acrobat products.

    Basically, you spend money and buy the last version, which I think is a product of cloud...  Acrobat cc - Plans and prices | Adobe Acrobat DC

  • Cannot open this application because it is not supported on this architecture CS5 on 10.5.8

    I just installed Adobe Creative Suite 5 Design Premium on my Mac running OS X Version 10.5.8. Once the download is complete, I tried to access my apps to see all program names are grayed out. When I double click on it, I get the following message: "Cannot open this application because it is not supported on this architecture."

    My computer is quite recent and it runs on an Intel Core 2 Duo processor. Someone else has experienced this problem or maybe having patches? I'm on hold with Adobe Support, but the waiting time is 1 hour 30 minutes... never heard of that before, but I'll wait as long as it takes.

    Any help on this would be greatly appreciated.

    That error pop up if the application is not installed. Adobe is never known for very useful error messages.

    Bob

  • Character set conversion

    Hi all

    I have a 10.2.0.4 database with US7ASCII character set, which contains non-ascii, e.g. 'e' characters (chr (232)).

    Now I would like to upgrade to 11.2 with character WE8ISO8859P15 using expdp/impdp, but these non-ascii characters are not imported correctly. I tried all possible combinations of settings LANG and NLS_LANG (on the exports and imports), but I always chr (191) as a result.

    Is it possible to do the same thing (with, of course, the original values)?

    Operating system is Linux.

    Thanks in advance

    Guido

    Your options:

    1 clone the database and upgrade to 11.2 keeping the current mess. Simple but certainly not recommended.

    2. assuming that you can assign all non-ASCII characters to a set of unique characters, like WE8MSWIN1252, clone the database, upgrade to 11.2 and follow the procedure described in MOS 555823.1 Note to change the character set for this set of unique character. The note is probably a little too complex, but you should get the point. You can also search this forum some of my older replies. I think I described a version shortened the procedure somewhere Note: you will get a database in the character set of the current data, not necessarily WE8ISO8859P15. However, there is no reason to insist on WE8ISO8859P15, unless all clients are on Unix type system and use that character set. If you move only a subset of the data, use of the database migrated in the form described in this point and then run a selective Data Pump to move only the data necessary for your target WE8ISO8859P15 (assuming that it already exists and cannot be recreated in a recommended character set). Note however that WE8MSWIN1252 supports different characters not supported by WE8ISO8859P15, such movement can cause the loss of character.

    3 assuming you can assign all non-ASCII characters to a set of unique characters, like WE8MSWIN1252, clone of the database, upgrade to 11.2.0.4 and use The database for Unicode Migration Wizard to migrate the database to AL32UTF8 (Unicode) in place. The "Supposed Character Set database" property in the digital mock-up allows you specify the data identified unique character set so that CDS not US7ASCII migrate (converted) of all good character,. It is the most complex, but also more forward-looking option.

    Thank you

    Sergiusz

  • Server uses the character WE8ISO8859P15 (possible character set conversion) set

    Hello
    When EXP in 9i receive:
    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 WE8PC850 character set and AL16UTF16 NCHAR character set
    server uses WE8ISO8859P15 character set (possible charset conversion)
    What is the problem?

    Thank you.

    I exported just a table, how to see if it is exported?

    Dear user522961,

    You have not defined or clarification of the environment variable NLS_LANG before trying to run the command export.

    Here's a small illustration;

    *$ echo $NLS_LANG*
    *AMERICAN_AMERICA.WE8ISO8859P9*
    $ exp system/password@opttest file=ogan.dmp owner=OGAN
    
    Export: Release 10.2.0.4.0 - Production on Mon Jul 12 18:10:47 2010
    
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    *Export done in WE8ISO8859P9 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 OGAN
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting object type definitions for user OGAN
    About to export OGAN's objects ...
    . exporting database links
    . exporting sequence numbers
    . exporting cluster definitions
    . about to export OGAN's tables via Conventional Path ...
    . exporting synonyms
    . exporting views
    . exporting stored procedures
    . exporting operators
    . exporting referential integrity constraints
    . exporting triggers
    . exporting indextypes
    . exporting bitmap, functional and extensible indexes
    . exporting posttables actions
    . exporting materialized views
    . exporting snapshot logs
    . exporting job queues
    . exporting refresh groups and children
    . exporting dimensions
    . exporting post-schema procedural objects and actions
    . exporting statistics
    Export terminated successfully without warnings.
    
    *$ export NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P15*
    $ exp system/password@opttest file=ogan.dmp owner=OGAN
    
    Export: Release 10.2.0.4.0 - Production on Mon Jul 12 18:12:41 2010
    
    Copyright (c) 1982, 2007, Oracle.  All rights reserved.
    
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    *Export done in WE8ISO8859P15 character set and AL16UTF16 NCHAR character set*
    *server uses WE8ISO8859P9 character set (possible charset conversion)*
    
    About to export specified users ...
    . exporting pre-schema procedural objects and actions
    . exporting foreign function library names for user OGAN
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting object type definitions for user OGAN
    About to export OGAN's objects ...
    . exporting database links
    . exporting sequence numbers
    . exporting cluster definitions
    . about to export OGAN's tables via Conventional Path ...
    . exporting synonyms
    . exporting views
    . exporting stored procedures
    . exporting operators
    . exporting referential integrity constraints
    . exporting triggers
    . exporting indextypes
    . exporting bitmap, functional and extensible indexes
    . exporting posttables actions
    . exporting materialized views
    . exporting snapshot logs
    . exporting job queues
    . exporting refresh groups and children
    . exporting dimensions
    . exporting post-schema procedural objects and actions
    . exporting statistics
    Export terminated successfully without warnings.
    

    It will be useful,

    Ogan

Maybe you are looking for