Renaming a character

Can I change the name of a character in a script and it will update all instances of the character throughout the entire script?
Thanks

Hi,
You may use the 'Find/ Replace All ' functionality for this.
Thanks
Rashi

Similar Messages

  • Help Needed -- Oracle XML/SQL utility and PL/SQL parser

    Let's say we have an xml file
    <?xml version="1.0" standalone="no"?>
    <abc>
    <def>
    <ghi>test</ghi>
    </def>
    <jkl>
    <mno>testing</mno>
    </jkl>
    </abc>
    We can store the <def> tag in one table say def and <jkl> tag in another table say jkl.
    Is there a way to combine def and jkl and insert in one table so that there in one row with two columns test and testing??
    null

    Hi,
    Are u sure that it is a java enabled database? The most common
    case of failure with the xmlgen package is because the loadjava
    command did not succeed.
    Please make sure that oraclexmlsqlload.bat file loaded all the
    java procedures successfully. If not then u would have to java-
    enable your database by running the initjvm script. (please see
    the docs).
    Thx
    Murali
    Iveta Vojtko (guest) wrote:
    : Hi,
    : I have downloaded XML SQL Utility for Java against Oracle
    8.0.5
    : on WindowsNT. The xmlgen package was created successfully but
    : its body is invalid and my PL/SQL test has failed because of
    : following error: PLS-00103: Encountered the symbol "NAME"
    : when expecting one of the following: := . ( @ % ; not null
    range
    : renames default character. The symbol ":= was inserted abefore
    : "NAME" to continue.
    : Is it because I am not using Oracle8i? I just want to use the
    : server side of XML SQL. Please, reply asap. Thank you.
    Oracle Technology Network
    http://technet.oracle.com
    null

  • XML problem in 8.0.5

    Hi I am using Oracle 8.0.5. Just now downloaded "XML SQL Utility
    for Java". Well. when I try to execute the file ( I am working on
    Solaris, and jdk1.1.6) oraclexmlsqlload.csh it is giving me the
    following error:
    Loading jar files...
    Loading xmlparser...
    Loading oraclexmlsql.jar...
    Cleaning up...
    Completed loading classes
    Creating functions...
    SQL*Plus: Release 8.0.5.0.0 - Production on Fri Jul 2 12:42:26
    1999
    (c) Copyright 1998 Oracle Corporation. All rights reserved.
    Connected to:
    Oracle8 Enterprise Edition Release 8.0.5.0.0 - Production
    PL/SQL Release 8.0.5.0.0 - Production
    Package dropped.
    DOC>==============================================================================
    DOC>NAME
    DOC> XMLGEN - xml generation pl/sql package
    DOC>
    DOC>DESCRIPTION
    DOC> XMLGEN is a PL/SQL wrapper of the OracleXMLStore java
    class.
    DOC>-------------------------------------------------------------------------------
    DOC>-----------------------------------------------------------------------------*/
    Package created.
    No errors.
    Warning: Package Body created with compilation errors.
    Errors for PACKAGE BODY XMLGEN:
    LINE/COL ERROR
    4/20 PLS-00103: Encountered the symbol "NAME" when expecting
    one of
    the following:
    := . ( @ % ; not null range renames default character
    The symbol ":= was inserted before "NAME" to continue.
    8/20 PLS-00103: Encountered the symbol "NAME" when expecting
    one of
    the following:
    := . ( @ % ; not null range renames default character
    The symbol ":= was inserted before "NAME" to continue.
    12/20 PLS-00103: Encountered the symbol "NAME" when expecting
    one of
    LINE/COL ERROR
    the following:
    := . ( @ % ; not null range renames default character
    := . ( @ % ; not null range renames default character
    The symbol ":= was inserted before "NAME" to continue.
    16/20 PLS-00103: Encountered the symbol "NAME" when expecting
    one of
    the following:
    := . ( @ % ; not null range renames default character
    The symbol ":= was inserted before "NAME" to continue.
    20/20 PLS-00103: Encountered the symbol "NAME" when expecting
    one of
    the following:
    LINE/COL ERROR
    := . ( @ % ; not null range renames default character
    The symbol ":= was inserted before "NAME" to continue.
    24/20 PLS-00103: Encountered the symbol "NAME" when expecting
    one of
    the following:
    := . ( @ % ; not null range renames default character
    The symbol ":= was inserted before "NAME" to continue.
    28/20 PLS-00103: Encountered the symbol "NAME" when expecting
    one of
    the following:
    := . ( @ % ; not null range renames default character
    LINE/COL ERROR
    The symbol ":= was inserted before "NAME" to continue.
    41/20 PLS-00103: Encountered the symbol "NAME" when expecting
    one of
    the following:
    := . ( @ % ; not null range renames default character
    The symbol ":= was inserted before "NAME" to continue.
    45/20 PLS-00103: Encountered the symbol "NAME" when expecting
    one of
    the following:
    := . ( @ % ; not null range renames default character
    The symbol ":= was inserted before "NAME" to continue.
    LINE/COL ERROR
    49/20 PLS-00103: Encountered the symbol "NAME" when expecting
    one of
    the following:
    := . ( @ % ; not null range renames default character
    The symbol ":= was inserted before "NAME" to continue.
    53/20 PLS-00103: Encountered the symbol "NAME" when expecting
    one of
    the following:
    := . ( @ % ; not null range renames default character
    The symbol ":= was inserted before "NAME" to continue.
    LINE/COL ERROR
    57/20 PLS-00103: Encountered the symbol "NAME" when expecting
    one of
    the following:
    := . ( @ % ; not null range renames default character
    The symbol ":= was inserted before "NAME" to continue.
    61/20 PLS-00103: Encountered the symbol "NAME" when expecting
    one of
    61/20 PLS-00103: Encountered the symbol "NAME" when expecting
    one of
    the following:
    := . ( @ % ; not null range renames default character
    The symbol ":= was inserted before "NAME" to continue.
    71/20 PLS-00103: Encountered the symbol "NAME" when expecting
    one of
    LINE/COL ERROR
    the following:
    := . ( @ % ; not null range renames default character
    Disconnected from Oracle8 Enterprise Edition Release 8.0.5.0.0 -
    Production
    PL/SQL Release 8.0.5.0.0 - Production
    Testing..
    SQL*Plus: Release 8.0.5.0.0 - Production on Fri Jul 2 12:42:30
    1999
    (c) Copyright 1998 Oracle Corporation. All rights reserved.
    Connected to:
    Oracle8 Enterprise Edition Release 8.0.5.0.0 - Production
    PL/SQL Release 8.0.5.0.0 - Production
    SQL>
    SQL> Rem Use these to test the results..
    SQL> select xmlgen.getXML('select * from
    prakash.bv_alert_spec',1) from dual;
    select xmlgen.getXML('select * from prakash.bv_alert_spec',1)
    from dual
    ERROR at line 1:
    ORA-06571: Function GETXML does not guarantee not to update
    database
    SQL> select xmlgen.getXML('select * from all_Tables where
    owner=''PRAKASH''') from dual;
    select xmlgen.getXML('select * from all_Tables where
    owner=''PRAKASH''') from dual
    ERROR at line 1:
    ORA-06571: Function GETXML does not guarantee not to update
    database
    SQL>
    SQL> Rem
    SQL>
    SQL>
    SQL> commit;
    Commit complete.
    SQL>
    SQL> Rem Test out the PL/SQL side
    SQL> declare
    2 xmlString CLOB := null;
    3 -- Here we are reading 250 bytes at a time. We should be
    really reading a
    4 -- whole chunk. dbms_output.put_line can only accomodate 256
    characters per line
    5 -- so we have this limitation.
    6 amount integer:= 255;
    7 position integer := 1;
    8 charString varchar2(255);
    9
    2 xmlString CLOB := null;
    3 -- Here we are reading 250 bytes at a time. We should be
    really reading a
    4 -- whole chunk. dbms_output.put_line can only accomodate 256
    characters per line
    5 -- so we have this limitation.
    6 amount integer:= 255;
    7 position integer := 1;
    8 charString varchar2(255);
    9
    10 begin
    11
    12 xmlgen.setRowTag('EMP_ROW');
    13 xmlgen.setRowsetTag('EMP_RESULTS');
    14 xmlgen.setMaxRows(3);
    15 xmlgen.setskipRows(2);
    16 xmlgen.useLowerCaseTagNames();
    17 xmlgen.setErrorTag('ERROR_RESULT');
    18 xmlgen.setRowIdAttrName('ENO');
    19 xmlgen.setRowIdColumn('EMPNO');
    20 xmlgen.useNullAttributeIndicator(false);
    21 xmlgen.setStyleSheet('http://www.oracle.com/xsl');
    22
    23 xmlString := xmlgen.getXML('select * from
    prakash.bv_alert_spec',1);
    24
    25 dbms_lob.open(xmlString,DBMS_LOB.LOB_READONLY);
    26 loop
    27 dbms_lob.read(xmlString,amount,position,charString);
    28 dbms_output.put_line(charString);
    29 position := position + amount;
    30 end loop;
    31
    32 exception
    33 when no_data_found then
    34 dbms_lob.close(xmlString);
    35 dbms_lob.freetemporary(xmlString);
    36 xmlgen.resetOptions;
    37 when others then
    38 xmlgen.resetOptions;
    39 end;
    40 /
    dbms_lob.open(xmlString,DBMS_LOB.LOB_READONLY);
    ERROR at line 25:
    ORA-06550: line 25, column 37:
    PLS-00302: component 'LOB_READONLY' must be declared
    ORA-06550: line 25, column 4:
    PL/SQL: Statement ignored
    ORA-06550: line 34, column 14:
    PLS-00302: component 'CLOSE' must be declared
    ORA-06550: line 34, column 5:
    PL/SQL: Statement ignored
    ORA-06550: line 35, column 14:
    PLS-00302: component 'FREETEMPORARY' must be declared
    ORA-06550: line 35, column 5:
    PL/SQL: Statement ignored
    SQL>
    SQL> exit
    Disconnected from Oracle8 Enterprise Edition Release 8.0.5.0.0 -
    Production
    PL/SQL Release 8.0.5.0.0 - Production
    Done..
    Please advise me regarding this. Whether it is a Code bug or some
    env. variable to be set up? My intention is to load data into my
    database. The data is in XML format.
    Thanks
    V Prakash
    null

    Hi,
    This is because you need to download the JDBC jar files and
    shared libraries, freely available for download from the OTN
    website (under Java/JDBC)
    You would need to setup the LD_LIBRARY_PATH to point to the
    directory where you put the lib file in case of UNIX.
    Thx
    Murali
    Prakash (guest) wrote:
    : Without executing the file
    : I just tried java OracleXML. Then I am getting the following
    : error:
    : java OracleXML putXML -user prakash/prakash123@dbs1 -fileName
    : data.txt y_sig_event
    : java.lang.UnsatisfiedLinkError: no oci805jdbc in shared library
    : path
    : at java.lang.Throwable.<init>(Compiled Code)
    : at java.lang.Error.<init>(Compiled Code)
    : at java.lang.LinkageError.<init>(Compiled Code)
    : at java.lang.UnsatisfiedLinkError.<init>(Compiled Code)
    : at java.lang.Runtime.loadLibrary(Compiled Code)
    : at java.lang.System.loadLibrary(Compiled Code)
    : at oracle.jdbc.oci7.OCIDBAccess.logon(Compiled Code)
    : at oracle.jdbc.driver.OracleConnection.<init>(Compiled
    : Code)
    : at oracle.jdbc.driver.OracleDriver.connect(Compiled
    Code)
    : at java.sql.DriverManager.getConnection(Compiled Code)
    : at java.sql.DriverManager.getConnection(Compiled Code)
    : at OracleXML.getConnection(Compiled Code)
    : at OracleXML.Put_XML(Compiled Code)
    : at OracleXML.ExecutePutXML(Compiled Code)
    : at OracleXML.Execute(Compiled Code)
    : at OracleXML.main(Compiled Code)
    : I am not doing any server side programming or anything. I just
    : wanted to upload a data which is in XML format.
    : V Prakash
    : Prakash (guest) wrote:
    : : Hi I am using Oracle 8.0.5. Just now downloaded "XML SQL
    : Utility
    : : for Java". Well. when I try to execute the file ( I am
    working
    : on
    : : Solaris, and jdk1.1.6) oraclexmlsqlload.csh it is giving me
    the
    : : following error:
    : : Loading jar files...
    : : Loading xmlparser...
    : : Loading oraclexmlsql.jar...
    : : Cleaning up...
    : : Completed loading classes
    : : Creating functions...
    : : SQL*Plus: Release 8.0.5.0.0 - Production on Fri Jul 2
    12:42:26
    : : 1999
    : : (c) Copyright 1998 Oracle Corporation. All rights reserved.
    : : Connected to:
    : : Oracle8 Enterprise Edition Release 8.0.5.0.0 - Production
    : : PL/SQL Release 8.0.5.0.0 - Production
    : : Package dropped.
    DOC>=============================================================
    =================
    : : DOC>NAME
    : : DOC> XMLGEN - xml generation pl/sql package
    : : DOC>
    : : DOC>DESCRIPTION
    : : DOC> XMLGEN is a PL/SQL wrapper of the OracleXMLStore java
    : : class.
    : DOC>-----------------------------------------------------------
    : DOC>-----------------------------------------------------------
    : : Package created.
    : : No errors.
    : : Warning: Package Body created with compilation errors.
    : : Errors for PACKAGE BODY XMLGEN:
    : : LINE/COL ERROR
    : : 4/20 PLS-00103: Encountered the symbol "NAME" when
    : expecting
    : : one of
    : : the following:
    : : := . ( @ % ; not null range renames default
    character
    : : The symbol ":= was inserted before "NAME" to
    continue.
    : : 8/20 PLS-00103: Encountered the symbol "NAME" when
    : expecting
    : : one of
    : : the following:
    : : := . ( @ % ; not null range renames default
    character
    : : The symbol ":= was inserted before "NAME" to
    continue.
    : : 12/20 PLS-00103: Encountered the symbol "NAME" when
    : expecting
    : : one of
    : : LINE/COL ERROR
    : : the following:
    : : := . ( @ % ; not null range renames default
    character
    : : := . ( @ % ; not null range renames default character
    : : The symbol ":= was inserted before "NAME" to
    continue.
    : : 16/20 PLS-00103: Encountered the symbol "NAME" when
    : expecting
    : : one of
    : : the following:
    : : := . ( @ % ; not null range renames default
    character
    : : The symbol ":= was inserted before "NAME" to
    continue.
    : : 20/20 PLS-00103: Encountered the symbol "NAME" when
    : expecting
    : : one of
    : : the following:
    : : LINE/COL ERROR
    : : := . ( @ % ; not null range renames default
    character
    : : The symbol ":= was inserted before "NAME" to
    continue.
    : : 24/20 PLS-00103: Encountered the symbol "NAME" when
    : expecting
    : : one of
    : : the following:
    : : := . ( @ % ; not null range renames default
    character
    : : The symbol ":= was inserted before "NAME" to
    continue.
    : : 28/20 PLS-00103: Encountered the symbol "NAME" when
    : expecting
    : : one of
    : : the following:
    : : := . ( @ % ; not null range renames default
    character
    : : LINE/COL ERROR
    : : The symbol ":= was inserted before "NAME" to
    continue.
    : : 41/20 PLS-00103: Encountered the symbol "NAME" when
    : expecting
    : : one of
    : : the following:
    : : := . ( @ % ; not null range renames default
    character
    : : The symbol ":= was inserted before "NAME" to
    continue.
    : : 45/20 PLS-00103: Encountered the symbol "NAME" when
    : expecting
    : : one of
    : : the following:
    : : := . ( @ % ; not null range renames default
    character
    : : The symbol ":= was inserted before "NAME" to
    continue.
    : : LINE/COL ERROR
    : : 49/20 PLS-00103: Encountered the symbol "NAME" when
    : expecting
    : : one of
    : : the following:
    : : := . ( @ % ; not null range renames default
    character
    : : The symbol ":= was inserted before "NAME" to
    continue.
    : : 53/20 PLS-00103: Encountered the symbol "NAME" when
    : expecting
    : : one of
    : : the following:
    : : := . ( @ % ; not null range renames default
    character
    : : The symbol ":= was inserted before "NAME" to
    continue.
    : : LINE/COL ERROR
    : : 57/20 PLS-00103: Encountered the symbol "NAME" when
    : expecting
    : : one of
    : : the following:
    : : := . ( @ % ; not null range renames default
    character
    : : The symbol ":= was inserted before "NAME" to
    continue.
    : : 61/20 PLS-00103: Encountered the symbol "NAME" when
    : expecting
    : : one of
    : : 61/20 PLS-00103: Encountered the symbol "NAME" when
    : expecting
    : : one of
    : : the following:
    : : := . ( @ % ; not null range renames default
    character
    : : The symbol ":= was inserted before "NAME" to
    continue.
    : : 71/20 PLS-00103: Encountered the symbol "NAME" when
    : expecting
    : : one of
    : : LINE/COL ERROR
    : : the following:
    : : := . ( @ % ; not null range renames default
    character
    : : Disconnected from Oracle8 Enterprise Edition Release
    8.0.5.0.0
    : : Production
    : : PL/SQL Release 8.0.5.0.0 - Production
    : : Testing..
    : : SQL*Plus: Release 8.0.5.0.0 - Production on Fri Jul 2
    12:42:30
    : : 1999
    : : (c) Copyright 1998 Oracle Corporation. All rights reserved.
    : : Connected to:
    : : Oracle8 Enterprise Edition Release 8.0.5.0.0 - Production
    : : PL/SQL Release 8.0.5.0.0 - Production
    : : SQL>
    : : SQL> Rem Use these to test the results..
    : : SQL> select xmlgen.getXML('select * from
    : : prakash.bv_alert_spec',1) from dual;
    : : select xmlgen.getXML('select * from prakash.bv_alert_spec',1)
    : : from dual
    : : ERROR at line 1:
    : : ORA-06571: Function GETXML does not guarantee not to update
    : : database
    : : SQL> select xmlgen.getXML('select * from all_Tables where
    : : owner=''PRAKASH''') from dual;
    : : select xmlgen.getXML('select * from all_Tables where
    : : owner=''PRAKASH''') from dual
    : : ERROR at line 1:
    : : ORA-06571: Function GETXML does not guarantee not to update
    : : database
    : : SQL>
    : : SQL> Rem
    : : SQL>
    : : SQL>
    : : SQL> commit;
    : : Commit complete.
    : : SQL>
    : : SQL> Rem Test out the PL/SQL side
    : : SQL> declare
    : : 2 xmlString CLOB := null;
    : : 3 -- Here we are reading 250 bytes at a time. We should be
    : : really reading a
    : : 4 -- whole chunk. dbms_output.put_line can only accomodate
    : 256
    : : characters per line
    : : 5 -- so we have this limitation.
    : : 6 amount integer:= 255;
    : : 7 position integer := 1;
    : : 8 charString varchar2(255);
    : : 9
    : : 2 xmlString CLOB := null;
    : : 3 -- Here we are reading 250 bytes at a time. We should be
    : : really reading a
    : : 4 -- whole chunk. dbms_output.put_line can only accomodate
    : 256
    : : characters per line
    : : 5 -- so we have this limitation.
    : : 6 amount integer:= 255;
    : : 7 position integer := 1;
    : : 8 charString varchar2(255);
    : : 9
    : : 10 begin
    : : 11
    : : 12 xmlgen.setRowTag('EMP_ROW');
    : : 13 xmlgen.setRowsetTag('EMP_RESULTS');
    : : 14 xmlgen.setMaxRows(3);
    : : 15 xmlgen.setskipRows(2);
    : : 16 xmlgen.useLowerCaseTagNames();
    : : 17 xmlgen.setErrorTag('ERROR_RESULT');
    : : 18 xmlgen.setRowIdAttrName('ENO');
    : : 19 xmlgen.setRowIdColumn('EMPNO');
    : : 20 xmlgen.useNullAttributeIndicator(false);
    : : 21 xmlgen.setStyleSheet('http://www.oracle.com/xsl');
    : : 22
    : : 23 xmlString := xmlgen.getXML('select * from
    : : prakash.bv_alert_spec',1);
    : : 24
    : : 25 dbms_lob.open(xmlString,DBMS_LOB.LOB_READONLY);
    : : 26 loop
    : : 27 dbms_lob.read(xmlString,amount,position,charString);
    : : 28 dbms_output.put_line(charString);
    : : 29 position := position + amount;
    : : 30 end loop;
    : : 31
    : : 32 exception
    : : 33 when no_data_found then
    : : 34 dbms_lob.close(xmlString);
    : : 35 dbms_lob.freetemporary(xmlString);
    : : 36 xmlgen.resetOptions;
    : : 37 when others then
    : : 38 xmlgen.resetOptions;
    : : 39 end;
    : : 40 /
    : : dbms_lob.open(xmlString,DBMS_LOB.LOB_READONLY);
    : : ERROR at line 25:
    : : ORA-06550: line 25, column 37:
    : : PLS-00302: component 'LOB_READONLY' must be declared
    : : ORA-06550: line 25, column 4:
    : : PL/SQL: Statement ignored
    : : ORA-06550: line 34, column 14:
    : : PLS-00302: component 'CLOSE' must be declared
    : : ORA-06550: line 34, column 5:
    : : PL/SQL: Statement ignored
    : : ORA-06550: line 35, column 14:
    : : PLS-00302: component 'FREETEMPORARY' must be declared
    : : ORA-06550: line 35, column 5:
    : : PL/SQL: Statement ignored
    : : SQL>
    : : SQL> exit
    : : Disconnected from Oracle8 Enterprise Edition Release
    8.0.5.0.0
    : : Production
    : : PL/SQL Release 8.0.5.0.0 - Production
    : : Done..
    : : Please advise me regarding this. Whether it is a Code bug or
    : some
    : : env. variable to be set up? My intention is to load data into
    : my
    : : database. The data is in XML format.
    : : Thanks
    : : V Prakash
    null

  • XML SQL Utility and Oracle 8.0.5

    Hi,
    I have downloaded XML SQL Utility for Java against Oracle 8.0.5
    on WindowsNT. The xmlgen package was created successfully but
    its body is invalid and my PL/SQL test has failed because of
    following error: PLS-00103: Encountered the symbol "NAME"
    when expecting one of the following: := . ( @ % ; not null range
    renames default character. The symbol ":= was inserted abefore
    "NAME" to continue.
    Is it because I am not using Oracle8i? I just want to use the
    server side of XML SQL. Please, reply asap. Thank you.
    null

    Hi,
    Are u sure that it is a java enabled database? The most common
    case of failure with the xmlgen package is because the loadjava
    command did not succeed.
    Please make sure that oraclexmlsqlload.bat file loaded all the
    java procedures successfully. If not then u would have to java-
    enable your database by running the initjvm script. (please see
    the docs).
    Thx
    Murali
    Iveta Vojtko (guest) wrote:
    : Hi,
    : I have downloaded XML SQL Utility for Java against Oracle
    8.0.5
    : on WindowsNT. The xmlgen package was created successfully but
    : its body is invalid and my PL/SQL test has failed because of
    : following error: PLS-00103: Encountered the symbol "NAME"
    : when expecting one of the following: := . ( @ % ; not null
    range
    : renames default character. The symbol ":= was inserted abefore
    : "NAME" to continue.
    : Is it because I am not using Oracle8i? I just want to use the
    : server side of XML SQL. Please, reply asap. Thank you.
    Oracle Technology Network
    http://technet.oracle.com
    null

  • BI Publisher Multiple tray/ Renaming of file / Zipping of BI Publisher O/P

    Hi Team,
    I want to know, whether we can achieve the following task in embedded BI publisher or not.
    Also, if we can do, let me know what are the possible steps to achieve them:
    1. Multiple Tray selection
    Here multiple Tray means different tray available in a single printer i.e tray 1 can have A4 paper, tray 2 can have A3 paper , tray 3 can have pre- printed stationary etc. so our BIP output can be send to multiple tray.
    *2. Checking the groupings - how many levels*
    Embedded BIP can provide a maximum of upto 4 levels of grouping.
    our requirement demand to group upto 7 level, I have suggested that we can achieve this through manual coding in RTF.
    *3. Email Feature - HTML (body is dynamic).*
    BIP has this emailing facility where we can have dynamic body in a mail. We need to figure out what max no of character , we can have in the body.
    *4. Reports that are uploaded to different folders.*
    It means that PDF/RTF files should be able to be copied to different folders like C:\DMU, D:\CTA etc
    5. Inserting records into SQL
    We need to find way for connecting to database and inserting our BIP records.
    6. Renaming files for the Email and Doc Central.
    We need to find out methods where we can rename our BIP outputs.Generally BIP file name gets generated automatically with UBE engine when it generates XML file.
    *7. Integrate with Doc Central (PDFs and Common XML)*
    Client is having one DOC Central software where client keeps repository of all its documents. we need to figure out that can we integrate our JDE with DOC central for keeping our BIP outputs in it.
    *8.Zipping of the files and sending the documents by FTP.*
    we need to figure out ways where we can zip our BIP outputs and send it through FTP.
    Let me know possible ways to achieve above 8 constraints, any java/dot net program if require to meet those above 8 facilities are also welcome.
    Thanks!
    Deepak Mishra

    Hi ,
    Do not have an answer yet . but with some research and trials it seems this may not be possible.
    Regards,
    PKB

  • NetBeans problem: Issue with servlets and Chinese character encoding

    Java Version: JDK1.5.0_01, JRE1.5.0_01 (International version)
    Netbeans Version: Netbeans IDE 4.0
    OS: Windows XP Personal Edition
    Dear Sirs,
    First at all thanks for reading this post. I am having the following issue. I am creating an application using html pages and servlets. I am using Chinese and English languages on them (html encoding UTF-8).
    I created a project in Netbeans and added an idex.html screen reporting to a servlet. Both index.html and in the servlet generated html page contains the line:
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    Additional, I setup the character code settings in Netbeans:
    (tools-options-Java sources-Expert-default encoding=UTF-8
    When I run the project, index.html displays itself perfectly, with the Chinese characters displayed properly. The problem comes when the html created servlet is displayed, which instead of the Chinese characters some strange characters are displayed (�� instead of Chinese).
    I have tried different encodings from http://java.sun.com/j2se/1.4.2/docs/guide/intl/encoding.doc.html without any luck. I also setup the encoding of the file itself (using right click-properties in the project menu of Netbeans).
    Also, when I am editing the servlet, the characters are displayed properly. I type them directly without any issue, but then the display is wrong at runtime.
    Also, just in case this have something to do with the problem, my PC was bought in US, therefore the default character set is not Chinese. I had to install the Chinese typing stuff later on. But like I said earlier, the html page is displayed properly, so I really think is some problem with Netbeans.
    After a week trying to find a solution, I decided to post it here in the hopes that someone will show me the way of the light.
    Thanks in advance for any ideas or help provided
    Aral.

    Ok, I found out some problems with Netbeans as well.
        public void doGet(HttpServletRequest request,
                          HttpServletResponse response)
            throws IOException, ServletException
            response.setCharacterEncoding("UTF-8");
            request.setCharacterEncoding("UTF-8");
            response.setContentType("text/html");
            PrintWriter out = response.getWriter();
            byte[] st = {-25,-75,-124,-27,-100,-106,-17,-68,-102,-27,-80,-113,-27,-72,-125,-26,-118,-75,-26,-105,-91,-27,-82,-93};
            out.println("this works: ");
            out.println(new String(st,"UTF-8"));
            out.println("<br>");
            out.println("this doesn't: ");
            out.println("some chinese copied from the Internet<br>");Right click the .java file and choose properties -> encoding UTF-8
    Then I make a copy of the .java file, rename it to html and open it with IE sure enough
    the Chinise is allready unreadable (not it's still readable in the IDE);
    When I compile the file with F9 I get the following error:
    whatever.java:101: warning: unmappable character for encoding Cp1252
    Tried to set the encoding to UNICODE but then the file doesn't compile.
    I gues you have to download the Japanese version for it to work correctly.

  • Character mode Report in Landscape Format

    Hi All,
    I want to print my character mode report in landscape format. But I am not getting it. Everytime I get print as Portrait. I am printing from live previewer of report builder.
    I am using Oracle 9i and Report builder 6i (6.0.8.11.3).
    I have done following settings:
    System Parameter ORIENTATION=Landscape
    DESFORMAT=DECLAND.PRT (Given by Oracle)
    In the object navigator I have set following properties for Main Section
    Width=11
    Height=8.5
    Orientation=Landscape
    Char Mode Width=132
    Char Mode height=66
    I have done same settings for Header Section and Trailer Section. Please help me.
    Thanks in advance.
    Regards
    Mona

    You will need to edit prt files to add the printer escape sequences to change the page orientation to landscape. Printer escape sequences can be obtained from the printer manual, or the printer vendor.
    For instance, HP printer escape codes can be obtained from the HP website under the printer support links.
    The steps below describe how to print a landscape, character mode report from a Windows NT PC on an HP 4100N Printer. The 4100N is a dual mode printer that can use either PCL or Postscript printer language.
    1. Use a web browser to navigate to the HP website and obtain the printer escape codes for the HP 4100N. If you are unable to locate the HP4100N printer, look for generic PCL information. The HP site also includes detailed information on the printer command syntax.
    2. The HP4100N printer command for landscape page orientation is "ESC&l1O" - where ESC indicates escape, '&' (ampersand) is the parameterized character, 'l'(lower case letter l) is the group character, '1' (number one) is the printer value character and 'O' (upper case letter O) is the termination character.
    NOTE: The HP documentation uses "EC" to signify the escape character.
    It also suggests pressing CTRL and the letter P together, then
    releasing both keys and pressing the ESC key. If this is done in
    a dos editor, a left arrow will actually be displayed on screen.
    This character cannot be interpreted by Oracle Reports and will
    cause printing errors if used in a .prt file. Instead, just use
    the letters "ESC" to indicate that the code that follows is a printer
    escape sequence.
    3. Make a copy of the wide.prt file and rename it to "mywide.prt."
    4. Add the page orientation escapes to mywide.prt file:
    printer "mywide"
    height 66
    width 132
    before report esc "&l1O" *** Puts Page in Landscape Orientation***
    after page control(L)
    after report esc "&l0O" *** Resets page orientation to Portrait ***
    return control(M)
    linefeed control(J)
    SYNTAX NOTES: The escape sequence must be enclosed in double quotes ("). The above comments regarding page orientation are used to clarify where the escape codes gets added, but they should NOT be used when editing
    the actual .prt file.
    5. Save mywide.prt file to the $ORACLE_HOME\report60\printers\ directory.
    6. Go to Windows PC -> Start -> Settings -> Printers and open the properties for the HP printer. Ensure that the option to "Always Spool Raw Data" is checked. This option is usually under the General Printer
    Options, or Spool Options. On Windows NT, you must have Administrator privileges to change this setting.
    7. Test running the report to the printer and specify desformat mywide. It is not necessary to include the file extension (.prt).
    8. The report will now print in landscape orientation.

  • Is there an app to rename photos on iPhone.

    I take pictures on the fly for a business.  But I need to rename them to keep track of things.  Plus I have to email the pictures from my phone and they must be renamed before the client receives them.
    I've searched all over the internet to see if there is a way to do it by default but it seems there is not a way.  I've searched for apps but the only one I can is "Flowsee".  And this app doesn't work.  It absolutely *****.  And the renamed files get hidden and difficult to access.  Long story short, it's not user friendly.  It's also very slow and bogs down system.
    Thanks for any

    I have not used it, but I did find it in the apple store (photo-sort) and read enough reviews that I would buy it if needed. 
    There are 370 ratings averaging 2.5 stars, and 156 reviews.  Many of the one star reviewers simply say it doesn't do what it claims, but several five star reviewers say it does work, and you just need to use it properly.  One very helpful review talked about renaming files - found a bug that causes the app to close if your rename changed the first character of the file name, but when opened again, the file has been correctly named.  This could be annoying if you are doing a lot of files, but it is also something that you could expect a fix for.  I've bought apps for $1.99 when I knew I was taking a chance, but really needed the functionality.  It's not a lot of money to lose, IMO.  I suggest you check out the reviews yourself.

  • Character set error oracle 10g

    I have a 10g TARGET database with a single byte character set of western european and 9i SOURCE databse with multibyte character of UTF8 since the character sets are different to load data from 9i to 10g I am using national character set NCHAR columns on target database to store the multi byte data :
    this is the table i am working on loading
    CREATE TABLE RAN_TEST1_MDL
    ( MODEL_ID NUMBER(15) NOT NULL,
    PRODUCT_ID NUMBER(15) NULL,
    MODEL_CODE NVARCHAR2(540) NULL,
    ODM_CODE NVARCHAR2(900) NULL,
    MODEL_DESC NVARCHAR2(1200) NULL )
    tablespace csn_d_01 LOGGING NOCOMPRESS NOCACHE NOPARALLEL MONITORING
    The table is test table on oracle 10g database .
    This is the query I am running
    INSERT /*+append*/ INTO WORK_HIER_MDL(
    MODEL_ID,
    PRODUCT_ID,
    MODEL_CODE,
    ODM_CODE,
    MODEL_DESC
    SELECT
    MODEL_ID,
    PRODUCT_ID,
    MODEL_CODE,
    ODM_CODE,
    MODEL_DESC
    FROM SHLD_HIER_MDL
    shld_hier_mdl is source table from oracle 9i multi byte UTF8 database.
    WORK_HIER_MDL is target table on oracle 10g single byte western european databse
    Error : ORA-29275: partial multibyte character
    When I describe the source table SHLD_HIER_MDL ( on 9i oracle accesed thru a db link ) I get the following error
    ORA-01460: unimplemented or unreasonable conversion requested
    I think ORA-29275 and ORA-01460 are correleted . Can anyone suggest what could be the cause for this ? Thanks

    Error:     ORA-29275 (ORA-29275)
    Text:     partial multibyte character
    Cause:     The requested read operation could not complete because a partial
         multibyte character was found at the end of the input.
    Action:     Ensure that the complete multibyte character is sent from the
         remote server and retry the operation. Or read the partial
         multibyte character as RAW.
    you can export the table and import on 10g.Rename the table,create your test table and use IAS.

  • Special Character in Filename script - how do I escape it.

    Hello All. I'm attempting to call a file in sqlplus on a linux box. The file name has a special character.
    ex: i$_my_script.sql
    I've attempted to use
    @i$_my_script.sql
    @i\$_my_script.sql
    @i\\$_my_script.sql
    @"i$_my_script.sql"
    @'i$_my_script.sql'
    @'i\$_my_script.sql'
    All to no avail. I could have sworn I'd called a similar file with $ in the filename before but now I can't get it to work. Preference would be to no have a special character in the filename ... but the file is coming in from a source I don't have control over. I could rename the file but the file resides in a source control system and I'd prefer not to have to rename it every time I want to compile it.
    Thanks in advance.
    edit<<Also as a note I can see the file in sqlplus by sending ls to the command line as follows:
    SQL> ! ls i\$_my_script.sql
    which returns
    i$_my_script.sql
    Edited by: Kennedy on Sep 6, 2011 1:25 PM

    another workaround for the same is use double slash \ \ before special character to avoid such issue
    Regards,
    CA
    shockwave flash chrome
    clear flash cookies
    html blinking text
    keyboard on screen

  • In Lr 3.6 how can I search for filenames ending with a # character ?

    The text search seems to treat the # character in some mysterious way so as to not select the files that have it in their name. I cannot find any explanation for this in the documentation. Is there some other character(s) that I have to put beside the # to make it register as a normal character ?
    My specific problem is that I need to locate a bunch of files in my catalog that have names ending with a # character. I want to rename those files in a way that removes the trailing # but not other # characters that separate key parts of the file names. If I can't do that then I want to select that group of files and produce .xmp files for them (I don't normally use .xmp files) so that I can rename the files outside Lr and import them again complete with all previous tweaks and metadata.
    I dare say that I would not choose to name files this way if I started again but I've got far too many to change now. 
    There are also too many for me to want to rename them individually in the Metadata panel if I can avoid it.
    I'm using Lr 3.6 on Mac OSX 10.6.8
    cheers,
    - Alan

    You guys beat me to the answer, which I discovered more by accident than good management.
    Firstly, I had used the # characters because they looked good in list views such as in Windows Explorer or the Mac Finder. That was from before I got into using Lr and I was trying and using several different programs to manage my photos. Then I found that trailing # characters prevented Lr from recognizing the number at the "end" of the file name and so I wanted to delete them.
    Secondly, I got into the Lr rename facility initially to replace what I did with Downloader Pro before switching from Windows to Mac and subsequently found that there is no way to delete a trailing character, but it helped establish in my mind that to Lr the "filename" was just the first part of the name before the full stop and the extension (e.g. .cr2 or .nef or .jpg). Try it - there is a "filename" token for setting up a naming structure that ignores the extension and its full stop.
    This was further reinforced in Library Grid View where the filename and the extension are separated and the extension is not displayed.
    So having used F2 (rename) before I got around to playing with the text search I was set up for failure. Looking for {filename ends with #} or {filename ends with #.} failed because it found nothing as none of my files had a # or #. after the filename extension, and looking for {filename contains #} also failed because it found all of my files instead of just those with the trailing #. I wrongly thought that Lr had trouble seeing a # in the text search.
    Now I have been able to find and select all files with a trailing # in the base part of the filename by looking for {filename contains #.} and generate current .xmp files for them. Then I went outside Lr and used a utility file renamer to get rid of the offending # for the image files and the .xmp files in bulk. Then I re-synchronized the folder(s) in Lr to import those renamed files back into Lr along with all of the metadata, and get rid of the old files from the catalog. Had those files been a part of a collection or stack then I suspect that membership of the collection or stack would have been lost but it kept the keywords, ratings, labels, and image tweaks. Then I got rid of the .xmp files again because I prefer to work without them (less clutter and less chance of other software separating them from the image files).
    So much easier than doing it the hard way
    Thanks for your help.
    - Alan

  • Error when import file with non-english character

    Hi,<br /><br />I have images file with non-english character (unicode), for example ABC<X>.png where <X> is non-english character such as japanese, chinese, etc.<br /><br />Whenever I want to import the file to After Effects (right click -> import -> file), I always encounter error:<br /><br />Finding file/dir info for the file "C:\...\ABC?.png" -- file not found (-43) (3::30)<br />Can't import file "ABC?.png": unsupported filetype or extension. (0::1)<br /><br />My PC is Windows XP Professional 2002 SP2 English.<br /><br />How to solve this problem?<br /><br />Thanks

    Adjust your system language settings. Proper file name conventions require a consistent Unicode environment, so install the respective foreign language support files or switch the language system-wide. Mixing different zones/ code ranges is always a bad idea. If your system is not in Japanese, AE will always misinterpret the characters and refuse to import. If that's not feasible, simply rename the files.
    Mylenium

  • Read Document in FileUtilities  cannot search a file with french character in the file name

    Hi,
    I am trying to search a file with french character in the file name like 'captures écran.doc' in my unix server directory, and Write the file somewhere, say in a list of documents or, write on file system to another directory.
    I am using to Read Document in FileUtilities of Foundation, but it cannot read the file due to french character in its name. Although it can find any other file name without these french characters.
    Tried renaming but that also cannot find the file with french character name.
    Please provide any idea to solve it using LC operation.
    Regards,
    Rohan Raj.

    Hi Thomas,
    Thanks for the post, but I have already found a solution to it a month ago. Sorry for not posting the solution.
    You just have to set the '-Djava.property.file.encoding=ISO8859-1' into JVM argument of your server startup, and bounce the server back to pick the new JVM arg set. And now the service Read Document in FileUtilities of Foundation will read all french characters.
    ISO8859-1refers to "Latin alphabet no. 1," consisting of 191 characters from the Latin script. This character-encoding scheme is used throughout The Americas,Western Europe, Oceania, and much of Africa. It is also commonly used in most standard romanizations of East-Asian languages.
    regards,
    Rohan Raj.

  • How can I modify ONE CHARACTER in the file name???

    I have in right side meta tag panel a file name , original name and copy name fields.
    The file was already renamed. So i am not interested original file name ,anyway i cant click on it.
    I would like to modify ONE +"!/"%/"+! CHARACTER in filename field which is 50 characters long.
    If I click on it gives me an batch rename window.
    If I click copy name I have to write all from zero BECAUSE I CANT COPY the filename field.
    so here we are in 21st century
    I have a solution: i copy the filename from vista explorer and paste it in copy name BUT what if I have to do this hundreds time???

    First, what has the copy name to do with file name? I think you're misunderstanding the purpose of the copy name field. It is for giving a virtual copy a distinctive name.
    Now for file naming... if I understood correctly, you want to edit the name right in the Metadata panel, but the file name field is non-editable. This is a bug. It is exhibited when you have multiple files selected and change the metadata panel view. You can temporarily fix it by selecting a single file in the grid and changing the metadata panel view from All to Default or vice versa (see the attached screenshot). Now that the field became editable, you change on character.
    If you want to do it for hundreds of files using a template, then would be nice if you provide your source and target filename templates.

  • Adding a character into a pre-existing filename; Bridge CS5.1

    I would like to know if it is possible  to add a character or in my case a ( Character & a Space ) in-between an already  pre-existing sequential number
    For example,
    1301 Filename.jpg - - - - -> 13 01. Filename.jpg  ( Added a ( Space ) inbetween the two numbers, and placed a ( Period ) aswell.
    I would like to do this action to a group of files using the Batch Rename Feature; inside of Adobe Bridge CS5.1
    Is this possible? Is there a work around?

    I understand how string substitution works, you are misinterpreting the question.
    I would like to change the number sequence from.
    1301 Filename.jpg - - - - - - - -> 13 01. Filename.jpg
    1302 Filename.jpg - - - - - - - -> 13 02. Filename.jpg
    1303 Filename.jpg - - - - - - - -> 13 03. Filename.jpg
    1304 Filename.jpg - - - - - - - -> 13 04. Filename.jpg
    1305 Filename.jpg - - - - - - - -> 13 05. Filename.jpg
    As you can see I would like to ( Add ) Characters not replace. the characters being a ( Space ) and a  ( Period )
    But if there is a way to replace all of my sequence numbers together, that would be a viable option aswell.As of now I am not aware of a substitution command that will get rid of say a four digit combonation of numbers no matter what the actuall numbers
    That last sections of what you copy and pasted states there may be commands ( Expressions ) to replace filename patterns, but I am not aware of any specific commands ( Expressions ) I must type inside of the text bar to achieve the affect I am looking for.
    Any pre-existing help on Expressions?
    They are foreign to me and I would like to study the information for future use.
    I will be searching Google, if by chance I come across information pertaining to this subject, I will let you know. As of now any help is much appreciated.
    Ok I have figured out how to get rid of the string of numbers by using the Regular Expression of [0-9] but,
    I still do not know how to add a ( space ) inbetween the numbers without doing it all manually.
    Regular Expressions is the answer to my question, but now I have a new question. Which Regular Exresion do I use? It seems like it will take quite some time to get a good understanding of Regular Expressions, is there anyone who has a fair amount of knowledge on the subject who is willing to assist me in the mean time?

Maybe you are looking for

  • HDMI and DVI port not working on 880GMA-E35

    Hello, I want to use the HDMI port of my 880GMA-35, but the monitor is not getting a signal. I know that the board has two jumpers to switch between the DVI and the HDMI port. In the delivery state the jumper is set to HDMI, but I don't get a signal.

  • How can I make Photos not open every time a photo card is inserted?

    Hello, Every time I insert an SD or CF card or even my iPhone, Photos opens up. How can I stop this from happening? I looked everywhere and I can't find a solution, thanks.

  • Photoshop CC 2014 et extensions

    Bonjour à toutes et tous- voila, je suis passé de PS CC à PS CC 2014 et je ne retrouve plus du tout les extensions Mini bridge et autres extensions que j'utilisais jusqu'alors via le panneau des extensions. Bien pratique- J'ai l'impression que CC 201

  • Migration assistant without firewire

    Can anyone suggest a way of using the Migration Assistant without firewire? The firewire port on my iBook is fried and that's where my life is stored. I just got my new iMac and wanted to use Migration Assistant to move everything over to it. Without

  • Strange NullPointerException in "getLastPartOfName()"

    I get a strange exception on creating a new row for a View. The strange thing here is, that the exception is just thrown on one special view object in a special use case. There are six more viewobjects which have exactly the same structure and are, e