Spatial components are rounded up in oracle htmldb

Hi all,
I use the following query:
select c.employee_id
,first_name
,vestigingsplaats
,salary
,c.geom.sdo_point.X X
,c.geom.sdo_point.Y Y
from employees c
where geom is not null;
It uses a spatial column. This query is performing OK in sql*plus.
Column X returns:
X
51.638476
52.392363
51.923943
When I use the query in Oracle Htmldb it returns:
X
52
52
52
Other number columns are not rounded(for instance 'salary) up.
I've no clue what is causing this.
Thanx,
Pim

Thanks Christian,
Everything works OK now. It would be nice though if Oracle Explorer is mentioned in the White paper " New features in Oracle Developer Tools for Visual Studio .Net.
Regards,
Matthieu

Similar Messages

  • Which features/components are NOT included in Oracle XE ??

    Hi All,
    Which features/components of Oracle Standard/Enterprise edition are NOT in Oracle XE (The nice little free database) ? Off-course, I can guess that we cannot implement RAC or Grid using XE, but its just a guess.
    I am mainly asking DBA/Developer point of view.
    Are features like ,
    Partitioning
    Advanced Queue
    RMAN
    XML
    Oracle JVM
    are in Oracle XE?
    Please let us know your experiances.
    Thanks.

    Please let us know your experiances.In my experience, the documentation is the best place to start.
    Cheers, APC
    Message was edited by:
    APC

  • Oracle 10g and Spatial Components

    I'm a student exploring the use of oracle 10g in building spatial business intelligence systems since I have to develop such as part of my project. Oracle 9i is somewhat familiar to me. I downloaded and installed oracle 10g enterprise database from oracle's website. Can anyone assist me with the following?
    ---The OEM is not in my Oracle Home Folder, and I have to connect to the internet to get access to my database, is there any possibility for me not going online to have access to my database and where is the OEM (fully web-enabled)?
    ---Does Oracle database client come packaged with Oracle Spatial and Locator?
    ---Will Oracle provide a good option to develop a prototype of a Spatial BI tool for ascertaining how consumer services can be improved and so enable better decision making?
    ---Is Oracle 10 enterprise database and application server, the two main components to install to develop a system for spatial data.

    In my opinion, there are more misunderstandings in Oracle Spatial than in any other Oracle technology. This is largely because Oracle Spatial is both a GIS-neutral storage mechanism, as well as a powerful standalone extension to SQL for handling spatial-related BI.
    The APress 'Pro Oracle Spatial' is mandatory reading. It actually leads you through the install, dataset loading, tuning, and sample spatial data query and management. http://apress.com/book/bookDisplay.html?bID=315
    There is also a Spatial forum in the Database category.

  • Components are invalid after the execution of utlrp.sql

    Hi All,
            I have migrated one database from the version 10.2.0.4 to 10.2.0.5, After the execution of upgrade script all components are found as valid, and then I executed utlrp.sql and at the end of this execution some of the components became Invalid. Please find the details below and Can anyone help me on this?
    I have used RMAN for migration and started the database by using startup upgrade.
    SOURCE:
    OS : Linux 2.6.18-92.el5
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    PL/SQL Release 10.2.0.4.0 - Production
    CORE    10.2.0.4.0      Production
    TNS for Linux: Version 10.2.0.4.0 - Production
    NLSRTL Version 10.2.0.4.0 - Production
    TARGET:
    OS :Linux  2.6.18-274.el5
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bi
    PL/SQL Release 10.2.0.5.0 - Production
    CORE    10.2.0.5.0      Production
    TNS for Linux: Version 10.2.0.5.0 - Production
    NLSRTL Version 10.2.0.5.0 - Production
    Regards,
    Jai

    Hi All,
           I have resolved this issue after the re installation of  Spatial component
    Thanks

  • Coreapplication shows as down in OEM, but all components are up

    Hi,.
    Just upgraded from 11.1.1.5 to 11.1.1.6.2. All went fine and everything running. Also upgraded WLS from 10.3.5 to 10.3.6
    Yet the core application shows as down in OEM although system status reads      All components are available
    weird .....
    diagnostic logs show failed to get status for java components so looks like the console isnt communicating with opmn correctly? Not sure. Everything is running out of the same box except the database.
    admin server log presents:
    Failed to get status of all of OPMN components for one or more Oracle Instances of BI instance: coreapplication
    Any bright ideas please ping them this way!
    THanks
    Edited by: 869150 on 23-Jul-2012 06:20

    SR 3-5707809851 : Managed components missing from diagnostics after 11.1.1.5 to 11.1.1.6 in-place upgrade ==> Bug 14111737; fixed in 11.1.1.7.0.

  • JSF design view - visual components are shrinking

    Hello,
    I have some strange issue while using Design view for JSF and data binding.
    Once I drop any data control elements into visual component (panel, etc) my visual components are shrinking to such size, that I cannot distinguish any elements within design view. I cannot use design view since then and have to place all elements base on structure panel.
    How to reproduce:
    1. Create new JSF page with wizard and accept defaults.
    2. Drop one of the panels (panel box, panel group layout) into JSF layout
    At this stage my visual elements occupy 100% of design view screen and represent anticipated outcome
    3. Drag and drop one of the data control elements (data control panel) into created panels on JSF and create table or form
    Immediately after it visual panel where data control was dropped shrinks to approximately 1/4 of the screen and I cannot see neither available space nor created table for my data components.
    I figured out, that if I remove created by wizard default <af:messages> tag from the top of my JSF, then design view representation fixes. Not sure if I should remove <af:messages> from all my pages.
    Above all looks to me as and bug.
    Environment:
    -Jdeveloper 11g
    -Windows Vista 64b
    -Not bundled JDK 6

    Hi Shay,
    Thank you for response.
    1. I tried to play with screen size without result
    2. I checked your video post, but this does not resolve my issue
    3. This issue occures with all JSF pages and can be reproduced even when following official Oracle step by step tutorials.
    4. I figured out, that removing <af:messages> tag resolves the issue ?! It seems this tag is added by default during drag and drop binding.
    5. On this link http://drop.io/jdev_001 you can see how design view is changes with and without <af:messages> tag
    6. Below is code example from one of the tutorials, that leads to shrinking as well:
    7. Once app is deployed and running page get normal view in IE as expected, so it seems to me, it is issue with Jdev design view, probably influenced by my environment, if nobody reported it before.
    Thank you for your help.
    ===========================================================================
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <jsp:directive.page contentType="text/html;charset=windows-1252"/>
    <f:view>
    <af:document id="d1">
    <af:messages id="m1"/>
    <af:form id="f1">
    <af:panelStretchLayout id="psl1">
    <f:facet name="center">
    <!-- id="af_one_column_stretched" -->
    <af:decorativeBox theme="dark" id="db1">
    <f:facet name="center">
    <af:decorativeBox theme="medium" id="db2">
    <f:facet name="center">
    <af:panelFormLayout id="pfl1">
    <af:inputText value="#{bindings.p_name.inputValue}" label="#{bindings.p_name.hints.label}"
    required="#{bindings.p_name.hints.mandatory}" columns="#{bindings.p_name.hints.displayWidth}"
    maximumLength="#{bindings.p_name.hints.precision}" shortDesc="#{bindings.p_name.hints.tooltip}" id="it1">
    <f:validator binding="#{bindings.p_name.validator}"/>
    </af:inputText>
    <af:commandButton actionListener="#{bindings.getEmployeesFindByName.execute}" text="getEmployeesFindByName"
    disabled="#{!bindings.getEmployeesFindByName.enabled}" id="cb1"/>
    <af:panelFormLayout id="pfl2">
    <af:inputText value="#{bindings.commissionPct.inputValue}" label="#{bindings.commissionPct.hints.label}"
    required="#{bindings.commissionPct.hints.mandatory}" columns="#{bindings.commissionPct.hints.displayWidth}"
    maximumLength="#{bindings.commissionPct.hints.precision}" shortDesc="#{bindings.commissionPct.hints.tooltip}"
    id="it4">
    <f:validator binding="#{bindings.commissionPct.validator}"/>
    <af:convertNumber groupingUsed="false" pattern="#{bindings.commissionPct.format}"/>
    </af:inputText>
    <af:inputText value="#{bindings.email.inputValue}" label="#{bindings.email.hints.label}"
    required="#{bindings.email.hints.mandatory}" columns="#{bindings.email.hints.displayWidth}"
    maximumLength="#{bindings.email.hints.precision}" shortDesc="#{bindings.email.hints.tooltip}" id="it7">
    <f:validator binding="#{bindings.email.validator}"/>
    </af:inputText>
    <af:inputText value="#{bindings.employeeId.inputValue}" label="#{bindings.employeeId.hints.label}"
    required="#{bindings.employeeId.hints.mandatory}" columns="#{bindings.employeeId.hints.displayWidth}"
    maximumLength="#{bindings.employeeId.hints.precision}" shortDesc="#{bindings.employeeId.hints.tooltip}"
    id="it6">
    <f:validator binding="#{bindings.employeeId.validator}"/>
    <af:convertNumber groupingUsed="false" pattern="#{bindings.employeeId.format}"/>
    </af:inputText>
    <af:inputText value="#{bindings.firstName.inputValue}" label="#{bindings.firstName.hints.label}"
    required="#{bindings.firstName.hints.mandatory}" columns="#{bindings.firstName.hints.displayWidth}"
    maximumLength="#{bindings.firstName.hints.precision}" shortDesc="#{bindings.firstName.hints.tooltip}" id="it3">
    <f:validator binding="#{bindings.firstName.validator}"/>
    </af:inputText>
    <af:inputDate value="#{bindings.hireDate.inputValue}" label="#{bindings.hireDate.hints.label}"
    required="#{bindings.hireDate.hints.mandatory}" shortDesc="#{bindings.hireDate.hints.tooltip}" id="id1">
    <f:validator binding="#{bindings.hireDate.validator}"/>
    <af:convertDateTime pattern="#{bindings.hireDate.format}"/>
    </af:inputDate>
    <af:inputText value="#{bindings.jobId.inputValue}" label="#{bindings.jobId.hints.label}"
    required="#{bindings.jobId.hints.mandatory}" columns="#{bindings.jobId.hints.displayWidth}"
    maximumLength="#{bindings.jobId.hints.precision}" shortDesc="#{bindings.jobId.hints.tooltip}" id="it2">
    <f:validator binding="#{bindings.jobId.validator}"/>
    </af:inputText>
    <af:inputText value="#{bindings.lastName.inputValue}" label="#{bindings.lastName.hints.label}"
    required="#{bindings.lastName.hints.mandatory}" columns="#{bindings.lastName.hints.displayWidth}"
    maximumLength="#{bindings.lastName.hints.precision}" shortDesc="#{bindings.lastName.hints.tooltip}" id="it8">
    <f:validator binding="#{bindings.lastName.validator}"/>
    </af:inputText>
    <af:inputText value="#{bindings.phoneNumber.inputValue}" label="#{bindings.phoneNumber.hints.label}"
    required="#{bindings.phoneNumber.hints.mandatory}" columns="#{bindings.phoneNumber.hints.displayWidth}"
    maximumLength="#{bindings.phoneNumber.hints.precision}" shortDesc="#{bindings.phoneNumber.hints.tooltip}"
    id="it9">
    <f:validator binding="#{bindings.phoneNumber.validator}"/>
    </af:inputText>
    <af:inputText value="#{bindings.salary.inputValue}" label="#{bindings.salary.hints.label}"
    required="#{bindings.salary.hints.mandatory}" columns="#{bindings.salary.hints.displayWidth}"
    maximumLength="#{bindings.salary.hints.precision}" shortDesc="#{bindings.salary.hints.tooltip}" id="it5">
    <f:validator binding="#{bindings.salary.validator}"/>
    <af:convertNumber groupingUsed="false" pattern="#{bindings.salary.format}"/>
    </af:inputText>
    <f:facet name="footer">
    <af:panelGroupLayout layout="vertical" id="pgl1">
    <af:panelGroupLayout layout="horizontal" id="pgl2">
    <af:commandButton actionListener="#{bindings.First.execute}" text="First" disabled="#{!bindings.First.enabled}"
    partialSubmit="true" id="cb2"/>
    <af:commandButton actionListener="#{bindings.Previous.execute}" text="Previous" disabled="#{!bindings.Previous.enabled}"
    partialSubmit="true" id="cb3"/>
    <af:commandButton actionListener="#{bindings.Next.execute}" text="Next" disabled="#{!bindings.Next.enabled}"
    partialSubmit="true" id="cb4"/>
    <af:commandButton actionListener="#{bindings.Last.execute}" text="Last" disabled="#{!bindings.Last.enabled}"
    partialSubmit="true" id="cb6"/>
    </af:panelGroupLayout>
    <af:commandButton text="Save" id="cb5" actionListener="#{bindings.mergeDepartments.execute}"
    disabled="#{!bindings.mergeDepartments.enabled}" action="browse"/>
    </af:panelGroupLayout>
    </f:facet>
    </af:panelFormLayout>
    </af:panelFormLayout>
    </f:facet>
    </af:decorativeBox>
    </f:facet>
    </af:decorativeBox>
    </f:facet>
    </af:panelStretchLayout>
    </af:form>
    </af:document>
    </f:view>
    </jsp:root>
    Edited by: user555411 on May 2, 2010 2:08 PM

  • How to validate that all the components are running healthy in 12.1.1

    Hi All,
    I have just installed EBS 12.1.1, Is there any way to validate that all the components are running healthy?
    Thanks in Advance.

    Oracle-User wrote:
    Hi All,
    I have just installed EBS 12.1.1, Is there any way to validate that all the components are running healthy?You can verify that from OAM or from "adopmnctl.sh status" command.
    Please see old threads which discuss the same topic.
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Checklist&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Health+AND+check&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Checklist+AND+R12&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Hyperion Planning Fusion Edition, what components are required?

    Hello,
    Currently we're planning to install Hyperion Planning Fusion Edition, but we're not certain what components are required if we want to use Planning with EPMA/BPMA. Can someone post a list of components/applications required?
    Additionally, where from can we download Oracle Hyperion Enterprise Performance Management Architect, Fusion Edition, v11.1.1.1.1? The documentation states that such a version exists, however we're unable to locate it on Oracle's web pages.
    Thank you
    Regards
    Marcin Stawny

    Hi,
    You will need the following :-
    Oracle Hyperion Enterprise Performance Management System Installer, Fusion Edition Release 11.1.1.1.0
    Hyperion Enterprise Performance Management System Foundation Services Release 11.1.1.1.0 - Part 1-3
    Oracle Hyperion Enterprise Performance Management Architect, Fusion Edition Release 11.1.1.1.0
    Oracle Essbase Client Release 11.1.1.1.0
    Oracle Essbase Server Release 11.1.1.1.0
    Oracle Hyperion Provider Services Release 11.1.1.1.0 (if you want to use SmartView)
    Oracle Hyperion Planning, Fusion Edition Release 11.1.1.1.0
    Oracle Hyperion Smart View for Office , Fusion Edition Release 11.1.1.1.0
    You can find the files on Oracle edelivery or here
    Cheers
    John
    http://john-goodwin.blogspot.com/
    John

  • Oracle HTMLDB installation

    I have two server environments, Database servers and application servers. I see that Oracle HTMLDB is a database centric web application builder (the database and application are clubbed together on the same server).
    Is there a way that I can install the application part on the application server and use the database on a database server.If there is a way then how do I establish a connection between the two servers (database and application).

    See
    http://asktom.oracle.com/pls/ask/f?p=4950:8:::::F4950_P8_DISPLAYID:376767427785#33065882053450
    read the entire thread in fact. It goes into great detail as to why the concept of app server was born, how the database server can itself be considered as a scalable, flexible app server, etc.
    HTML DB obviates the need, in most cases, to even have a app server because...it is an app server!
    Thanks

  • What is Oracle Spatials. Where i can learn oracle spatials.

    Hi
    What is Oracle Spatials. Where i can learn oracle spatials. since i am new bie to oracle spatial. we have some requirement to execute spatial queries. Please provide some videoes about it. there are some good material to go thru. but could not able understand functionality.

    I have long been intending to produce introductory videos for new users.
    I have started doing this (focusing mainly on point data). They have not yet been made public.
    Please contact me directly about what it is you want to do and whether one of my videos could help you. (simon at spatialdbadvisor dot com).
    Simon

  • Infrastructure portal components are Down!

    Hi
    My Infrastructure portal components are down.. I want to make it UP.
    D:\testWAMS\opmn\bin>opmnctl status
    Processes in Instance: Ora10gINF.mngnet148083d.ad.infosys.com
    ------------------------------------------------+---------
    ias-component | process-type | pid | status
    ------------------------------------------------+---------
    LogLoader | logloaderd | N/A | Down
    dcm-daemon | dcm-daemon | N/A | Down
    OC4J | OC4J_SECURITY | N/A | Down
    HTTP_Server | HTTP_Server | 2388 | Alive
    OID | OID | N/A | Down
    DSA | DSA | N/A | Down
    and OID is also Down. what might be the reason? can you give me the valuable inputs for the same..
    Regards
    Vijaya

    The AS forums category is here:
    http://forums.oracle.com/forums/category.jspa?categoryID=193
    You should at least check if database, that hosts AS repository, and listener are up.

  • Enterprise Manager is not able to connect to the database instance. The state of the components are listed below.

    Dear all,
    I have trouble to connect em console to database instance. My database is 11.2.0.3 and before this I did the patching from version 11.2.0.1, and now i cannot get fully functionality of em console.
    error is:
    Enterprise Manager is not able to connect to the database instance. The state of the components are listed below.
    It shows that agent is connected, database and listener is up.
    I did recreation, dropping and recreating with emca, but no success.
    Did anyone have similar problems with em console?
    Regards,

    You need to first of all, Connect to the Database as SYSDBA (because your were not connected), then start the database (because it is not started).
    If you already used the username and password in the command prompt and you are sure that the database is already stared, then you need to set the ORACLE_SID before you open SQLPlus. This is because if SQLPlus does not know the SID you are connecting to, it simply thinks it is not up or has no service hence the message "Connected to an idle instance".

  • As a JSF Developer, I want to understand technically how the JSF View Components are rendered as html and how there events are binded to Server.I want to know each Java Class that is involved in flow.

    As a JSF Developer, I want to understand technically how the JSF View Components are rendered as html and how there events are binded to Server.I want to know how flows goes to the server and server understands the method which is to be called of managed bean. I know it is with annotation @ManagedBean and method name, but how Call is binded with annotation @ManagedBean.
    In short, i want to know the internal implementation of JSF Framework.

    As a JSF Developer, I want to understand technically how the JSF View Components are rendered as html and how there events are binded to Server.I want to know how flows goes to the server and server understands the method which is to be called of managed bean. I know it is with annotation @ManagedBean and method name, but how Call is binded with annotation @ManagedBean.
    In short, i want to know the internal implementation of JSF Framework.

  • Error when attempt to open Photoshop in Windows Vista, "Some of the application components are missi

    Using Windows Vista-32. Installed CS4 suite & used Photoshop and other components but randomly one day it stopped working. Clicked to open and received error, "Some of the application components are missing from the application directory, Please reinstall the application."
    I uninstalled & reinstalled entire Suite and just Photoshop several times with no success. When I reinstall, I receive error message,
    Adobe Photoshop CS4 English Language Pack
    Error:
    Error 2.
    LangPack (English) for DeviceCentral
    Error:
    Error2.
    Solutions I have used include:
      -  replacing System Color Profile library by creating a different folder on desktop...
      -  replacing Backup Key for Adobe CS4
      -  Administrators & System are listed & permissions for security are set to Full Control
    PLEASE HELP! I have assignment Due Tomorrow & Can't Access Software I PAYED Big $$$$ FOR!
    Phone support won't help w/o paying a fee???

    You've done something to your system, or it's possibly gotten a malware infection.
    You can't even reinstall Photoshop?  Have you tried completely removing it, including running the Creative Suite Removal script? 
    How recently did it work?  Have you tried System Restore?
    -Noel

  • What technical components are needed for integration of SAP BI and BO?

    Hello,
    What technical components are needed for integration of SAP BI and BO?

    Hi,
    you need to setup a BOBJ server (eg. BusinessObjects Enterprise XI 3.1 or BO Edge 3.1) and then install the BusinessObjects integration Kit for SAP on the same machine your BOBJ server runs.
    In order to build reports you can either use Crystal Reports (eg Install Crystal Report Designer 2008 V1 if you have an XI 3.1 server installed), WebIntelligence (Install the Business Objects XI 3.1 Client Tools in order to be able to build universes), BusinessObjects Voyager or XCelsius. Please note that you have to always install the BOBJ integration Kit for SAP (should be the same version as your server and client installation) on your clients AFTER you installed one or more of the above client tools.
    Please take again a look at the following link for more detailed information (from Ingo) on this:
    [https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a00ee3b2-5283-2b10-f1bf-8c6413e0898f]
    Regards,
    Stratos

Maybe you are looking for