Issues with BOM in Oracle

Hi DBA gurus,
We have Oracle 10g/11g and Operating System : Windows
While inserting XML data in CLOB datatype we are getting *¿<?xml version="1.0" encoding="utf-8"?>* in the data. I suspect this is BOM (Byte Order Mark) related issue.
The settings of NLS in our database are :
NLS_CHARACTERSET     WE8MSWIN1252
NLS_NCHAR_CHARACTERSET     AL16UTF16
Is this database related issue ? I have read somewhere that this issue is related to UNICODE. Please advise to get rid of this special character.
Thanks.

Hi!
Try the following
find / -name rman
This command looks for a file called rman. These file should normaly be located in $ORACLE_HOME/bin. If it is not then it may be deleted or something. Try to reinstall it (copy all the files of the bin directory from another oracle installation).
Hope this helps!

Similar Messages

  • MD04 issue with BOM Material

    HI
    We have a scenario where Sales order is Created with BOM Material. Sales order has been saved, delivered and Billed.
    But still the BOM Material is shown in MD04, we tried running the Correction program SDRQCR21, but still the BOM Material shown in MD04.
    Can anyone help on this issue.
    Thanks

    hi,
    please check,
    whether TECO has been done for production order from PP perspective.
    after this the requriment from MD04 should disappear and finally refresh it.
    you are requested to search the FORUM sir.
    regarsds,
    balajia

  • Issue with .profile for oracle 9i and 10g

    Here I have six oracle 9i databases on one box. I am going to upgrade five of them to oracle 10g and want to keep one database RCAT in oracle 9i for one or two week.
    So, when I do upgrade I have to setup oracle home for 10g and also profile for oracle user for 10g (correct me if I m wrong). But now I want one database RCAT on oracle 9i. How can I take care of this.
    I mean how I will handle profile and all other thing for oracle 9i and 10g at the same time.
    Thanks,
    Vishal

    Install 10g under the same OS user as 9i, of course on a different Oracle Home. Then you configure your .profile consequently. Just as an example, this is my .bash_profile with 10g and 11g with the same oracle OS user :
    [oracle@linux5 ~]$ cat .bash_profile
    # .bash_profile
    # Get the aliases and functions
    if [ -f ~/.bashrc ]; then
            . ~/.bashrc
    fi
    export EDITOR=vi
    export ORACLE_BASE=/home/oracle/base
    umask 022
    o10()
    {       export ORACLE_SID=db102
            export ORACLE_HOME=$ORACLE_BASE/OraHome10
            export LD_LIBRARY_PATH=$ORACLE_HOME/lib
            export PATH=$ORACLE_HOME/bin:/bin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/X11R6/bin
            export TNS_ADMIN=$ORACLE_BASE/OraHome11/network/admin
            export PS1='[\u@\h_10 \W]\$ '
    o11()
    {       export ORACLE_SID=db11
            export ORACLE_HOME=$ORACLE_BASE/OraHome11
            export LD_LIBRARY_PATH=$ORACLE_HOME/lib
            export PATH=$ORACLE_HOME/bin:/bin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/X11R6/bin
            export PS1='[\u@\h_11 \W]\$ '
    s()
    {       sqlplus / as sysdba
    asm()
    {       export ORACLE_SID=+ASM
    db10()
    {       export ORACLE_SID=db102
    db11()
    {       export ORACLE_SID=db11
    asm10()
    {       export ORACLE_SID=asm10
    [oracle@linux5 ~]$

  • Issue with dateformat in oracle

    Hi,
    I am using the java simpledateformat in my code like this
    SimpleDateFormat Sformat = new SimpleDateFormat("yyyy-MM-dd");
    String format_datenow = Sformat.format(new Date());
    when I run the query on my database with format_datenow I get an error of invalid month, I tried changing the format to 'yyyy-MMM-dd' after seeing the column in the table displaying the 3 letter month like that, but still get the error.
    I also tried to keep the original format and change the format in the oracle database: alter session set NLS_DATE_FORMAT = 'YYYY-MM-DD HH24:MI:SS'
    but its still failing .. where is the issue currently..?

    Try using TO_CHAR function for the date you are fetching. In your case, use TO_CHAR(>DATE_COLUMN>,'YYYY-MM-DD'). Error is coming from the database where you are not correctly using TO_CHAR function. Once date is fetched from database, now you can format it in java in format whatever you want.
    Salman

  • Issue with the report oracle.apps.xdo.XDOException:Error creating lock file

    I am getting an error while submitting the XML publisher report in Betsy N0 instance.
    Issue
    Log :- Beginning post-processing of request 145458120 on node BETSYN0DB1 at 22-DEC-2011 05:28:26.
    Post-processing of request 145458120 failed at 22-DEC-2011 05:28:28 with the error message: One or more post-processing actions failed. Consult the OPP service log for details
    Output :- Blank Report
    XML file :- XML file generated without any error
    Output process:-
    [12/23/11 4:28:10 AM] [1213640:RT145480622] Completed post-processing actions for request 145480622.
    [12/23/11 5:16:01 AM] [OPPServiceThread1] Post-processing request 145481427.
    [12/23/11 5:49:30 AM] [OPPServiceThread1] Post-processing request 145481923.
    [12/23/11 5:49:30 AM] [1213640:RT145481923] Executing post-processing actions for request 145481923.
    [12/23/11 5:49:30 AM] [1213640:RT145481923] Starting XML Publisher post-processing action.
    [12/23/11 5:49:30 AM] [1213640:RT145481923]
    Template code: XXWIP_WO_VLVS
    Template app: XXWIP
    Language: en
    Territory: US
    Output type: PDF
    oracle.apps.xdo.XDOException: Error creating lock file
         at oracle.apps.xdo.oa.util.FontCacheManager.getFontFromDB(FontCacheManager.java:320)
         at oracle.apps.xdo.oa.util.FontCacheManager.getFontFilePath(FontCacheManager.java:198)
         at oracle.apps.xdo.oa.util.FontHelper.createFontProperties(FontHelper.java:432)
         at oracle.apps.xdo.oa.util.ConfigHelper.getFontProperties(ConfigHelper.java:166)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5824)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3459)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3548)
         at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:247)
         at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:157)
    [12/23/11 5:49:31 AM] [UNEXPECTED] [1213640:RT145481923] oracle.apps.xdo.XDOException: Error creating lock file
         at oracle.apps.xdo.oa.util.FontCacheManager.getFontFromDB(FontCacheManager.java:320)
         at oracle.apps.xdo.oa.util.FontCacheManager.getFontFilePath(FontCacheManager.java:198)
         at oracle.apps.xdo.oa.util.FontHelper.createFontProperties(FontHelper.java:432)
         at oracle.apps.xdo.oa.util.ConfigHelper.getFontProperties(ConfigHelper.java:166)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5824)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3459)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3548)
         at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:247)
         at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:157)
    [12/23/11 5:49:31 AM] [1213640:RT145481923] Completed post-processing actions for request 145481923.

    The issue is fixed.
    Our XML Publisher TMP is not defined, so it uses the APPLTMP used by concurrent manager. There is a folder xdofonts/<SID> in $APPLTMP. It contains the fonts used by XML publisher and on the of font file (.ttf) was 0 byte. We copied the ttf file from QA. And it started working.
    Best practice is to define diffent TMP for concurrent managers and XML Publisher.
    Cherrish Vaidiyan

  • Sun Solaris 10,Upgrade 8 or higher,having issues with VxFS,for Oracle 11gr2

    A while ago, we tried doing a prototype upgrade of our main Oracle 10g db to Oracle 11gr2.
    The OS on which our Oracle 10g is running is Sun Solaris 10, upgrade 4.
    According to Oracle 11gr2 documentation, we need Sun Solaris 10, upgrade 6 or higher for Oracle 11g2.
    The filesystem we are using is VxFS, Veritas File System.
    According to our system administrator, we had issues , making Sun Solar 10, upgrade 8 , work with the VxFS filesystem.
    I was wondering if anybody is running Oracle 11g2 on Sun Solaris 10 upgrade 6 or higher with VxFS file system.
    At present, our Oracle db upgrade project is on a hold, because of the above issue. So your help on this , can really help us in figuring out if there is an issue between VxFS filesystem and Sun Solaris 10 OS.
    Thanks
    Ashish

    Hi Ashish,
    We are not running Veritas Cluster file system.
    We tried moving our Oracle 10g r2 db on ZFS ,before doing the upgrade and performance on ZFS was worst.
    ZFS has certain memory parameter setting. If you did not configure that then ZFS will eat your complete system memory.
    My system administrator, has gotten a copy of Solaris 10 upgrade 9 and will try that with VxFS.
    I was curious to find out if folks are running Oracle 11g on Sun Solaris 10 with VxFS file system and if they had experienced any issue.If you can Install Vxfs on Oracle Soalris 10 U9, then according to me there sholudn't be any limitations for an oracle database.
    Recently i installed Oracle database 11.2.0.2 on one of my test server. I have created two databases - one on ZFS and another on ASM.
    Refer:
    http://appsdbaworkshop.blogspot.com/2010/10/installation-of-11202-on-oracle-solaris.html
    We dont have any performance issues. We are testing it for the performance benchmarks on both of the filesystem.
    If you can Install Vxfs on Oracle Soalris 10 U9, then according to me there sholudn't be any limitations for an oracle database.
    Regards,
    X A H E E R

  • Issue with sys_refcursor  in oracle  10.2.0.4.0

    hi,
    java is front end application and they want result set to be returned from oracle plsql, for simplicity i am writing code something like below.
    create or replace function fun () retrun sys_refcursor is
    tablename_cur sys_Refcursor;
    begin
    open tablename_cur for select statement;
    return tablename_cur ;
    end;
    its all looks good.. but my client IT person questioned me about not closing cursor..
    i feel it is good way of doing, not closing this type of cursor variable is fine i.e. tablename_cur in this case, does it cause any issues otherwise.. since i am about write not less 300+ such functions and would like to know on this if this is right practice or would it cuase any increase of opened cursor and never closed,.... therafter any performance issues..
    or any other good practive to perform the same task. .. please suggest..
    thanks in advance...

    knowledgespring wrote:
    I assume once sys_Refcursor returned all the rows it get closed automatically... i.e. fetched all the rows from it closes the sys_refcursor.. otherwise provide info.
    according to you, does it mean if they close result set they use in java would result close of sys_refcursor!!.. not before.. may be somthing like
    ResultSet rs = call oracle function which uses sys_refcursor
    rs.close --> does it close sys_refcursor .. (would it open till then??!!!)..
    java developers says we call functions written in oracle... and resultset to be returned.. (They are different team)..I don't know java, but it's correct, the consumer of the cursor is responsible for closing it.
    e.g.
    SQL> ed
    Wrote file afiedt.buf
      1  create or replace function test_rc return sys_refcursor is
      2    v_rc sys_refcursor;
      3  begin
      4    open v_rc for 'select * from emp';
      5    return v_rc;
      6* end;
    SQL> /
    Function created.
    SQL> var x refcursor;
    SQL> exec :x := test_rc();
    PL/SQL procedure successfully completed.
    SQL> print x;
         EMPNO ENAME      JOB              MGR HIREDATE          SAL       COMM     DEPTNO
          7369 SMITH      CLERK           7902 17/12/1980        800                    20
          7499 ALLEN      SALESMAN        7698 20/02/1981       1600        300         30
          7521 WARD       SALESMAN        7698 22/02/1981       1250        500         30
          7566 JONES      MANAGER         7839 02/04/1981       2975                    20
          7654 MARTIN     SALESMAN        7698 28/09/1981       1250       1400         30
          7698 BLAKE      MANAGER         7839 01/05/1981       2850                    30
          7782 CLARK      MANAGER         7839 09/06/1981       2450                    10
          7788 SCOTT      ANALYST         7566 19/04/1987       3000                    20
          7839 KING       PRESIDENT            17/11/1981       5000                    10
          7844 TURNER     SALESMAN        7698 08/09/1981       1500          0         30
          7876 ADAMS      CLERK           7788 23/05/1987       1100                    20
          7900 JAMES      CLERK           7698 03/12/1981        950                    30
          7902 FORD       ANALYST         7566 03/12/1981       3000                    20
          7934 MILLER     CLERK           7782 23/01/1982       1300                    10
    14 rows selected.Here, the "print" command of SQL*Plus uses the returned ref cursor to fetch the data back from the database, and when it's done it (behind the scenes) closes the cursor.
    Oracle can't keep track (or even possibly know) of whether a client consumer of a ref cursor has finished fetching the records. Just because all the records may have been fetched, the cursor itself remains open until closed as it contains information about the state of the cursor e.g. whether there is more data to fetch or not.
    {thread:id=886365}

  • Issue with BOM Exploder User exit

    Hi
    We are facing perfomance issue and for BOM Extract program
    Below are the details:
    I am trying to execute the report for range of items from and to Bom Items (The countof records is 61972).
    API used:BOMPEXPL.EXPLODER_USEREXIT
    Could you please advice us if any if any fix is avaliable Resolve this issue.
    Thanks in Advance
    Kamalakar.G

    Please post the details of the application release, database version and OS.
    We are facing perfomance issue and for BOM Extract program
    Below are the details:What is the concurrent program name?
    I am trying to execute the report for range of items from and to Bom Items (The countof records is 61972).
    API used:BOMPEXPL.EXPLODER_USEREXIT
    Could you please advice us if any if any fix is avaliable Resolve this issue.Was this working before? If yes, any changes have been done recently?
    Do you have the statistics collected up to date?
    Enable trace and submit the concurrent program again and get the TKPROF file to find out why it takes long time to run.
    Thanks,
    Hussein

  • Issue with BOM Status in MRP Run

    Dear All,
    I have a BOM structure and BOM status as attached below.
    In this case, system is generating the PR's for all three components correctly while i run MRP (MD51). But when i convert planned order to production order for "Assembly" & "BOM", it is coping the components for Assembly correctly but not for "BOM".
    If i maintain the BOM status as "4" for "BOM", then the components are copied into Production Order but i am getting double PR's as the BOM is exploding two times.
    As per my requirement BOM should be exploded only one time ie. for "Assembly" and component should be come in Planned order for "BOM".
    Please tell me where is the problem..
    Regards,
    Rao

    Dear Rao,
    assembly and Bom have the same type of production order?
    In the production order type which application is contained? PP01?
    You should check the explosion setting in the profile order and the setting of application of the Bom.
    if you can send me screen shot of the planned order of the Bom (components details).
    Thanks
    Daniele 

  • Issues with rman in oracle 10g

    Hi,
    [oracle@proddb12]$ rman
    it does not shows anything.. what can be done to solve this. is anything else should be provided to oracle user? It is urgent, thanks in advance, please help me out.
    Oracle: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bi
    OS: Red Hat Enterprise Linux AS release 4 (Nahant Update 7)
    and how do i know rman version in my db?
    /MR
    Edited by: user612078 on Sep 17, 2008 2:28 AM

    Hi!
    Try the following
    find / -name rman
    This command looks for a file called rman. These file should normaly be located in $ORACLE_HOME/bin. If it is not then it may be deleted or something. Try to reinstall it (copy all the files of the bin directory from another oracle installation).
    Hope this helps!

  • Issues with installing unixODBC  (Oracle linux 6)

    "4.5 Compiling the Oracle ODBC Driver Demos
    If you plan to compile and run the Oracle ODBC Driver demos, then follow these steps:
    1.
    If you do not have unixODBC DriverManager installed, then download it from the following Web site:
    http://www.unixodbc.org/
    2.
    Set the ODBCDM_HOME environment variable to point to the directory where you installed DriverManager.
    3.
    Run the following make file to compile the Oracle ODBC Driver demos:
    make -f demo_xe.mk buildodbcdemo ODBCDM_HOME=DriverManager_location
    When trying to execute this :
    make -f demo_xe.mk buildodbcdemo ODBCDM_HOME=DriverManager_location
    [root@localhost ~]# cd /u01/app/oracle/product/11.2.0/xe/rdbms/demo
    [root@localhost demo]# make -f demo_xe.mk buildodbcdemo ODBCDM_HOME=/opt/unixODBC-2.3.1
    make: *** No rule to make target `odbcdemo.o', needed by `buildodbcdemo'. Stop.
    Obviously the the file is missing what now ? Do I need to do this part of the cookbook anyway?
    Ive installed it through the repo tho:
    P.S. OK, dl-ed from the repo
    -rw-r--r--. 1 root root 387132 Feb 19 21:59 unixODBC-2.2.14-11.el6.x86_64.rpm
    -rw-r--r--. 1 root root 53844 Feb 19 21:59 unixODBC-devel-2.2.14-11.el6.x86_64.rpm
    -rw-r--r--. 1 root root 225680 Feb 19 21:59 unixODBC-kde-2.2.14-11.el6.x86_64.rpm

    according to my post above:
    "make -f demo_xe.mk buildodbcdemo"
    [root@localhost demo]# make -f demo_xe.mk buildodbcdemo ODBCDM_HOME=/opt/unixODBC-2.3.1/
    make: *** No rule to make target `odbcdemo.o', needed by `buildodbcdemo'. Stop.
    [root@localhost demo]# pwd
    /u01/app/oracle/product/11.2.0/xe/rdbms/demo
    [root@localhost demo]# ls
    cdemo81.c demo_xe.mk occidemo.sql occidml.cpp occiobj.cpp occiobj.typ
    [root@localhost demo]#
    I think they are put here, right ?

  • Issues with UpdateAction and later using jbo:RowsetIterate

    Hello -
    I am putting together a BC4J/Struts web app and am having some issues
    with using the oracle.jbo.html.struts11.actions.UpdateAction class.
    I am trying to figure out the correct way to reset a row after validation exceptions
    so that <jbo:RowsetIterate> doesn't blow up when it hits the row if the user doesn't fix the
    data they entered in to pass validation.
    Call the objects being update 'Accounts'.
    Pass 1:
    User changes account data in an edit page and submits.
    Struts hands off control to an action that is a subclass of UpdateAction which invokes super.execute(...).
    UpdateAction does its thing - catches the validation errors and sticks them in ActionErrors.
    Control gets passed back to the edit page with the errors displayed.
    This is expected. HOWEVER, if the user goes to a page that lists accounts (via <jbo:RowsetIterate>) it blows
    up on the edited account because it tries to validate the row. So...
    Pass 2:
    After super.execute(...) check to see if any errors happened (by whether or not the forward returned indicated success).
    If there were errors, refresh the row via:
    BC4JContext context = BC4JContext.getContext(request);
    Row row = context.getRow();
    row.refresh(Row.REFRESH_WITH_DB_FORGET_CHANGES | Row.REFRESH_REMOVE_NEW_ROWS);
    This works (not blowing up if user goes back to listing page) for emptying a mandatory field (JBO-27014)
    but not for inserting too much data into a field (JBO-27010). I've tried this with REFRESH_UNDO_CHANGES as
    well with the same results. So...
    Pass 3:
    Instead of refreshing the row in my update action, rollback the transaction via:
    BC4JContext.getContext(request).getApplicationModule().getTransaction().rollback();
    However this seems unnessary - I don't want to rollback the whole transaction just to undo changes to one row. Is there some better way to fix the issue?
    Any suggestions?
    Thanks,
    -- Scott

    I don't know why either, but I'd love to fix it. Please install one of the debug packages (this looks like x86_64?):
    http://dev.archlinux.org/~dreisner/kmod … pkg.tar.xz
    http://dev.archlinux.org/~dreisner/kmod … pkg.tar.xz
    Run 'gdb --args depmod 3.2.2-1-ARCH'. When it crashes, type 'bt full'. Post all that output here (either in code tags or on a paste service)

  • Connection issue with WL 8.1 SP6

    we have upgraded our Weblogic8.1 instance with SP5 to SP6 and we are facing some issues with connections to oracle DB
    ==> DAO [getVector] : java.lang.Exception: DAO : weblogic.jdbc.extensions.PoolLimitSQLException: weblogic.common.resourcepool.ResourceLimitException: No res
    ources currently available in pool oraclePool to allocate to applications, please increase the size of the pool and retry.. [ Unable to get Connection ]
    This error occurs only in SP6 the initial connections is setup to 30 and max to 150 looks, in logs I can see that weblogic is trying to open than close connections and is able to do that with a success but after some time we are receiving message that there are no possibility to open new one it looks like connections are not closiing, Can someone help me with this ??

    we have upgraded our Weblogic8.1 instance with SP5 to SP6 and we are facing some issues with connections to oracle DB
    ==> DAO [getVector] : java.lang.Exception: DAO : weblogic.jdbc.extensions.PoolLimitSQLException: weblogic.common.resourcepool.ResourceLimitException: No res
    ources currently available in pool oraclePool to allocate to applications, please increase the size of the pool and retry.. [ Unable to get Connection ]
    This error occurs only in SP6 the initial connections is setup to 30 and max to 150 looks, in logs I can see that weblogic is trying to open than close connections and is able to do that with a success but after some time we are receiving message that there are no possibility to open new one it looks like connections are not closiing, Can someone help me with this ??

  • Issue with update of BOM by Variant Config - Cost relevant indicator

    Hi All VC Expert,
    We are facing an issue with the update by reference characteristic of the field STPO-SANKA Cost relevancy indicator on the BOM.
    We are on SAP ECC 6.0 release 700 on Oracle
    Hot Package
    - SAPKA70015 on ERP Cross Application componenent
    - SAPKH60013 on SAP-APPL Logistics and accouting
    We are using material variant
    We are on the first level of configuration
    Classically, we built a procedure to set X to this data base field as below :
    $self.STPO_SANKA = 'X'
    We assigned this procedure to the relevant items
    Here is the result we have:
    At the creation of the Plan Order, this is not working
    At the creation of the Prod Order, this is not working
    When we do a Reload PP master data, this is working very well
    On CU50/VA02 when we check the trace, the procedure is executed.
    Do somebody have an idea or already facing this and solve it ?
    Thanks in advance for your appreciated help.

    Hi Fabien. Did you solve your problem?

  • Issues with using utl_http with Oracle Wallet

    Hello Everyone,
    We are experimenting with Oracle wallet and utl_http and are attempting to do an https transfer and we are facing some problems. I will appreciate your help greatly if you can advise on what could be wrong. We are on db version 10.2.0.1 and Unix HP-UX. The intention ping an https url and get a simple 200 response. Future development would include get/post XML documents from that url and other interesting stuff. I understand that utl_http with Oracle wallet can be used for this purpose.
    The wallet has been created and the ewallet.p12 exists. We downloaded the SSL certificate from the url's website and uploaded into the wallet.
    Everything works if I put in a url with plain http. However, it does not work with an HTTP*S* url.
    With HTTPS when I run the below code I get the following error. Again, greatly appreciate your time and help because this is the first time we are using Oracle wallet manager and do not know where to go from here.
    ORA-29273: HTTP request failed
    ORA-06512: at "SYS.UTL_HTTP", line 1029
    ORA-29268: HTTP client error
    declare
    url varchar2(225);
    req utl_http.req;
    resp utl_http.resp;
    my_proxy BOOLEAN;
    name varchar2(2000);
    value varchar2(2000);
    V_proxy VARCHAR2(2000);
    v_n_proxy varchar2(2000);
    v_msg varchar2(100);
    v_len PLS_INTEGER := 1000;
    BEGIN
    -- Turn off checking of status code.
    utl_http.set_response_error_check(FALSE);
    --Set proxy server
    utl_http.set_proxy('my-proxy');
    utl_http.set_wallet('file:<full Unix path to the wallet on DB server>','wallet998');
    req := utl_http.begin_request('https://service.ariba.com/service/transaction/cxml.asp');
    --Set proxy authentication
    utl_http.set_authentication(req, 'myproxyid', 'myproxypswd','Basic',TRUE); -- Use HTTP Basic
    resp := utl_http.get_response(req);
    FOR i IN 1..utl_http.get_header_count(resp) LOOP
    utl_http.get_header(resp, i, name, value);
    dbms_output.put_line(name || ': ' || value);
    END LOOP;
    utl_http.end_response(resp);
    exception
    when others then
    dbms_output.put_line(sqlerrm);
    END;

    I tried this using plsql ...
    declare
    SOAP_URL constant varchar2(1000) := 'http://125.21.166.27/cordys/com.eibus.web.soap.Gateway.wcp?organization=o=WIPRO,cn=cordys,o=itgi.co.in';
    request      UTL_HTTP.req;
    begin
    dbms_output.put_line('Begin Request');
    request := UTL_HTTP.begin_request(SOAP_URL,'POST',UTL_HTTP.HTTP_VERSION_1_1);
    dbms_output.put_line('After Request');
    exception
    when others then
       dbms_output.put_line('Error : '||sqlerrm);
    end;The output was ...
    Begin Request
    Error : ORA-29273: HTTP request failed
    ORA-06512: at "SYS.UTL_HTTP", line 1029
    ORA-12535: TNS:operation timed outIt seems to be an issue with the webservice, plz check if its available & allowing requests.

Maybe you are looking for

  • HP LaserJet 4MP Printing Blank Pages

    Hi there, This is perhaps OT, but a recent issue with my HP LJ 4MP is causing me great anguish and heartache. Suddenly, for no apparent reason, my HP is producing blank pages. It just runs and runs spewing out blank pages. I've tried all the IO reset

  • Sync encountered an error while syncing

    firefox sync doesn't work for several days already. it really a trouble to me... please advise how to fix it. thanks.

  • Reverts from Wi-Fi to Cellular when connecting to the internet

    Hi, Just got the i-phone, and really pleased with it, but I'm having an issue connecting to the internet over wi-fi when I'm in the office (the handset connects to the wireless network at home with no problems). So, I entered the network password, an

  • Joins & for all entries

    Hi 1) SELECT RSEGBUKRS RSEGBELNR RSEGGJAHR RSEGBUZEI RBKPLIFNR RSEGWERKS RSEGEBELN RSEGEBELP RSEGMATNR RSEGWRBTR RBKPRBSTAT RBKPZUONR RBKPRMWWR RBKPWAERS RBKP~KURSF INTO TABLE I_RSEG FROM RBKP INNER JOIN RSEG ON RBKPBELNR = RSEGBELNR AND RBKPGJAHR =

  • Ps -ef -o args

    Hi Guys! I'm working on some perl scripts which need to check some config files from running processes. My problem is that the with of the args column of the ps command sometimes is too small to display the full path of the config file. Till now I ha