Different between Oracle 8.1.7.0.0 and Oracle 8.1.7.2 ?

1) Hi all, i have some doubt about the oracle versioning technique. For example, i had installed oracle 8.1.7 release 3 in a SUN Solaris version 8 and the database character set is in UTF-8. Then i select sql : "Select * from product_component_version" and the result is "Oracle8i Enterprise Edition 8.1.7.0.0 ". What does that means ? Our DBA in another location had installed the oracle 8.1.7 release 2 in their db server with the same OS and same database character set which is UTF-8. But the result from the "Select * from product_component_version" is "Oracle8i Enterprise Edition 8.1.7.2 ".
So as a conclusion, i had confused about the oracle versioning technique, can somebody please explain to me ?
2) My second problem is actually related to problem stated above (1). In the Oracle 8.1.7 release 2 database,
when i select a clob/blob value for update, i sometimes encountered the problem as follows but in our Oracle 8.1.7 release 3 the problem didn't exist at all after investigating that all the java code and other factor remain the same but not the oracle version.
java.io.IOException: ORA-22990: LOB locators cannot span transactions
ORA-06512: at "SYS.DBMS_LOB", line 700
ORA-06512: at line 1
at java.lang.Throwable.fillInStackTrace(Native Method)
at java.lang.Throwable.fillInStackTrace(Compiled Code)
at java.lang.Throwable.<init>(Compiled Code)
at java.lang.Exception.<init>(Compiled Code)
at java.io.IOException.<init>(Compiled Code)
at oracle.jdbc.dbaccess.DBError.SQLToIOException(DBError.java)
at oracle.jdbc.driver.OracleBlobOutputStream.flushBuffer(OracleBlobOutputStream.java)
at oracle.jdbc.driver.OracleBlobOutputStream.write(Compiled Code)
This was an error log in our backend log and in the web browser it showed "Request Timeout" in both IE and Netscape. We are using J2EE, Oracle DBMS and IBM Websphere App Server for our e-commerce system.
But retrying the request sometimes may work but most of the time failed.
The above error didn't exist in our server using Oracle version 8.1.7 release 3 (8.1.7.0.0) and Oracle
version 8.1.6.0.0. But ORacle version 8.1.7.2 release 2 is encountering this problem now.
Somebody please help me on this problem, our developers and DBA had try to solved this problem one week ago but still don't know what is the cause.

Oracle 9i client would fit you well. You need ORACLE_HOME set, ORACLE_HOME/bin in the path variable and of cource check that the user has access there. Are you using OCI to connect to Oracle? JDBC thin client is a better approach, in my opinion, as it is pure java.
Oracle also provides something called "instant client", which provides connectivity only for applications.

Similar Messages

  • Differences between Oracle 8i for a UNIX Platform and Oracle 8i for a Linux Platform

    Hello,
    J would like to know if there are some differences between Oracle 8i for a UNIX Platform and Oracle 8i for a Linux Platform.
    I know that there are some differences on Oracle 8i Parallel Server and i know that some products are not include like precompiler (Mod*Ada, Pro*FORTRAN) on a Linux Platform.
    Thank you.

    We have installed Oracle 8i on Solaris 8 and it had a great performance, of course that the hardware and licence invested here was costed my the office where i work. Personaly i'd installed linux reh hat 8 and oracle 8i, imagine that, it could be implemented by any individual that has the time to do so.
    By buyinng from a company that has a good background you could be sure that you will have support.
    Bottom line, if you have the $ to buy great hardware go for a unix platform. But if you don't a Red Hat Linux Server Licence with a 1 year sopport and Oracle data base is about 3500Dls.
    Visit www.red-hat.com
    Rewards... Bye

  • Different output of same query in SQL Server and Oracle

    I have two tables table1 and table2
    --table1 has two columns c1 int and c2 varchar. there are not constraints added in it. it has data as given below
    c1     c2
    6     d
    5     j
    102     g
    4     g
    103     f
    3     h
    501     j
    1     g
    601     n
    2     m
    --table2 has only one column c1 int. there are not constraints added in it. it has data as given below
    c1
    6
    1
    4
    3
    2
    now when i run below given query in sql server and oracle it gives me different result
    select *
    from table1
         inner join (SELECT ROW_NUMBER() OVER (order by c1 ASC) AS c1 from table2) table2 on table2.c1=table1.c1
    sql server output
    c1     c2     c1
    1     g     1
    2     m     2
    3     h     3
    4     g     4
    5     j     5
    oracle output
    C1 C2 C1
    5 j 5
    4 g 4
    3 h 3
    1 g 1
    2 m 2
    If you notice the first column in both output. It is sorted in sql server and not in oracle.
    Why it is behaving differently in oracle? Is there any way I can solve this in oracle?
    Thanks,
    Jigs

    It is NOT behaving "differently" in Oracle; you just haven't specified an order that you expect your results to be in, so you're going to get output in whatever order the database fancies displaying it (ie. no guarenteed order). This is an artifact of how the database chooses to put together the data, and different databases (or even datasets within the same database) can and most likely will behave differently.
    Even SQL Server won't guarentee to always get your data in an ordered fashion if you exclude the order by clause, even if you think it has always output the data in an ordered fashion.
    Your solution is to add an order by clause, in BOTH databases, to force the order of the output data.

  • Oracle AS 10.1.3.0 and Oracle AS 10.1.3.1

    I have JDeveloper 10.1.2.0.2 and Oracle AS 10.1.3.0.0 installation on one machine. Can I install Oracle AS 10.1.3.1 on the same machine? Will they co-exist?
    Thanks!

    You can also patch up 10.1.3.0.0 with 10.1.3.1.0 patchset and then deploy SOA Suite components like BPEL, ESB, OWSM to the same OC4J. This will reduce the number of Oracle Homes on your machine.

  • Different Output of the template from Template Builder and Oracle Apps.

    Hi,
    I have created a template with a page layout of 11" X 17" this template has around 18 columns.
    When i load the XML data and run it from XML Template builder 5.6.2 the output is fine but when I run it through oracle applications i get different output basically the output from oracle applications comes in 7 pages (First page has half page output , 2 nd page has 3/4th page output.....) where as from XML template builder the output comes in 6 Full pages.
    Wher am i going wrong.
    Thanks in Advance.

    The output is in PDF format.

  • Issues/Problems between Apex 3.2.0.00.27 and Oracle Database 9.2.0.1

    I don't know what problem is.
    I was planning to install Oracle Application Express into my server.
    So, i made a fresh database installation with Oracle Database Enterprise Edition 9i release 2 (9.2.0.1) and setting up Oracle Application Express 3.2.0.00.27 to use it with it.
    The installation was succesful.
    But I am having problems to create workspaces using the Admin option: Manage Worspaces --> Create Worspace.
    After open these option, the page ask me to enter Workspace Name and Workspace Description.Then appears the page where I need to enter re-use existing schema, schema name, schema password and space quota. When I press the next button, the CPU increase to 100% use and the server, even when it does not freeze, stays in the last page and not move to the next want for a long long time.... more thant 3 hours.
    I read at the apache logs and didn't find something to show me the possible causes of these behaiviour.
    Apache logs
    access_log.txt -------> "POST /pls/apex/wwv_flow.accept HTTP/1.1" 302 163
    ssl_engine_log -------> Failed to release global mutex lock
    Init: (localhost:4443) RSA server certificate CommonName (CN) 'NOT SECURE!!!! does NOT match server name!?
    error_log -------> OPM: EW: Process aemsglobalgroup:3645 (but number change several times) (pid:1720) died, restarting
    [warn] mod_plsql: Stale Connection due to Oracle error: 3113
    [error] mod_plsql: /pls/apex/wwv_flow.accept ORA-3113
    ORA-3113: end-of-file on communication channel
    I am really confuse because I thougth that Oracle application Express is certified with Oracle Database EE 9.2.0.1
    My server spec are:
    Windows XP with SP2
    500Mb Ram Memory
    7.2 Gb Free Disk Space
    Please any idea about which can be the possible problem/solution for that.
    Best Regards
    Abdel Miranda
    AEMS Global Group
    Panama

    Well I think it is kind of wasted of time to try to figure it out which caould be the possible cause, once you told me that Apex works with 9.2.0.3 or higher and has an issues with earlier versions.
    I already download the last release for 10g, so I hope it solve the problem and let me install and setup properly oracle application server.
    I know it is kind of hard work to do to install 10g rel 2 but, well, is the only solution, it seems.
    thanks for everything.
    Abdel Miranda
    AEMS Global Group
    Panama

  • Comparison between Oracle 10.2.0.2.0 and Oracle 10.2.0.4

    Hello Gurus,
    Our client is using ECC 5.0, HP-UX B.11.00 A 9000/800 ,Oracle 10.2.0.2.0
    i want to know if we upgrade their oracle database to patchset 10.2.0.4
    1) What benefits (performance, security, stability) client will get?
    2) What is the drawback if we don't upgrade  system to 10.2.0.4 ?
    3) What are the issues which has been covered in Oracle release 10.2.0.4 over 10.2.0.2
    4) which one SAP recommends ?
    Can someone please help me to answer these questions ?
    Thanks in advance!
    With Regards,
    kuldeep Tanwar

    1) What benefits (performance, security, stability) client will get?
    A new patchset includes the latest bug fixes and fixes for performance issues (if you take care about the correct parameters for the DB as well). Therefore an update of Oracle is recommended as soon as it is supported by SAP.
    2) What is the drawback if we don't upgrade system to 10.2.0.4 ?
    Maybe you will face issues with bugs or performance problems due to missing Oracle patches.
    3) What are the issues which has been covered in Oracle release 10.2.0.4 over 10.2.0.2
    Check the corresponding SAP Notes in the OSS - the notes contain quite a lot of information. Check for example note 1165319 regarding fix information for 10.2.0.4.
    4) which one SAP recommends ?
    SAP recommends to use the latest available and supported patch set. Check the Oracle SDN site for further information: SAP on Oracle
    Kind regards

  • What is the Different between the vendor batch in inbound delivery and MIGO

    Dear Guru,
    My vendor batch number did not copied to goods receipt when i use migo to post GR reference with Inbound delivery.
    Can anyone advice if there is any different to the vendor batch in GR and IB?
    Thank you very much,
    Regards,
    Chee Wee

    Dear Amey,
    Thanks.
    Actually we have an interface with our supplier system, where they post the Goods issue in their system, then we will receive an inbound delivery idoc "DESADV" from the supplier.
    and my vendor can provide their batch number to us only when their goods issue is posted.
    In this case, we would like the inbound delivery idoc to include this vendor batch number, so when we perform the goods receipt reference with Inbound delivery will have the vendor batch number automatically.
    Regards
    Chee wee

  • SPF outputs different between 7.2.379.0 for R2 and 7.2.1902

    We have customer deployments with Windows Server 2012 R2, SCVMM 2012 R2 and SPF. We are finding the query outputs are corrupted in latest SPF version 7.2.1902. We were earlier using 7.2.379.0 and the VM name returned by query was correct. But now the VM
    name is repeated, once with OS name. What is the issue? Is it possible to configure something so we get the output XML data consistent with latest SPF? Or do we have link to 7.2.379 that we can use? Please respond soon, we have issues at the customer site.

    Thats too bad that it went the way it did.  As a consultant, I have had to do many of these upgrades and you kind of figure out what works and what doesn't.  The upgrade to 7.2, has been an issue when the FUS image is not installed.  There use to be a FUS image that you need to sit on the console and hit 'Y' at each prompt and that takes around 30 minutes to complete.  The new FUS 1.7.0.0 is automated so all you need to do is upload the code and reboot.  This also take around 30 minutes.
    As far as NCS, I think you need to use Chrome.  All the other browsers just don't work right and if you upgrade to PI 1.2, then you really need to use Chrome.
    MSE is a funny one and the initial script you run, is not so great.  I write the mac address and gateway to the ifcfg-eth0, because depending on what port is discoved first, that is eth0.  So manually adding the mac address to the ifcfg-eth0, this will never change.
    Enter the following commands after you complete the startup wizard
    /etc/init.d/network restart
    echo GATEWAY=10.7.6.1 >> /etc/sysconfig/network-scripts/ifcfg-eth0
    echo HWADDR=00:1E:67:15:B8:59 >> /etc/sysconfig/network-scripts/ifcfg-eth0
    ifconfig eth0
    Verify the configuration for eth0
    Check system status
    start|stop|restart|reload|status
    /etc/init.d/msed status
    Thanks,
    Scott
    Help out other by using the rating system and marking answered questions as "Answered"

  • What is the different between JMS Client for sonicMQ 4.0 and sonicMQ 6.1?

    hi everybody,
    I'm currently in big crisis and hope somebody out there
    can give me some guidance.
    We have a JMS client developed by an ex-colleague. The jms client was
    developed specifically for SonicMQ 4.0. Recently, we are upgrading to
    SonicMQ 6.1 and thus, we re-compile his code. Before re-compiling his
    code, we had put sonic_Client.jar and sonic_Crypto.jar in the library
    directory. There was no error.
    We were able to startup our receiver client without error. The receiver
    subscribed to the SonicMQ server 6.1 successfully. We could see it in the
    SonicMQ Management console. However, when we send a topic, the
    receiver client does not consume. All of us had been working day and night
    to find out the answer but no progress until now.
    We have a couple of properties file and I think, jmsconnect.properties file is
    the one been used. This is the content:
    # Must enter value if JNDIURL below, is not specified
    BROKER=mssonq:2506
    JNDIURL=
    MODETYPE=com.sun.jndi.ldap.LdapCtxFactory
    TOPICCONNECTIONFACTORY=
    QUEUECONNECTIONFACTORY=
    The previous version that was developed by my ex-colleague is still running
    fine in the current production server.
    Please let me know if the jmsconnect.properties is correct or wrong. By the
    way, what are the major code changes required for jms client that was
    meant for SonicMQ 4.0 to get it upgraded for SonicMQ 6.1.
    Any help will really appreciate.
    thanks & regards,
    Kenny

    AT&T is a GSM carrier. Sprint and Verizon are CDMA. The CDMA iPhone 4 has no SIM slot. The CDMA iPhone 4S does but the phones still can't be used on GSM in the U.S. The software versions are the same across carriers at this time.

  • Oracle ERP 11.5.10.2 and Oracle ERP R12 (12.1.1) on same linux4 machine.

    I Have to install Oracle ERP R12 on a Linux machine but the issue is that we are already running ERP 11.5.10.2 on same Machine, my Question is that how we will take care of Kernel parameters for both the releases on same machine as R12 suggests different Kernel parameters to be set, or can we run R12 on the same Kernel Parameters which are already set for 11.5.10.2, please help me out experts, this Question is for Linux4 machine.
    Thanks
    Mehboob

    Hi,
    If the values for R12 are higher then you need to adjust the kernel parameters values and it should work for both 11i and R12.
    Thanks,
    Hussein

  • Oracle report 10g publsinng on web and Oracle Portal

    I am converting a report that was using oracle OAS9i, we pass to URL(rdf file) userid/password and worked fine. We were not using Portal, even though it is installed by OAS. Now seems we have to use Oracle Portal to publish the same report. Is that right? If not how will I use report servlet to call a rdf file I assume I still need to send oracle user id/password as that is needed to run report(knowing this from old Oracle report 6.0). We really do not want to autheticate any user all users behind use the same Oracle account to print reports. Any hint?
    Another thing I find that now reports are closely linked to Portal and looking at web publishing document it seems one needs to view them thru Portal. Please help me understand this why I can not just see the report as once they are processed they produce pdf that any borwser can show.

    Any one??

  • Oracle 64bit Server (From JD Edwards) and oracle 32 bit client showing ORA:12560 "TNS: protocol adapter error "??

    I installed 64bit Oracle successfully and was able to connect to DB using SQL Developer and sqlplus (Oracle E1local and TNSListener is up and running). I installed Oracle 32bit client and copied both tnsnames.ora and sqlnet.ora files to C:\app\Administrator\product\11.2.0\client\Network\admin. But if i am trying to access DB through Oracle 32bit client (thru cmd as sqlplus /sys as sysdba or thru sqlplus , it is throwing ORA:12560. "TNS: protocol adapter error ". (Both 62bit server and 32 client on same VM machine - Windows 2008 R2 ). I directly executed sqlplus from "C:\app\Adm\....client\bin", but it is still throwing same error and because of this JDEdward installation is not able to find if any database is running or not.!
    My environment variables order: %PATH% =  C:\app\Administrator\product\11.2.0\client\bin;c:\Oracle\E1Local\bin; I have seen all the previous threads and try setting ORACLE_HOME and PATH variable using CMD and tried accessing the database, but it fails all the time.
    Please help me with the problem. Thanks in advance.

    Thread moved from Peoplesoft forum to JD Edwards.
    Nicolas.

  • Different between Short Term Money and Wholesale Term Money

    Dear all,
    Please advise the use of Short Term Money and Wholesale Term money in Oracle Treasury.
    Please advise the different between them in terms of business usage and functional features.
    Regards,
    Queenie

    Hi Prasad,
    Referring to your message if it is not possible in Money Market, is it possible in Loans Management.  The requirement is exactly same.  Here the requirement is mainly to meet the reporting requirements. 
    Out of the total long term loan, the portion which is filling due within a period of one year need to be identified as current liability which is payable within one year and it is not about reclassification or something of that nature.  This is the reason I was trying to ask you the postings, how it can happen? 
    The initial posting has gone to Long term liability GL account based on the account determination.  Out of the total loan borrowed, the portion of installments which are becoming due within one year need to be shown as current liabililty/current maturity.  Can you please post if this can be handled with standard functionality. 
    thanks in advance for the update.
    Kumar

  • What is the different between Logical complex join and Physical join?

    hi,
    Do somebody know what is the function different between logical complex join in BMM layer and physical join in physical layer?
    Thanks.

    Thank you very much1
    I understand their differentiation:
    In the BMM Complex join (intelligent), means OBI picks the best way from possibly many different ways to join using physical join. FK join forces the same join always, which limits flexibility.

Maybe you are looking for