EXP-00056: ORACLE error 936 encountered error while exporting data

Hi,
When i execute following query i get "EXP-00056: ORACLE error 936 encountered".
Anything m i missing in the query or do i need to specifiy any other parameter.
c:\exp HKKR/HKKR@oracle10 tables=T_Transaction_image query=\"where transaction_id in select transaction_id from t_transaction where transaction_datetime between to_date\(\'01-april-2012 09:00:00\',\'dd-mm-yyyy hh24:mi:ss\'\) AND to_date\(\'01-april-2012 09:30:00\',\'dd-mm-yyyy hh24:mi:ss\'\)\" file='/u01/app/oracle/HKKR_TRANSImage_DATE061212.DMP' LOG='/u01/app/oracle/HKKR_TRANSimage_DATE061212.log' rows=y buffer=100000
Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options
Export done in US7ASCII character set and AL16UTF16 NCHAR character set
server uses WE8ISO8859P1 character set (possible charset conversion)
About to export specified tables via Conventional Path ...
*. . exporting table T_TRANSACTION_IMAGE*
*. . exporting partition NOV11*
EXP-00056: ORACLE error 936 encountered
ORA-00936: missing expression
Export terminated successfully with warnings.
Regards,
Yogesh

missing parenthesis for the sub-query
... where transaction_id in ( select ... )

Similar Messages

  • EXP-00056: ORACLE error 4021 encountered ORA-04021: timeout occurred while

    hi all oracle gurus ,
    i have this problem which i am facing its like this.i have a batch file that runs export every night one week back it was all okay .few days back when i looked the log files it gives me this error ---EXP-00056: ORACLE error 4021 encountered
    ORA-04021: timeout occurred while waiting to lock object
    what should i do this is a production database runing in windows platform and there is no backup pls help me .....
    export log file -------
    Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Export done in AL32UTF8 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 PILOT
    . exporting foreign function library names for user FINANCE
    . exporting foreign function library names for user MBCNEWS
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting object type definitions for user PILOT
    . exporting object type definitions for user FINANCE
    . exporting object type definitions for user MBCNEWS
    About to export PILOT's objects ...
    . exporting database links
    . exporting sequence numbers
    . exporting cluster definitions
    EXP-00056: ORACLE error 4021 encountered
    ORA-04021: timeout occurred while waiting to lock object
    ORA-06512: at "SYS.DBMS_METADATA", line 1511
    ORA-06512: at "SYS.DBMS_METADATA", line 1548
    ORA-06512: at "SYS.DBMS_METADATA", line 1864
    ORA-06512: at "SYS.DBMS_METADATA", line 3707
    ORA-06512: at "SYS.DBMS_METADATA", line 3689
    ORA-06512: at line 1
    EXP-00000: Export terminated unsuccessfully
    robyav

    this is a production database runing in windows platform and there is no backup
    what should iWell first of all you should stop using EXP for backups, it's quite unsuitable, and start using RMAN instead. Find out more.
    If you have a Metalink account you shoudl read Note:298968.1. But teh headline is there is a bug in 10gR1 which is fixed in 10gR2. This may not help you much. The workaround is to try running the export again later, which may not be any more helpful.
    Cheers, APC

  • How to resolve EXP-00056: ORACLE error 19206 encountered during an export.

    Hi,
    I am facing the problem while exporting the user in ORACLE 9i. It is showing the following error message's
    EXP-00056: ORACLE error 19206 encountered
    ORA-19206: Invalid value for query or REF CURSOR parameter
    ORA-06512: at "SYS.DBMS_XMLGEN", line 83
    ORA-06512: at "SYS.DBMS_METADATA", line 353
    ORA-06512: at "SYS.DBMS_METADATA", line 418
    ORA-06512: at "SYS.DBMS_METADATA", line 457
    ORA-06512: at "SYS.DBMS_METADATA", line 1181
    ORA-06512: at "SYS.DBMS_METADATA", line 1162
    ORA-06512: at line 1
    I have tried in the below way to solve the above issue.
    I have logged in to sql+ sheet : sys/sys@esmr as sysdba [username/password@net service name as sysdba] and executed the query " $ora92/rdbms/admin/catmeta.sql "
    But still I am unable to export the database user.Still it is showing me the same error. Please help me out.
    Thanks so much,
    Sudheer Reddy T
    Edited by: 921309 on Mar 15, 2012 10:24 PM

    Dear User,
    Please check the below Document for details regarding your error.
    ORA-19206 EXP-56 While Taking Export (Doc ID 206313.1)
    Regards...
    Chetan DBA@ORACLE

  • EXP-00056: ORACLE error 24324 encountered

    While exporting a particular table I am getting an error
    G:\oracle>exp user/password@servicei file=ft_curr.dmp log=ft_curr.log tableS=F
    T_CUR_TRANS
    Export: Release 9.2.0.4.0 - Production on Mon Aug 4 15:57:02 2008
    Copyright (c) 1982, 2002, Oracle Corporation.  All rights reserved.
    Connected to: Oracle9i Enterprise Edition Release 9.2.0.6.0 - 64bit Production
    With the Partitioning, Real Application Clusters, OLAP and Oracle Data Mining op
    tions
    JServer Release 9.2.0.6.0 - Production
    Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    server uses WE8ISO8859P1 character set (possible charset conversion)
    About to export specified tables via Conventional Path ...
    . . exporting table            FT_CUR_TRANS
    EXP-00056: ORACLE error 3113 encountered
    ORA-03113: end-of-file on communication channel
    EXP-00056: ORACLE error 24324 encountered
    ORA-24324: service handle not initialized
    EXP-00056: ORACLE error 24324 encountered
    ORA-24324: service handle not initialized
    EXP-00056: ORACLE error 24324 encountered
    ORA-24324: service handle not initialized
    EXP-00056: ORACLE error 24324 encountered
    ORA-24324: service handle not initialized
    EXP-00000: Export terminated unsuccessfullyCan anybody suggest me what i have to do to overcome this problem...
    There is some error in alert log file also as i am having a
    ORA-00600: internal error code, arguments: [12333], [253], [1], [253], [], [], [], []
    Tue Jul 29 18:41:15 2008
    Trace dumping is performing id=[cdmp_20080729184115]
    Tue Jul 29 18:42:15 2008
    Errors in file /arch/dump/udump/icai12_ora_29758.trc:
    ORA-00600: internal error code, arguments: [12333], [253], [1], [253], [], [], [], []
    Wed Jul 30 18:55:37 2008
    Thread 2 advanced to log sequence 1533
    Wed Jul 30 18:55:37 2008
    ARC1: Evaluating archive   log 4 thread 2 sequence 1532
      Current log# 3 seq# 1533 mem# 0: /dev/vx/rdsk/racdg/orcl_raw_log21
    ARC1: Beginning to archive log 4 thread 2 sequence 1532
    Creating archive destination LOG_ARCHIVE_DEST_1: '/arch/log/2_1532.dbf'
    Wed Jul 30 18:55:48 2008
    ARC1: Completed archiving  log 4 thread 2 sequence 1532
    Thu Jul 31 15:32:42 2008
    Errors in file /arch/dump/udump/icai12_ora_57.trc:
    ORA-00600: internal error code, arguments: [12333], [253], [1], [253], [], [], [], []
    Thu Jul 31 15:32:43 2008
    Trace dumping is performing id=[cdmp_20080731153243]
    Thu Jul 31 17:40:26 2008
    ARC0: Evaluating archive   log 3 thread 2 sequence 1533
    Thu Jul 31 17:40:26 2008
    Thread 2 advanced to log sequence 1534
    Thu Jul 31 17:40:26 2008
      Current log# 4 seq# 1534 mem# 0: /dev/vx/rdsk/racdg/orcl_raw_log22
    Thu Jul 31 17:40:26 2008
    ARC0: Beginning to archive log 3 thread 2 sequence 1533
    Creating archive destination LOG_ARCHIVE_DEST_1: '/arch/log/2_1533.dbf'
    ARC0: Completed archiving  log 3 thread 2 sequence 1533
    Fri Aug  1 19:11:44 2008
    Trace dumping is performing id=[cdmp_20080801191143]

    The posted content from alert.log does not seem to have anything relevant to the error encountered during export (e.g. look at the timings).
    G:\oracle>exp user/password@servicei file=ft_curr.dmp
    Export: Release 9.2.0.4.0 - Production on Mon Aug 4 15:57:02 2008
    Connected to: Oracle9i Enterprise Edition Release 9.2.0.6.0 - 64bit ProductionUnless you are exporting for a lower version target db, using different versions might not be the best method.
    Also, any specific reason for running remotely? Is it possible for you to run the exp session directly on the database server host?
    Message was edited by:
    orafad

  • EXP-00056: ORACLE error 1455 encountered

    when trying to export full database gives this error
    . exporting synonyms
    . exporting views
    . exporting referential integrity constraints
    . exporting stored procedures
    . exporting operators
    . exporting indextypes
    . exporting bitmap, functional and extensible indexes
    . exporting posttables actions
    . exporting triggers
    . exporting materialized views
    EXP-00056: ORACLE error 1455 encountered
    ORA-01455: converting column overflows integer datatype
    EXP-00000: Export terminated unsuccessfully
    Pls suggest me solution

    hi - i am ali farvardin from www.baridsoft.ir
    we have Office automation systems
    **I had the exact same problem on an 11 r2 database on windows 2008 r2.**
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    EXP-00075: rounding FILESIZE down, new value is 26106126336
    Export done in UTF8 character set and UTF8 NCHAR character set
    About to export specified users ...
    . exporting pre-schema procedural objects and actions
    . exporting foreign function library names for user EORG
    . exporting foreign function library names for user EORG_NOTIFICATION
    . exporting foreign function library names for user EORG_GENERATOR
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting object type definitions for user EORG
    . exporting object type definitions for user EORG_NOTIFICATION
    . exporting object type definitions for user EORG_GENERATOR
    About to export EORG's objects ...
    . exporting database links
    . exporting sequence numbers
    . exporting cluster definitions
    . about to export EORG's tables via Conventional Path ...
    . . exporting table ACCOUNT
    2 rows exported
    / 4 rows exported
    . . exporting table USERRIGHTS
    112826 rows exported
    . . exporting table USERS
    325 rows exported
    . . exporting table USERSPROFILEDATA
    7135 rows exported
    . . exporting table USERWORKGROUP
    914 rows exported
    . . exporting table VMS_SETTINGS
    1 rows exported
    . . exporting table WF_WORKFLOW
    2 rows exported
    . . exporting table WORKGROUP
    16 rows exported
    . exporting synonyms
    . exporting views
    EXP-00056: ORACLE error 1455 encountered
    ORA-01455: converting column overflows integer datatype
    EXP-00000: Export terminated unsuccessfully
    when i run expdb command , i dont have any problem.
    I used solution 2 in DocID 351233.1
    2. Disable auditing by issuing the following from sqlplus:
    SQL> noaudit session;
    ***but NOT WORK***
    Edited by: user9538494 on Dec 28, 2010 1:22 AM

  • EXP-00056: ORACLE error 12705 encountered

    Dear All,
    till today everything went fine with the export utility, but now it shows the following:
    EXP-00056: ORACLE error 12705 encountered
    ORA-12705: invalid or unknown NLS parameter value specified
    I don't know why this error appears, nobody changed anything on the server or on the client. I've done some modifications regarding to the advices of various web pages, but the error doesn't want to disappear... (The same export code runs fine on other machines.)
    Please advise!
    Thx!
    Franky

    I would advise you to read the metalink note ORA-12705 - Common Reasons and How to Resolve Them - Note:158654.1
    What is your export command ?
    Is it the same export command ?
    Is it the same OS user and then same environment variables ?
    What is your OS and oracle version ?
    What are NLS_* variables values and database ?
    etc...
    Nicolas.

  • EXP-00056: ORACLE error 4068 encountered

    Hi,
    I'm doing an export and it shows the following error
    EXP-00056: ORACLE error 4068 encountered
    ORA-04068: existing state of packages has been discarded
    ORA-04063: package body "XDB.DBMS_XDBUTIL_INT" has errors
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at line 1
    EXP-00056: ORACLE error 4068 encountered
    ORA-04068: existing state of packages has been discarded
    ORA-04063: package body "XDB.DBMS_XDBUTIL_INT" has errors
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at line 1
    EXP-00000: Export terminated unsuccessfully
    Can anybody help me, please?
    Regards,
    A.J.

    Export problem -
    Unable to export.
    1. Install all the packages required -
         a. catalog.sql
         b. catmeta.sql
         c. catexp.sql
         Above packages are available in Oracle_base/oracle_home/ora92/rdbms/admin and Oracle_base/oracle_home/ora92/sqlplus/admin.
    ERROR -
    EXP-00056: ORACLE error 6550 encountered
    ORA-06550: line 1, column 26:
    PLS-00201: identifier 'XDB.DBMS_XDBUTIL_INT' must be declared
    ORA-06550: line 1, column 14:
    PL/SQL: Statement ignored
    EXP-00056: ORACLE error 6550 encountered
    ORA-06550: line 1, column 26:
    PLS-00201: identifier 'XDB.DBMS_XDBUTIL_INT' must be declared
    ORA-06550: line 1, column 14:
    PL/SQL: Statement ignored
    EXP-00000: Export terminated unsuccessfully
    Solution - First, verify that this package exists with the following query:
    SELECT status,object_id,object_type,owner,object_name
    FROM dba_objects
    WHERE object_name = 'DBMS_XDBUTIL_INT';
    If the status is INVALID, then recompile the package. If the package does not exist, then you will have to install it as follows:
    SQL> connect sys/ AS SYSDBA
    SQL> @?/rdbms/admin/prvtxdb.plb
    SQL> exit
    Error - EXP-00056: ORACLE error 4068 encountered
    ORA-04068: existing state of packages has been discarded
    ORA-04063: package body "XDB.DBMS_XDBUTIL_INT" has errors
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at line 1
    EXP-00056: ORACLE error 4068 encountered
    ORA-04068: existing state of packages has been discarded
    ORA-04063: package body "XDB.DBMS_XDBUTIL_INT" has errors
    ORA-06508: PL/SQL: could not find program unit being called
    ORA-06512: at line 1
    EXP-00000: Export terminated unsuccessfully
    alter package XDB.DBMS_XDBUTIL_INT compile;
    If Gives the compilation Error then user following Solution.
    The solution is running catnoqm.sql (remove XDB schema) and then running catqm.sql (installing XDB schema).
    ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

  • EXP-00056: ORACLE error 8103 encountered

    When i tried to drop pearl schema i got this error
    SQL> drop user pearl cascade;
    drop user pearl cascade
    ERROR at line 1 :
    ORA-00604 : error occurred at recursive SQL level 1
    ORA-08103 : object no longer exists
    AFter all i done a export for full database
    i got following errors
    AFter finishing export i got this error.i checked the logfile there is no error found any of the table in the log file except this error at last
    EXP-00056: ORACLE error 8103 encountered
    ORA-08103: object no longer exists
    EXP-00000: Export terminated unsuccessfully
    wht it means
    wiht regards
    jon

    What version of Oracle do you use?
    Note 20756.1 on metalink provides some useful information.

  • Export fails with EXP-00056: ORACLE error 2149 encountered

    Hi,
    Export backup fails everyday with the below error.
    when I export manuall during the day time. there are no errors.
    I assume that the partition which it is trying to export exists at the time of the export job start HOwever, it could not find the paritition when it tries to exprot that specific table.
    EXP-00056: ORACLE error 2149 encountered
    ORA-02149: Specified partition does not e
    This database is very new to me. any help to investigate the problem is much appritiated.

    Please see (Note: 847687.1 - Patch 7303030 Fails on Egosildu.sql : ORA-02149 Specified Partition Does Not Exist).
    Hope this helps,
    Regards,
    http://www.oracleracexpert.com
    Click here to [Duplicate RAC Database using RMAN|http://www.oracleracexpert.com/2009/12/duplicate-rac-database-using-rman.html]
    Click here to [Set DISPLAY variable & Enable access control|http://www.oracleracexpert.com/2009/12/set-display-variable-enable-access.html]

  • EXP-00056 Oracle Error 1422 et 6512

    Hello,
    I have a problem at end of exporting data.
    i have this error message
    EXP-00056 : ORACLE error 1422 encountered
    ORA-01422 : exact fetchreturns more than requested number of rows.
    ORA-06512 : at "XDB.DBMS_XDBUTIL_INT", 52
    ORA-06512 : at line 1
    EXP-00000 : Export terminated unsuccessfully.
    i connected to Oracle9i Entreprise Edition Release 9.2.3.0-64 bit.
    Please help me
    Best Regards
    Ahmed

    This is where having a Metalink account is useful.
    there is a simple answer documented on Metalink for this problem.
    Check your triggers and object names - there is a conflict .

  • Error while exporting data

    i get the following error while exporting data evn after running catexp.sql
    EXP-00056: ORACLE error 31600 encountered
    ORA-31600: invalid input value EMIT_SCHEMA for parameter NAME in function SET_TRANSFORM_PARAM
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 105
    ORA-06512: at "SYS.DBMS_METADATA_INT", line 3926
    ORA-06512: at "SYS.DBMS_METADATA_INT", line 4050
    ORA-06512: at "SYS.DBMS_METADATA", line 836
    ORA-06512: at line 1
    can anyone help me on this

    copy past from the notes referred above -
    Symptom(s)
    ~~~~~~~~~~
    You are performing a database export against your 9.2 database. The database
    export abnormally ends with the following errors:
    EXP-00056: ORACLE error 31600 encountered
    ORA-31600: invalid input value EMIT_SCHEMA for parameter NAME in function
    SET_TRANSFORM_PARAM
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 105
    ORA-06512: at "SYS.DBMS_METADATA_INT", line 3926
    ORA-06512: at "SYS.DBMS_METADATA_INT", line 4050
    ORA-06512: at "SYS.DBMS_METADATA", line 836
    ORA-06512: at line 1
    EXP-00000: Export terminated unsuccessfully
    Change(s)
    ~~~~~~~~~~
    One of the known causes for the error above is that a patchset was recently
    applied to the database but one or more of the patchset steps were not
    performed.
    Cause
    ~~~~~~~
    View the readme notes for the patchset recently installed. You will see a step
    that should have been performed that directs you to run the script named
    catpatch.sql. Very likely this step was never performed.
    Fix
    ~~~~
    As the sysdba user run the catpatch.sql script found in the directory named
    $ORACLE_HOME/rdbms/admin. Before you submit this script, view it's contents.
    You may see that this script places the database in restricted mode.
    rgds

  • Error while exporting data from 9i

    When we try to export data from 9i db getting below error.
    Db version : Oracle 9i Enterprise Edition Release 9.2.0.5.0-64 bit
    cmd : exp user/pwd@db file=test_dmp.dmp tables=state
    Export utility: Release 11.1.0.6.0
    Error:
    EXP-00056: ORACLE error 6550 encountered
    ORA-06550: line 1, column 41:
    PLS-00302: component 'SET_NO_OUTLINES' must be
    ORA-06550: line 1, column 15:
    PL/SQL: Statement ignored
    EXP-00000: Export terminated unsuccessfully

    Hi,
    You must export with the 9i version of exp, and import in the 11g database (if that's what you want) with 11g imp.
    Regards,
    Mario Alcaide

  • Can't install iCloud control panel on vista? I keep getting the error "Installer encountered errors before control panel could be installed" Knowing what errors and where to start would help?!

    Can't install iCloud control panel on vista? I keep getting the error "Installer encountered errors before control panel could be installed" Knowing what errors and where to start would help?!

    Try this: Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8

  • ClassNotFoundException: while exporting data into excel sheet

    Hi Experts,
    While exporting data into excel sheet below error was getting even i am created jar file DC and publicpart AND j2ee
    I have to deployed the JAR files on the server:
    1. Created "External Library DC"
    2. added my JAR files into "Libraries" folder.
    3. Exposed them as Public Part.
    4. Created "J2EE Library DC"
    5. Refered "External Library DC" into J2EE Library DC.
    6. Deployed "J2EE Library DC"
    7. and lastly refered this on my Web Dynpro DC by giving Library Reference.
    but still this is the errro was getting, plz any one can help regarding this what could be the problem
    java.lang.ClassNotFoundException: org.apache.poi.hssf.usermodel.HSSFWorkbook -
    Loader Info -
    ClassLoader name: [ng.com/Reuse_Export_to_Excel] Parent loader name: [Frame ClassLoader] References: common:service:http;service:servlet_jsp service:ejb common:service:iiop;service:naming;service:p4;service:ts service:jmsconnector library:jsse library:servlet common:library:IAIKSecurity;library:activation;library:mail;library:tcsecssl library:ejb20 library:j2eeca library:jms library:opensql common:library:com.sap.security.api.sda;library:com.sap.security.core.sda;library:security.class;library:webservices_lib;service:adminadapter;service:basicadmin;service:com.sap.security.core.ume.service;service:configuration;service:connector;service:dbpool;service:deploy;service:jmx;service:jmx_notification;service:keystore;service:security;service:userstore interface:resourcecontext_api interface:webservices interface:cross interface:ejbserialization sap.com/tcwddispwda sap.com/tcwdcorecomp service:webdynpro service:sld library:tcddicddicservices library:com.sap.aii.proxy.framework library:tcgraphicsigs library:com.sap.mw.jco library:com.sap.lcr.api.cimclient library:sapxmltoolkit library:com.sap.aii.util.rb library:com.sap.util.monitor.jarm library:tcddicddicruntime library:com.sap.aii.util.xml library:com.sap.aii.util.misc library:tccmi Resources: /usr/sap//JC21/j2ee/cluster/server0/apps/ng.com/Reuse_Export_to_Excel/src.zip /usr/sap//JC21/j2ee/cluster/server0/apps/ng.com/Reuse_Export_to_Excel/webdynpro/public/lib/ng.comReuse_Export_to_Excel.jar Loading model: {parent,references,local} -
    Regards,
    Varma

    closed

  • Data convertion while exporting data into flat files using export wizard in ssis

    Hi ,
    while exporting data to flat file through export wizard the source table is having NVARCHAR types.
    could you please help me on how to do the data convertion while using the export wizard?
    Thanks.

    Hi Avs sai,
    By default, the columns in the destination flat file will be non-Unicode columns, e.g. the data type of the columns will be DT_STR. If you want to keep the original DT_WSTR data type of the input column when outputting to the destination file, you can check
    the Unicode option on the “Choose a Destination” page of the SQL Server Import and Export Wizard. Then, on the “Configure Flat File Destination” page, you can click the Edit Mappings…“ button to check the data types. Please see the screenshot:
    Regards,
    Mike Yin
    TechNet Community Support

Maybe you are looking for

  • How do I move a project between machines?

    Hi, I'm an SQL Server  novice. After developing some websites (VS 2005 VWD), my machine started to  crumble. (e.g, SQL Server won't uninstall and lots of other software problems) So I bought a new machine and set up a clean installation of SQL Server

  • What a good email program for the Mac?

    I can't use Mac mail anymore because Comcast (or somebody) has blocked some ports and Comcast can't tell me what the problem is. The problem seems to be with ingoing and outgoing ports but Comcast no longer shows an ougoing port in preferences so I c

  • How to make ocr recognize male and female symbol in acrobat (XI)?

    I am scanning scientific litterature that uses male and female symbols and always get a wildcard instead. Is there a way to add these symbol in ocr?

  • Replacing BPM

    Hi Everyone,   Is there a way to Replace the BPM in the Middle with another one, to Call a BPM DYNAMICALLY. Regards, Varun

  • Photoshop CS 6 Beta

    adobe has done another nice (but boring) release.... at least boring for me. the improvements are nice and welcome. as small as they are (crop tool etc. ) im sure the workflow will be better. but lets be honest.... are you excited about the new photo