Seeded data for Oracle Spatial 10 g

I have a fundamental question about Oracle spatial. Oracle Spatial data seeded as US maps? For example, a store if I update the latitude and longitude, this information allows to know location and the city of the location.
If Oracle Spatial has no data seeded, what options are available to implement the same in Oracle spatail.

A quick response will be appreciated.

Thank you

Hello
Space Oracle does not provide the content of the map. Some providers of content such as Navteq provides the specific format of map/routing/gecoding Oracle.
If you want to discover the location (lat, lon) of an address, you can use Oracle geocode (sdo_gcdr.geocode).
If you have a location (lat, lon) and you want to know the address information, use the geocoder Oracle (sdo_gcdr.reverse_geocode).

Please see Chapter 14 SDO_GCDR package (geocoding) http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14255/toc.htm (Developer's guide space 10 gr 2)

Jack

Tags: Database

Similar Questions

  • Electrodes for Oracle spatial 11.2.0.4.0

    What patches are needed for Oracle spatial 11.2.0.4.0?

    I don't know what kind of response you expect an open question...

    Simply apply the last power supply and go from there.

    Bryan

  • Dates for "Oracle Database 11g: Performance Tuning" exam

    Hello!

    Today Oracle posted the info on the new database Oracle 11 g Performance Tuning review required for new certification expertise:

    http://education.Oracle.com/pls/web_prod-PLQ-dad/db_pages.GetPage?page_id=41 & p_exam_id = 1Z0_054 #2

    It is said that pre-registration for the beta version review starts today, however, it does not say when the phase beta begins and ends. Anyone know?

    Thank you
    Marcus

    March 31, 2009 is the current provisional end date for the exam in beta 1Z1-054. This date is subject to change.

    Kind regards
    Brandye Barrington
    Certification Forum Moderator
    Manager certification program

  • PostGis data .xls to load into Oracle spatial.

    Hi all


    Data extracted on postGis data in a .csv

    Load data into Oracle Spatial 10 G R/2, this conversion to SDO_GEOMTERY compatible!


    Object LOCATION
    POINT (151.176476484116 - 33.8052644650542)
    B POINT (151.206652660049 - 33.8739804536964)
    C POINT (151.119743998673 - 33.7843109035407)
    D POINT (151.199837258644 - 33.8860405175587)
    E POINT(151.174838115067-33.8106921744621)
    F POINT (151.295093932928 - 33.7306503576515)
    G POINT (151.670928051977 - 30.4974655838254)
    H POINT (151.092489089026 - 33.6829842680288)
    I POINT (151.09253200437 - 33.6836270576402)


    How to load this .xls in oracle and transform the place in sdo_geometry

    Hello
    You can use sql loader or an external table to import your data.
    As your location data are in WKT format, it will be easier to use a temp. table (tmp_obj_loc).
    It might be easier to add ',' as delimiters between each column in your data.

    The following example uses sqlldr (the temporary table can be created as an external table):

    -- create a temp. table to hold your location info.
    drop table tmp_obj_loc ;
    
    create table tmp_obj_loc (
    obj varchar(20),
    loc varchar2(200)
    );
    
    -- sqlldr example
    -- use a control file if needed
    -- this creates the temp table
    
    options (skip = 1)
    load data
    infile *
    into table tmp_obj_loc
    fields terminated by ','
    (obj ,
     loc
    )
    BEGINDATA
    Object LOCATION
    A, POINT(151.176476484116 -33.8052644650542)
    B, POINT(151.206652660049 -33.8739804536964)
    C, POINT(151.119743998673 -33.7843109035407)
    D, POINT(151.199837258644 -33.8860405175587)
    E, POINT(151.174838115067 -33.8106921744621)
    F, POINT(151.295093932928 -33.7306503576515)
    G, POINT(151.670928051977 -30.4974655838254)
    H, POINT(151.092489089026 -33.6829842680288)
    I, POINT(151.09253200437 -33.6836270576402)
    
    -- create your location table with sdo_geometry from the temp table
    -- 8307 is the SRID, replace if needed
    
    drop table object_location;
    
    create table object_location
    as select obj object, sdo_geometry(loc,8307) location
    from tmp_obj_loc;
    
    desc object_location ;
    select count(*) from object_location;
    

    Jack

  • DataGuard for oracle database applications...

    Hello world

    I got a new task on the protection of data for oracle applications configuration. I did it for the database.

    Is it possible to configure the protection of data for oracle apps? In the affirmative, please send me the details or the docs... Thanks in advance...


    Thank you
    R

    In my own understanding, data hold is at the level of the database not not at the application level. If you just need to keep your data compared to the level of the database.

  • Spatial data acquisition Oracle through WFS

    Hello

    I did research for a while and am a bit confused.

    I have Oracle Spatial 11 g with geometry data and would like to be able to retrieve these data through a WFS for a viewing application.

    Here's where I'm confused:
    (1) space offers a WFS service must be configured. If I set this up, I would be able to access the data through getFeature URL commands? The documentation I see for them has applications for getFeature in the form of XML files, so I don't know if I can do it. Also, it seems that the service returns the .log files, but I think not I want GML...

    If this is the option that I must take the tutorial to configure OC4J and Web Services are for a Linux (http://www.oracle.com/technology/obe/11gr1_db/datamgmt/spatialws/spatialws.htm)--are there one for 64-bit Windows?

    (2) do I need an another "application layer" to enable support for this URL? I know that MapServer can use URL requests... can I run against the data in my PB and forget the WFS Oracle?

    (3) MapViewer seems to work with themes WFS and process applications through Java and SQL... It's another option?

    I'm basically confused as to where everything is and what I should focus on to get my spatial data of the DB through a WFS. Any help on this would be greatly appreciated!

    Thank you!

    Yes, with a server Oracle Spatial and logic of the Web, you can get support for WFS.
    Note that you must space Oracle 11 GR 2 to work with the logical Web server.

    MapVeiwer can only consume the WFS themes, so it does not help with what you want to do here.

    Siva

  • How can we export itno csv data file for oracle forms

    Hello

    How can we export itno csv data file for oracle forms

    For example. I have the block called A.what never the data displayed on a block, when I click on a button, displays the block data, must be exported to the csv file.

    My application is running on the unix operating system.

    Please help on this.

    First of all.  What is your version of forms (for example: 11.1.2.2.0 not 11g).  Finally, who will use the .csv file?  If it is a user on their client computer - CLIENT_TEXT_IO TEXT_IO or WebUtil are standard packages used to export data to a file of Oracle Forms.

    The amount of data to be exported?  If you export only a couple hundred lines - export of Froms will be OK.  If you export more lines than that (300 + lines) then the export will be extremely slow to your username.  Keep in mind that forms is not designed to perform data exports - there are better tools available for this...

    Craig...

  • How to define JDBC Data Sources in Oracle MapViewer for Oracle database 12 c Release 1 (12.1.0.1)

    How to define JDBC Data Sources in Oracle MapViewer for Oracle database Release 1 (12.1.0.1) 12 c?

    Here is my setup in the conf\mapViewerConfig.xml:


    < name map_data_source = "mvdemo12".

    jdbc_host = "127.0.0.1".

    jdbc_sid = "orcl12c1".

    jdbc_port = '1522 '.

    jdbc_user = "mvdemo".

    jdbc_password = "7OVl2rJ + hOYxG5T3vKJQb + hW4NPgy9EN.

    jdbc_mode = 'thin '.

    number_of_mappers = '3 '.

    allow_jdbc_theme_based_foi = 'true '.

    Editable = "true" / >

    <!--  ****  -->

    But it does not work.

    After use "sqlplus mvdemo / [email protected]:1522 / pdborcl", it connected to the Oracle 12 c database.

    Anyone know it?

    Thank you

    11.1.1.7.1 use the jdbc_sid syntax, i.e.

    as described in the README file, mypdb1.foo.com

    -Sources of native data (no container) MapViewer can now use the service name of database instead of SID. To provide a db service name, you will use the same attribute of jdbc_sid, but specify the name of the service with double slashes in front, as follows:

    jdbc_host = "foo.com"

    jdbc_sid="//mypdb1.foo.com".

    jdbc_port = '1522 '.

    ... ...

    />

    Use a container_ds to the 11.1.1.7.0.

    that is, instead of using

    jdbc_host = "mydbinstance".

    jdbc_sid = "pdborcl12c".

    jdbc_port = '1522 '.

    jdbc_user = "mytestuser".

    jdbc_password = "m2E7T48U3LfRjKwR0YFETQcjNb4gCMLG8/X0KWjO00Q ="

    jdbc_mode = 'thin '.

    number_of_mappers = "6".

    allow_jdbc_theme_based_foi = "false".

    Editable = "false".

    />

    use

    container_ds = "jdbc/db12c.

    number_of_mappers = "6".

    allow_jdbc_theme_based_foi = "false".

    Editable = "false".

    />

    In my case the Glassfish 3.1.2.2 JDBC connection pool definition has been

    Property

    URL jdbc:oracle:thin:@mydbinstance:1522/pdborcl12c.rest_of.service.name

    Uncheck the wrap JDBC objects in advanced Panel, that is, the page properties change JDBC connection advanced pool.

    Add a resource to that newly created JDBC pool

    Use in mapviewerconfig.xml as above

  • ODI LKM Oracle for Oracle Data Pump question

    Hi all

    I have a weird problem, ODI.

    I associate myself with per_all_people_f, fnd_user to load the w_user_ds using Oracle Data Integrator. The used LKM is LKM Oracle for Oracle Data Pump.

    Fine when I run the interface. I am getting below error

    ODI-1227: task failed USER_DATA_SET (load) on the source of connection ORACLE EBS.

    Caused by: java.sql.SQLSyntaxErrorException: ORA-00923: KEYWORD not found where expected

    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:462)

    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:405)

    at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:931)

    at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:481)

    at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:205)

    at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:548)

    at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:217)

    at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1115)

    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1488)

    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3769)

    at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3954)

    at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1539)

    at oracle.odi.runtime.agent.execution.sql.SQLCommand.execute(SQLCommand.java:163)

    at oracle.odi.runtime.agent.execution.sql.SQLExecutor.execute(SQLExecutor.java:102)

    at oracle.odi.runtime.agent.execution.sql.SQLExecutor.execute(SQLExecutor.java:1)

    at oracle.odi.runtime.agent.execution.TaskExecutionHandler.handleTask(TaskExecutionHandler.java:50)

    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.processTask(SnpSessTaskSql.java:2913)

    at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2625)

    at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:577)

    at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:468)

    at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:2128)

    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$ 2.doAction(StartSessRequestProcessor.java:366)

    at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:216)

    at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:300)

    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$ 0 (StartSessRequestProcessor.java:292)

    to oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$ StartSessTask.doExecute (StartSessRequestProcessor.java:855)

    at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:126)

    to oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$ 2.run(DefaultAgentTaskExecutor.java:82)

    at java.lang.Thread.run(Thread.java:662)

    The generated code is

    create the table 780021 X

    (

    C1_FIRST_NAME,

    C2_MID_NAME,

    C3_LAST_NAME,

    C4_FULL_NAME,

    C5_NAME_SUFFIX,

    C6_SEX_MF_CODE,

    C7_SEX_MF_NAME,

    C8_COUNTRY_NAME,

    C9_LOGIN,

    C10_CREATED_BY_ID,

    C11_CHANGED_BY_ID,

    C12_CREATED_ON_DT,

    C13_CHANGED_ON_DT,

    C14_AUX1_CHANGED_ON_DT,

    C15_SRC_EFF_TO_DT,

    C16_INTEGRATION_ID,

    C17_EFFECTIVE_START_DATE

    )

    (EXTERNAL) ORGANIZATION

    TYPE oracle_datapump

    Dat_dir default DIRECTORY

    LOCATION ("X780021.exp")

    )

    PARALLEL

    in SELECT

    ALL_PEOPLE_F.FIRST_NAME,

    ALL_PEOPLE_F.MIDDLE_NAMES,

    ALL_PEOPLE_F.LAST_NAME,

    ALL_PEOPLE_F.FULL_NAME,

    ALL_PEOPLE_F.SUFFIX,

    ALL_PEOPLE_F.SEX,

    ALL_PEOPLE_F.SEX,

    ALL_PEOPLE_F.NATIONALITY,

    USER. USER_NAME,

    ALL_PEOPLE_F.CREATED_BY,

    ALL_PEOPLE_F.LAST_UPDATED_BY,

    ALL_PEOPLE_F.CREATION_DATE,

    ALL_PEOPLE_F.LAST_UPDATE_DATE,

    ALL_PEOPLE_F.CREATION_DATE,

    ALL_PEOPLE_F.EFFECTIVE_END_DATE,

    USER. USER_ID,

    ALL_PEOPLE_F.EFFECTIVE_START_DATE

    from APPS. FND_USER USER, APPS. PER_ALL_PEOPLE_F ALL_PEOPLE_F

    where (1 = 1)

    And (ALL_PEOPLE_F.PERSON_ID = USER. EMPLOYEE_ID)

    I don't see what is the problem here.

    Someone can help me.

    Thank you and best regards,

    Krishna Prasad

    I found the problem, its with the way ODI generated alias for the FND_USER table, by default it produces USER as an alias, which is a keyword from oracle. We just need to rename it to something else, and it worked.

  • Options for Oracle GoldenGate and Oracle Data Guard

    Hello

    Please give me suggestions on Oracle GoldenGate vs Oracle DataGuard? Based on the options, I choose for the implementation

    Thanks in advance

    Thank you
    Vincent

    Hello

    Oracle Dataguard:

    1 primary and Standby Database must be the same. (But 11g, it supports Heteregenous Data Guard Configurations. Example: We can imeplement Oracle Data Guard between Oracle Linux 6.2 Server (x86_64) and Microsoft Windows 2008 Server R2 (x 64)

    2 oracle Database version should be same in source and target

    3. no additional license required for Oracle Data Guard to install.

    Oracle GoldenGate:

    1 operating system in the primary database and the Standby Database are not necessarily even.

    2. major databases and standby are not necessarily even. (Including database software).

    3 oracle GoldenGate Software license required in the Source code and database is target.

    Hope it helps to...

    Thank you
    LaserSoft

  • IOM 9.1.0.2 - Multi Weblogic JDBC for Oracle RAC Data Sources

    IOM-IOM 9.1.0.2 BP07 supports Weblogic JDBC Multi Data Sources (Services > JDBC > Multi Data Sources) for Oracle RAC instead of insert the "Oracle RAC JDBC URL" on xlDS and xlXADS JDBC Data Sources (Services > JDBC > Data Sources > xlDS | xlXADS > survey login > URL)?
    If so, are there any other changes that must be made on IOM, or simply to change data sources?

    Yes, it is supported. You install against a single instance directly of the Rac server. Then you update the file config.xml and jdbc resources in your server weblogic with the full address of rac. It is documented for installation against CARS. http://docs.Oracle.com/CD/E14049_01/doc.9101/e14047/database.htm#insertedID2

    -Kevin

  • End of the Date supported for Oracle BPM company autonomous 10gR 3

    I'm running "Oracle BPM business standalone 10.3.1.0.0" and I can't find a date "end of support" for the product. I found a Metalink note that reported a 'BPM Matrix interoperability', here:

    http://www.Oracle.com/technetwork/middleware/BPM/documentation/obpm-config-matrix-085247.html#bpmes10301031

    who shows me the interoperability information, but no end of support date. Any ideas on where I could look at?

    Thank you

    You can get this if you search for "Oracle lifetime support policy" on Oracle's Web site. At the top of this page, click on "Oracle Lifetime Support Policies"--> download the "duration of life-support-middleware - 069163.pdf" and go to page 31 of this document.

    Dan

  • Convert or map Typedonnees decimal Transact-SQL for Oracle Number data type?

    MSSQL 2005
    Oracle 10.2 g

    In a MSSQL table, I have a column with the data type set on (decimal (1.0), null) with the values of line-1. (695 lines in total)

    In the Oracle table, the proposed mapped column is a number data type. When I import data, I received 695 errors with the message "invalid value for the field. How to properly convert or map Decimal (MSSQL) Transact-SQL for Oracle Number data type for a negative value?

    Thank you.

    How do you load data into Oracle? What tool or programming language you are using? Can you post something cause what you stated in your post should work, but there may be some ODBC, or other type of conversion factors to be taken into account.

     > create table t1 (field1  number(1,0));
    
    Table created.
    
     > insert into t1 values (-1);
    
    1 row created.
    
    UT1 > select * from t1;
    
        FIELD1
    ----------
            -1
    

    HTH - Mark D Powell.

  • keep the Oracle Spatial data in memory

    Can I keep data in memory using TimesTen Oracle Spatial (including metadata and procedures and related functions)?

    It is possible.

  • Migration using data pump for Oracle 10 g-&gt; Oracle 11 g

    Hi all

    1)
    At the moment I am using Oracle 11g. I have a plan to import data from Oracle 10 g. I would like to know if its possible to import data that has been exported by datapump on Oracle 10 g?

    Can I convert somehow expdp out of Oracle 10 g Oracle 11 g format?





    2)
    The next question is. If I use expdp to create the dump of the database complete. Can I use *.dmp for import selected users? Or only the complete database can be restored?

    Yes, you can import dump 10g in an 11g database.

    Maybe you should take the time and read the section on datapump in the Oracle thin® [Database Utilities | http://download.oracle.com/docs/cd/B28359_01/server.111/b28319/dp_import.htm#i1007324] Manual.
    : p

Maybe you are looking for

  • Cannot disconnect from Imessage. There are Greyed out.

    Hello I have always been signed out imessage on my MB pro since the update to el capitan (10.11.5), the lion, a month ago. I managed to open a session and during this time by going to Preferences-> account and disconnection. A few days ago, I decided

  • I get a message that downloading firefox can do damage my comuter. Is this true?

    When I try to download firefox, a message box appears & says this program can hurt my computer.This download can really interfere with my computer & what harm does it?

  • Several display issues w / Mac Pro

    We have a Mac Pro 2013 "trash", w / El Capitan and the D700 gfx card. It has two poster 24 "stroke of lightning and a HDTV. Recently, Setup has been moved, and now it appears two of the monitors. Thunderbolt Display #1 is connected directly on the Ma

  • Should my ROCKET fix?

    The reason why I have a question is 2things that I met with my rocket 1. 1 day, when I listen to the songs in the playlist, she suddenly stop at a song and I cannot choose another song to list, even after that I held the power button for 10 seconds,

  • Check the message in MSN Hotmail account

    I just started to get a message to CHECK MY ACCOUNT whenever I try to send an e-mail to MSN HOTMAIL. Why do you start and how do I bypass it