Deployment of objects in OWB10g with Personal Edition Database

When trying to deploy objects in a Personal Oracle 10g database with OWB10g, the following error occurs:
RPE-01011: Cannot deploy to target database location because it does not have a compatible version.
Deployment on the same database but on Enterprise Edition works fine.
Oracle does not support OWB on Personal Edition, but I found a workaround to use OWB on a Personal Edition database. The problem is that the Deployment Manager checks for the version number from PRODUCT_COMPONENT_VERSION where PRODUCT like 'Oracle%'. It returns the version number, but with this query no rows are returned in Personal Edition because the product name does not begin with 'Oracle' (Personal Oracle Database 10g).
I found a workaround in redefining the definition of the view SYS.PRODUCT_COMPONENT_VERSION so that it returns 'Oracle Database 10g Personal Edition' for the database component. The deployment manager will then find the correct number, and you can deploy just as you would with Enterprise Edition.
Statement used to redefine the view:
create or replace view sys.product_component_version as
(select
substr(banner,1, instr(banner,'Version')-1) product,
substr(banner, instr(banner,'Version')+8,
instr(banner,' - ')-(instr(banner,'Version')+8)) version,
substr(banner,instr(banner,' - ')+3) status
from v$version
where instr(banner,'Version') > 0
and
((instr(banner,'Version') < instr(banner,'Release')) or
instr(banner,'Release') = 0))
union
(select
substr(banner,1, instr(banner,'Release')-1),
substr(banner, instr(banner,'Release')+8,
instr(banner,' - ')-(instr(banner,'Release')+8)),
substr(banner,instr(banner,' - ')+3)
from v$version
where instr(banner,'Release') > 0
and
instr(banner,'Release') < instr(banner,' - ')
AND BANNER NOT LIKE '%Database%')
union
(select
'Oracle Database 10g Personal Edition',
substr(banner, instr(banner,'Release')+8,
instr(banner,' - ')-(instr(banner,'Release')+8)),
substr(banner,instr(banner,' - ')+3)
from v$version
where instr(banner,'Release') > 0
and
instr(banner,'Release') < instr(banner,' - '))
Regards,
Marko Bikker

See Oracle Database Express Edition License Agreement

Similar Messages

  • Installing forms 6i with Personal Edition

    Is it possible to install formas and eports 6i on a win98 workstation running Personal editon 8.1.6? I want to learn the product but don;t want to purchase unless it will work.
    Thanks in advance.

    yes but make sure to install it in a different oracle home (directory)

  • Personal edition

    Can anyone explain to me how to install the personal edition of Windows ME?
    Is it possible or should I just load NT or Windows 98 on my machine.
    Chris Lindley
    MIS Dept.
    Seminole State College

    871079 wrote:
    I would like to get the latest edition of personal edition for Oracle's database product. (I am a complete and utter newbie.)
    I have searched and searched and cannot find the link for a download. 11g or even 10g I am sure would be fine.
    Can anyone send me a link or tell me how I can find personal edition?
    For learning purpose, Oracle corp allows to all download the Enterprise Edition itself from the Oracle Technology Work. This is a free download which comes with development and sort of patch and/or bug fixes would require to purchase the paid support contract. If you are newbie , you just download the software from
    http://www.oracle.com/technetwork/indexes/downloads/index.html#database
    You can choose whatever edition you want to install from the installation media that you would download. There is no use as such to play with Personal Edition because many features are going to be working only on Enterprise Edition or on Standard Edition only.
    Now, that said, if you want to purchase Personal Edition, this can be a very good investment as it would let you use the paid support portal MOS(My Oracle Support) as well. But as mentioned already, its only for Windows.
    HTH
    Aman....

  • How to connect to Oracle 8i Personal Edition from another app like TOAD?

    I downloaded Oracle 8.1.7 Personal Edition; and the download went like a breeze.
    I installed Oracle and can connect to the database using SQL*Plus without specifying Host Name.
    I am very much familiar with TOAD (Tool for Oracle Application Developer). But I am unable to connect to Oracle 8.1.7 Personal Edition database from TOAD. I get a ORA-12541: TNS:no listener error when I give the global database name as the database name.
    Can anybody help me? Your help will be appreciated very much.

    SQL*PLus does not use the listener to connect to Oracle8i Personal Edition. That is why you are able to connect with SQL*Plus and not TOAD when the listener is not started.

  • 10g Personal Edition Question

    I am newbie and have a question regarding 10g personal edition. I see that this version supports one user connection but I am trying to find out if the user connection can be remote (from another workstation) or if it has to be local.
    I have (2) XP boxes and want to install 10g personal edition on one XP box then access the DB from the other XP box. Can this be done?
    Thanks in advance for any input!

    Like the original poster, I too am a total Oracle newbie, considering migrating to Oracle from the outstandling but comparatively feature-poor PostgreSQL, and I'm trying the downloadable version of the Personal Edition database 10gR2, and I cannot for the newbie life of me figure out how to use this thing remotely, so that I can have Oracle running on my server at home and use it/develop with it using Enterprise Manager and SQL Developer from, say, a coffeeshop or other remote location via the Internet. (Exception: remote control software--RADMIN works well--but this is not a good non-emergency solution.)
    Ultimately, it would also need to be secure (SSL or something), but at this point, I cannot get it to work at all. I know how port-forwarding and other firewallish things work, but I suspect the problem is that the Personal Edition uses a local loopback connection which may be inaccessible from the Net?
    Of course I'm perfectly willing to buy the product if I can be assured that this will ultimately work reliably--is that's what's necessary to get it to work (the downloadewd version being crippled somehow?), or to get any support (folks say Metalink is helpful)?
    Usually, the documentation is all I need to make something go, but the Oracle documentation I've looked at so far is at once incredibly expansive and not very helpful to me. (I may not know enough for it to be helpful: most of the documentation seems to assume you're already fully immersed in the Oracle world, and little of it seems specific to the Personal Edition's quirks.)
    Any pointers to explicit documentation, let alone some step-by-step "here's what you have to do" instructions, would be tremendously appreciated.
    Thanks!

  • Using Oracl8i Personal Edition

    Hi,
    I can't find a forum for Personal Edition so I will post my questions here.
    I just started to learn Oracle recently. I have used Oracl 8i Lite until I now need to do PL/SQL commands, so I installed Oracle 8i Personal Edition. I before used Oracle8 Navigator to manage my databases (tables,..). Now there is no Navigator with Personal Edition. What can I use to view all of tables I've created?..
    I know this is dumb questions but I don't know. Please help.
    Trung.

    Hi,
    I am startig to learn Oracle and trying to find a copy of
    Oracle 8i Personal Edition. I would like to install it to
    Windows XP or Windows 2000. I only found one copy online for
    NT or 2000 wich is more than 600MB and would need 33 hours to
    download from my home. DO you know,
    1. from where I may find a copy that will run on XP for sure ?
    2. How can I purchase a CD instead of download from online?
    Thanks a lot.
    De.

  • Relationship between objects and information stored in a database

    I've got a question that's pretty broad... but maybe someone can help with it.
    I'm writing a couple of classes, one called "Customer" and the other "Store". Store can contain any number of customers, which it keeps in an array. A customer object has name and address fields, as well as an array of the current movies the customer has checked out. A third "Driver" class has the main method which calls the other two classes. When a new customer is created, it is put into the array in an object of store, and written to disk in a file named with the customer's ID number.
    My question is, I'm not really sure how objects tie in with the actual database on the hard disk. For example, if I run the program once and add 3 customers, all three get written to disk, and exist in memory as objects. However, when I exit the program, I lose all 3 of those objects from the array of customers in the store object.
    So, when I run the program a second time, the array is gone, though the customer information remains on disk. I have methods to delete/add customer objects to an object of store, but those don't do me any good without the array in memory. I thought that I could just load all data from disk, and put them back into the array, but isn't that inefficient if the database is very large? Is there a better way to deal with this?
    I hope that was reasonably clear. I'd appreciate any help. Thanks.

    i would make the store a manager of the customer objects whose
    responsibilities include read and writing the objects as well as caching
    them.
    here is some sample code for this.
    public class Customer(){
      int id;
      /* the id field is the unique identifier for each Customer.
         this field should probably be our primary key in our database
         table. you don't have to use a number but whatever it is it
         needs to be unique */      
      boolean updated;
      public Customer(int customerId){
        id = customerId;
        updated = false;
      public int getCustomerId(){
        return id;
      /* if the customer object has been changed and needs to flushed back
         to the database this returns true. */
      public boolean needsFlushing(){
        return updated;
      /* and your other methods go here... */
    }and now for the Store...
    public class Store{
      private Customer[] cache;
      public Store(){
        cache = new Customer[10];
        /* here i have hard coded as 10, you could change this or for more
           flexibility use a Vector or such. */
      /* spin through the cache and return the matching customer. if the
         customer is not in the cache load it in the database. */
      public Customer getCustomer(int customerId)throws SQLException{
        for(int j=0;j<cache.length;j++){
          if((cache[j]!=null)&&(cache[j].getCustomerId()==customerId)){
            return cache[j];
        Customer c = loadCustomer(customerId);
        addToCache(c);
        return c;
      public void addCustomer(Customer c)throws SQLException{
        /* adds a new (non-existing customer) */
        saveCustomer(c);
        addToCache(c);
      public void close()throws SQLException{
        /* flushes back any updated customers */
        for(int j=0;j<cache.length;j++){
          if((cache[j]!=null)&&(cache[j].needsFlushing())){
            saveCustomer(cache[j]);
        cache = null;   
      private Customer loadCustomer(int customerId)throws SQLException{
        /* here would be code for loading a customer object from the
           database that matches the customerId. */
        return new Customer(customerId);//temporary 
      private void saveCustomer(Customer c)throws SQLException{
        /* here would be the code for saving the customer c into the
           database */
      private void addToCache(Customer c){
        /* this method adds the customer c to the cache. it may have to
           to remove an older customer from the cache to do this. i leave
           the algorithm for deciding this up to you */

  • Deployment of any object not possible with OWB11gR2

    Hi,
    i recently did a Upgrade to 11.2 but while i'm trying to deploy the object i get a
    RPE-01008: Recovery of this request is in progress
    even trying with deleting and then deploying didnt work. neither replace.
    could anyone help please.
    thx,
    alex

    2010/12/16-10:31:38-CET [C5C3AC][] Platform Service for null
    2010/12/16-10:31:42-CET [C5C3AC][] Connection Manager - OCI fix performed
    2010/12/16-10:31:44-CET [C5C3AC][] Thin driver connection time - 1499 millisecond(s)
    2010/12/16-10:31:44-CET [C5C3AC][] Connection Manager - property user.timezone value is Europe/Berlin
    2010/12/16-10:31:44-CET [C5C3AC][] Connection Manager - connection.timezone not set. Defaulting to value SERVICE
    2010/12/16-10:31:44-CET [C5C3AC][] Connection Manager - using service timezone Europe/Berlin
    2010/12/16-10:31:44-CET [C5C3AC][] Connection Manager - defaultimg session timezone offset to +01:00
    2010/12/16-10:31:44-CET [C5C3AC][] Free Memory(bytes)=9802568 Total Memory(bytes)=14417920 Used Memory(bytes)=4615352 Used Memory(percent)=33%
    2010/12/16-10:31:44-CET [C5C3AC][] Control Center Service Version 11.2.0.1.0 starting
    2010/12/16-10:31:44-CET [C5C3AC][] Startup due to manual request
    2010/12/16-10:31:44-CET [C5C3AC][] Control Center Repository Name OWBSYS on Service
    2010/12/16-10:31:44-CET [C5C3AC][] Explicit garbage collection - every 1 execution(s)
    2010/12/16-10:31:44-CET [C5C3AC][] Initializing Platform
    2010/12/16-10:31:44-CET [C5C3AC][] Recovery starting
    2010/12/16-10:31:44-CET [C5C3AC][] Service startup complete
    2010/12/16-10:32:50-CET [C5C3AC][] AuditId=84: Processing unit deployment request
    2010/12/16-10:32:50-CET [C5C3AC][] Free Memory(bytes)=8158816 Total Memory(bytes)=14417920 Used Memory(bytes)=6259104 Used Memory(percent)=44%
    2010/12/16-10:32:50-CET [10FFB38][] Connection Manager - off
    2010/12/16-10:32:51-CET [10FFB38][] Thin driver connection time - 35 millisecond(s)
    2010/12/16-10:32:51-CET [10FFB38][OWB.WORKSPACE] Attempting to create adapter 'class.Oracle Database.10.2.DDLDeployment'
    2010/12/16-10:32:51-CET [10FFB38][OWB.WORKSPACE] Thin driver connection time - 39 millisecond(s)
    2010/12/16-10:32:51-CET [10FFB38][OWB.WORKSPACE] Creating target schema synonyms for target schema
    2010/12/16-10:32:51-CET [10FFB38][OWB.WORKSPACE] Assigning grants to target schema
    2010/12/16-10:32:51-CET [10FFB38][OWB.WORKSPACE] script_run_begin auditId=86 operation=9001
    2010/12/16-10:32:52-CET [10FFB38][OWB.WORKSPACE] script_run_end auditId=94 scriptRunStatus=15002
    2010/12/16-10:32:53-CET [10FFB38][OWB.WORKSPACE] oracle.wh.runtime.platform.adapter.InfrastructureException: RPE-01003: An infrastructure condition prevented the request from completing.
    - ORA-31011: XML parsing failed
    ORA-19202: Error occurred in XML processing
    LPX-00216: invalid character 252 (0xFC)
    Error at line 9
    ORA-06512: at "XDB.DBMS_XMLPARSER", line 191
    ORA-06512: at "OWBSYS.WB_RTI_OBJECT_CATALOG", line 510
    ORA-06512: at "OWBSYS.WB_RTI_OBJECT_CATALOG", line 732
    ORA-06512: at "OWBSYS.WB_RT_DEPLOYMENT_FEEDBACK", line 134
    ORA-06512: at line 1
    at oracle.wh.runtime.platform.service.controller.ObjectDefinitionImpl.setFinalStatus(ObjectDefinitionImpl.java:366)
    at oracle.wh.runtime.platform.adapter.odb.OdbDeploymentAdapter.deploy(OdbDeploymentAdapter.java:594)
    at oracle.wh.runtime.platform.service.controller.DeploymentController.deploy(DeploymentController.java:216)
    at oracle.wh.runtime.platform.service.controller.DeploymentController.deploy(DeploymentController.java:41)
    at oracle.wh.runtime.platform.service.DeploymentManager.run(DeploymentManager.java:51)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: java.sql.SQLException: ORA-31011: XML parsing failed
    ORA-19202: Error occurred in XML processing
    LPX-00216: invalid character 252 (0xFC)
    Error at line 9
    ORA-06512: at "XDB.DBMS_XMLPARSER", line 191
    ORA-06512: at "OWBSYS.WB_RTI_OBJECT_CATALOG", line 510
    ORA-06512: at "OWBSYS.WB_RTI_OBJECT_CATALOG", line 732
    ORA-06512: at "OWBSYS.WB_RT_DEPLOYMENT_FEEDBACK", line 134
    ORA-06512: at line 1
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:439)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:395)
    at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:802)
    at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:436)
    at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:186)
    at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:521)
    at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:202)
    at oracle.jdbc.driver.T4CCallableStatement.executeForRows(T4CCallableStatement.java:1005)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1307)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3449)
    at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3530)
    at oracle.jdbc.driver.OracleCallableStatement.executeUpdate(OracleCallableStatement.java:4718)
    at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1062)
    at sqlj.runtime.ExecutionContext$OracleContext.oracleExecuteUpdate(ExecutionContext.java:1570)
    at oracle.wh.runtime.platform.service.controller.ObjectDefinitionImpl.setFinalStatus(ObjectDefinitionImpl.java:223)
    ... 5 more
    java.sql.SQLException: ORA-31011: XML parsing failed
    ORA-19202: Error occurred in XML processing
    LPX-00216: invalid character 252 (0xFC)
    Error at line 9
    ORA-06512: at "XDB.DBMS_XMLPARSER", line 191
    ORA-06512: at "OWBSYS.WB_RTI_OBJECT_CATALOG", line 510
    ORA-06512: at "OWBSYS.WB_RTI_OBJECT_CATALOG", line 732
    ORA-06512: at "OWBSYS.WB_RT_DEPLOYMENT_FEEDBACK", line 134
    ORA-06512: at line 1
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:439)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:395)
    at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:802)
    at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:436)
    at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:186)
    at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:521)
    at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:202)
    at oracle.jdbc.driver.T4CCallableStatement.executeForRows(T4CCallableStatement.java:1005)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1307)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3449)
    at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3530)
    at oracle.jdbc.driver.OracleCallableStatement.executeUpdate(OracleCallableStatement.java:4718)
    at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1062)
    at sqlj.runtime.ExecutionContext$OracleContext.oracleExecuteUpdate(ExecutionContext.java:1570)
    at oracle.wh.runtime.platform.service.controller.ObjectDefinitionImpl.setFinalStatus(ObjectDefinitionImpl.java:223)
    at oracle.wh.runtime.platform.adapter.odb.OdbDeploymentAdapter.deploy(OdbDeploymentAdapter.java:594)
    at oracle.wh.runtime.platform.service.controller.DeploymentController.deploy(DeploymentController.java:216)
    at oracle.wh.runtime.platform.service.controller.DeploymentController.deploy(DeploymentController.java:41)
    at oracle.wh.runtime.platform.service.DeploymentManager.run(DeploymentManager.java:51)
    at java.lang.Thread.run(Thread.java:595)
    2010/12/16-10:32:53-CET [10FFB38][OWB.WORKSPACE] oracle.wh.runtime.platform.service.controller.RecoveryInProgress: RPE-01008: Recovery of this request is in progress.
    at oracle.wh.runtime.platform.service.controller.AdapterContextImpl.initialize(AdapterContextImpl.java:1745)
    at oracle.wh.runtime.platform.service.controller.DeploymentContextImpl.initialize(DeploymentContextImpl.java:682)
    at oracle.wh.runtime.platform.service.controller.DeploymentController.initialize(DeploymentController.java:69)
    at oracle.wh.runtime.platform.service.controller.DeploymentController.deploy(DeploymentController.java:208)
    at oracle.wh.runtime.platform.service.controller.DeploymentController.deploy(DeploymentController.java:229)
    at oracle.wh.runtime.platform.service.controller.DeploymentController.deploy(DeploymentController.java:41)
    at oracle.wh.runtime.platform.service.DeploymentManager.run(DeploymentManager.java:51)
    at java.lang.Thread.run(Thread.java:595)
    2010/12/16-10:32:53-CET [10FFB38][OWB.WORKSPACE] Attempting to create adapter 'class.Oracle Database.10.2.DDLDeployment'
    2010/12/16-10:32:53-CET [10FFB38][OWB.WORKSPACE] Thin driver connection time - 451 millisecond(s)
    2010/12/16-10:32:53-CET [10FFB38][OWB.WORKSPACE] Creating target schema synonyms for target schema
    2010/12/16-10:32:53-CET [10FFB38][OWB.WORKSPACE] Assigning grants to target schema
    2010/12/16-10:32:53-CET [10FFB38][OWB.WORKSPACE] oracle.wh.runtime.platform.adapter.InfrastructureException: RPE-01003: An infrastructure condition prevented the request from completing.
    - ORA-31011: XML parsing failed
    ORA-19202: Error occurred in XML processing
    LPX-00216: invalid character 252 (0xFC)
    Error at line 9
    ORA-06512: at "XDB.DBMS_XMLPARSER", line 191
    ORA-06512: at "OWBSYS.WB_RTI_OBJECT_CATALOG", line 510
    ORA-06512: at "OWBSYS.WB_RTI_OBJECT_CATALOG", line 732
    ORA-06512: at "OWBSYS.WB_RT_DEPLOYMENT_FEEDBACK", line 134
    ORA-06512: at line 1
    at oracle.wh.runtime.platform.service.controller.ObjectDefinitionImpl.setFinalStatus(ObjectDefinitionImpl.java:366)
    at oracle.wh.runtime.platform.adapter.odb.OdbDeploymentAdapter.deploy(OdbDeploymentAdapter.java:594)
    at oracle.wh.runtime.platform.service.controller.DeploymentController.deploy(DeploymentController.java:216)
    at oracle.wh.runtime.platform.service.controller.DeploymentController.deploy(DeploymentController.java:229)
    at oracle.wh.runtime.platform.service.controller.DeploymentController.deploy(DeploymentController.java:41)
    at oracle.wh.runtime.platform.service.DeploymentManager.run(DeploymentManager.java:51)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: java.sql.SQLException: ORA-31011: XML parsing failed
    ORA-19202: Error occurred in XML processing
    LPX-00216: invalid character 252 (0xFC)
    Error at line 9
    ORA-06512: at "XDB.DBMS_XMLPARSER", line 191
    ORA-06512: at "OWBSYS.WB_RTI_OBJECT_CATALOG", line 510
    ORA-06512: at "OWBSYS.WB_RTI_OBJECT_CATALOG", line 732
    ORA-06512: at "OWBSYS.WB_RT_DEPLOYMENT_FEEDBACK", line 134
    ORA-06512: at line 1
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:439)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:395)
    at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:802)
    at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:436)
    at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:186)
    at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:521)
    at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:202)
    at oracle.jdbc.driver.T4CCallableStatement.executeForRows(T4CCallableStatement.java:1005)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1307)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3449)
    at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3530)
    at oracle.jdbc.driver.OracleCallableStatement.executeUpdate(OracleCallableStatement.java:4718)
    at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1062)
    at sqlj.runtime.ExecutionContext$OracleContext.oracleExecuteUpdate(ExecutionContext.java:1570)
    at oracle.wh.runtime.platform.service.controller.ObjectDefinitionImpl.setFinalStatus(ObjectDefinitionImpl.java:223)
    ... 6 more
    java.sql.SQLException: ORA-31011: XML parsing failed
    ORA-19202: Error occurred in XML processing
    LPX-00216: invalid character 252 (0xFC)
    Error at line 9
    ORA-06512: at "XDB.DBMS_XMLPARSER", line 191
    ORA-06512: at "OWBSYS.WB_RTI_OBJECT_CATALOG", line 510
    ORA-06512: at "OWBSYS.WB_RTI_OBJECT_CATALOG", line 732
    ORA-06512: at "OWBSYS.WB_RT_DEPLOYMENT_FEEDBACK", line 134
    ORA-06512: at line 1
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:439)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:395)
    at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:802)
    at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:436)
    at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:186)
    at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:521)
    at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:202)
    at oracle.jdbc.driver.T4CCallableStatement.executeForRows(T4CCallableStatement.java:1005)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1307)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3449)
    at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3530)
    at oracle.jdbc.driver.OracleCallableStatement.executeUpdate(OracleCallableStatement.java:4718)
    at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1062)
    at sqlj.runtime.ExecutionContext$OracleContext.oracleExecuteUpdate(ExecutionContext.java:1570)
    at oracle.wh.runtime.platform.service.controller.ObjectDefinitionImpl.setFinalStatus(ObjectDefinitionImpl.java:223)
    at oracle.wh.runtime.platform.adapter.odb.OdbDeploymentAdapter.deploy(OdbDeploymentAdapter.java:594)
    at oracle.wh.runtime.platform.service.controller.DeploymentController.deploy(DeploymentController.java:216)
    at oracle.wh.runtime.platform.service.controller.DeploymentController.deploy(DeploymentController.java:229)
    at oracle.wh.runtime.platform.service.controller.DeploymentController.deploy(DeploymentController.java:41)
    at oracle.wh.runtime.platform.service.DeploymentManager.run(DeploymentManager.java:51)
    at java.lang.Thread.run(Thread.java:595)
    2010/12/16-10:32:53-CET [10FFB38][OWB.WORKSPACE] deploy_unit_done auditId=84
    2010/12/16-10:32:53-CET [C5C3AC][] Free Memory(bytes)=16367640 Total Memory(bytes)=23592960 Used Memory(bytes)=7225320 Used Memory(percent)=31%
    2010/12/16-10:32:53-CET [C5C3AC][] AuditId=84: Request completed

  • Installing Designer 6 on NT With Oracle8 Personal Edition

    According to the Designer 6 For Windows NT installation guide, I can have Personal Oracle 8.0.4 as a local database for use with Designer 6. However I am unable to successfully install these due to:
    1. Designer and the Pre-Configured Repository must reside in the default_home directory.
    2. The Pre-Configured Repository must reside in the same Oracle Home Directory as the local database - therefore Personal Oracle8 must reside in the default_home directory also.
    3. Designer needs the 8.0.5 required support files whereas Oracle8 Personal Edition needs the 8.0.4 required support files to work.
    Thus, is my problem. As I can not install both 8.0.4 and 8.0.5 support files into the same Oracle home, how can I get to use Designer 6 with a local 8.0.4 database on NT, as it suggests in the Designer installation guide?
    null

    These are the steps .
    1. First Yout NT server must have Nt ver.4 with Service pack 5 built in
    2.All Y have to do is to Installed Web App
    Server on Different Physical location(With Oracle 8i) as different NT user with administrative privileges(Different from the user Y installed 8i RDBMS ).
    3. Set TNS_ADMIN parameter for NT Server.
    4.Set up the tnsname.ora and sqlnet.ora file
    on web app home ,(ie %ORACLE_HOME%\net80\admin ) as same as those on your Oracle DB HOme ,(ie %ORACLE_HOME%/network/admin )
    After this if You follow the installation guide ,Post installation task ,
    Every thing will work..
    Good luck ..
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by John J:
    Thanks. A couple of questions. Did you place the OAS in separate homes? If yes did you set enviromental variablesin System and user. Last Did you have to set the IP address in the winnt\system32\drivers\host.
    Still have not got it working. It seems to have installed. The node Listners is running. It could be a problem with my browser setup. Any ideas.
    Thanks JJ
    <HR></BLOCKQUOTE>
    null

  • Unable to install Oracle 8i Personal Edition in Windows98 with Pentium4

    I am getting error "Performed illegal Operation" when ever I
    unzip and install Oracle 8i PE 8.1.7 for windows98. Error is
    JREW caused an invalid page fault in module JAVAI.DLL,
    suggestions was install new JRE Version. I have tried to format
    hard drive (twice) thinking some software incompatibility, no
    go. remove devices, no go. After further analysis it seems there
    is issue installing 8i databse Personal Ed. in Pentium 4
    processor with an Intel motherboard latest Bios. I have
    downloaded and installed JRE Version 1.1.8_008, still no go.
    What am i missing? Please advice or suggestion. Thank you. Email
    me- [email protected]

    I am unable to install 8i personal edition Release 3 onto my W2K machine. I download the zip file and unzip it into (c:/OracleInstall) a folder I have created on my c:/ drive. When i click on the setup.exe file it opens up. When I click on the install button the GUI disappers and nothing occurs. I have attempted to burn it onto a CD_Rom and install through the control panel and the same occurs.
    I am not sure what is causing this problem. Is there any why I could request the software in a CD as opposed to a zip file? What could be causing this problem? Is the machine a P4? there is a known problem
    I don't know about his machine, but mine is a P4. Where do I find this information about this problem? And is there a fix? I need to install the NET8 Assistant.

  • Designer with 8.1.6 Personal Edition

    Does Designer 6i work with Oracle 8.1.6 Personal Edition? It doesn't have repository installation button in Repository Administration Utility. Is there any script that I can use to install repository without using Repository Administration Utility?

    Only the client kit ships with Windows 98 for Oracle 8.1.6 PE.
    The bulk of the interMedia implementation is done on the Oracle server (which doesn't run on Win98).
    You must be attaching to an Oracle database on an Windoes NT/2000 machine. The invalid datatype message indicates that the interMedia option has not been installed on this database.
    Check your database server installation for an interMedia installation.

  • Geo Objects -Lumira Personal edition.

    Hi Lumira Experts,
    I am not able to see Globe symbol as data type  for Geo objects like city , country , region .
    Currently i am using Lumira Personal edition..
    Please find the attachment for more details.
    Best Regards,
    Reddeppa K.

    Hi ,
    thanks for your reply..
    Currently i am using 1.15.1 ,, i will let  update you  once install the latest version.
    Regards,
    Reddeppa K.

  • Problem With Oracle Personal Edition On Windows XP

    I am trying to install Oracle 8i Personal Edition on Windows XP Professional, Installation was successful. But when I try to login through SQL plus it says "ORACLE not available" User Id I used is Scott/Tiger and System Manager.
    Even I checked the services started but some of the Oracle services are still in "starting" staus
    Can any one help me in this?

    Those 'starting' services must switch to 'started' before things will start to happen.
    What are the machine specs? Hopefully you have a decent CPU speed (>500MHz) and amount opf memory (>512M RAM) or things can be unsufferably slow.
    Is there a particularily good reason for using Oracle8i? After all, it is an unsupported and obsolete version of the database.

  • Errors in simple query in oracle 9i personal edition

    hi,
    i have oracle 9i personal edition release 9.0.1.1.1 - production.
    with it came sql*plus release 9.0.1.0.1 - production
    i have installed it on windows 98SE
    what i did is the following
    step 1:
    create type address_ty as object
    (street varchar2(50),
    city varchar2(50),
    state char(2),
    zip number);
    when i executed i got message "type created"
    step 2 :
    create table customer
    (cust_id number ,
    person address_ty);
    when i executed this i got message "table created"
    step 3 :
    insert into customer values
    (3,address_ty('xyz','abc','AP',4563));
    i get messsage "1 row created"
    step 4 :
    select cust_id,person.street from customer;
    i get error message .......
    select cust_id,person.street from customer;
    ERROR at line 1:
    ORA-00904: invalid column name
    i tried this example from the book "Oracle Complete Reference" from oracle press.
    what is the problem how to avoid it.
    i am a beginner help
    gopal

    hi! i'm not very sure, but your second field selected is person.street, do you have this field?
    why not try just select * from tablename, you should see the result.
    hope that helps.
    rgds.

  • Oracle 9i Personal Edition Lean Install

    I want to install Oracle 9i Personal Edition on a Windows Box(NT/2000/XP). I would like to make it as lean as possible (ie. minimal disk space, minimal services, etc). The databases deployed on this would have tables, procs, functions, views, packages, sequences, users & roles. Any tips on how to minimize what is installed? tia.

    I downloaded Oracle 9i Personal edition from Oracle.com.
    Installed the same on Win Me with a starter database.
    I am not able to open the database since it asks me to enter a password which i've never entered.
    I am not able to create a session. The moment I try to create a session on SQL, the database starts opening but i cannot get further since it asks for the password.
    Please Help. Try using the generic username of scott & the generic pw of tiger. Hope this helps Hi,
    Try this from dos prompt
    c:\> set oracle_sid=<sid_value>
    c:\> sqlplus system/manager
    Can you elaborate what you meant when you say "the database starts opening" ? What is the error number and error message you are getting?
    HTH

Maybe you are looking for