Create geometry theme in oracle map builder

I want to create geometry theme and try to set the style parameter in oracle map builder. when i'm in step 2 to select the style selection, no style are listed. how can i list this style in style picker dialog?

actually i have created this table and command same like command in $ORACLE_HOME/lbs/admin/mapdefinition.sql. i create by manually in oracle. when i run sql desc user_sdo_styles_; this table will displayed name, type, description, definition, image, and geometry in column name. but when i run sql select * from User_sdo_styles; they have a error ( column or attribute type can not be displayed by sql*plus). i'm wrong or right? i have a geometry table like lot_parcel, pipe_network, and valve.

Similar Messages

  • Oracle Map Builder Network Models

    We are working on a project that displays road networks in Oracle Map Builder. Many of the network tables were irrevelant so they were deleted in SQL Developer. However, in Oracle MapBuilder all the Network Tables are still listed. Does anyone know how to synchonize Oracle SQL Developer and MapBuilder?
    Thank you,
    Renee

    Hi Renee,
    Were you using the Network Themes to create new Network Themes or were you using Geometry Themes?
    If you used Network Themes, when you deleted the network (tables), did you delete its entry in user_sdo_network_metadata?
    If you were using the Geometry Themes, did you delete the entry from user_sdo_geom_metadata after you delete the geom. table?
    Try to remove the entries in the network/geom metadata views when you no longer need the network/geom tables.
    You also need to commit after you deleted the tables.
    What version of MapBuilder are you using? (click Help->About Oracle Map Builder)
    jack

  • About label Oracle Map Builder

    Hello! I have a question about Oracle Map Builder.
    There are three layers in basemap: the first - a polyline, the second - a point, and the third - a polygon with a solid color (top). Labels are included to the first two signatures. While viewing the map shows a third (polygon) layer, and the signature of the first two.
    Question: Is there a possibility to remove the appearance of signatures of the lower layers (disabling signatures by minimum scale for display is not suitable, as they are used outside of polygon layer), and how to do it?
    Thank you!

    I'm not sure I understand the question. Here's is my assumption of what the question is.
    You have three layers in a basemap : a polyline, a point, and a polygon in that order. That is polyline rendered first, points on top of it, and then the color-filled polygon layer on top of those two.
    The part I don't understand is what you mean by signatures of the polyline and point layers.
    Anyway, if the solid color-filled polygon layer is rendered last (i.e. on top) then the other two layers should not be visible at all unless their extent (the area they cover) differs from the extent for the polygon layer or the polygon layer does not completely cover the map extent or it's not a solid color fill but one with some transparency setting.
    Scale ranges can be applied to each layer when adding them to a basemap in MapBuilder. Choose the scale mode (e.g. ratio) and set the max and min scale values for each layer. e.g.
    <?xml version="1.0" standalone="yes"?>
    <map_definition>
    <theme name="STATES_DENSITY" min_scale="Infinity" max_scale="2.5E7" scale_mode="RATIO"/>
    <theme name="COUNTY_POPDENSITY" min_scale="2.5E7" max_scale="0.0" scale_mode="RATIO"/>
    <theme name="HIGHWAYS_LINE"/>
    <theme name="CITIES" min_scale="1000000.0" max_scale="1000.0" scale_mode="RATIO"/>
    </map_definition>
    The above says render the states_density layer while zoomed out to the full extent and up until the user zooms in to a 1:250,000,000 scale. When zoomed in further do not render/display the states population density layer. Display the county population density instead. Always display the highways. And start to display cities when the map in zoomed to 1:1,000,000 and up until 1:1,000 scale.
    If you want to set the labeling scale ranges on a per layer (theme) basis then set it using the Other Properties panel in Map Builder. For the Cities layer above the styling rule with label scale ranges set is:
    <styling_rules>
    <scale_ranges>
    <mode> RATIO </mode>
    <min_labeling_scale> 1.0E8 </min_labeling_scale>
    <max_labeling_scale> 10000.0 </max_labeling_scale>
    </scale_ranges>
    <rule>
    <features style="M.ALL_CITY_L1_8X8"> (POP90 &gt; 1000000) </features>
    <label column="CITY" style="T.S03_CITIES_L1"> 1 </label>
    </rule>
    </styling_rules>
    i.e. show city names from 1:100,000,000 till 1:10,000
    1/100,000,000 is a smaller number than 1/10,000
    Hope this helps.

  • Oracle Map Builder + OBIEE

    Hello,
    I created a Geometry Theme in MapBuilder over a Google Maps tile and I can't use it in OBIEE because i get the following error when I try to import the layer:+" The layer key dropdown has empty columns. Please check theme definition in Oracle Mapbuilder."+ Anyone can help me with a solution or suggestion to this issue?
    Thanks in advance.
    William
    Edited by: Janoti on 05/10/2012 19:24

    Hi, Nico. Thanks for the reply,
    Yes., I have defined the key column in my theme. Yet, it still doesn't show up when I import the layer in OBIEE.
    Key column definition -> http://postimage.org/image/9gxrguuzp/
    When I import in OBIEE the dropdown list doesn't show the key column -> http://postimage.org/image/wc2tfiqnt/
    Dou you have any ideia of what I could be?
    Thanks!
    William

  • Geometry theme and google maps not aligned

    Hi guys
    Sort of new to this. Here goes!
    I have created a theme loaded via mapviewer as .shp file, and it looks great. The problem I have though is that I use google maps as a base map, and they are not aligned.
    What have I done wrong - any ideas? Im on OBIEE 11.1.1.7.0 but have just downloaded 11.7.1 which I will install shortly.
    You can see a pic showing what is wrong here
    Any feedback would be appreciated!
    Best regards
    Jacob

    You haven't done anything wrong.
    It needs additional config in the database to specify the appropriate coordinate conversions.
    This is discussed in detail in other forum posts and a little bit in the blog post
    https://blogs.oracle.com/oracle_maps_blog/entry/a_note_on_using_spherical

  • Create Measure Folders with Oracle Warehouse Builder

    Hello,
    Is there a possibility to create Measure folders (similar to what Analytic Workspace can do) but with Oracle Warehouse Builder?
    Thank you,
    Liviu Florean

    Hi Liviu
    Unfortunately not. OWB generates a measure folder for the entire cube by default for deployment to AW. If you are keen, you could create an expert to generate/deploy the measure folder (define a UDO for a measure folder and an expert to generate the code for AWXML).
    Cheers
    David

  • How to create browse button in Oracle Form Builder?

    Hello all
    I'm learning Oracle Form Builder and i want to create browse button but i don' know how i do
    I hope u will help me!
    Thanks all

    <p>Configure and use the Webutil library functions. See the Webutil link from the OTN Forms home page</p>
    Francois

  • Raster Theme with "Oracle Map -mapviewer ajax"

    Hi, Everyone,
    I tried to add a raster theme by using "Oracle Map".
    If I add my raster theme as based map, the mapviewer will correctly render image.
    If I add my raster theme as a FOI theme layer, the mapviewer will not render the raster image for me.
    Does anyone know if "Oracle Map" supports raster theme, or just vector theme? I just want to make sure if I am right on tract.
    TIA

    This didn't solve the problem.
    tile size is 2048 X 2048 where as map size is 800X800 but when a request is made, it fetches around 9 tiles.
    If I reduce the tile size to 256X256 it fetches around 33 tiles and from logs for each jpeg fetched querying/rendering time is 15 to 25 seconds.
    So it takes around 2 minutes to complete one request.
    It is too high, what can be done to improve mapviewer's performance with georaster themes?

  • Error while creating a new action in Oracle Process Builder 10gR3.

    Hi,
    After creating a process in Oracle Process Builder 10gR3 when I am creating a
    new action then the following exception is occuring :
    ************** Exception Text **************
    System.NullReferenceException: Object reference not set to an instance of an
    object.
    at Stellent.IBPM.Actions.ActionsToolbox.Load()
    at Stellent.IBPM.Actions.SelectActionForm.ActionModuleSelectForm_Load(Object
    sender, EventArgs e)
    at System.Windows.Forms.Form.OnLoad(EventArgs e)
    at System.Windows.Forms.Form.OnCreateControl()
    at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
    at System.Windows.Forms.Control.CreateControl()
    at System.Windows.Forms.Control.WmShowWindow(Message& m)
    at System.Windows.Forms.Control.WndProc(Message& m)
    at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
    at System.Windows.Forms.ContainerControl.WndProc(Message& m)
    at System.Windows.Forms.Form.WmShowWindow(Message& m)
    at System.Windows.Forms.Form.WndProc(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr
    wparam, IntPtr lparam)
    ************** Loaded Assemblies **************
    mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1891 (QFEN-1.050727-1800)
    CodeBase: file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
    ActionLoader
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase:
    file:///C:/WINDOWS/assembly/GAC_MSIL/ActionLoader/1.0.0.0__3fc10cde1afe6713/Acti\
    onLoader.dll
    BomInterop
    Assembly Version: 1.0.0.0
    Win32 Version: 8.0.0.382
    CodeBase: file:///D:/Program%20Files/Stellent/IBPM/BomInterop.DLL
    Stellent.IBPM.Builder
    Assembly Version: 1.0.0.0
    Win32 Version: 8.0.0.382
    CodeBase:
    file:///C:/WINDOWS/assembly/GAC_MSIL/Stellent.IBPM.Builder/1.0.0.0__3fc10cde1afe\
    6713/Stellent.IBPM.Builder.dll
    System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase:
    file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/Sy\
    stem.Drawing.dll
    System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase:
    file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    Stellent.IBPM.Actions
    Assembly Version: 1.0.0.0
    Win32 Version: 8.0.0.382
    CodeBase:
    file:///C:/WINDOWS/assembly/GAC_MSIL/Stellent.IBPM.Actions/1.0.0.0__3fc10cde1afe\
    6713/Stellent.IBPM.Actions.dll
    System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1891 (QFEN-1.050727-1800)
    CodeBase:
    file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e\
    089/System.Windows.Forms.dll
    Infragistics2.Win.UltraWinTabControl.v6.2
    Assembly Version: 6.2.20062.34
    Win32 Version: 6.2.20062.34
    CodeBase:
    file:///C:/WINDOWS/assembly/GAC_MSIL/Infragistics2.Win.UltraWinTabControl.v6.2/6\
    .2.20062.34__7dd5c3163f2cd0cb/Infragistics2.Win.UltraWinTabControl.v6.2.dll
    System.Configuration
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase:
    file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50\
    a3a/System.Configuration.dll
    System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase:
    file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System\
    .Xml.dll
    Infragistics2.Win.v6.2
    Assembly Version: 6.2.20062.34
    Win32 Version: 6.2.20062.34
    CodeBase:
    file:///C:/WINDOWS/assembly/GAC_MSIL/Infragistics2.Win.v6.2/6.2.20062.34__7dd5c3\
    163f2cd0cb/Infragistics2.Win.v6.2.dll
    Infragistics2.Shared.v6.2
    Assembly Version: 6.2.20062.34
    Win32 Version: 6.2.20062.34
    CodeBase:
    file:///C:/WINDOWS/assembly/GAC_MSIL/Infragistics2.Shared.v6.2/6.2.20062.34__7dd\
    5c3163f2cd0cb/Infragistics2.Shared.v6.2.dll
    Infragistics2.Win.Misc.v6.2
    Assembly Version: 6.2.20062.34
    Win32 Version: 6.2.20062.34
    CodeBase:
    file:///C:/WINDOWS/assembly/GAC_MSIL/Infragistics2.Win.Misc.v6.2/6.2.20062.34__7\
    dd5c3163f2cd0cb/Infragistics2.Win.Misc.v6.2.dll
    ************** JIT Debugging **************
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.
    For example:
    <configuration>
    <system.windows.forms jitDebugging="true" />
    </configuration>
    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the computer
    rather than be handled by this dialog box.

    Hi Deena,
    This error:
    "[2012-07-10T14:50:30.005+05:30] [wls_ods1] [ERROR] [] [oracle.adfinternal.view.faces.config.rich.RegistrationConfigurator] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 0000JXkC9dU3FClqwsJb6G1FyhO000003D,0] [APP: odsm#11.1.1.2.0] Server Exception during PPR, #7[[
    javax.servlet.ServletException: Could not initialize class com.octetstring.vde.admin.services.client.VDEAdminServiceSoapBindingStub"
    is known issue
    Go to metalink, article: Unable To Connect To OVD 11g Webinterface Using ODSM. [ID 1282757.1]
    You need to apply that patch.
    I hope this helps,
    Thiago Leoncio.

  • Query Condition of Geometry Theme Issue?

    I have created a very simple Geometry Theme within Map Builder and in the Query Condition of the Styling Rule I have placed the following query:
    SELECT person_id
             , bng_geometry
    FROM locations
    WHERE person_id = :pv_person_idThe attribute BNG_GEOMETRY corresponds to the column LOCATIONS.BNG_GEOMETRY which is of type SDO_GEOMETRY and is registered within the USER_SDO_GEOM_METADATA table.
    Whilst it seems illogical to put an entire query into the "Query Condition" box, the theme runs successfully and plots all my FOI's with the application.
    Since this box is clearly only expecting a WHERE clause (person_id = :pv_person_id in my case), I am curious how this theme is functioning correctly?
    If anyone knows how MapViewer handles any SQL supplied by the user I would be very grateful. Also, is my approach invalid or can you supply entire SQL statements rather than just the WHERE clause?
    Thanks for any help.
    Oh and we are running:
    OracleAS MapViewer Version: Ver1033p5_B080908
    Oracle Map Builder Version: 11.1.1.2.0 Build: Ver11_B091229
    Duncs

    Your approach is valid. You can put a complete query in the query condition box. Mapviewer is smart enough to tell whether it's a complete query or a where clause condition.

  • How to use Custom Tags for Theme and Base Map Definitions

    In Mapviewer documentation I've found the following new feature:
    The XML definition of a theme or base map now supports application-specific
    attribute tags. You can use the Custom Tags option in the theme definition in Map
    Builder to specify tags and their values, which can be interpreted by your application
    but are ignored by MapViewer itself.
    I'm able to define a custom tag in Mapbuilder, but how can I use it in my Application?
    Thanks.

    As he said, you have to use as Platform service to create adapter in OIM.
    tcUserOperationsIntf service = Platform.getService(Thor.API.Operations.tcUserOperationsIntf.class);
    HashMap<String,String> searchmap=new HashMap<String,String>();
    searchmap.put("Users.User ID", userID);
    tcResultSet searchset=service.findAllUsers(searchmap);

  • Oracle Reports Builder X Oracle Portal - Integration

    Hi everybody
    I've created some reports with Oracle Reports Builder. Then I saved them as a JSP file.
    I can view these reports in a normal WEB page, without problems. All that I need is to call the page with the parameters.
    Now I need to deploy this report as a portlet, inside the Oracle Portal.
    So, I've read the document "Publishing Reports to the WEB" (http://otn.oracle.com/products/reports/htdocs/getstart/docs/a92102_01.pdf) and I've followed the steps to run the report (JSP file) as a Portlet.
    I've done the following:
    - I've created a Database Provider
    - I've created the "Report Server Access"
    - I've created the "Report Definition File Access"
    Until this point, everything is ok, I can "Run" and "Run as a Portlet" the report.
    So, in the next class, "Adding the Report Portlet to a Page" (Page 8-8), the report portlet simply doesn't appear in the Portal DB Provider to wich it belongs!!! :-(
    Has someone had this kind of problem?
    Any hint will be welcome!
    P.S: The Oracle Portal, the Application Server, and the Reports Server are in a SUN Machine.
    The Portal version is 2 (release 2).
    Thanks in advance

    hi adriano,
    here is what you have to do:
    1. navigate to the db provider which holds the reports. click
    on grant access: check the expose as provider
    2. builder - administer - oracle reports security -
    edit the reports definition file access you created for
    your report.
    click on the access tab - check publish to portal.
    now you can see your report portlets for selection
    in portal.
    regards,
    christian hi,
    I can run the report as portlet but I can't see the "Access" tab under Customize. I know the option "Publish to Portal" is available in other object, but the "Access" tab does not appear in any of the Report Defitinion file acess page. Only "Develop" and "Manager" is available. I'm running on 9iAS R1.02.2.2a.
    Thanks
    Vincent

  • House Numbers using Map Builder

    Hi everyone!
    I am using Oracle Map Builder (ver. 11.1.1.0.0) in order to draw house numbers along streets, using 20% and 80% offset along the street axis for the "from" and "to" numbering, respectively, and 20% and -20% offset vertically to the street axis for the two sides of the street, respectively.
    To my understanding so far, I am able to do this using the Arrow option from the Overall Line Style Option, where I will have to select a Marker Style for which I would have defined the X and Y Offset parameters in the Marker Text Style Option, while the marker's symbol would have 0% opacity, since I wouldn't like any symbol drawn with my house numbers.
    Since I think it is a bit silly to use a Marker Style for this reason only because of its offset options, is it possible to do the same using a Text Style (where the offset options seem to be inactive)?
    Thanks in advance,
    Panagiotis
    PS: Sorry for cross posting with the Spatial Forum -I think this forum is more suitable for my inquiry.

    Hi
    After all, the Arrow option from the Overall Line Style Option does not support the functionalities needed to draw house numbers along streets, since not only the the X or Y axis of the offset options do not follow the direction of the line (street), but the offset parameters are measured in distance units only (i.e. pt, mm and so forth) and not in a percentage of the line's length (from its beginning or end), as well.
    Is anyone aware of such functionalities be included in coming versions of MapBuilder?
    Regards,
    Panagiotis

  • Map Builder Labeling Links from Network Theme

    Hi,
    Map Builder cannot change labelig column for links('link_id' is default), I need column 'LINK_NAME'
    I change column manuly in metadata_view
    update user_sdo_themes
    set styling_rules = '
    <label>
    <link column="LINK_NAME" style="T.ROAD NAME"> 1 </link>
    </label>
    where name = '...'
    commit
    and check by select styling_rules from ... all is OK
    refresh data in MapBuilder or restart MapBuilder and ... "link_id" comes back :-)
    This problem is connected with Themes/Network Themes; in Base Maps all is ok.
    Question is, how to change labeling column for links in Network Themes.
    BR,
    Tomek
    Edited by: ToM2 on Dec 4, 2008 5:24 AM

    As a network theme, the link_id and node_id are always used in labelling. If you want to use a different attribute for labeling the links of a network data, you can create a geometry theme based on the network link table (it is a geometry table), and then you will be able to select any column for labeling.
    Joao

  • Styeles and themes in map builder

    Where are the styles and themes created using the map builder tool stored?

    Hi Richard,
    For styles, you can definately create them once (in any schema), and use them from any other schema. For instance if you are connected as user A and you want to apply the style 'star' defined in user B, just use the format 'B.star' to reference it.
    Themes and base-maps, however, cannot be shared across schemas at the moment. This is mainly to keep things simple. If we allow cross-schema reference of themes & basemaps, you will soon end up with some confusing scenarios.. For instance, imagine this:
    MapViewer is connected to db user A, and we want to display a basemap from user B. The base map contains a theme from user C, and another one from user D. The first theme actually relies on a table owned by user E, while the 2nd theme gets its data from a view ownded by user F... pretty soon we no longer knows what is really being displayed on a map.
    So my suggestion is to create styles in any place you want, but create themes (and basemaps) in the user that is connected by MapViewer, in this case, your <schema>_WEB account.  Different applications or departments within an organization often want 'personalized' themes/basemaps for the same tables, so storing themes/basemaps closer to the application (instead of their underlying data) is not a bad idea (i hope).
    There is unfortunately a bug in Mapviewer that makes it hard to create a theme for a table from a different schema (yea we tried to 'keep it simpler' - bad idea). Currently, the work around is to manually change the user_sdo_themes entry, so that its 'base table' column looks like 'schema.ROADS', and also add an entry in user_sdo_geom_metadata for 'schema.ROADS'. This will be fixed in the MapViewer soon, and also in Map Builder so that when creating a new theme, you can see all the spatial tables across all the schemas you have 'select' previlege.
    thanks
    LJ

Maybe you are looking for