ODT 11g beta TableAdapter Configuarion Wizard subqueries

To me it seems like the wizard does not like $ characters when there are subqueries. I've tryed to follow the design guidelines from the tutorial at http://www.asp.net/learn/data-access/tutorial-01-cs.aspx
but with a connection to an Oracle database instead. Of course you could use JOIN instead of subqueries, but that will affect the auto-generated methods for inserting, updating, and deleting negatively and that is not what I want.
Example:
SELECT MYDB."ABC$TABLE1".ID,
MYDB."ABC$TABLE2".TYPE,
(SELECT MYDB."ABC$TYPE1".NAME
FROM MYDB."ABC$TYPE1"
WHERE MYDB."ABC$TYPE1".TYPE = MYDB."ABC$TABLE1".TYPE) AS TYPE_NAME
FROM MYDB."ABC$TABLE1"
In the Query Designer a similar statment generates:
Error in SELECT clause: expression near 'SELECT'.
Error in SELECT clause: expression near 'FROM'.
Missing FROM clause.
Error in SELECT clause: expression near ','.
Unable to parse query text.
but it gives me a proper output in the result area!?
If I try without inclosing " characters I get:
Error in SELECT clause: expression near '$'.
Missing FROM clause.
Error in SELECT clause: expression near ','.
Error in SELECT clause: expression near 'SELECT'.
Error in SELECT clause: expression near 'FROM'.
Unable to parse query text.
Not very strange perhaps, but actually again I get a proper output in the result area!?
Any ideas/workarounds? Bug or feature? ;-)

What happens when you execute this SQL from the Oracle Query Window? I am by no means a SQL guru but there are different dialects between what is expected for SQL Server and Oracle. The fastest way to test this is to use query window (NOT Query Designer). If you get an error with Oracle Query window, which just passes it on to Oracle, it must be invalid SQL. If you don't it may be a bug in our wizard.
Please let me know what you find out and perhaps provide me a join that reproduces this using the HR schema.

Similar Messages

  • ODT 11g on a computer that runs client 10g

    Hi
    I want to (or better to say I have to because of Vista) use ODT 11 with Visual Studio 2008 but the executable has to run on machines were only the client 10 is installed? Is this possible? Or can I distribute the full client with my executable?
    I already tried it on a collegues machine, and always got the error message that my DataProvider is not compatible with the installed client.
    I also dug the web and found one approach that suggested to manually point the reference of the .net-project to the DataProvider form ODT 10 (this is also installed on my machine) but then I am getting the following error(s) in my (aut generated) DataSets
    +'Oracle.DataAccess.Client.OracleCommand.Transaction' cannot be assigned to -- it is read only+
    regards
    Marc

    ODT 11g also installs ODP.NET 11. This does not mean you are required to build an application targeting ODP.NET 11g when you use ODT 11g.
    When you build the application, you need to change the "Reference" to point to ODP.NET 10.2 on your machine. If you don't have ODP.NET 10.2 installed you should install it in a different Oracle Home than your ODT 11g oracle home.
    When you do that you will stop getting the errors on your colleagues 10.2 machine.
    If you want to test your application on your machine (the one with BOTH ODP.NET 10.2 and 11 installed) you will need to remove the policy DLLs from the GAC. Otherwise your application built with 10.2 will simply use ODP.NET 11 when it runs.

  • TableAdapter Configuration Wizard Bind Commands

    I am trying to use the TableAdapter Configuration Wizard to bind Insert and Update strored procedures to a Select stored procedure. When I choose the select stored proc, the list of data columns should appear on the list but nothing happens (it's not searching or anything). The select stored procs takes no other params (exept the Out sys_cursor) and returns 7 columns (string, string, string, datetime, string, int32, int32) nothing fancy. I want to do this to associate Insert and update parameters to specific columns for datagrids updates.
    I am using:
    VS 2010 Pro sp1
    Oracle Developer Tool for vs 11.2.0.2.0
    Oracle client 11.2.0.2.0
    Oracle database 11.2.0.2.0
    ODP version 11.2.0.2.1
    Note: When I drag the stored proc on the dataset gui, I get all the columns.
    Any help would be greatly appreciated.
    Thank you

    Hi Fabs,
    According to your description, this issue is related to MYSQL. I am afraid this is out of our support. I would suggest that you could ask this issue in their official forum. Here is the link,
    http://forums.mysql.com/
    Thanks for your understanding.
    Best regards,
    Kristin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • QTEK 9100 better known as wizard Windows  Mobile 5 Phone

    I made a big mistake buying a moblie Phone QTEK 9100 better known as Wizard in other countries than Switzerland.
    This This is a Windows Mobile 5.0 Device with all you can think except that it does not work at all with my Mac.It is not compatile with isync at all. Wireless works sometimes and sometimes not and it has other problems too.
    But is there a possibility to make it run with isync so I could sync my calendar and my adressbook ? This would really help me.
    Does Apple plan to support isync with mobile 5. 0 somehow ?
    Powerbook G4,Mac mini universal,ibook   Mac OS X (10.4.7)  

    http://www.markspace.com/missingsync_windowsmobile.php

  • How to retrieve database connection port? Oracle XE 11g beta

    Hi, I installed Oracle XE 11g beta two weeks ago. I can use Application Express in the local host and from other networks. I have been trying to connect to the database with SQL Developer from another PC in the same network, but I just can't. User and password I am using are correct since I can login from SQL Plus in the localhost. So maybe I changed the default port 1521 on installation but I don't remember. Is it a way to retrieve port information from a SQL Plus window or see that information in a config file?
    Francisco

    Hi Francisco,
    I could not query lsnctrl status from the database.I'm sorry I didn't point that out. lsnrctl is a command line tool like sqlplus, and status is one of its parameters.
    I cannot connect anyway. Now APEX does not startup.Well, there's two things: The correct configuration of the database listener and the state it is in. Try lnsrctl to see if the listener is running at all.
    APEX depends on a "living" database listener as well.
    If you have a "sometimes, sometimes not" state, you possibly have some other network service using the default port for APEX's web server, which is 8080.
    SQL Developer installed in the same machine and it doesn't startup neither. That's really odd, but probably a completely different story.
    As I assume my answer is too late to stop your reinstallation, keep these analysis steps in mind if it doesn't work right away.
    -Udo

  • ODAC 11g Beta 11.2.0.1.1  is not working

    Hi ,
    I am new on ODP.net.
    I have oracle 11.1.0.6.0 database and client installed on my computer and i am building a client application using dot net 2010 (4.0 framework ) .
    when i download and run ODAC 11g Beta 11.2.0.1.1 and try to connect it is sending error
    The type initializer for 'Oracle.DataAccess.Client.OracleConnection' threw an exception. when initializing the oracleconnection.
    Can any body help me.

    Hi,
    This exception is thrown when different versions of the dependencies are being picked up and loaded by the process.
    Are you deploying the application or a specific machine?
    What type of application is being tested here? i.e console, ASP.NET, etc.
    Make sure you are referencing the 11.2.0.1.1 assembly and that DLLPATH in the registry to pointing to the proper location for its dependencies.
    Make sure there are no old versions of the ODP dependencies in the application/bin directory and that you are picking up the assembly from the GAC.
    HTH
    Jenny

  • Known bugs in 11g beta?

    Hi,
    I am using the 11g beta (ODAC1110510beta) but have come across a problem related to using functions (e.g Upper) in the where clause of a select statement. This code used to work with earlier versions of ODP.NET.
    Is there a list of known bugs in the beta, and where can I find it?
    (I have not yet a small test case to demonstrate the bug, but I am working on it.)
    Thanks

    how are you using the UPPER function ?? if you could post the SQL Code it would help... i am using UPPER and it works for me with the 11g tools...

  • TableAdapter Configuration Wizard doesn't play nice w/explicit DataSource?

    I am having problems using the TableAdapter Configuration Wizard with a non-schema-owner account in a connection string that explicitly defines the data source. The following are the different combinations I've tried, some of which work, some of which do not:
    Scenario #1: If we define a connection string and specify the schema owner's username and password (which we do NOT want to do), and an explicit data source (which we DO want to do), such as the following:
    <add name="SchemaOwnerConnStr"
    connectionString="USER ID=THIS_SCHEMA_OWNER;PASSWORD=thisOwnerPassword;DATA SOURCE=(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = our.database.server.com)(PORT = 1521))(LOAD_BALANCE = yes)(CONNECT_DATA = (SERVER = DEDICATED)(SERVICE_NAME = the.service.name) ))"
    providerName="Oracle.DataAccess.Client" />
    ...then the TableAdapter Configuration Wizard works as expected:
    * I choose SchemaOwnerConnStr on the first screen of the Wizard
    * On the "Enter a SQL Statement" screen of the wizard, I can click on the "Advanced Options" button and mark the checkboxes for "Generate Insert, Update and Delete statements" and "Use optimiztic concurrency"
    * On the "Choose Methods to Generate" screen of the wizard, I can mark the "Create methods to send updates directly to the database" checkbox, so it will automatically create Insert, Update, and Delete methods for me.
    Scenario #2: If we define a connection string using Window's Authentication (which we DO want to do), and provide a TNS name (which we do NOT want to do) as the DataSource:
    <add name="MyTNSConnStr" connectionString="USER ID=/;DATA SOURCE=MyDB" providerName="Oracle.DataAccess.Client" />
    ...it works just fine:
    * I choose MyTNSConnStr on the first screen of the Wizard
    * On the "Enter a SQL Statement" screen of the wizard, I can click on the "Advanced Options" button and mark the checkboxes for "Generate Insert, Update and Delete statements" and "Use optimiztic concurrency"
    * On the "Choose Methods to Generate" screen of the wizard, I can mark the "Create methods to send updates directly to the database" checkbox, so it will automatically create Insert, Update, and Delete methods for me.
    Scenario #3: If we define a connection string using Window's Authentication (which we DO want to do), and provide an explicit DataSource (which we DO want to do):
    <add name="MyExplicitConnStr" connectionString="USER ID=/;DATA SOURCE=(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = our.database.server.com)(PORT = 1521))(LOAD_BALANCE = yes)(CONNECT_DATA = (SERVER = DEDICATED)(SERVICE_NAME = the.service.name) ))"
    providerName="Oracle.DataAccess.Client" />
    This does NOT work as expected:
    * I choose MyExplicitConnStr on the first screen of the Wizard
    * On the "Enter a SQL Statement" screen of the wizard, I can click on the "Advanced Options" button and mark the checkboxes for "Generate Insert, Update and Delete statements" and "Use optimiztic concurrency"
    * On the "Choose Methods to Generate" screen of the wizard, I can NOT mark the "Create methods to send updates directly to the database" checkbox -- it is greyed out!
    Scenario #4: If we define a connection string using a non-schema-owner's username and password (which under certain limited conditions we DO want to do), and provide an explicit DataSource (which we DO want to do):
    <add name="NonSchemaUser_ConnStr"
    connectionString="USER ID=OTHER_USERNAME;PASSWORD=thePassword;DATA SOURCE=(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = our.database.server.com)(PORT = 1521))(LOAD_BALANCE = yes)(CONNECT_DATA = (SERVER = DEDICATED)(SERVICE_NAME = the.service.name) ))"
    providerName="Oracle.DataAccess.Client" />
    This does NOT work as expected:
    * I choose NonSchemaUser_ConnStr on the first screen of the Wizard
    * On the "Enter a SQL Statement" screen of the wizard, I can click on the "Advanced Options" button and mark the checkboxes for "Generate Insert, Update and Delete statements" and "Use optimiztic concurrency"
    * On the "Choose Methods to Generate" screen of the wizard, I can NOT mark the "Create methods to send updates directly to the database" checkbox -- it is greyed out!
    Scenario #5: I use the exact same connection string as in Scenario #4, expect I change it to use the TNS name for the Data Source:
    <add name="NonSchemaUser_TnsConnStr"
    connectionString="USER ID=OTHER_USERNAME;PASSWORD=thePassword;DATA SOURCE=MyDb"
    providerName="Oracle.DataAccess.Client" />
    ...this DOES work:
    * I choose NonSchemaUser_TnsConnStr on the first screen of the Wizard
    * On the "Enter a SQL Statement" screen of the wizard, I can click on the "Advanced Options" button and mark the checkboxes for "Generate Insert, Update and Delete statements" and "Use optimiztic concurrency"
    * On the "Choose Methods to Generate" screen of the wizard, I CAN mark the "Create methods to send updates directly to the database" checkbox, so it will automatically create Insert, Update, and Delete methods for me.
    The ONLY difference between Scenario #4 and Scenario #5 is that for #5 I used the TNS name for the data source. The explict data source defined in Scenario #4 is an exact cut-and-paste out of my tnsnames.ora file for the definition of "MyDb" -- so there should be absolutely no difference between #4 and #5 -- yet with #4, the checkbox is greyed out.
    I can get the same inconsistent results if I do the WinAuth connection string with again the only difference being the Data Source (explicit, or TNS name). So the problem doesn't have anything to do with using the "/" authentication method.
    Summary:
    Schema Owner Username/Pass + Explicit Data Source ....... Works
    Schema Owner Username/Pass +TNS Name Data Source ....... Works
    Non-Schema-Owner Username/Pass + Explicit Data Source ....... Does NOT work
    Non-Schema-Owner Username/Pass + TNS Name Data Source ....... Works
    "/" authentication + Explicit Data Source ....... Does NOT work
    "/" authentication + TNS Name Data Source ....... Works
    The two combinations that don't work are the two that we want to use!
    I can't for the life if me figure out what is possibly "wrong" with the combination that isn't working. As I said above, the explicit data source that does NOT work is an exact copy of the definition for the TNS name that DOES work. They should be functionally identical.
    What am I missing here!?
    Thanks.

    hi Michael!
    hmmm. it might be worth checking to see if at least one of the recognition problems is a drive letter issue:
    http://docs.info.apple.com/article.html?artnum=93499
    keep us posted.
    love, b

  • TableAdapter Configuration Wizard gives error when adding new TableAdapter

    Hi,
    I recently downloaded and installed the ODT for visual studio on my computer. I am running VS2008 on Windows 7 64-bit. I am able to create an ODP.NET connection to the Oracle XE 10.2g instance that is running on my computer with no problems and use that connection to browse the database. When I add a DataSet to my project, and start adding TableAdapters to the DataSet, I am getting errors. In an attempt to figure out what the problem is, I have followed various scenarios. I will describe each scenario, and what the end result is, and then after I have described them all, I will explain what I think the problem might be. Here are the different scenarios I have used:
    Scenario 1:
    From the Server Explorer, highlight ALL of the tables in my schema and drag them to the designer (all table adapters are added with no issues). I can add additional queries to each of the TableAdapters and then change the additional queries by right clicking and choosing "Configure". This all works with no issues. However, on certain TableAdapters, if I try to modify the primary query (Fill,GetData()), I can open the query editor just fine, change various settings, etc, but when I click on "Finish" I get the following error:
    Configure TableAdapter TABLENAME failed.
    Index was outside the bounds of the array.
    Scenario 2:
    From the Server Explorer, drag tables from my schema onto the designer one at a time. Some tables get added just fine, but for the rest of them, I get the following error:
    Failed to merge object(s).
    Index was outside the bounds of the array.
    Scenario 3:
    On the Dataset Designer, add tables one at a time by right clicking and choosing "Add -> TableAdapter" and then using SQL to define the query for each table. Some tables get added just fine, but for the rest of them, I get the following error:
    Failed to add TableAdapter.
    Index was outside the bounds of the array.
    Ok... now that I have described all of the different scenarios, I will explain what I think the problem is, and why. Based on my research, I believe the underlying problem has to do with Foreign Key Constraints on the various tables. While working on Scenarios 2 & 3, the same exact tables worked just fine in both scenarios. When I started looking at the definitions for the tables in my schema, it turns out that all of the tables that failed had foreign key constraints defined. When I remove the FK constraints from a table, I am then able to add it to my dataset and change the default query with no problems. My original application used the System.Data.OracleClient provided by Microsoft. When adding my tableadapters using the microsoft data provider, the FK relations are automatically generated for me in the designer, but not with the Oracle Data Provider
    I would be happy to provide you with the DDL that I used for creating my schema (it is not very big) if needed.
    Thanks,
    Jim

    Sorry let me clarify some of the config a little more.
    MAIL101 - Exch 2013
    MAIL102 - Exch 2013
    AP104 - Witness (strictly a witness nothing else on this machine)
    EDGE01 - Exch 2007 Edge
    CAS01 - Exch 2007 Hub/CAS load balancer for CAS02/03
    CAS02 - Exch 2007 Hub/CAS
    CAS03 - Exch 2007 Hub/CAS
    MBOX01 - Exch 2007 Mail cluster
    MBOX02 - Exch 2007 Mail cluster node
    MBOX03 - Exch 2007 Mail cluster node
    RDC01, RDC02, RDC03 - all 2008 R2 root domain controllers for rootdomain.rootdomain
    DC01, DC02, DC03, DC04 - all 2008 R2 domain controllers for us.rootdomain.rootdomain
    All DCs are Global Catalogs.
    I can ping all DCs and root DCs fromboth MAIL101 and 102
    The Exchange Replication service is running on both MAIL101 and 102.
    DC03 is in the same site as the MAIL101/102 servers so I'll run all replication tests from here.
    DCDIAG comes back with all tests passed.
    repadmin /replsum comes back with 0 fails and no errors largest delta for any intersite communication is 13min.
    When I run Test-ReplicationHealth -Identity MAIL101 and also 102 they both come back as everything passed.  No errors.

  • Cannot use Query Builder in TableAdapter Configuration Wizard

    I am using Visual Studio 2013 and MySQL NET adapter 6.8.3. I have created a WinForms app in VB. I am trying to create a dataset with a table from the MySQL database (named "propworx"). I do the following:
    1. I create a new DataSet.
    2. I edit the DataSet with the DataSet Designer.
    3. I right-click on ANY TableAdapter, and I click "Configure".
    4. I click on "Query Builder".
    I get the following error message:
        The query builder has failed.
         Authentication to host '' for user '' using method 'mysql_native_password' failed with message: Access denied for user
    ''@'Fabs-Work' (using password: NO)
    (In the above, "Fabs-Work" is my computer name.)
    Looking at the error message, I immediately see that the host and user information appears to be missing. But it is in my app.config file:
    <connectionStrings>
    <add name="PropWorx.My.MySettings.PropWorxConnectionString" connectionString="server=localhost;user id=propworx;password=********;persistsecurityinfo=True;database=propworx" providerName="MySql.Data.MySqlClient" />
    </connectionStrings>
    (I have blanked out the password in the above post, but I have indeed double checked it and it is correct).
    The database is hosted locally. I have created a database user in MySQL called "propworx" and have given it full rights.
    Any ideas why Visual Studio Dataset Designer is not reading the info from my settings file?
    Fabricio Rodriguez - Pretoria, South Africa

    Hi Fabs,
    According to your description, this issue is related to MYSQL. I am afraid this is out of our support. I would suggest that you could ask this issue in their official forum. Here is the link,
    http://forums.mysql.com/
    Thanks for your understanding.
    Best regards,
    Kristin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • ODT v11 Beta Installation Problem - Can't connect to Database

    Hi, I'm having difficulties setting up the ODT 11.1.0.5.10 beta. I'm fairly new to Oracle so I apologise if I've missed something obvious!
    First of all I tried installing ODT 10.2.0.2.21 and that worked fine (after I copies tnsnames into the appropriate folder).
    However, after installing v11 I can't connect to any of our databases anymore, either through VS2005 of PL/SQL developer, which we normally use. When I try to set up a data connection (in VS Server Explorer) using ODP.Net, I get 'ORA-12154: TNS: Could not resolve the connect identifier specified'.
    If I try to make a connection using the .Net Framework data Provider for Oracle, I get 'ORA-12541: TNS: no listener'.
    Testing the connection using Oracle Net Manager, however, succeeds without a problem.
    i put the tnsnames file in there, so that's not the problem. I'm not sure if the installation worked properly, as there are a lot less files & folders in the new Home added for the beta than in the one added for v10.2
    Any thoughts?
    Thanks,
    Grant

    Yeah, you could be onto something with the path, thanks - it seems like the installer for the v11 Beta misses \bin off the end of the new Oracle home path, which causes problems. Since fixing that, I can now connect with PL/SQL developer.
    however, I am still facing one problem which my colleague also seems to have. We have an 8.1 client installed, and when we try to set up a connection with VS2005, it uses the tnsnames from the 8.1 client.
    There is also a strange issue whereby if you go into the advanced settings, the database name is only set to the first couple of characters of the actual name, which is probably why it isn't working. However, if I set the correct name in the advanced settings, when you come out of that dialogue into the standard connection dialogue, the database has reverted back to the first one in the list, putting me in a most annoying vicious circle..
    Even this problem has now taken a back seat as I am now unable to load the connection screen at all' getting a 'Package Load failure' message (it seems to think the package is using a GUID which isn't on the system). This remains even if i reinstall the v11 Beta. I'm not sure how I got into this situation, but it seems that there is some DLL registered in VS2005 which is now incorrect and doesn't get reset on uninstall/installation.
    If anyone has any thoughts on my myriad problems please share them with me!
    Thanks,
    Grant

  • CRVS2010 beta - mail label wizard problem

    Hello,
    I am trying to use the mail label wizard. On the Label screen, the Mailing Label Type drop-down list is not populated with a list of label sizes. The only option is "User-defined", which doesn't seem to work either.
    I searched this forum but did not see any messages about this problem.
    Any help would be greatly appreciated.
    Thank you

    The missing list of mail label sizes is a bug with the beta release.  As a workaround, if you have CR 2008 installed, you can copy the labels_en.txt file to use with the CR for VS 2010 beta. 
    You can find, and copy, the Labels_en.txt file from the folder:
    \Program Files\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\
    ..and copy to the folder:
    \Program Files\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\win32_x86\
    Yes, there is another beta planned for August, but it may not contain the fix for the above issue.
    Hope this helps!

  • Issue with TableAdapter Configuration Wizard and CASE statements

    I am having an issue with using any CASE statements in the select clause for the Table Adapter Configuration Wizard (TCW).  I can take any query without a CASE and it will run fine, but inserting any CASE statement in the Select such as:
    SELECT
    (CASE WHEN :ras_sort = 'D' THEN TO_CHAR(a.TRANS_DATE,'YYYYMMDD')
      WHEN :ras_sort = 'C' THEN  c.CLAIMDEP_NAME
      WHEN :ras_sort = 'A' THEN  TO_CHAR(a.ACCOUNT_NUMBER)
      END) sort1
    FROM xxxx
    causes the TCW to error with "error in list of function arguments, 'THEN' not recognized" and several other errors.  I have tried with and without parameters in the CASE and have tried both forms of the CASE statement.  I have tried multiple queries, all that run with no problem outside of TCW and ODP, but this seems to be a real issue
    Is this a known problem and are there any workarounds that will allow use of the TCW?
    Thanks,
    Dave

    Hi Ashish,
    perhaps you launch the Web service wizard from the wrong location (i.e. not selecting the SEI you want to use). Did you strictly follow the steps described in the <a href="http://help.sap.com/saphelp_nwce10/helpdata/en/44/f36fa8fd1d41aae10000000a114a6b/frameset.htm">documentation</a> for creating the web service?

  • Error running SOA 11g Fusion Middleware Configuration Wizard

    Hi,
    I'm running Oracle Fusion Middleware Configuration Wizard ./config.sh after a new&fresh installation of SOA 11.1.1.3.0 on standalone laptop with linux CentOS in order to create a soa_domain on WLS. All steps & tests_connections to the database rcu/soa schemas are OK, but conf wizard freezes (java 99% CPU) at the end of the procedure, when saving the domain.
    Any hint is welcomed.
    log:
    2010-05-06 02:01:52,657 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Setting symbol for component oracle.as.soa.top version 11.1.1.2.0 to oracle.as.soa.top_11.1.1.2.0_SOA_ORACLE_HOME
    2010-05-06 02:01:52,721 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Setting symbol for component oracle.sdp.messaging version 11.1.1.2.0 to oracle.sdp.messaging_11.1.1.2.0_SOA_ORACLE_HOME
    2010-05-06 02:01:52,972 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Setting symbol for component oracle.sdp.messaging version 11.1.1.2.0 to oracle.sdp.messaging_11.1.1.2.0_SOA_ORACLE_HOME
    2010-05-06 02:01:53,061 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Adding top-level component reference: oracle.as.common.top version 11.1.1.2.0
    2010-05-06 02:01:53,061 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Setting symbol for component oracle.as.common.top version 11.1.1.2.0 to oracle.as.common.top_11.1.1.2.0_oracle_common_ORACLE_HOME
    2010-05-06 02:01:53,137 INFO [WizardController] com.oracle.cie.domain.AbstractTemplate - Setting symbol for component oracle.integration.soainfra version 11.1.1.2.0 to oracle.integration.soainfra_11.1.1.2.0_SOA_ORACLE_HOME
    2010-05-06 02:01:53,419 WARN [WizardController] com.oracle.cie.domain.aspect.XBeanConfigAspect - Unable to locate property:Target on type:class com.oracle.cie.domain.xml.configxb.impl.MachineTypeImpl
    2010-05-06 02:01:53,428 WARN [WizardController] com.oracle.cie.domain.aspect.XBeanConfigAspect - Unable to locate property:Target on type:class com.oracle.cie.domain.xml.configxb.impl.ServerTypeImpl
    2010-05-06 02:04:11,585 INFO [WizardController] com.oracle.cie.domain.DomainChecker - ListenPort internal Validation result= [null]
    2010-05-06 02:04:11,588 INFO [WizardController] com.oracle.cie.domain.DomainChecker - ListenPort external Validation result= [null]
    thx,
    Mihai

    I understood that 11.1.1.3 installs over 11.1.1.2. I download 11.1.1.3, runInstaller of 11.1.1.3 on the same SOA_HOME as 11.1.1.2 and installer finished without errors. I'am not aware if other "things" should be installed/configured. It seems that WizzardController didn't change the version of what it writes in its logs.
    (that pb with the config.sh - create domain - was present also in my 11.1.1.2 installation; that is the reason I installed the upgrade to 11.1.1.3 - just to try to resolve somehow this issue).
    thanks,
    Mihai

  • 11g beta to production

    I just did this, and ran into a couple of minor things that perhaps could be clearer in docs.
    XP Pro SP3.
    First, the uninstall did not remove all files. I had shutdown the db before doing the uninstall, so I'm guessing the Microsoft DTC or something needed to be shutdown.
    So, when I installed the production one, it complained that the directory I chose was not empty. Not quite understanding what that was all about, I poked around and saw the database files were still there. So I was hoping that maybe there was a feature to keep the data through an uninstall/install. Ha ha.
    Everything seemed to go smoothly then. I connected as sys, saw my user wasn't there. Oh well, since I had done an export and had recreation scripts anyways, not a big deal. So I went into apex as system and created my user. ORA-20002... ORA-4031, unable to allocate 16 bytes of shared memory... shared pool kggsminitCompact:SegVec ... Error creating workspace. Yikes. So I rebooted, and tried it again. Now it told me the user existed. So I check the use existing box and it seemed to work.
    The big question I have is, where is the creation log? Doc says "\OracleDatabaseXEServerInstall.log file, located in the system root directory, which is typically c:\WINDOWS" but I didn't see anything like that. The db creation logs are where expected, only error there is dbmssml.sql not found.
    Perhaps there needs to be a reboot after an uninstall?

    Hi!
    Some years ago I had to uninstall an Oracle Database on a Windows OS:
    My experience: Any Uninstall Programs didn't work.
    So I looked in the Internet for a Step by Step Documentation, how to uninstall it.
    Uninstalling an Oracle DB is not so easy.
    And on Windows Systems, which have for me a rare System Architecture (Services, Registry, and so on), it seams to be more complicated as on Unix Systems.
    For that I didn't install Oracle on Microsoft Servers for years.
    Gerhard
    Comment: It seams, that I have some problems with my Internet connect, and for that my reply came up three times.
    I beg your pardon!
    Edited by: gerhard2001 on Sep 14, 2011 7:22 AM

Maybe you are looking for

  • Why am i getting errors?

    Hey everyone, i am a student studying IT so SQL and oracle is very new to me. If i seem stupid bare with me! I am creating a script for a number of tables including there primary and foreign keys. I run the scrpit and some of it works fine but other

  • Pixelated images on some Android browsers when scaling is started with 1%

    Hi, I am VERY new to Edge. I have an animation with SVG graphics. When their size is scaled from initially 1% to 100% the images appear very pixelated in some Android (Android version >= 4.2, I think) browsers. Why is that? What can I do? Thanks, Rop

  • Acrobat 9.2.0 update message

    I keep getting messages telling me to update Adobe Acrobat (9.2.0). The lionk i the message did not allow me to download so I have downloaded all updates from the Adobe webiste but I still keep getting the message every time I turn on my computer. Is

  • MP4 player suddenly disappear.

    Hi. My first big problem with Arch Linux. Now, I'll describe my problem. So, when I put my player into usb I have no problem to mount and view it, but when I want to open or send some txt, mp3,avi, *.* files device /dev/sda (for player) and /dev/sdb

  • New computer having trouble syncing music

    i have an iphone 4s backed up to my old computer, but i just bought a new one and downloaded itunes signed into my account and proceeded to sync my phone but the only music that is syncing is music i have purchased from the itunes store which leaves