DELETE DATAFILE (database) FROM ASM not using dbca

Hi All
I have RAC(2 node) on Windows 2003 EE, Oracle 10g R2
How i can delete file from my asm instance?
For example, i create database manualy then i want delete this database? how i can delete file from asm? dbca dont see this instance.
a long time ago, i have also TEST db, i delete this db using dbca but in ASM (EM console) i still see this db, there are no file but i see "word" TEST how i can delete that?
thanks in advice

http://www.oracle.com/technology/products/database/asm/pdf/asm_10gr2_bestpractices%2009-07.pdf
page 26
SELECT concat('+'||gname, sys_connect_by_path(aname, '/')) full_alias_path FROM
(SELECT g.name gname, a.parent_index pindex, a.name aname,
a.reference_index rindex FROM v$asm_alias a, v$asm_diskgroup g
WHERE a.group_number = g.group_number)
START WITH (mod(pindex, power(2, 24))) = 0
CONNECT BY PRIOR rindex = pindex;
:)

Similar Messages

  • Duplicate database from ASM to Non-ASM problem

    Friends,
    I am unable to duplicate the database from ASM TO Non-ASM,
    OS: Linux AS4
    Oracle version: 10.2.0.1
    initAUXDB.ora parameters:
    background_dump_dest=/u01/oracle/product/10.2.0/admin/auxdb/adump
    core_dump_dest=/u01/oracle/product/10.2.0/admin/auxdb/cdump
    background_dump_dest=/u01/oracle/product/10.2.0/admin/auxdb/bdump
    user_dump_dest=/u01/oracle/product/10.2.0/admin/auxdb/udump
    db_name=auxdb
    undo_tablespace=undotbs1
    undo_management=auto
    undo_retention=900
    db_block_size=8192
    compatible=10.2.0.1
    control_files='/u01/oracle/product/10.2.0/oradata/auxdb/control01.ctl'
    db_file_name_convert=('+DATA','/u01/oracle/product/10.2.0/oradata/auxdb')
    log_file_name_convert=('+DATA','/u01/oracle/product/10.2.0/oradata/auxdb')
    db_create_file_dest='/u01/oracle/product/10.2.0/oradata/auxdb'
    db_create_online_log_dest_1='/u01/oracle/product/10.2.0/oradata/auxdb'
    My target database diskgroup info:
    GROUP_NUMBER NAME SECTOR_SIZE BLOCK_SIZE STATE
    1 DATA 512 4096 MOUNTED N
    2 FLASH 512 4096 MOUNTED E
    Please could you have look the following error:
    type1:
    Note: when I configure The log_file_name_convert=('+DATA') in initAUXDB.ora parameter file, the following error are occurring:
    RMAN> run {
    2> allocate auxiliary channel C1 device type disk;
    3> duplicate target database to auxdb;
    4> }
    Starting Duplicate Db at 03-MAR-13
    released channel: C1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 03/03/2013 14:43:05
    RMAN-05501: aborting duplication of target database
    RMAN-05001: auxiliary filename +FLASH/prod/onlinelog/group_3.259.809008171 conflicts with a file used by the target database
    RMAN-05001: auxiliary filename +FLASH/prod/onlinelog/group_2.258.809008167 conflicts with a file used by the target database
    RMAN-05001: auxiliary filename +FLASH/prod/onlinelog/group_1.257.809008165 conflicts with a file used by the target database
    type2:
    when I configure The log_file_name_convert=('+FLASH') in initAUXDB.ora, again I am getting the following error:
    RMAN> run {
    2> allocate auxiliary channel C1 device type disk;
    3> duplicate target database to auxdb;
    4> }
    allocated channel: C1
    channel C1: sid=36 devtype=DISK
    Starting Duplicate Db at 04-MAR-13
    released channel: C1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 03/04/2013 08:37:10
    RMAN-05501: aborting duplication of target database
    RMAN-05001: auxiliary filename +DATA/prod/onlinelog/group_3.263.809008169 conflicts with a file used by the target database
    RMAN-05001: auxiliary filename +DATA/prod/onlinelog/group_2.262.809008165 conflicts with a file used by the target database
    RMAN-05001: auxiliary filename +DATA/prod/onlinelog/group_1.261.809008163 conflicts with a file used by the target database
    Please suggest me to overcome the above errors.

    Hi Mr.Rao,
    Thank you for your reply..
    I follwed as per as your query, but I am getting different error:
    channel C1: starting datafile backupset restore
    channel C1: specifying datafile(s) to restore from backup set
    restoring datafile 00001 to /u01/oracle/product/10.2.0/oradata/auxdb/prod/datafile/system.256.809008077 <---------here the directory structure is "/u01/oracle/product/10.2.0/oradata/auxdb/prod/datafile/" but I mention in initauxdb.ora parameter only "/u01/oracle/product/10.2.0/odata/auxdb/".
    restoring datafile 00002 to /u01/oracle/product/10.2.0/oradata/auxdb/prod/datafile/undotbs1.258.809008077
    restoring datafile 00003 to /u01/oracle/product/10.2.0/oradata/auxdb/prod/datafile/sysaux.257.809008077
    restoring datafile 00004 to /u01/oracle/product/10.2.0/oradata/auxdb/prod/datafile/users.259.809008077
    channel C1: reading from backup piece +FLASH/prod/backupset/2013_03_04/nnndf0_tag20130304t072249_0.265.809162569
    ORA-19870: error reading backup piece +FLASH/prod/backupset/2013_03_04/nnndf0_tag20130304t072249_0.265.809162569
    ORA-19505: failed to identify file "+FLASH/prod/backupset/2013_03_04/nnndf0_tag20130304t072249_0.265.809162569"
    ORA-17503: ksfdopn:2 Failed to open file +FLASH/prod/backupset/2013_03_04/nnndf0_tag20130304t072249_0.265.809162569
    ORA-15001: diskgroup "FLASH" does not exist or is not mounte
    failover to previous backup
    channel C1: starting datafile backupset restore
    channel C1: specifying datafile(s) to restore from backup set
    restoring datafile 00001 to /u01/oracle/product/10.2.0/oradata/auxdb/prod/datafile/system.256.809008077
    restoring datafile 00002 to /u01/oracle/product/10.2.0/oradata/auxdb/prod/datafile/undotbs1.258.809008077
    restoring datafile 00003 to /u01/oracle/product/10.2.0/oradata/auxdb/prod/datafile/sysaux.257.809008077
    restoring datafile 00004 to /u01/oracle/product/10.2.0/oradata/auxdb/prod/datafile/users.259.809008077
    channel C1: reading from backup piece /u01/backup/prod/df_t809162421_s24_p1
    channel C1: restored backup piece 1
    piece handle=/u01/backup/prod/df_t809162421_s24_p1 tag=TAG20130304T072021
    channel C1: restore complete, elapsed time: 00:01:17
    Finished restore at 04-MAR-13
    sql statement: CREATE CONTROLFILE REUSE SET DATABASE "AUXDB" RESETLOGS ARCHIVELOG
    MAXLOGFILES 16
    MAXLOGMEMBERS 3
    MAXDATAFILES 100
    MAXINSTANCES 8
    MAXLOGHISTORY 292
    LOGFILE
    GROUP 1 ( '/u01/oracle/product/10.2.0/oradata/auxdb/prod/onlinelog/group_1.261.809008163',
    '/u01/oracle/product/10.2.0/oradata/auxdb/prod/onlinelog/group_1.257.809008165' ) SIZE 50 M REUSE,
    GROUP 2 ( '/u01/oracle/product/10.2.0/oradata/auxdb/prod/onlinelog/group_2.262.809008165',
    '/u01/oracle/product/10.2.0/oradata/auxdb/prod/onlinelog/group_2.258.809008167' ) SIZE 50 M REUSE,
    GROUP 3 ( '/u01/oracle/product/10.2.0/oradata/auxdb/prod/onlinelog/group_3.263.809008169',
    '/u01/oracle/product/10.2.0/oradata/auxdb/prod/onlinelog/group_3.259.809008171' ) SIZE 50 M REUSE
    DATAFILE
    '/u01/oracle/product/10.2.0/oradata/auxdb/prod/datafile/system.256.809008077'
    CHARACTER SET WE8ISO8859P1
    contents of Memory Script:
    switch clone datafile all;
    executing Memory Script
    datafile 2 switched to datafile copy
    input datafile copy recid=1 stamp=809171578 filename=/u01/oracle/product/10.2.0/oradata/auxdb/prod/datafile/undotbs1.258.809008077
    datafile 3 switched to datafile copy
    input datafile copy recid=2 stamp=809171578 filename=/u01/oracle/product/10.2.0/oradata/auxdb/prod/datafile/sysaux.257.809008077
    datafile 4 switched to datafile copy
    input datafile copy recid=3 stamp=809171578 filename=/u01/oracle/product/10.2.0/oradata/auxdb/prod/datafile/users.259.809008077
    channel C1: starting archive log restore to default destination
    channel C1: restoring archive log
    archive log thread=1 sequence=12
    channel C1: restoring archive log
    archive log thread=1 sequence=13
    channel C1: reading from backup piece /u01/backup/prod/al_t809162496_s26_p1
    channel C1: restored backup piece 1
    piece handle=/u01/backup/prod/al_t809162496_s26_p1 tag=TAG20130304T072136
    channel C1: restore complete, elapsed time: 00:00:04
    archive log filename=/u01/oracle/product/10.2.0/db_1/dbs/arch1_12_809008161.dbf thread=1 sequence=12
    channel clone_default: deleting archive log(s)
    archive log filename=/u01/oracle/product/10.2.0/db_1/dbs/arch1_12_809008161.dbf recid=2 stamp=809171585
    archive log filename=/u01/oracle/product/10.2.0/db_1/dbs/arch1_13_809008161.dbf thread=1 sequence=13
    channel clone_default: deleting archive log(s)
    archive log filename=/u01/oracle/product/10.2.0/db_1/dbs/arch1_13_809008161.dbf recid=1 stamp=809171583
    channel C1: starting archive log restore to default destination
    channel C1: restoring archive log
    archive log thread=1 sequence=14
    channel C1: reading from backup piece +FLASH/prod/backupset/2013_03_04/annnf0_tag20130304t072246_0.264.809162567
    ORA-19870: error reading backup piece +FLASH/prod/backupset/2013_03_04/annnf0_tag20130304t072246_0.264.809162567
    ORA-19505: failed to identify file "+FLASH/prod/backupset/2013_03_04/annnf0_tag20130304t072246_0.264.809162567"
    ORA-17503: ksfdopn:2 Failed to open file +FLASH/prod/backupset/2013_03_04/annnf0_tag20130304t072246_0.264.809162567
    ORA-15001: diskgroup "FLASH" does not exist or is not mounte
    released channel: C1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 03/04/2013 09:53:11
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-20506: no backup of archivelog found
    RMAN-06053: unable to perform media recovery because of missing log
    RMAN-06025: no backup of log thread 1 seq 14 lowscn 542329 found to restore

  • I am trying to print a color photo on my MacBook Pro from iPhoto (not using Photoshop) using Epson 2200 printer, and everything I do in the Color Matching and Print Settings results in a photo with a pink cast to it. What am I doing wrong?

    I am trying to print a color photo on my MacBook Pro from iPhoto (not using Photoshop) using Epson 2200 printer, and everything I do in the Color Matching and Print Settings results in a photo with a pink cast to it. What am I doing wrong?

    Have you checked the ink cartridges and made sure the nozzles are clear? Are you able to print from outside of iPhoto with the correct color?
    Try the following: make temporary copy of the library and do the following:
    1 - delete the iPhoto preference file, com.apple.iPhoto.plist, that resides in your
         User/Home()/Library/ Preferences folder.
    2 - delete iPhoto's cache file, Cache.db, that is located in your
         User/Home()/Library/Caches/com.apple.iPhoto folder. 
    3 - launch iPhoto and try again.
    NOTE: If you're moved your library from its default location in your Home/Pictures folder you will have to point iPhoto to its new location when you next open iPhoto by holding down the Option key when launching iPhoto.  You'll also have to reset the iPhoto's various preferences.
    OT

  • Delete a database from a server in Business Process Architect

    Hi Friends,
    Does anybody know how to delete a database from a server in Business Process Architect? I don't see any option to perform delete. I am using version 10.1.3.4.
    Thanks
    Tridib

    Thanks for reply
    Actually i want to delete the jobs from the Url below
    http://xyz:7778/reports/rwservlet/showjobs?server=testreport which gives all the jobs when u click on anyone job it open the pdf file which is stored in cache i want this job to be deleted including the file.
    I think there is a target.xml file which show the job in IAS OEM for a report server if the report server is added in target.xml from oem we can delete the jobid and file.
    where should i go to see the report server in oem?
    Regards

  • How I can delete set of book that not use, it is creating wrongly?

    Dear Valued Consultant ,
    How I can delete set of book that not use, it is creating wrongly?
    Is there a way to delete Set of Book that not use, it is created wrongly?
    The Goal:
    This wrongly set of book it is appears always in any where that need select the Set of Book that may be cause select the wrongly one
    Thanks for alawys Helping

    Pl see if ML Doc 160623.1 (How to Delete a Set of Books from General Ledger?) helps.
    HTH
    Srini

  • I am trying to delete a page from a pdf using Acrobat X Pro but the delete option is greyed out. Why

    I am trying to delete a page from a pdf using Acrobat X Pro but the delete option is greyed out.  Does anyone know why?

    Post your question in the forum for Adobe Acrobat.

  • Best practice for deleting multiple rows from a table , using creator

    Hi
    Thank you for reading my post.
    what is best practive for deleting multiple rows from a table using rowSet ?
    for example how i can execute something like
    delete from table1 where field1= ? and field2 =?
    Thank you

    Hi,
    Please go through the AppModel application which is available at: http://developers.sun.com/prodtech/javatools/jscreator/reference/codesamples/sampleapps.html
    The OnePage Table Based example shows exactly how to use deleting multiple rows from a datatable...
    Hope this helps.
    Thanks,
    RK.

  • I don't use many genre's, how can I delete the ones I do not use?

    In iTunes the genre list has many that I don't use.
    I would like to delete the ones I am not using.
    Does anyone know how to do that?
    I know how to add genre's, I just cant figure out how to delete them.

    Well, I think I understand that in iTunes, the Genres listed are "only" the genres found in each music file.
    However, after clicking on "get info" and then looking at my "INFO" page, when I select change Genres, a multitude of genre options appear, the ones I have added, AND a bunch that I never use, and never intend to use, e.g. soundtrack, dance, alternative, trance, unclassifiable, techno, religious, pop, new age, industrial, house, blues/R&B, Folk, Holiday, hip hop, etc.
    So there in lies my question, how do I delete (get rid of)  the genre options that I never use, and never intend to use.

  • My iPhone 5 does not allow me to send or recieve any texts from anyone not using iMessage - I've already checked my settings and everything is where it should be. Any other possible ideas?

    My iPhone 5 does not allow me to send or recieve any texts from anyone not using iMessage - I've already checked my settings and everything is where it should be. Any other possible ideas?

    Contact your carrier to make sure there's nothing wrong with your account.
    Also, it may be worth going into Settings>General>Reset and choosing Reset Network Settings. You'll lose saved wifi passwords but you won't see any other changes. That may resolve the issue.
    ~Lyssa

  • Delete a database option is not available in DBCA

    Hello,
    I have HP-UX 11v3. I have installed Oracle Standard Edition 10.2.0.1 and after that I installed 10.2.0.4 Patch Set.
    I configured two databases using DBCA. At the end I save scripts (not create database) and run script from shell.
    The databases are up and running.
    I tried to delete one database through DBCA, but option Delete a database (and also "Configure Databse Option") is not available, they are grey.
    What is the problem? What should I do to get option to delte both databases from DBCA?
    Regards,
    Lovro

    pavli wrote:
    Hello,
    I have HP-UX 11v3. I have installed Oracle Standard Edition 10.2.0.1 and after that I installed 10.2.0.4 Patch Set.
    I configured two databases using DBCA. At the end I save scripts (not create database) and run script from shell.
    The databases are up and running.
    I tried to delete one database through DBCA, but option Delete a database (and also "Configure Databse Option") is not available, they are grey.
    What is the problem? What should I do to get option to delte both databases from DBCA?
    Regards,
    LovroDBCA reads the ORATAB file on Unix to determine what databases exist to be dropped (and DBUA does the same to determine which databases are to be upgraded). Most likely the ORATAB file does not contain an uncommented entry for your database.
    Niall Litchfield
    http://www.orawin.info/

  • Remove Database (Not using DBCA)

    Hello!
    I have tried creating a database on my 10g instance, using DBCA. Halfway through creation, the process stopped, giving me error ORA-01092.
    I'd like to remove the database and start again, however using DBCA, when I try to remove the database, I get error ORA-01078 - and cannot continue any further.
    How can I remove all traces of this database without using DBCA?
    Thanks for any help.
    Chris.

    ORA-01078: failure in processing system parameters
    Cause
    This error indicates that Oracle had a problem processing the database initialisation file. It will normally be accompanied by another error that will give more specific details about the problem.
    ORA-01092: ORACLE instance terminated. Disconnection forced
    Examine alert.log file to find out what caused the DBCA fail. If there's unknown problem in your system, the next DBCA will likely fail again even after clean up.
    What's in your initial parameter file? What's your OS?
    You need to clean up following files,
    datafiles, control files, redo logfiles, spfile files and better clean all files under dump destination as well (of course after troubleshooting)

  • Every time I try and delete an album from my ipod using itunes but doing so manually as was suggested, it is also deleted from the itunes library that i have set up.  How do I just delete albums from my ipod and not loose them from my pc itunes library?

    I have an extensive itunes library on my pc.  I want to delete albums from my ipod but still keep them in my itunes library.  Everytime I try to delete by right clicking on the album and choosing delete, I also loose the album from itunes.  I have just gotten an old iphone and put just classical and jazz on the iphone and want to delete those albums from my ipod but alas I will be loosing them from the iphone as well as soon as I sync with itunes in the future.  I put settings into manual manage music but still the albums go off itunes.  Any suggestions?

    I'm thinking you sync to your computer over Wi-Fi, if correct, switch to sync when connected to iTunes, turn off sync over Wi-Fi. Hope this helps, Good luck. Cheers.

  • How to Delete a Database on ASM

    I am trying to delete a database which seems to be on ASM but I get the errors below. I have limited exposure on ASM so not sure how to proceed. Can someone help?
    $ dbca -silent -deleteDatabase -responseFile dbca_response.rsp
    ORA-01078: failure in processing system parameters
    ORA-01565: error in identifying file '+DATA/orcl/spfileorcl.ora'
    ORA-17503: ksfdopn:2 Failed to open file +DATA/orcl/spfileorcl.ora
    ORA-15077: could not locate ASM instance serving a required diskgroup

    hi,
    this may be reason..
    ORA-01565: error in identifying file 'string'
    Cause: An error occurred while trying to identify a file.
    Action: Check the error stack for detailed information.
    issue (Metalink Note 390591.1). We encountered similar issue in Linux RAC cluster and has been resoled by following this note.
    Cause
    =====
    Installing the 10.2.0.2 patchset in a RAC installation on any Unix platform does not correctly update the libknlopt.a file on all nodes. The local node where the installer is run does update libknlopt.a but remote nodes do not get the updated file. This can lead to dumps or internal errors on the remote nodes if Oracle is subsequently relinked.
    Solution
    ========
    There are two solutions for this problem:
    1) Manual copy of the "libknlopt.a" library to the offending nodes :
    - ensure all instances are shut down
    - manually copy $ORACLE_HOME/rdbms/lib/libknlopt.a from the local node to all remote nodes
    - relink Oracle on all nodes :
    make -f ins_rdbms.mk ioracle
    2) Install the patchset on every node using the "-local" option:
    On Unix:
    runInstaller -updateNodeList -local ORACLE_HOME=$ORACLE_HOME CLUSTER_NODES=node1,node2,...
    On Windows:
    setup.exe -updateNodeList -local ORACLE_HOME=%ORACLE_HOME% CLUSTER_NODES=node1,node2,...
    ORA-10577: Can not invoke test recovery for managed standby database recovery
    Cause: Test recovery option is used for managed standby database recovery.
    Action: Either remove the test recovery option or invoke manual test standby database recovery
    regards,
    Deepak
    Edited by: Deepak_DBA on Oct 13, 2009 12:51 PM
    Edited by: Deepak_DBA on Oct 13, 2009 12:54 PM

  • Creating standby database from ASM production database in standard edition

    Hi,
    I am using oracle 10g release 2 standard edition. I recently created a database instance and wanted to create a standby database instance. After sorting out how to achieve this without managed standby and data guard I finally got it working and the shipped archive logs are applied and working well on the standby database.
    Now I am thinking of re-creating my production database and using ASM for storage managment. By doing this can a standby database still be created from a primary database using ASM? I want to be sure I can before I commit to using ASM for the production instance and manually creating a standby database from that instance.
    Note: I am using standard edition not enterprise edition.

    Hi
    For Oracle SE standby, you can visit www.anbultechnologies.co.uk , they have a brilliant product name DRMC which is Automatic disaster recovery solution with automatic failover in case primary goes down due to any reason.
    We are using this product for more than 2 years and it works like a dream using Oracle Standard Edition. We have depolyed more databases and Standby solution within the prices of 2 EE edition licenses.
    You can give ma try as well.
    website address is www.anbultechnologies.co.uk

  • Solman 7.1; delete old database from SMSY

    We have done upgrade to solman 7.1 . So we use SMSY with datasource LMDB now.
    In former times the database host of some SAP-systems  were changed.
    So we have some old obsolete entries like database <SID>_0001 in SMSY (sent by SLD BEFORE the solman upgrade.
    If we try to delete old entry in SMSY-> databases by right mouse click , system opens the LMDB maintenance, because maintenance should normally done in LMDB.  There is no database <SID>_0001 in LMDB and the SLDs  - only the correct  System <SID> with database <SID> with correct server data.
    How can we properly delete the obsolete entries in SMSY ?
    In the LM Db Setup Guide I only found some troubleshooting for sync problems between LMDB and SLD, but not how to delete manually in SMSY in SM 7.1. Any ideas ?

    I have solved the problem.
    The obsolete database was only in SMSY and NOT in SLD + LMDB - so no deletion possible in SMSY and LMDB (as suggested by community)
    The obsolete database <SID>_0001 was not used by any SAP system in SMSY.
    I used the workaround of creating a dummy database system with the obsolete name in LMDB for later deletion  and sync to SMSY.
    steps:
    I create a new technical system  in LMDB: select type " Database system" instead of default "ABAP ....."
    Identification of technical system:
    databasename: <SID>_0001
    databasehost:  you can use the correct server if you like
    databasetype: DB2, oracle, etc...
    Next screen (identification technical system):
    extended systemname: SID>_0001 (change it to the value you want to delete in SMSY.  My solman suggested <SID>00001)
    Save
    Optional: In next screen you can adapt the description of the system, which will be displayed in SMSY very quickly!
    Then delete system from LMDB => deletion of database will be synchonized into SMSY.
    Work done.

Maybe you are looking for

  • Calling sql loader in sqlplus

    Hi all, i am trying to load a file called text1.txt using sql loader. I am using sqlplus but i dont know how to call sql loader in sql plus. can someone provide syntax assumming data file is text1.txt and control file is txt.clt thanks

  • How to print any web page to PDF in Windows 7 after Firefox version 8?

    Some web pages do not print to PDF after Firefox Version 8. The result is either incomplete PDF or the print progress stops at some point and Firefox is stuck. For example the following web page http://en.wikipedia.org/wiki/Abraham_Lincoln prints to

  • Using InputMap and ActionMap

    Referring to an earlier post "Listening to Keystrokes", I already know how to trap keystrokes in a JPanel. I use this line of code: this.registerKeyboardAction(this,       "Exit Task", KeyStroke.getKeyStroke(KeyEvent.VK_ESCAPE, 0),       JComponent.W

  • Set Nvidia Quadro 1000M as primary card.

    Hello all. I have issue with Nvidia Quadro card 1000M on Windows 8. I set discrete graphic in bios and saved settings. But on Windows startup at login screen it goes black and only helps to restart and set it back to optimus or integrated. How to set

  • Export Messages from UC 2.1.2es20.1119-20

    Is there a way to export message from UC 2.1 so that I can save them as .wav or similar format files and put them on media?  I remember being able to do something similar using Unity 5 when it was integrated with Exchange, but I don't see any similar